summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-10-16Architecture guarantees that the fields in ID register have the propertyMark Kettenis
2020-10-16remove uneeded pool.h includeJonathan Gray
2020-10-16implement linux interval tree functionsJonathan Gray
2020-10-16xe(4) and mtd(4) are from a long gone eraTheo de Raadt
2020-10-16ef(4), give me a breakTheo de Raadt
2020-10-16rl(4) is becoming rare.Theo de Raadt
2020-10-16unbreak buildJonathan Gray
2020-10-15timeout(9): basic support for kclock timeoutscheloha
2020-10-15Ensure resid is correctly set in the INQUIRY case.Kenneth R Westerback
2020-10-15_exit(2), execve(2): tweak per-process interval timer cancellationcheloha
2020-10-15sys/kernel.h: remove dead externs: tickfix, tixfixinterval, tickdelta, ...cheloha
2020-10-15Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with callKenneth R Westerback
2020-10-15Nuke commented out variable declaration.Kenneth R Westerback
2020-10-15consistently use dev_info() for sos fw version messagesJonathan Gray
2020-10-15don't print pci ids when radeondrm attachesJonathan Gray
2020-10-15don't print pci ids when amdgpu attachesJonathan Gray
2020-10-15Stop asserting that the NET_LOCK() shouldn't be held in yield().Martin Pieuchot
2020-10-15_exit(2), execve(2): cancel per-process interval timers safelycheloha
2020-10-15sick of the CMU, let's make this KNFTheo de Raadt
2020-10-15drm/amdgpu: move gpu_info parsing after common early initJonathan Gray
2020-10-15drm/amdgpu: move discovery gfx config fetchingJonathan Gray
2020-10-15Replace sr_copy_internal_data() with scsi_copy_internal_data().Kenneth R Westerback
2020-10-15Replace local *_copy_internal_data() with scsi_copy_internal_data().Kenneth R Westerback
2020-10-14regenJonathan Gray
2020-10-14don't match on 17ef:3083 in ure(4)Jonathan Gray
2020-10-14Introduce scsi_copy_internal_data() to copy 'faked' data from a driver to aKenneth R Westerback
2020-10-14delete strange historical FFS_SOFTUPDATES ifdef...Theo de Raadt
2020-10-14replace a MAXPATHLEN that slipped back in with PATH_MAX so userland won'tChristian Weisgerber
2020-10-14Split the userland vs kernel uvm_fault reaching paths to reduce lateTheo de Raadt
2020-10-14remove unused locally added drm_driver struct membersJonathan Gray
2020-10-14don't multiply ticks by hz when result is compared to jiffiesJonathan Gray
2020-10-14Add an interrupt barrier in bnxt_down() and check if the interface isJonathan Matthew
2020-10-13setitimer(2): zero itv.it_interval if itv.it_value is zerocheloha
2020-10-13setitimer(2): realitexpire(): call getnanouptime(9) oncecheloha
2020-10-13typo in commentMartin Pieuchot
2020-10-13move ifdef to make it clear we don't use __create_shmem()Jonathan Gray
2020-10-12Add support for the i.MX8M AHB clocks. These behave just like all thePatrick Wildt
2020-10-12OCOTP's parent clock is the IPG clock on i.MX8M.Patrick Wildt
2020-10-12Fix build of tmpfsVisa Hankala
2020-10-12Use KASSERT() instead of if(x) panic() for NULL dereference checks.Martin Pieuchot
2020-10-12Set the maximum frame size to RGE_JUMBO_FRAMELEN.Kevin Lo
2020-10-11Refactor kqueue_scan() to use a context: a "kqueue_scan_state struct".Martin Pieuchot
2020-10-11Stop exporting `wt_hwqueue' now that drivers don't advertise it.Martin Pieuchot
2020-10-11Align pool items on CACHELINESIZE when replacing linux kmem_cache withJonathan Gray
2020-10-10Returning a void expression is weird; ok kettenis@ daniel@Otto Moerbeek
2020-10-10Handle spurious interrupts.Mark Kettenis
2020-10-10Add OPAL_PCI_MAP_PE_DMA_WINDOW.Mark Kettenis
2020-10-10Remove unnecessary count of device instances.Visa Hankala
2020-10-10Clear the kcov device for the current thread before freeing the sameanton
2020-10-09Unbreak the powerpc64 kernel build.Mark Kettenis