aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* kernel: Be clearer about what ZSTDIO is forDag-Erling Smørgrav4 days11-18/+42
* acpi_spmc: Simplify constraint freeingAymeric Wibo5 days1-7/+3
* acpi: Print sysctl name in deprecated sleep type warningAymeric Wibo5 days1-3/+3
* amd64 trap.c: provide tag for the struct sfhandlers definitionKonstantin Belousov5 days1-2/+4
* amd64: add prototype for ia32_syscall()Konstantin Belousov5 days1-0/+2
* amd64: remove assertion about sizeof(struct pcb)Konstantin Belousov5 days1-7/+0
* sys/param.h: bump __FreeBSD_version for amd64 struct trapframe size changeKonstantin Belousov5 days1-1/+2
* x86 FRED: add hardware definitions for the trap frames fieldsKonstantin Belousov5 days2-14/+58
* amd64: check that %cs and %ss values from ucontext fit into registersKonstantin Belousov5 days2-0/+47
* amd64: move code to check for traps with interrupts disabled into helpersKonstantin Belousov5 days1-38/+58
* tpm: fix multi-threaded access with per-open stateChuck Silvers5 days5-100/+81
* tcp/rack: don't call call tcp_state_change() before tcp_close()Gleb Smirnoff5 days1-1/+0
* tcp: remove extraneous codeGleb Smirnoff5 days1-5/+0
* cam (scsi): silence "Medium not present" SCSI sense logging for removable mediaAbdelkader Boudih5 days1-3/+3
* timerfd: Suppress kqueue readability after jump readJake Freeland5 days1-1/+1
* timerfd: Wake up on discontinuous jumpJake Freeland5 days1-3/+11
* timerfd: Use saturating sbintime conversionsJake Freeland5 days1-5/+5
* sys/time: Add saturating sbt conversionsJake Freeland5 days1-0/+21
* timerfd: Fix interval callout schedulingJake Freeland5 days1-11/+13
* ath11k: restore module MakefileBjoern A. Zeeb6 days1-20/+43
* ath11k: reduce diff to upstream Atheros/QCA's ath11k driverBjoern A. Zeeb6 days7-194/+415
* ath12k: update module Makefile after vendor import of v6.19Bjoern A. Zeeb6 days1-6/+32
* ath12k: update Atheros/QCA's ath12k driverBjoern A. Zeeb6 days71-5524/+42713
* ath11k: update module Makefile after vendor import of v6.19[-rc6]Bjoern A. Zeeb6 days1-20/+43
* ath11k: update Atheros/QCA's ath11k driverBjoern A. Zeeb6 days7-191/+380
* zfs: merge openzfs/zfs@3ee08abd2Martin Matuska6 days169-2648/+5776
* ip6_input: Remove unused check for IPv4-compatible IPv6Pouria Mousavizadeh Tehrani6 days1-15/+0
* bridge(4): Remove epoch_enter during destructionPouria Mousavizadeh Tehrani6 days1-5/+0
* ndp: Accept multiple queued ND for non-GRAND NAsPouria Mousavizadeh Tehrani6 days2-53/+73
* ecn(9): Update ecn tunneling functions to RFC 6040Pouria Mousavizadeh Tehrani6 days3-65/+106
* Provide more precise error explanations for mmap(2) EINVAL errors.Kirk McKusick7 days1-13/+23
* Delete error-check code that can never happen.Kirk McKusick7 days1-4/+0
* cxgbe(4): decode the T7 MC interrupt correctlyNavdeep Parhar7 days1-0/+10
* cxgbe(4): adjustments to the output of the slow interrupt handlerNavdeep Parhar7 days1-4/+5
* in_var.h: fixup comments that mention use by ifmcstat(8)Gleb Smirnoff7 days1-4/+1
* LinuxKPI: Fix simple_read_from_buffer for zero-size and off-the-end readsJohn Baldwin8 days1-2/+2
* lindebugfs: Pass user buffer pointers to the read/write file operationsJohn Baldwin8 days5-56/+92
* arm64: Have a common call to userretAndrew Turner8 days1-21/+9
* LinuxKPI: Use simple_read_from_buffer in simple_attr_read and seq_readJohn Baldwin8 days2-20/+4
* LinuxKPI: Clear the sbuf at the start of each call to seq_readJohn Baldwin8 days1-0/+1
* virtio: Ensure power-of-two alignment for indirect queueSarah Walker8 days1-1/+1
* ndp: don't send unsolicited NA for multicast addressPouria Mousavizadeh Tehrani8 days1-1/+2
* if_bridge(4): don't sleep under epoch(9) in destructionPouria Mousavizadeh Tehrani8 days1-2/+2
* nfs_nfsdserv.c: Fix handling of archive flag for mkdirRick Macklem9 days1-1/+13
* pmc.h: bump PMC_VERSION_MINORMitchell Horne9 days1-1/+1
* libpmc: Query hwpmc for capsAli Mashtizadeh9 days3-1/+74
* vm_fault: expand KASSERT message in vm_fault_populate_cleanupisoux9 days1-1/+4
* queue.h: Reorder STAILQ_INSERT_TAILDag-Erling Smørgrav9 days1-1/+2
* nvme: Replace bus_space_[read|write]_4 with bus_[read|write]_4Matt Delco9 days4-20/+9
* nvme: Removed unused 'regs' variableMatt Delco9 days3-4/+0