summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-01-21Import dt(4) a driver and framework for Dynamic Profiling.Martin Pieuchot
2020-01-21regenVisa Hankala
2020-01-21Make __thrsleep(2) and __thrwakeup(2) MP-safeVisa Hankala
2020-01-21Enable mmhub power gating on picasso. Matches linux 4.20.Jonathan Gray
2020-01-21Fix support for additional I2C busses in piixpm(4) for older SB800 SMBusClaudio Jeker
2020-01-21Whitespace fixes. No code change.Mike Larkin
2020-01-21Remove some prototypes under #ifdef HIBERNATE that we don't use anymore.Mike Larkin
2020-01-21Whitespace/style fixes. No code change.Mike Larkin
2020-01-21remove unfinished macppc esp driver.Ted Unangst
2020-01-21remove a few disabled drivers that don't compile and seem unlikely toTed Unangst
2020-01-21Add the beginnings of an nvmem "framework".Mark Kettenis
2020-01-21sys/nfs: misc. tsleep(9) -> tsleep_nsec(9); ok mpi@cheloha
2020-01-20match on Intel Comet Lake and Tiger Lake EthernetJonathan Gray
2020-01-20floppy is a bit tight right now, evict fxp temporarily until anotherTheo de Raadt
2020-01-20regenJonathan Gray
2020-01-20add ids for Intel Comet Lake and Tiger Lake EthernetJonathan Gray
2020-01-20struct vops is not modified during runtime so use const which moves eachClaudio Jeker
2020-01-20remove esp at pcmcia attachment. it doesn't even compile.Ted Unangst
2020-01-20Separate the stack trace saving interface from ddb. The saving does notVisa Hankala
2020-01-20ciss(4): de-indent polling logiccheloha
2020-01-20regenJonathan Gray
2020-01-20add another Intel Bluetooth deviceJonathan Gray
2020-01-20regenJonathan Gray
2020-01-20add some more Intel NVMe devicesJonathan Gray
2020-01-19eso(4): do not retake audio_lock during draincheloha
2020-01-19eso(4): msleep(9) -> msleep_nsec(9)cheloha
2020-01-18Invalidate knote list of uhid(4) after device detach. This preventsVisa Hankala
2020-01-18Make klist_invalidate() more careful and general. Acquire knotes beforeVisa Hankala
2020-01-18Clear mount operation argument flags from mnt_flag after mount.Visa Hankala
2020-01-17drm/ttm: fix incrementing the page pointer for huge pagesJonathan Gray
2020-01-17drm/ttm: fix start page for huge page check in ttm_put_pages()Jonathan Gray
2020-01-17drm/i915: Fix use-after-free when destroying GEM contextJonathan Gray
2020-01-16Introduce wakeup_proc() a function to un-SSTOP/SSLEEP a thread.Martin Pieuchot
2020-01-16Use list for freeing pages in uvn_flush() to optimize freeing chunks ofMark Kettenis
2020-01-16Convert to tsleep_nsec(9).Martin Pieuchot
2020-01-16Free data structures after closing the pseudo-device with vdevgone(9).Martin Pieuchot
2020-01-15Sprinkle splnet() around the ringbuffer accesses, otherwise thePatrick Wildt
2020-01-15Some PCIe firmwares drop TX packets when the pktid is 0. AddPatrick Wildt
2020-01-15Fix off-by-one in ringbuffer code. When we insert items faster thanPatrick Wildt
2020-01-15aac(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-01-15lpt(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9)cheloha
2020-01-15pci(4): PCIOCSETVGA: tsleep(9) -> tsleep_nsec(9); ok mpi@cheloha
2020-01-15Keep socket timeout intervals in nsecs and use them with tsleep_nsec(9).Martin Pieuchot
2020-01-15If join is connected to an AP, remove the node from the cache so we properlyPeter Hessler
2020-01-15drm/i915/gen9: Clear residual context state on context switchJonathan Gray
2020-01-15drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READJonathan Gray
2020-01-15drm/fb-helper: Round up bits_per_pixel if possibleJonathan Gray
2020-01-15qle(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-01-15mii(4): tsleep(9) -> tlseep_nsec(9); ok mpi@cheloha
2020-01-14Fix screen brightness adjustment through function keyskn