aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* hid/hgame: Fix desync in hgame_dpad_cb()Majed Alkhaleefah3 days1-12/+4
* pf: include all elements when hashing rulesKristof Provost4 days1-9/+97
* pf: Fix hashing of IP address rangesMichael Gmelin4 days1-0/+1
* tcp: make TCP_TRK_TRACK_FLG_* flags visible to userland programsGleb Smirnoff4 days1-9/+9
* hwpmc: improve diagnostic messages for invalid tunablesPaulo Fragoso4 days2-9/+28
* libpmc: Add support for IBS qualifiersAli Mashtizadeh4 days1-1/+18
* hwpmc: Use rdtsc instead of rdtscp for timestampsAli Mashtizadeh4 days1-5/+3
* nvmf: Fix null ptr referenceMariusz Zaborski4 days1-1/+1
* mlx5: postpone freeing the completed command entity to taskqueueKonstantin Belousov5 days2-1/+12
* hwpstate_amd: Refactor the cpufreq code by using delegation pattenrShengYi Hung6 days1-71/+142
* amd64: revert back struct trapframe to the pre-FRED definitionKonstantin Belousov6 days1-0/+4
* LinuxKPI: add supporting #includesBjoern A. Zeeb6 days3-0/+3
* sbuf: make assertion message a lot more useableBjoern A. Zeeb6 days1-2/+2
* kernel: Be clearer about what ZSTDIO is forDag-Erling Smørgrav6 days11-18/+42
* acpi_spmc: Simplify constraint freeingAymeric Wibo7 days1-7/+3
* acpi: Print sysctl name in deprecated sleep type warningAymeric Wibo7 days1-3/+3
* amd64 trap.c: provide tag for the struct sfhandlers definitionKonstantin Belousov7 days1-2/+4
* amd64: add prototype for ia32_syscall()Konstantin Belousov7 days1-0/+2
* amd64: remove assertion about sizeof(struct pcb)Konstantin Belousov7 days1-7/+0
* sys/param.h: bump __FreeBSD_version for amd64 struct trapframe size changeKonstantin Belousov7 days1-1/+2
* x86 FRED: add hardware definitions for the trap frames fieldsKonstantin Belousov7 days2-14/+58
* amd64: check that %cs and %ss values from ucontext fit into registersKonstantin Belousov7 days2-0/+47
* amd64: move code to check for traps with interrupts disabled into helpersKonstantin Belousov7 days1-38/+58
* tpm: fix multi-threaded access with per-open stateChuck Silvers7 days5-100/+81
* tcp/rack: don't call call tcp_state_change() before tcp_close()Gleb Smirnoff7 days1-1/+0
* tcp: remove extraneous codeGleb Smirnoff7 days1-5/+0
* cam (scsi): silence "Medium not present" SCSI sense logging for removable mediaAbdelkader Boudih7 days1-3/+3
* timerfd: Suppress kqueue readability after jump readJake Freeland7 days1-1/+1
* timerfd: Wake up on discontinuous jumpJake Freeland7 days1-3/+11
* timerfd: Use saturating sbintime conversionsJake Freeland7 days1-5/+5
* sys/time: Add saturating sbt conversionsJake Freeland7 days1-0/+21
* timerfd: Fix interval callout schedulingJake Freeland7 days1-11/+13
* ath11k: restore module MakefileBjoern A. Zeeb8 days1-20/+43
* ath11k: reduce diff to upstream Atheros/QCA's ath11k driverBjoern A. Zeeb8 days7-194/+415
* ath12k: update module Makefile after vendor import of v6.19Bjoern A. Zeeb8 days1-6/+32
* ath12k: update Atheros/QCA's ath12k driverBjoern A. Zeeb8 days71-5524/+42713
* ath11k: update module Makefile after vendor import of v6.19[-rc6]Bjoern A. Zeeb8 days1-20/+43
* ath11k: update Atheros/QCA's ath11k driverBjoern A. Zeeb8 days7-191/+380
* zfs: merge openzfs/zfs@3ee08abd2Martin Matuska8 days169-2648/+5776
* ip6_input: Remove unused check for IPv4-compatible IPv6Pouria Mousavizadeh Tehrani8 days1-15/+0
* bridge(4): Remove epoch_enter during destructionPouria Mousavizadeh Tehrani8 days1-5/+0
* ndp: Accept multiple queued ND for non-GRAND NAsPouria Mousavizadeh Tehrani8 days2-53/+73
* ecn(9): Update ecn tunneling functions to RFC 6040Pouria Mousavizadeh Tehrani8 days3-65/+106
* Provide more precise error explanations for mmap(2) EINVAL errors.Kirk McKusick9 days1-13/+23
* Delete error-check code that can never happen.Kirk McKusick9 days1-4/+0
* cxgbe(4): decode the T7 MC interrupt correctlyNavdeep Parhar9 days1-0/+10
* cxgbe(4): adjustments to the output of the slow interrupt handlerNavdeep Parhar9 days1-4/+5
* in_var.h: fixup comments that mention use by ifmcstat(8)Gleb Smirnoff9 days1-4/+1
* LinuxKPI: Fix simple_read_from_buffer for zero-size and off-the-end readsJohn Baldwin10 days1-2/+2
* lindebugfs: Pass user buffer pointers to the read/write file operationsJohn Baldwin10 days5-56/+92