summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-05-09When changing device rate, send request to the clock source unit.Alexandre Ratchov
2019-05-09Set the rate of UAC v2.0 clock units using the control interface, notAlexandre Ratchov
2019-05-09Skip empty control interfaces when parsing descriptors.Alexandre Ratchov
2019-05-09Implement set_rate() method for M-Audio Audiophile 192k cards.Alexandre Ratchov
2019-05-09Add ucrcom(4) a (very simple) driver for the serial console of (some)Mark Kettenis
2019-05-08Enable ucrcom(4) on all architectures that have uslcom(4).Mark Kettenis
2019-05-08Add ucrcom(4) a (very simple) driver for the serial console of (some)Mark Kettenis
2019-05-08print a few warnings when calling free with a zero size.Ted Unangst
2019-05-08regenMark Kettenis
2019-05-08add Google vendor IDMark Kettenis
2019-05-08Add wait_event_killable(). In linux TASK_KILLABLE only gets fatalJonathan Gray
2019-05-08Fix overflow tests such that we can allocate arrays with zero items.Mark Kettenis
2019-05-08add cmpxchg() with same implementation as atomic_cmpxchg()Jonathan Gray
2019-05-08group function prototypesanton
2019-05-08Add a compile-time option called SPLASSERT_WATCH which changes theanton
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