summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2020-01-14In nfs_clearcommit() the loops over mnt_vnodelist and v_dirtyblkhdAlexander Bluhm
2020-01-14Add amlsm(4), a driver for the "secure monitor" firmware interface.Mark Kettenis
2020-01-14Add amltemp(4), a driver for the temperature sensors on various Amlogic SoCs.Mark Kettenis
2020-01-14Introduce TIMESPEC_TO_NSEC() and use it to convert userland facingMartin Pieuchot
2020-01-14Convert custom semaphores to tsleep_nsec(9).Martin Pieuchot
2020-01-13Unifdef WWN quirkkn
2020-01-13Ensure XHCI_SCTX_DCI() always contains a valid number, i.e. the DCI ofKenneth R Westerback
2020-01-13regenVisa Hankala
2020-01-13Unlock a tiny part of the kqueue subsystem: kqueue(2).Visa Hankala
2020-01-13Allocate kqueue instance outside fdplock to avoid sleeping withVisa Hankala
2020-01-13Convert to tsleep_nsec(9), while here fix a bug where the value specifiedMartin Pieuchot
2020-01-13Timeouts are all specified in multiple of `hz' so define them in term ofMartin Pieuchot
2020-01-13Kill dead code.Martin Pieuchot
2020-01-13Kill dead code.Martin Pieuchot
2020-01-13Add the capability to boot from another block device than the one thatMark Kettenis
2020-01-13Convert to tsleep_nsec(9).Martin Pieuchot
2020-01-13When we change attributes for a join essid, we should apply the changePeter Hessler
2020-01-13Raise ipl of the softclock thread to IPL_SOFTCLOCK.Martin Pieuchot