aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* dtrace: cache current probe in kdtrace_thread_tChristos Margiolis2023-07-041-0/+2
* kinst: accommodate other architectures in MakefileChristos Margiolis2023-07-041-4/+11
* ena: Update driver version to v2.6.3Arthur Kiyanovski2023-07-041-1/+1
* ena: Fix driver unload crashArthur Kiyanovski2023-07-041-1/+2
* ena: Initialize statistics before the interface is availableOsama Abboud2023-07-041-11/+18
* killpg(): close a race with fork(), part 2Konstantin Belousov2023-07-046-11/+53
* killpg(2): close a race with fork(2), part1Konstantin Belousov2023-07-046-4/+72
* killpg1(): update the herald commentKonstantin Belousov2023-07-041-1/+1
* vn_path_to_global_path_hardlink(): avoid freeing non-initialized pointerKonstantin Belousov2023-07-041-1/+1
* altq codel: do not insert the same mtag twiceKristof Provost2023-07-031-2/+4
* dtrace: improve siftr probeMichael Tuexen2023-07-021-13/+16
* modules: bzero the modspecific_tKa Ho Ng2023-07-011-1/+2
* libkern: Trim OBE comment from divmoddi routines.John Baldwin2023-07-013-5/+0
* divmoddi4: Handle negative remainders.John Baldwin2023-07-011-6/+6
* rdrand_rng: Build with -fPIC on i386 when using GCC.John Baldwin2023-07-011-0/+5
* sys: Add [u]divmoddi4 intrinsics on i386.John Baldwin2023-07-014-0/+110
* sys: Switch the kernel's C standard from C99 to GNU99.John Baldwin2023-07-011-1/+1
* syscalls: fix modspecific_t stack content leakKa Ho Ng2023-07-011-1/+1
* nctgpio: Populate the cache earlierStéphane Rochoy2023-07-011-27/+26
* superio+ncthwm: Add hardware monitoring supportStéphane Rochoy2023-07-015-0/+273
* superio+nctgpio: Add support for new (weird) chipsStéphane Rochoy2023-07-012-6/+551
* superio+nctgpio: Prepare to support some new (weird) chipsStéphane Rochoy2023-07-011-240/+465
* superio: Handle conflicting devid via prefer/extidStéphane Rochoy2023-07-012-0/+21
* superio: Add superio_ldn_read and superio_ldn_writeStéphane Rochoy2023-07-012-12/+28
* bios: Don't keep sending BIO_FLUSH after first ENOTSUPP.santhoshkumar-mani2023-07-011-1/+6
* qlnxe: remove unused variable from ecore_ll2.cMark O'Donovan2023-07-011-2/+1
* qlnxe: add driver to amd64 NOTESMark O'Donovan2023-07-011-0/+2
* qlnxe: Fix building as in-kernel componentMark O'Donovan2023-07-012-2/+19
* qlnxe: Fix unused but set variable warningMark O'Donovan2023-07-012-3/+2
* qlnxe: Remove #ifdef ECORE_PACKAGEMark O'Donovan2023-07-012-4/+0
* qlnxe: Fix too many args in call to internal_ram_wr()Mark O'Donovan2023-07-011-1/+6
* qlnxe: Move sriov includes to qlnx_os.cMark O'Donovan2023-07-012-6/+6
* qlnxe: Remove -Wno-case-qual from module buildMark O'Donovan2023-07-014-26/+28
* zfs: merge openzfs/zfs@009d3288dMartin Matuska2023-07-0124-96/+218
* siftr: unbreak dtrace supportMichael Tuexen2023-07-011-0/+9
* netinet[6]: make in[6]_control use ucred instead of td.Alexander V. Chernikov2023-07-015-19/+36
* siftr: provide dtrace with the correct pointer to dataMichael Tuexen2023-06-301-1/+1
* linux: binutils as requires %eflags instead of %flags for CFI.John Baldwin2023-06-301-0/+8
* i386 acpi: Remove unneeded function declaration.John Baldwin2023-06-301-1/+0
* Revert "openzfs: use IN_BASE instead of IN_FREEBSD_BASE in spa.h"Yuri Pankov2023-06-291-2/+2
* openzfs: use IN_BASE instead of IN_FREEBSD_BASE in spa.hYuri Pankov2023-06-291-2/+2
* arm64: make VM_NFREEORDER and the comment describing it matchAlan Cox2023-06-291-7/+8
* atkbc: Better test for old chromebooksWarner Losh2023-06-291-11/+29
* zfs: merge openzfs/zfs@a9d6b0690Martin Matuska2023-06-2816-239/+306
* atkbdc: Minor style nitsWarner Losh2023-06-281-6/+6
* arm64: Make register definitions constMark Johnston2023-06-281-200/+201
* arm64: Add a masked get_kernel_reg()Mark Johnston2023-06-282-32/+59
* mrsas: Use mrsas_sge64 instead of iovec for the S/G list for passthru.John Baldwin2023-06-281-7/+7
* arm64 pmap: Tidy up pmap_promote_l2() callsAlan Cox2023-06-281-19/+22
* Adds support for Purism coreboot keyboardsJon Hopper2023-06-281-0/+1