summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-05-11Use hardware routine for PHY reset and always accept the PHY that's present.Kevin Lo
2022-05-10move memory allocations in pfr_add_tables() out ofAlexandr Nedvedicky
2022-05-10make the CPU frequency scaling duration relative to the loadSolene Rapenne
2022-05-10Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-05-10Our read/write lock implementation was not fair to writers. WhenAlexander Bluhm
2022-05-10Fix reading of the MAC address on AX210 devices.Stefan Sperling
2022-05-10Make run(4) attach to RT5372 devices.Stefan Sperling
2022-05-10regenStefan Sperling
2022-05-10add USB device ID of RT5372 for run(4); patch by molotov31337 on tech@Stefan Sperling
2022-05-10spellingJonathan Gray
2022-05-09Add support for AX210/AX211 devices to iwx(4).Stefan Sperling
2022-05-09Protect sbappendaddr() in divert_packet() with kernel lock. WithAlexander Bluhm
2022-05-09Revert "Replace selwakeup() with KNOTE() in pipe and socket event activation."Visa Hankala
2022-05-09regenStefan Sperling
2022-05-09add another iwx(4) product ID (presumably AX211, marketing name differs)Stefan Sperling
2022-05-09drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addressesJonathan Gray
2022-05-09drm/i915: Check EDID for HDR static metadata when choosing blcJonathan Gray
2022-05-09drm/amd/display: Fix memory leak in dcn21_clock_source_createJonathan Gray
2022-05-09drm/amdkfd: Fix GWS queue countJonathan Gray
2022-05-08Backport an upstream fix for CRC calculation. This fixes Java applicationsTheo Buehler
2022-05-08Update to zlib 1.2.12Theo Buehler
2022-05-06Replace selwakeup() with KNOTE() in kqueue event activation.Visa Hankala
2022-05-06Replace selwakeup() with KNOTE() in pipe and socket event activation.Visa Hankala
2022-05-05Clean up divert_packet(). Function does not return error, make itAlexander Bluhm
2022-05-05Use static objects for struct rttimer_queue instead of dynamicallyClaudio Jeker
2022-05-05regenFrederic Cambus
2022-05-05Add ID for the AMD Sensor Fusion Hub found on my Ryzen-based ZBOX CA621.Frederic Cambus
2022-05-05Using mutex initializer for static variable does not compile withAlexander Bluhm
2022-05-05No longer consider IN_EXPERIMENTAL aka 240/4 as not forwardable.Claudio Jeker
2022-05-04Introduce mutex for ratecheck(9) and ppsratecheck(9). A globalAlexander Bluhm
2022-05-04Move rttimer callback function from the rttimer itself to rttimer_queue.Claudio Jeker
2022-05-04In ipsp_spd_lookup() rename the parameter tdbp to tdbin as it isAlexander Bluhm
2022-05-04Merge swap-backed and object-backed inactive page lists.Martin Pieuchot
2022-05-04regenJonathan Gray
2022-05-04update Intel ADL-S graphics ids, add ADL-N RPL-S RPL-PJonathan Gray
2022-05-04drm/i915/adl-n: Enable ADL-N platformJonathan Gray
2022-05-04drm/i915/rpl-s: Add PCI IDS for Raptor Lake SJonathan Gray
2022-05-04drm/i915/dg1: Add new PCI idJonathan Gray
2022-05-04drm/i915/adl_s: Update ADL-S PCI IDsJonathan Gray
2022-05-04Missed removing some memory scaling in vmm, vmctl.Dave Voutila
2022-05-03vmm/vmd/vmctl: standardize memory units to bytesDave Voutila
2022-05-03Rate limit uvn_flush error during pageout messages. They occurAlexander Bluhm
2022-05-03Make pf(4) more paranoid about IGMP/MLP messages. MLD/IGMP messagesAlexandr Nedvedicky
2022-05-03Activate parallel IP forwarding. Start 4 softnet tasks. Limit theAlexander Bluhm
2022-05-03Retire CRYPTO_F_MPSAFE it is no longer of any use. The crypto frameworkClaudio Jeker
2022-05-02Disable DMA as part of the hardware reset, preventing the device fromAnton Lindqvist
2022-05-02Use the given queue id argument which happen to already be equal toAnton Lindqvist
2022-05-01regenTed Unangst
2022-05-01no need to test for toupper function in awkTed Unangst
2022-05-01Check for the correct length field when checking the control transfer dataMarcus Glocker