Age | Commit message (Expand) | Author |
2019-05-08 | We're not quite ready yet to actually detach inteldrm(4). | Mark Kettenis |
2019-05-08 | Print the current ASID in hex instead of decimal, to match the format | Visa Hankala |
2019-05-08 | add free size, the old number of mixers, when reallocating. | Ted Unangst |
2019-05-08 | when freeing ccbs, pass the number so we can free with the size. | Ted Unangst |
2019-05-08 | free size. the allocation is the header plus the length. | Ted Unangst |
2019-05-08 | match on 200 and 300 series pch kt | Jonathan Gray |
2019-05-08 | match on 300 series pch | Jonathan Gray |
2019-05-08 | regen | Jonathan Gray |
2019-05-08 | add more Intel 300 Series PCH ids | Jonathan Gray |
2019-05-08 | Fix kernel compile with DEBUG_AGINTC. | ccardenas |
2019-05-08 | Modify the buffer cache to always flip recovered DMA buffers high. | Bob Beck |
2019-05-07 | Use the same completion queue for both the send and receive queues. | Jonathan Matthew |
2019-05-07 | Fix delay logic: measure w/ uptime, pack timeval correctly. ok krw@ | cheloha |
2019-05-07 | always rearm completion queues as leaving them disarmed would lead to rx | Jonathan Matthew |
2019-05-07 | align the rx buffer to ETHER_ALIGN | David Gwynne |
2019-05-07 | use MCX_PAGE_SIZE when calculating number of pages for queues | David Gwynne |
2019-05-06 | Fix thinko in previous. The .bss clearing was overzealous and overwrote | Visa Hankala |
2019-05-06 | Bring back lockf deadlock detection from the dead. Back in 2007, the deadlock | anton |
2019-05-06 | Enforce store/load order when setting or clearing AST flag on mips64 | Visa Hankala |
2019-05-06 | Issue write-write barrier before sending IPI on mips64 | Visa Hankala |
2019-05-06 | Fix unintentional delay of ASTs on MP mips64 | Visa Hankala |
2019-05-06 | Fix a logic error when configuring the driver to use msi. | Kevin Lo |
2019-05-06 | Whitespace removal | Mike Larkin |
2019-05-06 | Whitespace removal | Mike Larkin |
2019-05-06 | Whitespace removal | Mike Larkin |
2019-05-06 | Whitespace removal | Mike Larkin |
2019-05-06 | Whitespace removal | Mike Larkin |
2019-05-06 | Whitespace and extra semicolon removal. | Mike Larkin |
2019-05-05 | Getting too tight. Surrender a little | Theo de Raadt |
2019-05-05 | Add support for the EFI Random Number Generator Protocol and use it to XOR | Mark Kettenis |
2019-05-05 | Use the .bss for the bootstrap stack of mips_init(). This way the memory | Visa Hankala |
2019-05-05 | Call cpu_unidle() from need_resched() on mips64 like most | Visa Hankala |
2019-05-05 | Turn need_resched() and signotify() into proper functions on mips64. | Visa Hankala |
2019-05-05 | regen | Mark Kettenis |
2019-05-05 | Harmonize AMD CPU/APU devices. | Mark Kettenis |
2019-05-04 | let users try mcx(4) | Theo de Raadt |
2019-05-04 | 3 bytes of kernel stack address space were leaked into on-disk directories. | Theo de Raadt |
2019-05-04 | Silence "Uunable to acquire AGP" message since we don't support AGP on all | Mark Kettenis |
2019-05-04 | Remove some junk that we don't use. | Mark Kettenis |
2019-05-04 | Add DIR_ROUNDUP define, from Kirk McKusick | Theo de Raadt |
2019-05-04 | Removed all diagnostic, calling printf() here might create a recursion. | Martin Pieuchot |
2019-05-04 | Relax the check in knote_{de,en}queue: don't panic w/o KERNEL_LOCK(). | Martin Pieuchot |
2019-05-04 | fix array bounds check in ixl_search_link_speed() | Jonathan Gray |
2019-05-04 | drm/i915/bios: assume eDP is present on port A when there is no VBT | Jonathan Gray |
2019-05-04 | Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4) | Mark Kettenis |
2019-05-04 | drm: Fix drm_release() and device unplug | Jonathan Gray |
2019-05-04 | Add mcx(4), a driver for Mellanox ConnectX-4 (and later) Ethernet | Jonathan Matthew |
2019-05-03 | Add missing bridge_getbif(), reported by jsg@. | Martin Pieuchot |
2019-05-03 | An if_put() was missing in one branch of bridge_process(). This | Alexander Bluhm |
2019-05-03 | Make VOP_ADVLOCK() safe to use without kernel lock | Visa Hankala |