summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-05-07always rearm completion queues as leaving them disarmed would lead to rxJonathan Matthew
2019-05-07align the rx buffer to ETHER_ALIGNDavid Gwynne
2019-05-07use MCX_PAGE_SIZE when calculating number of pages for queuesDavid Gwynne
2019-05-06Fix thinko in previous. The .bss clearing was overzealous and overwroteVisa Hankala
2019-05-06Bring back lockf deadlock detection from the dead. Back in 2007, the deadlockanton
2019-05-06Enforce store/load order when setting or clearing AST flag on mips64Visa Hankala
2019-05-06Issue write-write barrier before sending IPI on mips64Visa Hankala
2019-05-06Fix unintentional delay of ASTs on MP mips64Visa Hankala
2019-05-06Fix a logic error when configuring the driver to use msi.Kevin Lo
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace and extra semicolon removal.Mike Larkin
2019-05-05Getting too tight. Surrender a littleTheo de Raadt
2019-05-05Add support for the EFI Random Number Generator Protocol and use it to XORMark Kettenis
2019-05-05Use the .bss for the bootstrap stack of mips_init(). This way the memoryVisa Hankala
2019-05-05Call cpu_unidle() from need_resched() on mips64 like mostVisa Hankala
2019-05-05Turn need_resched() and signotify() into proper functions on mips64.Visa Hankala
2019-05-05regenMark Kettenis
2019-05-05Harmonize AMD CPU/APU devices.Mark Kettenis
2019-05-04let users try mcx(4)Theo de Raadt
2019-05-043 bytes of kernel stack address space were leaked into on-disk directories.Theo de Raadt
2019-05-04Silence "Uunable to acquire AGP" message since we don't support AGP on allMark Kettenis
2019-05-04Remove some junk that we don't use.Mark Kettenis
2019-05-04Add DIR_ROUNDUP define, from Kirk McKusickTheo de Raadt
2019-05-04Removed all diagnostic, calling printf() here might create a recursion.Martin Pieuchot
2019-05-04Relax the check in knote_{de,en}queue: don't panic w/o KERNEL_LOCK().Martin Pieuchot
2019-05-04fix array bounds check in ixl_search_link_speed()Jonathan Gray
2019-05-04drm/i915/bios: assume eDP is present on port A when there is no VBTJonathan Gray
2019-05-04Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)Mark Kettenis
2019-05-04drm: Fix drm_release() and device unplugJonathan Gray
2019-05-04Add mcx(4), a driver for Mellanox ConnectX-4 (and later) EthernetJonathan Matthew
2019-05-03Add missing bridge_getbif(), reported by jsg@.Martin Pieuchot
2019-05-03An if_put() was missing in one branch of bridge_process(). ThisAlexander Bluhm
2019-05-03Make VOP_ADVLOCK() safe to use without kernel lockVisa Hankala
2019-05-03Revert "drm/i915/fbdev: Actually configure untiled displays"Jonathan Gray
2019-05-02Add a print function to mainbus(4) such that it prints unconfigured devicesMark Kettenis
2019-05-02Avoid running the activate function for a partially attached ehci(4) driver.Mark Kettenis
2019-05-02Reset root port after last STP interface is removed.Martin Pieuchot
2019-05-02works on newer AMD Ryzen APUs/CPUs as wellMark Kettenis
2019-05-02regenMark Kettenis
2019-05-02add Cryptographics Co-processor found on newer AMD Ryzen CPUs/APUsMark Kettenis
2019-05-02Allow non-root users to become master when they are the first to open a drmMark Kettenis
2019-05-02Fix vmm_support.S compilation error with gcc 8.3Mike Larkin
2019-05-01Use the proper UAC-v2.0 request to read the device controls.Alexandre Ratchov
2019-05-01Avoid using an expression which resolves to an int in a bool contextJonathan Gray
2019-05-01add a KERNEL_ASSERT_LOCKED() to ptsignalDavid Gwynne
2019-05-01sprinkle some KERNEL_ASSERT_LOCKED()David Gwynne