summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
5 daysImplement power down if the PMIC is marked as the system power controllerMark Kettenis
6 daysFlush the interrupt status register in ahci(4) attachJan Klemkow
7 daysDuring IP deliver, propagate correct address family.Alexander Bluhm
7 daysLet the user provide an alternative perfpolicy when on batteryJeremie Courreges-Anglas
8 daysThe buffer flipper (incorrectly?) uses pmap_copy_page() from interruptMark Kettenis
8 daysImprove error handling of psp(4) driver.Alexander Bluhm
8 daysNo need to call unsleep() if p_wchan is NULL.Claudio Jeker
9 daysuse ifq_deq_set_oactive if we're in an if_deq_begin "transaction"David Gwynne
9 daysprovide ifq_deq_set_oactive.David Gwynne
9 daysuse a tailq for the global list of bpf_if structs.David Gwynne
9 daysgather ice(4) hardware counters for debuggingStefan Sperling
9 daysimplement ice_add_rx_lldp_filter()Stefan Sperling
10 daysremove forward declaration of struct mountJonathan Gray
10 daysTeach ddb how to disassemble endbr64.Anton Lindqvist
10 dayskill our kids before we die, or there will be panicJoshua Stein
10 daysfix tcpdump on pfsync interfaces.David Gwynne
10 daysCast atomic_load_int(9) to signed int when loading `securelevel'.Vitaliy Makkoveev
11 daysmove bus space extern to bus.h; ok mpi@Jonathan Gray
11 daysFix some typos in comments in i386/amd64 bootblocksMike Larkin
11 daysdrm/amdkfd: Accounting pdd vram_usage for svmJonathan Gray
11 daysbump the "mru" up to MAXMCLBYTES.David Gwynne
11 daysinclude tun_hdr in the length reported by FIONREAD and kq if it's enabled.David Gwynne
11 daysadd qccpucp to GENERICTobias Heider
11 daysmake sure bpfsdetach is holding a bpf_d ref when invalidating stuff.David Gwynne
12 daysprovide network offloads between the kernel and userland againDavid Gwynne
12 daysAdd qccpucp(4), a driver for the CPUSS Control Processor (CPUCP) mailboxTobias Heider
12 daysAdjust deep logic in cursig() to handle sig_stop specially.Claudio Jeker
12 daysRemove unreachable check for orphaned process groups in cursig.Claudio Jeker
12 daysDo not dereference `pve' after releasing `pv_mtx'.Martin Pieuchot
13 dayswait for ice(4) software interrupt to occur when flushing queue interruptsStefan Sperling
13 daysfix build without ICE_DEBUGStefan Sperling
13 daysimplement the ice(4) Rx interrupt handlerStefan Sperling
13 daysin ice(4), ensure that vsi->max_frame_size gets setStefan Sperling
14 daysadd placeholder for GC 11.5.2 APUJonathan Gray
14 daysprocmap(8) -> procmap(1); spotted by Avon RobertsonJonathan Gray
14 dayssparce -> sparseJonathan Gray
14 daysdrm/amdgpu: prevent NULL pointer dereference if ATIF is not supportedJonathan Gray
14 daysdrm/amdgpu: Fix DPX valid mode check on GC 9.4.3Jonathan Gray
14 daysdrm/amdgpu: Adjust debugfs register access permissionsJonathan Gray
14 daysdrm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Jonathan Gray
14 daysdrm/amdgpu: Adjust debugfs eviction and IB access permissionsJonathan Gray
14 daysMove 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