Age | Commit message (Expand) | Author |
2019-05-09 | Add a sysctl accessor to struct pf_status. The pf_status only holds the | Claudio Jeker |
2019-05-09 | For filenames which are a multiple of 4 bytes long, the zero pad is | Theo de Raadt |
2019-05-09 | add free sizes | Brent Cook |
2019-05-09 | we don't need to check rtisvalid() in these places, the functions we are | Peter Hessler |
2019-05-09 | disable stack printing for now since at least arm64 can't print them | Ted Unangst |
2019-05-09 | Eliminate 'make clean' stops with 'rmdir: .: Invalid argument'. | Kenji Aoyama |
2019-05-09 | When changing device rate, send request to the clock source unit. | Alexandre Ratchov |
2019-05-09 | Set the rate of UAC v2.0 clock units using the control interface, not | Alexandre Ratchov |
2019-05-09 | Skip empty control interfaces when parsing descriptors. | Alexandre Ratchov |
2019-05-09 | Implement set_rate() method for M-Audio Audiophile 192k cards. | Alexandre Ratchov |
2019-05-09 | Add ucrcom(4) a (very simple) driver for the serial console of (some) | Mark Kettenis |
2019-05-08 | Enable ucrcom(4) on all architectures that have uslcom(4). | Mark Kettenis |
2019-05-08 | Add ucrcom(4) a (very simple) driver for the serial console of (some) | Mark Kettenis |
2019-05-08 | print a few warnings when calling free with a zero size. | Ted Unangst |
2019-05-08 | regen | Mark Kettenis |
2019-05-08 | add Google vendor ID | Mark Kettenis |
2019-05-08 | Add wait_event_killable(). In linux TASK_KILLABLE only gets fatal | Jonathan Gray |
2019-05-08 | Fix overflow tests such that we can allocate arrays with zero items. | Mark Kettenis |
2019-05-08 | add cmpxchg() with same implementation as atomic_cmpxchg() | Jonathan Gray |
2019-05-08 | group function prototypes | anton |
2019-05-08 | Add a compile-time option called SPLASSERT_WATCH which changes the | anton |
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 |