summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-05-10Fix prototype of upgrade(). OK benno@Claudio Jeker
2019-05-10Move bridge_filterrule() before doing the mbuf copy. Fixes a memory leakClaudio Jeker
2019-05-10simplify logic after wakeup since this variable is only manipulatedBob Beck
2019-05-10Check for nowait failed *after* the wakeup point, not before.Bob Beck
2019-05-10Add more flags to the debug bitmaskPhilip Guenther
2019-05-09If mallocing the array program header fails, give up on coredumpingPhilip Guenther
2019-05-09Ensure that pagedaemon wakeups as a result of failed UVM_PLA_NOWAITBob Beck
2019-05-09Unlock adjfreq(2), adjtime(2), clock_settime(2), and settimeofday(2).cheloha
2019-05-09set up IFP using the gen3 path on pineviewJonathan Gray
2019-05-09Measure poll interval with monotonic clock. ok jcs@cheloha
2019-05-09add free sizesSebastien Marie
2019-05-09Correctly mask status bits in iwm's ADD_STA command response; remainingStefan Sperling
2019-05-09Add two sanity checks to iwm's firmware notification interrupt handler:Stefan Sperling
2019-05-09Nope, the right byte layout is happening, but we still need to figure outTheo de Raadt
2019-05-09Don't unconditionally throw away dma memory when we don't need to.Bob Beck
2019-05-09Add a sysctl accessor to struct pf_status. The pf_status only holds theClaudio Jeker
2019-05-09For filenames which are a multiple of 4 bytes long, the zero pad isTheo de Raadt
2019-05-09add free sizesBrent Cook
2019-05-09we don't need to check rtisvalid() in these places, the functions we arePeter Hessler
2019-05-09disable stack printing for now since at least arm64 can't print themTed Unangst
2019-05-09Eliminate 'make clean' stops with 'rmdir: .: Invalid argument'.Kenji Aoyama
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