summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-01-19Remove temporary verbose logging.Anton Lindqvist
2022-01-19go back to rev 1.5 of irq_work.h with tasks on system_wqJonathan Gray
2022-01-19no longer need to disable -Wtautological-compare andJonathan Gray
2022-01-19move some unused functions under ifdefJonathan Gray
2022-01-19Comment out an incorrect lock assertion.Martin Pieuchot
2022-01-19__always_inline needs the inline keyword as well as the attributeJonathan Gray
2022-01-18Properly handle read-only clusters in m_pullup(9).Alexander Bluhm
2022-01-18Improve how quirks are handled on sdhc(4)-compatible drivers. So farPatrick Wildt
2022-01-18return EIO, not ENXIO, when the interface underneath ifq_deq_sleep dies.David Gwynne
2022-01-18a comment about bridges shouldnt list switch(4), but can have veb(4).David Gwynne
2022-01-18Add cdsdhc(4), a driver for the Cadence SD/SDIO/eMMC host controller.Visa Hankala
2022-01-18plic: Fix cpuid handlingVisa Hankala
2022-01-17sfcc: Fix accidental spinningVisa Hankala
2022-01-17Call uvm_pglistfree(9) instead of uvm_pmr_freepageq().Martin Pieuchot
2022-01-17change irq work from interrupt context back to process context likeJonathan Gray
2022-01-17unstub dma_fence_chain_find_seqno() for non zero seqnoJonathan Gray
2022-01-17Allow more memory ranges in hibernateMike Larkin
2022-01-16remove "for all AArch64 platforms" from commentJonathan Gray
2022-01-16drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()Jonathan Gray
2022-01-16Remove trailing whitespace in a few places. No code change.Mike Larkin
2022-01-16modernise pcn_start with m_defrag and the "new" ifq pattern.David Gwynne
2022-01-16activate/notify waiting kq kevents from bpf_wakeup directly.David Gwynne
2022-01-15Don't reset the controller on each transaction. Remove unecessary pollingMark Kettenis
2022-01-15bring back spelling fix from rev 1.138 lost in rev 1.140Jonathan Gray
2022-01-14We don't have 64-bit atomics on powerpc, but we don't really need them.Mark Kettenis
2022-01-14update drm to linux 5.15.14Jonathan Gray
2022-01-13Make bpf event filter MP-safeVisa Hankala
2022-01-13Return an error if bpfilter_lookup() fails in bpfkqfilter()Visa Hankala
2022-01-13Implement powerdown. This involves writing a magic bit somewhere in theMark Kettenis
2022-01-12fixup previous refactoringmbuhl
2022-01-12Extend the verbose logging.Anton Lindqvist
2022-01-12toggle hw.power based on the ACDI SMR key if availableRobert Nagy
2022-01-12add three new SMC sensors to get information about the power supply statusRobert Nagy
2022-01-12Fix array index. Spotted by robert@Mark Kettenis
2022-01-12Make acpi_getpropint() return uint64_t, as ACPI integers are in fact thatPatrick Wildt
2022-01-12Remove ieee80211_find_node_for_beacon().Stefan Sperling
2022-01-12maxumum -> maximumJonathan Gray
2022-01-12Remove -target riscv64-unknown-openbsd from CMACHFLAGS.Kevin Lo
2022-01-11spellingJonathan Gray
2022-01-11spellingJonathan Gray
2022-01-11Jasper Lake eMMC needs the same 0V quirk as Apollo Lake and Gemini LakeJonathan Gray
2022-01-11Make sure 'out' is initialized to 0 before adding flags.Tobias Heider
2022-01-11Bump KVA space up to 512MB (and a bit).Mark Kettenis
2022-01-11add Synopsys Degisnware UART (dw-apb-uart) supportSASANO Takayoshi
2022-01-11Remove KASSERT(0) and default switch case. No other sc_ncm_formatClaudio Jeker
2022-01-11fix RSB_DMCR_DEVICE_MODE_DATA value to enter RSB mode correctlySASANO Takayoshi
2022-01-11spellingJonathan Gray
2022-01-11move allocations in DIOCSADDRULE and DIOCHANGERULE outside of locks.Alexandr Nedvedicky
2022-01-11regenVitaliy Makkoveev
2022-01-11Unlock getpeername(2). For inet and unix sockets it follows the codeVitaliy Makkoveev