aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* amd64: fix PKRU and swapout interactionKonstantin Belousov2023-04-148-10/+35
* tcp: stack unloading crash in rack and bbrRandall Stewart2023-04-142-0/+6
* netlink: make netlink work correctly on CHERI.Alexander V. Chernikov2023-04-142-21/+27
* Testing: add framework for the kernel unit tests.Alexander V. Chernikov2023-04-146-0/+723
* net80211: fix a typo in Rx MCS set for unequal modulation caseMikhail Pchelin2023-04-141-1/+1
* net80211: wrong transmit MCS set in HT cap IEMikhail Pchelin2023-04-141-3/+3
* uart(4): add Sunrise Point UART controllersKyle Evans2023-04-141-0/+2
* xen: move common variables off of sys/x86/xen/hvm.cElliott Mitchell2023-04-143-11/+52
* xen/intr: move sys/x86/xen/xen_intr.c to sys/dev/xen/bus/Julien Grall2023-04-143-1/+1
* xen/intr: move interrupt allocation/release to architectureElliott Mitchell2023-04-144-111/+131
* xen/intr: move x86 PIC interface to xen_arch_intr.c, introduce wrappersJulien Grall2023-04-144-148/+268
* xen/intr: remove type argument from xen_intr_alloc_isrc()Elliott Mitchell2023-04-141-4/+3
* xen/x86: rework isrc allocation to use list instead of table scanningElliott Mitchell2023-04-141-47/+29
* xen/intr: move evtchn_type to intr-internal.hElliott Mitchell2023-04-142-8/+9
* xen/intr: introduce dev/xen/bus/intr-internal.hJulien Grall2023-04-145-33/+120
* xen/intr: adjust xen_intr_handle_upcall() to match driver filterElliott Mitchell2023-04-147-68/+120
* xen/intr: do full xenisrc initialization during bindingElliott Mitchell2023-04-141-4/+3
* xen/intr: split xen_intr_isrc_lock usesElliott Mitchell2023-04-141-7/+34
* xen/intr: rework xen_intr_alloc_isrc() lockingElliott Mitchell2023-04-141-7/+6
* xen/intr: rework xen_intr_alloc_isrc() call structureElliott Mitchell2023-04-141-6/+7
* xen/intr: adjust xenisrc types, adjust format strings to matchElliott Mitchell2023-04-141-14/+14
* xen: remove CONFIG_XEN_COMPAT, purge Xen 3.0 compatibilityElliott Mitchell2023-04-143-114/+8
* xen: purge no longer used hypervisor functionsElliott Mitchell2023-04-141-44/+0
* xen/efi: make Xen PV EFI clock optionalElliott Mitchell2023-04-144-1/+4
* xen: introduce XEN_CPUID_TO_VCPUID()/XEN_VCPUID()Julien Grall2023-04-143-18/+35
* xen/intr: xen_intr_bind_isrc() always set handleElliott Mitchell2023-04-141-18/+16
* tcp: rack pacing has some caveats that need to be obeyed when LRO is missingRandall Stewart2023-04-141-1/+2
* bridge: distinguish no vlan and vlan 1Kristof Provost2023-04-142-10/+19
* bridge: Use the %D identifier to format MAC addressZhenlei Huang2023-04-141-3/+2
* pf: backport OpenBSD syntax of "scrub" option for "match" and "pass" rulesKajetan Staszkiewicz2023-04-147-174/+463
* arm: Remove a double word in a comment in setjmpGordon Bergling2023-04-131-1/+1
* kern: remove a double word in a KASSERT in subr_trapGordon Bergling2023-04-131-1/+1
* rtsx: Add plug-and-play infoHenri Hennebert2023-04-133-26/+25
* TCP: Misc cleanups of tcp_subr.cRandall Stewart2023-04-131-3/+54
* link_elf: fix SysV hash function overflowEd Maste2023-04-121-11/+8
* Remove the riscv64sf architecture.John Baldwin2023-04-122-8/+1
* tcp: fix typo in commentMichael Tuexen2023-04-121-1/+1
* tcp: make net.inet.tcp.functions_default vnet specificMichael Tuexen2023-04-121-12/+22
* tcp_lro: When processing compressed acks lets support the new early wake feat...Randall Stewart2023-04-121-0/+16
* Create pmap_mask_set_locked on arm64Andrew Turner2023-04-121-2/+10
* tcp: fix deregistering stacks when vnets are usedMichael Tuexen2023-04-121-2/+3
* tarfs: Use the existing CTLFLAG_RWTUN flag definitionZhenlei Huang2023-04-121-2/+2
* iicbus(4): Use the existing CTLFLAG_RWTUN flag definitionZhenlei Huang2023-04-121-1/+1
* bxe(4): Use CTLFLAG_RDTUN flag definitionZhenlei Huang2023-04-121-2/+2
* ice(4): Use the existing CTLFLAG_RWTUN flag definitionZhenlei Huang2023-04-121-1/+1
* cam iosched: Use the existing CTLFLAG_RDTUN and CTLFLAG_RWTUN flag definitionsZhenlei Huang2023-04-121-2/+2
* powerpc: Use the existing CTLFLAG_RDTUN and CTLFLAG_RWTUN flag definitionsZhenlei Huang2023-04-122-2/+2
* Enable -Warray-parameter for clang.John Baldwin2023-04-111-4/+3
* tcp: use IPV6_FLOWLABEL_LENRichard Scheffenegger2023-04-114-7/+7
* DEBUG_VFS_LOCKS: restore diagnostic for the witness use caseKonstantin Belousov2023-04-111-8/+6