summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-05-08We're not quite ready yet to actually detach inteldrm(4).Mark Kettenis
2019-05-08Print the current ASID in hex instead of decimal, to match the formatVisa Hankala
2019-05-08add free size, the old number of mixers, when reallocating.Ted Unangst
2019-05-08when freeing ccbs, pass the number so we can free with the size.Ted Unangst
2019-05-08free size. the allocation is the header plus the length.Ted Unangst
2019-05-08match on 200 and 300 series pch ktJonathan Gray
2019-05-08match on 300 series pchJonathan Gray
2019-05-08regenJonathan Gray
2019-05-08add more Intel 300 Series PCH idsJonathan Gray
2019-05-08Fix kernel compile with DEBUG_AGINTC.ccardenas
2019-05-08Modify the buffer cache to always flip recovered DMA buffers high.Bob Beck
2019-05-07Use the same completion queue for both the send and receive queues.Jonathan Matthew
2019-05-07Fix delay logic: measure w/ uptime, pack timeval correctly. ok krw@cheloha
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