summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
3 daysremove forward declaration of struct mountJonathan Gray
3 daysTeach ddb how to disassemble endbr64.Anton Lindqvist
4 dayskill our kids before we die, or there will be panicJoshua Stein
4 daysfix tcpdump on pfsync interfaces.David Gwynne
4 daysCast atomic_load_int(9) to signed int when loading `securelevel'.Vitaliy Makkoveev
4 daysmove bus space extern to bus.h; ok mpi@Jonathan Gray
5 daysFix some typos in comments in i386/amd64 bootblocksMike Larkin
5 daysdrm/amdkfd: Accounting pdd vram_usage for svmJonathan Gray
5 daysbump the "mru" up to MAXMCLBYTES.David Gwynne
5 daysinclude tun_hdr in the length reported by FIONREAD and kq if it's enabled.David Gwynne
5 daysadd qccpucp to GENERICTobias Heider
5 daysmake sure bpfsdetach is holding a bpf_d ref when invalidating stuff.David Gwynne
6 daysprovide network offloads between the kernel and userland againDavid Gwynne
6 daysAdd qccpucp(4), a driver for the CPUSS Control Processor (CPUCP) mailboxTobias Heider
6 daysAdjust deep logic in cursig() to handle sig_stop specially.Claudio Jeker
6 daysRemove unreachable check for orphaned process groups in cursig.Claudio Jeker
6 daysDo not dereference `pve' after releasing `pv_mtx'.Martin Pieuchot
7 dayswait for ice(4) software interrupt to occur when flushing queue interruptsStefan Sperling
7 daysfix build without ICE_DEBUGStefan Sperling
7 daysimplement the ice(4) Rx interrupt handlerStefan Sperling
7 daysin ice(4), ensure that vsi->max_frame_size gets setStefan Sperling
7 daysadd placeholder for GC 11.5.2 APUJonathan Gray
7 daysprocmap(8) -> procmap(1); spotted by Avon RobertsonJonathan Gray
7 dayssparce -> sparseJonathan Gray
8 daysdrm/amdgpu: prevent NULL pointer dereference if ATIF is not supportedJonathan Gray
8 daysdrm/amdgpu: Fix DPX valid mode check on GC 9.4.3Jonathan Gray
8 daysdrm/amdgpu: Adjust debugfs register access permissionsJonathan Gray
8 daysdrm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Jonathan Gray
8 daysdrm/amdgpu: Adjust debugfs eviction and IB access permissionsJonathan Gray
8 daysMove the stack 1GB higher, closer to the end of the userland address space.Miod Vallat
8 daysrevert tun(4) changes for now, breaks in kdump build (TUNSCAP/TIOCEXT clash)Stuart Henderson
8 daysuse down->up hammer to handle ENETRESET in ice_ioctl; can be refined laterStefan Sperling
8 daysavoid sending needless MAC address updates to ice(4) hardwareStefan Sperling
8 daysfor clarity, look at 'perm_addr' for obtaining the MAC when ice(4) attachesStefan Sperling
8 daysTypo fixes in commentsKevin Lo
9 daysprovide a way to negotiate network offloads between the kernel and userland.David Gwynne
9 daysimplement ice_down(); ifconfig ice0 down/up is working nowStefan Sperling
9 daysEnable ixv(4) in RAMDISK_CDYASUOKA Masahiko
10 daysFix simplefb colours for BPP16 and BPP24 by specifiying colourTobias Heider
10 daysAdds support for BPP16 16-bit color EFI framebuffer format as offeredTobias Heider
10 daysremove unused arm64_machdep.hJonathan Gray
10 daysrename bus space files to match other archsJonathan Gray
10 daysbump the type used to specify traffic queue bandwidth to 64bit.David Gwynne
11 daysadd wd to nam2blk to match bdevswJonathan Gray
11 daysorder nam2blk by major numberJonathan Gray
11 daysremove unused mainbus.h; ok miod@Jonathan Gray
11 daysIf nostop is set properly ignore stop signals with default handlers.Claudio Jeker
12 daysdrm/amd/display: Add null checks for 'stream' and 'plane' before dereferencingJonathan Gray
12 daysremove vmx_pmap_find_pte_ept(), used by removed EPT mprotect ioctlJonathan Gray
12 daysLock send socket buffer for fstat syscall.Alexander Bluhm