summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
41 hoursFlush the interrupt status register in ahci(4) attachJan Klemkow
2 daysDuring IP deliver, propagate correct address family.Alexander Bluhm
3 daysLet the user provide an alternative perfpolicy when on batteryJeremie Courreges-Anglas
3 daysThe buffer flipper (incorrectly?) uses pmap_copy_page() from interruptMark Kettenis
4 daysImprove error handling of psp(4) driver.Alexander Bluhm
4 daysNo need to call unsleep() if p_wchan is NULL.Claudio Jeker
4 daysuse ifq_deq_set_oactive if we're in an if_deq_begin "transaction"David Gwynne
4 daysprovide ifq_deq_set_oactive.David Gwynne
4 daysuse a tailq for the global list of bpf_if structs.David Gwynne
5 daysgather ice(4) hardware counters for debuggingStefan Sperling
5 daysimplement ice_add_rx_lldp_filter()Stefan Sperling
5 daysremove forward declaration of struct mountJonathan Gray
5 daysTeach ddb how to disassemble endbr64.Anton Lindqvist
5 dayskill our kids before we die, or there will be panicJoshua Stein
5 daysfix tcpdump on pfsync interfaces.David Gwynne
6 daysCast atomic_load_int(9) to signed int when loading `securelevel'.Vitaliy Makkoveev
6 daysmove bus space extern to bus.h; ok mpi@Jonathan Gray
6 daysFix some typos in comments in i386/amd64 bootblocksMike Larkin
6 daysdrm/amdkfd: Accounting pdd vram_usage for svmJonathan Gray
6 daysbump the "mru" up to MAXMCLBYTES.David Gwynne
6 daysinclude tun_hdr in the length reported by FIONREAD and kq if it's enabled.David Gwynne
6 daysadd qccpucp to GENERICTobias Heider
7 daysmake sure bpfsdetach is holding a bpf_d ref when invalidating stuff.David Gwynne
7 daysprovide network offloads between the kernel and userland againDavid Gwynne
7 daysAdd qccpucp(4), a driver for the CPUSS Control Processor (CPUCP) mailboxTobias Heider
8 daysAdjust deep logic in cursig() to handle sig_stop specially.Claudio Jeker
8 daysRemove unreachable check for orphaned process groups in cursig.Claudio Jeker
8 daysDo not dereference `pve' after releasing `pv_mtx'.Martin Pieuchot
8 dayswait for ice(4) software interrupt to occur when flushing queue interruptsStefan Sperling
8 daysfix build without ICE_DEBUGStefan Sperling
8 daysimplement the ice(4) Rx interrupt handlerStefan Sperling
8 daysin ice(4), ensure that vsi->max_frame_size gets setStefan Sperling
9 daysadd placeholder for GC 11.5.2 APUJonathan Gray
9 daysprocmap(8) -> procmap(1); spotted by Avon RobertsonJonathan Gray
9 dayssparce -> sparseJonathan Gray
9 daysdrm/amdgpu: prevent NULL pointer dereference if ATIF is not supportedJonathan Gray
9 daysdrm/amdgpu: Fix DPX valid mode check on GC 9.4.3Jonathan Gray
9 daysdrm/amdgpu: Adjust debugfs register access permissionsJonathan Gray
9 daysdrm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Jonathan Gray
9 daysdrm/amdgpu: Adjust debugfs eviction and IB access permissionsJonathan Gray
9 daysMove the stack 1GB higher, closer to the end of the userland address space.Miod Vallat
10 daysrevert tun(4) changes for now, breaks in kdump build (TUNSCAP/TIOCEXT clash)Stuart Henderson
10 daysuse down->up hammer to handle ENETRESET in ice_ioctl; can be refined laterStefan Sperling
10 daysavoid sending needless MAC address updates to ice(4) hardwareStefan Sperling
10 daysfor clarity, look at 'perm_addr' for obtaining the MAC when ice(4) attachesStefan Sperling
10 daysTypo fixes in commentsKevin Lo
10 daysprovide a way to negotiate network offloads between the kernel and userland.David Gwynne
10 daysimplement ice_down(); ifconfig ice0 down/up is working nowStefan Sperling
10 daysEnable ixv(4) in RAMDISK_CDYASUOKA Masahiko
11 daysFix simplefb colours for BPP16 and BPP24 by specifiying colourTobias Heider