summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-02-21Keep mbuf data alignment intact in m_defrag()Claudio Jeker
2024-02-21revert r1.35David Gwynne
2024-02-21Only return EPERM for immutable regions for the nasty operationsTheo de Raadt
2024-02-21handle /reserved-memory nodes from device trees on arm64.David Gwynne
2024-02-20implement disassociation (RUN->AUTH/INIT) in the qwx(4) driver state machineStefan Sperling
2024-02-20implement qwx_dp_reo_cmd_list_cleanup()Stefan Sperling
2024-02-20fix a double-free in qwx(4) that occurred when removing a peer from firmwareStefan Sperling
2024-02-20drm/i915/pxp/mtl: Update pxp-firmware response timeoutJonathan Gray
2024-02-19Make bwfm(4) work with MAC addresses set via ifconfig lladdr.Stefan Sperling
2024-02-19In cpu_fork() do not copy the register windows stashed in the u_pcbClaudio Jeker
2024-02-19regenJonathan Gray
2024-02-19add more Intel device idsJonathan Gray
2024-02-19regenKevin Lo
2024-02-19add Realtek 802.11ax idsKevin Lo
2024-02-19drm/amd/display: Implement bounds check for stream encoder creation in DCN301Jonathan Gray
2024-02-19drm/amd/display: Add NULL test for 'timing generator' in 'dcn21_set_pipe()'Jonathan Gray
2024-02-19drm/amd/display: Fix 'panel_cntl' could be null in 'dcn21_set_backlight_level()'Jonathan Gray
2024-02-19drm/i915/gvt: Fix uninitialized variable in handle_mmio()Jonathan Gray
2024-02-18Fix format strings in TRAPDEBUG code and unbreak 88110_syscall. NFCMiod Vallat
2024-02-18Prevent ioctl(WSKBDIO_GETENCODINGS) NULL deference when sysctlAnton Lindqvist
2024-02-18Don't call cpu_ucode_apply() and cpu_tsx_disable() from cpu_attach()'sPhilip Guenther
2024-02-18dt(4): profile: remove clock interrupt staggeringScott Soule Cheloha
2024-02-17move to 7.5-betaTheo de Raadt
2024-02-17Bindings for the rk3288/rk3328/rk3399 have landed in Linux and are beingMark Kettenis
2024-02-17Add JH7100 I2C clocks.Mark Kettenis
2024-02-16implement qwx_init_task(), which will reset the hardware when it getsPeter Hessler
2024-02-16Re-introduce TSO support after we've implemented fixes for the two reportedMarcus Glocker
2024-02-16improve PBL->SBL EE transition handling in preparation for qwx_init_task()Stefan Sperling
2024-02-16fix qwx(4) not coming up on first try if firmware was missing from disk at bootStefan Sperling
2024-02-16remove high-level error messages that cause noise when qwx fw is missingStefan Sperling
2024-02-16prevent memory leaks from duplicate/spurious qwx(4) fw memory requestsStefan Sperling
2024-02-16Fix wrong ifmedia check in intel wifi drivers.Stefan Sperling
2024-02-16start moving some developmental printfs to be DEBUG DPRINTFsPeter Hessler
2024-02-15qwx(4) works well enough to enableTheo de Raadt
2024-02-15fix wrong tsleep waiting address in qwx_qmi_mem_seg_send()Stefan Sperling
2024-02-15make qwx(4) clean up ic_bss and set link down when moving into SCAN stateStefan Sperling
2024-02-15fix wrong ifmedia macro used to check for IFM_AUTOStefan Sperling
2024-02-15vmx(4): Add TCP/UDP Checksum Offloading for IPv4/6Jan Klemkow
2024-02-15fix datapath Rx buffer management in qwx(4)Stefan Sperling
2024-02-15Fix bogus packet length calculation in the RX/LRO path, which can lead toMarcus Glocker
2024-02-15return non-zero if drm_fb_helper_alloc_info() fails in rkdrm_fb_probe()Jonathan Gray
2024-02-14Check IP length in ether_extract_headers().Alexander Bluhm
2024-02-14Remove spurious GET_CURPROC in copyout() mistakenly introduced in r1.43.Miod Vallat
2024-02-14Hide struct ip6q, struct ip6asfrag, struct ip6_moptions,Claudio Jeker
2024-02-14Remove defines no longer needed in locore. NFCMiod Vallat
2024-02-14Remove never ever used cpu_exec() macro, apparently already obsolete by theMiod Vallat
2024-02-14make qwx(4) work with custom MAC addresses set via ifconfig(8)Stefan Sperling
2024-02-14Enable the pool gc thread on m88k MULTIPROCESSOR kernels now thatMiod Vallat
2024-02-14Make sure pmap_unmap_direct flushes dirty cache lines.Miod Vallat
2024-02-13Fix splbio usage in oosiop_scsicmd() - it does not need to be taken earlyMiod Vallat