summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
12 daysmove bus space extern to bus.h; ok mpi@Jonathan Gray
12 daysFix some typos in comments in i386/amd64 bootblocksMike Larkin
12 daysdrm/amdkfd: Accounting pdd vram_usage for svmJonathan Gray
12 daysbump the "mru" up to MAXMCLBYTES.David Gwynne
12 daysinclude tun_hdr in the length reported by FIONREAD and kq if it's enabled.David Gwynne
12 daysadd qccpucp to GENERICTobias Heider
12 daysmake sure bpfsdetach is holding a bpf_d ref when invalidating stuff.David Gwynne
13 daysprovide network offloads between the kernel and userland againDavid Gwynne
13 daysAdd qccpucp(4), a driver for the CPUSS Control Processor (CPUCP) mailboxTobias Heider
13 daysAdjust deep logic in cursig() to handle sig_stop specially.Claudio Jeker
13 daysRemove unreachable check for orphaned process groups in cursig.Claudio Jeker
14 daysDo not dereference `pve' after releasing `pv_mtx'.Martin Pieuchot
2024-11-15wait for ice(4) software interrupt to occur when flushing queue interruptsStefan Sperling
2024-11-15fix build without ICE_DEBUGStefan Sperling
2024-11-15implement the ice(4) Rx interrupt handlerStefan Sperling
2024-11-15in ice(4), ensure that vsi->max_frame_size gets setStefan Sperling
2024-11-15add placeholder for GC 11.5.2 APUJonathan Gray
2024-11-15procmap(8) -> procmap(1); spotted by Avon RobertsonJonathan Gray
2024-11-15sparce -> sparseJonathan Gray
2024-11-15drm/amdgpu: prevent NULL pointer dereference if ATIF is not supportedJonathan Gray
2024-11-15drm/amdgpu: Fix DPX valid mode check on GC 9.4.3Jonathan Gray
2024-11-15drm/amdgpu: Adjust debugfs register access permissionsJonathan Gray
2024-11-15drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Jonathan Gray
2024-11-15drm/amdgpu: Adjust debugfs eviction and IB access permissionsJonathan Gray
2024-11-14Move the stack 1GB higher, closer to the end of the userland address space.Miod Vallat
2024-11-14revert tun(4) changes for now, breaks in kdump build (TUNSCAP/TIOCEXT clash)Stuart Henderson
2024-11-14use down->up hammer to handle ENETRESET in ice_ioctl; can be refined laterStefan Sperling
2024-11-14avoid sending needless MAC address updates to ice(4) hardwareStefan Sperling
2024-11-14for clarity, look at 'perm_addr' for obtaining the MAC when ice(4) attachesStefan Sperling
2024-11-14Typo fixes in commentsKevin Lo
2024-11-14provide a way to negotiate network offloads between the kernel and userland.David Gwynne
2024-11-13implement ice_down(); ifconfig ice0 down/up is working nowStefan Sperling
2024-11-13Enable ixv(4) in RAMDISK_CDYASUOKA Masahiko
2024-11-12Fix simplefb colours for BPP16 and BPP24 by specifiying colourTobias Heider
2024-11-12Adds support for BPP16 16-bit color EFI framebuffer format as offeredTobias Heider
2024-11-12remove unused arm64_machdep.hJonathan Gray
2024-11-12rename bus space files to match other archsJonathan Gray
2024-11-12bump the type used to specify traffic queue bandwidth to 64bit.David Gwynne
2024-11-12add wd to nam2blk to match bdevswJonathan Gray
2024-11-11order nam2blk by major numberJonathan Gray
2024-11-11remove unused mainbus.h; ok miod@Jonathan Gray
2024-11-11If nostop is set properly ignore stop signals with default handlers.Claudio Jeker
2024-11-10drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencingJonathan Gray
2024-11-10remove vmx_pmap_find_pte_ept(), used by removed EPT mprotect ioctlJonathan Gray
2024-11-10Lock send socket buffer for fstat syscall.Alexander Bluhm
2024-11-10all archs now have ci_idepth, remove ifdefsJonathan Gray
2024-11-10replace uvm.h includes with uvm_extern.h where possibleJonathan Gray
2024-11-10no need to include both uvm.h and uvm_extern.hJonathan Gray
2024-11-10Do not call uvm_swap_finicrypt_all() a second time in dumpsys().Jonathan Gray
2024-11-10remove unused XINTR() defineJonathan Gray