summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-06-06Enable stfclock(4) and make xhci(4) attach to fdt.Mark Kettenis
2022-06-06Add stfclock(4), a driver for the clock controller found on the StarFiveMark Kettenis
2022-06-06Simplify solock() and sounlock(). There is no reason to return a valueClaudio Jeker
2022-06-06Remove unused prototype.Mark Kettenis
2022-06-06The StarFive JH7100 SoC has peripherals that only support 32-bit DMAMark Kettenis
2022-06-06Add support for the XHCI function that is part of the Cadence USB3 DRDMark Kettenis
2022-06-06drm/i915: Fix -Wstringop-overflow warning in call to intel_read_wm_latency()Jonathan Gray
2022-06-06regenJonathan Gray
2022-06-06drm/amdgpu: add beige goby PCI IDJonathan Gray
2022-06-05enable interrupt coalescing.David Gwynne
2022-06-05use the write lemtohXX functions for bits of the stats structure.David Gwynne
2022-06-05add support for getting the frequency of the clocks mventa uses.David Gwynne
2022-06-04Make iwm(4) handle 9k devices which do not support antenna B.Stefan Sperling
2022-06-04match on Gemini Lake HD Audio (0x3198)Jonathan Gray
2022-06-03expose hardware counters as kstats.David Gwynne
2022-06-03fix the definition of the MVNETA_PRXITTH Port RX Intr Threshold registerDavid Gwynne
2022-06-02Take the size of allocation into account when checking the kernel reserve.Mark Kettenis
2022-06-02Implement and enable IPv4, TCP, and UDP checksum offloading for igc.mbuhl
2022-06-02Stop hiding a few assertions behind the opt-in LOCKF_DIAGNOSTIC option.Anton Lindqvist
2022-06-02enable aq(4) on arm64 now that it works reasonably wellJonathan Matthew
2022-06-01change amd64 pmap_convert to return voidDave Voutila
2022-06-01callers to pf(4) must continue to run with packet as returnedAlexandr Nedvedicky
2022-06-01remove unused pmap_convert prototype from i386Dave Voutila
2022-06-01Fix ambiguity with lock range endVisa Hankala
2022-06-01Fix lock range start when l_whence == SEEK_END and l_len < 0.Visa Hankala
2022-06-01shrink dmesg output by printing the ethernet address on the attach line.David Gwynne
2022-06-01mark the mvneta interrupt handler as mpsafe.David Gwynne
2022-06-01rework the rx ring processing.David Gwynne
2022-06-01mark mvneta_start mpsafe.David Gwynne
2022-06-01dont have to say Ethernet address in dmesg, address is fineDavid Gwynne
2022-06-01trim some white spaceDavid Gwynne
2022-06-01rework tx start and completion.David Gwynne
2022-05-30knf; fix whitespace in structsDave Voutila
2022-05-30Add sfgpio(4), a driver for the GPIO controller found on theMark Kettenis
2022-05-30Replace selwakeup() with KNOTE() in pipe event activation.Visa Hankala
2022-05-30make a first pass at providing kstats from the hardware counters.David Gwynne
2022-05-30tell the compiler about the tx/rx desc alignment.David Gwynne
2022-05-29pwr_action isn't used in this file, zap pointless decl.Jeremie Courreges-Anglas
2022-05-29Device tree bindings for this device are official now.Mark Kettenis
2022-05-28oops, wrong value in previous commitTheo de Raadt
2022-05-2864K of locked memory should be enough for anyone (until we hear a goodTheo de Raadt
2022-05-27Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-05-27Call uvm_vnp_uncache() before VOP_RENAME().Martin Pieuchot
2022-05-26Adjust compatible string to match what has been submitted to mainline Linux.Mark Kettenis
2022-05-26recognise Cortex-X1CJonathan Gray
2022-05-26drm/i915/adl-n: Add stepping infoJonathan Gray
2022-05-26drm/i915/rpl-s: Add stepping infoJonathan Gray
2022-05-26drm/i915/rpl-s: Enable guc submission by defaultJonathan Gray
2022-05-26drm/i915/adl-n: Add PCH Support for Alder Lake NJonathan Gray
2022-05-26drm/i915/rpl-s: Add PCH Support for Raptor Lake SJonathan Gray