aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* pf: Fix hashing of IP address rangesMichael Gmelin2026-03-241-0/+1
* tcp: make TCP_TRK_TRACK_FLG_* flags visible to userland programsGleb Smirnoff2026-03-231-9/+9
* hwpmc: improve diagnostic messages for invalid tunablesPaulo Fragoso2026-03-232-9/+28
* libpmc: Add support for IBS qualifiersAli Mashtizadeh2026-03-231-1/+18
* hwpmc: Use rdtsc instead of rdtscp for timestampsAli Mashtizadeh2026-03-231-5/+3
* nvmf: Fix null ptr referenceMariusz Zaborski2026-03-231-1/+1
* mlx5: postpone freeing the completed command entity to taskqueueKonstantin Belousov2026-03-232-1/+12
* hwpstate_amd: Refactor the cpufreq code by using delegation pattenrShengYi Hung2026-03-221-71/+142
* amd64: revert back struct trapframe to the pre-FRED definitionKonstantin Belousov2026-03-211-0/+4
* LinuxKPI: add supporting #includesBjoern A. Zeeb2026-03-213-0/+3
* sbuf: make assertion message a lot more useableBjoern A. Zeeb2026-03-211-2/+2
* kernel: Be clearer about what ZSTDIO is forDag-Erling Smørgrav2026-03-2111-18/+42
* acpi_spmc: Simplify constraint freeingAymeric Wibo2026-03-211-7/+3
* acpi: Print sysctl name in deprecated sleep type warningAymeric Wibo2026-03-211-3/+3
* amd64 trap.c: provide tag for the struct sfhandlers definitionKonstantin Belousov2026-03-201-2/+4
* amd64: add prototype for ia32_syscall()Konstantin Belousov2026-03-201-0/+2
* amd64: remove assertion about sizeof(struct pcb)Konstantin Belousov2026-03-201-7/+0
* sys/param.h: bump __FreeBSD_version for amd64 struct trapframe size changeKonstantin Belousov2026-03-201-1/+2
* x86 FRED: add hardware definitions for the trap frames fieldsKonstantin Belousov2026-03-202-14/+58
* amd64: check that %cs and %ss values from ucontext fit into registersKonstantin Belousov2026-03-202-0/+47
* amd64: move code to check for traps with interrupts disabled into helpersKonstantin Belousov2026-03-201-38/+58
* tpm: fix multi-threaded access with per-open stateChuck Silvers2026-03-205-100/+81
* tcp/rack: don't call call tcp_state_change() before tcp_close()Gleb Smirnoff2026-03-201-1/+0
* tcp: remove extraneous codeGleb Smirnoff2026-03-201-5/+0
* cam (scsi): silence "Medium not present" SCSI sense logging for removable mediaAbdelkader Boudih2026-03-201-3/+3
* timerfd: Suppress kqueue readability after jump readJake Freeland2026-03-201-1/+1
* timerfd: Wake up on discontinuous jumpJake Freeland2026-03-201-3/+11
* timerfd: Use saturating sbintime conversionsJake Freeland2026-03-201-5/+5
* sys/time: Add saturating sbt conversionsJake Freeland2026-03-201-0/+21
* timerfd: Fix interval callout schedulingJake Freeland2026-03-201-11/+13
* ath11k: restore module MakefileBjoern A. Zeeb2026-03-201-20/+43
* ath11k: reduce diff to upstream Atheros/QCA's ath11k driverBjoern A. Zeeb2026-03-197-194/+415
* ath12k: update module Makefile after vendor import of v6.19Bjoern A. Zeeb2026-03-191-6/+32
* ath12k: update Atheros/QCA's ath12k driverBjoern A. Zeeb2026-03-1971-5534/+42723
* ath11k: update module Makefile after vendor import of v6.19[-rc6]Bjoern A. Zeeb2026-03-191-20/+43
* ath11k: update Atheros/QCA's ath11k driverBjoern A. Zeeb2026-03-197-191/+380
* zfs: merge openzfs/zfs@3ee08abd2Martin Matuska2026-03-19169-2663/+5791
* ip6_input: Remove unused check for IPv4-compatible IPv6Pouria Mousavizadeh Tehrani2026-03-191-15/+0
* bridge(4): Remove epoch_enter during destructionPouria Mousavizadeh Tehrani2026-03-191-5/+0
* ndp: Accept multiple queued ND for non-GRAND NAsPouria Mousavizadeh Tehrani2026-03-192-53/+73
* ecn(9): Update ecn tunneling functions to RFC 6040Pouria Mousavizadeh Tehrani2026-03-193-65/+106
* Provide more precise error explanations for mmap(2) EINVAL errors.Kirk McKusick2026-03-191-13/+23
* Delete error-check code that can never happen.Kirk McKusick2026-03-191-4/+0
* cxgbe(4): decode the T7 MC interrupt correctlyNavdeep Parhar2026-03-181-0/+10
* cxgbe(4): adjustments to the output of the slow interrupt handlerNavdeep Parhar2026-03-181-4/+5
* in_var.h: fixup comments that mention use by ifmcstat(8)Gleb Smirnoff2026-03-181-4/+1
* LinuxKPI: Fix simple_read_from_buffer for zero-size and off-the-end readsJohn Baldwin2026-03-171-2/+2
* lindebugfs: Pass user buffer pointers to the read/write file operationsJohn Baldwin2026-03-175-58/+94
* arm64: Have a common call to userretAndrew Turner2026-03-171-21/+9
* LinuxKPI: Use simple_read_from_buffer in simple_attr_read and seq_readJohn Baldwin2026-03-172-20/+4