aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* snd_uaudio(4): Fix sample rate selection after 42fdcd9fd917.Florian Walpen2024-02-261-9/+8
* kern: fix panic with disabled ttysEd Maste2024-02-261-3/+4
* ipsec esp: avoid dereferencing freed secasindexKonstantin Belousov2024-02-261-0/+7
* snd_hdspe(4): Optional unified pcm device.Florian Walpen2024-02-252-3/+28
* tcp: need default in switch statement for enum.Richard Scheffenegger2024-02-251-0/+2
* tcp: address enum-int-mismatchRichard Scheffenegger2024-02-251-1/+1
* tcp: retain some CC signals outside of kernel scopeRichard Scheffenegger2024-02-241-1/+3
* sctp: improve sending of packets containing an INIT ACK chunkMichael Tuexen2024-02-243-6/+36
* tcp: cubic - restart epoch after RTORichard Scheffenegger2024-02-241-0/+1
* tcp: provide correct snd_fack on post_recoveryRichard Scheffenegger2024-02-241-0/+4
* tcp: use enum for all congestion control signalsRichard Scheffenegger2024-02-2410-56/+66
* tcp: prevent div by zero in cc_htcpRichard Scheffenegger2024-02-241-3/+3
* if_hn: Fix two typos in source code commentsGordon Bergling2024-02-242-2/+2
* lagg: wrap lagg_port2req() into LAGG_SLOCK()Gleb Smirnoff2024-02-241-1/+7
* sctp: improve consistencyMichael Tuexen2024-02-231-2/+7
* snd_hda: add 32-bit memory quirk for Creative Sound Blaster Audigy FXGleb Smirnoff2024-02-232-0/+2
* fs/msdosfs fatblock: use ulmin() rather than min()Konstantin Belousov2024-02-231-1/+1
* tests: Fixing incomplete atf_skip if missing jail conditionOlivier Cochard2024-02-231-3/+3
* jail: skip sysctl_security_jail_children if jail binary missingOlivier Cochard2024-02-231-0/+3
* gpiobus: Add missing DEVMETHOD for bus_get_rmanJohn Baldwin2024-02-231-0/+1
* LinuxKPI: 802.11: implement a deferred RX pathBjoern A. Zeeb2024-02-222-11/+154
* dev/uart: name uart_class_set DATA_SET macro UART_CLASS()Bjoern A. Zeeb2024-02-225-3/+7
* ath(4): always enable 11nBjoern A. Zeeb2024-02-227-6/+1
* bge(4): Fix some typos in source code commentsGordon Bergling2024-02-221-4/+4
* acpi: Defer reserving resources for ACPI devicesJohn Baldwin2024-02-221-5/+17
* arm: Set NEW_PCIB in DEFAULTS rather than a subset of kernel configsJessica Clarke2024-02-223-2/+2
* x86/ucode: add support for early loading of CPU ucode on AMD.Chuck Silvers2024-02-224-0/+306
* vge(4): Fix a typo in a source code commentGordon Bergling2024-02-221-1/+1
* arm64: Tell userspace when BTI is supportedAndrew Turner2024-02-221-4/+2
* arm64: Enable BTI in the kernel ELF loaderAndrew Turner2024-02-221-0/+73
* Add a BTI sysarchAndrew Turner2024-02-222-1/+49
* arm64: Add BTI support to pmapAndrew Turner2024-02-222-20/+263
* sk(4): Fix a typo in a source code commentGordon Bergling2024-02-222-2/+2
* uath(4): Fix a typo in a source code commentGordon Bergling2024-02-221-1/+1
* random(4): Fix a typo in a source code commentGordon Bergling2024-02-221-1/+1
* x86/xen: use correct printf specifier.Roger Pau Monné2024-02-221-1/+1
* umcs(4): Fix two typos in source code commentsGordon Bergling2024-02-221-2/+2
* x86/xen: implement early init hookRoger Pau Monné2024-02-224-112/+22
* x86/cpu: introduce an optional hook for early hypervisor initializationRoger Pau Monné2024-02-221-1/+7
* x86/xen: replace xen_cpuid_base with hv_baseRoger Pau Monné2024-02-222-7/+7
* x86/xen: do video console fixup as part of early initializationRoger Pau Monné2024-02-222-83/+87
* x86/xen: move shared page setup to early init handlerRoger Pau Monné2024-02-222-14/+43
* x86/xen: introduce a Xen early init functionRoger Pau Monné2024-02-223-5/+55
* x86/xen: remove parameter from fixup_console()Roger Pau Monné2024-02-221-3/+12
* x86/xen: fill hypercall page with int3Roger Pau Monné2024-02-221-1/+1
* x86/cpu: improve hypervisor detectionRoger Pau Monné2024-02-221-2/+15
* x86/xen: introduce non-hypercall based emergency printRoger Pau Monné2024-02-223-5/+22
* x86/xen: fix out of bounds access to the event channel masks on resumeRoger Pau Monné2024-02-222-4/+11
* linux_pwd_onexec: do not abort image activation if emul path does not existKonstantin Belousov2024-02-221-11/+3
* bcm5974(4): Properly assign MT-slot on Apple Magic TrackpadVladimir Kondratyev2024-02-211-5/+7