summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Filter TCP connections to SO_REUSEPORT_LB listen sockets by NUMA domainAndrew Gallatin2020-12-196-34/+134
* Optionally bind ktls threads to NUMA domainsAndrew Gallatin2020-12-191-3/+39
* Ensure a minimum packet length before creating a mbuf in if_ure.Hans Petter Selasky2020-12-191-1/+1
* Move SYSCTL_ADD_PROC() to unlocked context in if_ure to avoid lock order reve...Hans Petter Selasky2020-12-191-9/+9
* kern: cpuset: allow jails to modify child jails' rootsKyle Evans2020-12-191-5/+20
* usb: Replace ITUNERNET vendor with MICROCHIP and improve product namesJessica Clarke2020-12-182-6/+6
* Add ELF flag to disable ASLR stack gap.Konstantin Belousov2020-12-185-6/+15
* proc.h: Reformat P_ and P2_ definitions.Konstantin Belousov2020-12-181-45/+66
* Switch direct rt fields access in rtsock.c to newly-create field acessors.Alexander V. Chernikov2020-12-181-38/+121
* Skip the vm.pmap.kernel_maps sysctl by default.John Baldwin2020-12-184-4/+4
* riscv: report additional known SBI implementationsMitchell Horne2020-12-182-0/+16
* arm64: rk3399: Export the watchdog clockEmmanuel Vadot2020-12-181-0/+5
* amd64: use register macros for gdb_cpu_getreg()Mitchell Horne2020-12-182-22/+25
* amd64: allow gdb(4) to write to most registersMitchell Horne2020-12-182-4/+50
* acpi: Ensure that adjacent memory affinity table entries are coalescedMark Johnston2020-12-181-12/+25
* virtio_mmio: Fix feature negotiation copy-paste issue in r361943Jessica Clarke2020-12-181-2/+2
* pci_iov: When pci_iov_detach(9) is called, destroy VF childrenKonstantin Belousov2020-12-181-15/+38
* ice: quiet -Wredundant-declsRyan Libby2020-12-171-9/+0
* VFS_QUOTACTL: Remove needless casts of argBrooks Davis2020-12-171-7/+7
* Use __containerof() instead of home-rolled versions.John Baldwin2020-12-175-11/+5
* Use a template assembly file for firmware object files.John Baldwin2020-12-174-16/+60
* Cleanups to *ERR* compat shims.John Baldwin2020-12-171-7/+7
* Fix a race in tty_signal_sessleader() with unlocked read of s_leader.Konstantin Belousov2020-12-171-2/+9
* fd: reimplement close_range to avoid spurious relockingMateusz Guzik2020-12-171-25/+30
* audit: rework AUDIT_SYSCLOSEMateusz Guzik2020-12-173-20/+19
* fd: refactor closefp in preparation for close_range reworkMateusz Guzik2020-12-171-21/+43
* [ng_socket] Don't take the SOCKBUF_LOCK() twice in the RX data path.Aleksandr Fedorov2020-12-171-2/+9
* Add IRQ resource to SPIBUSEmmanuel Vadot2020-12-173-0/+44
* arm: Remove samsung exnynos portEmmanuel Vadot2020-12-1727-6236/+0
* Make non-debug kernels installable.Nathan Whitehorn2020-12-171-2/+0
* newvers.sh: Speed up git_tree_modifiedBrooks Davis2020-12-171-23/+1
* fd: remove redundant saturation check from fget_unlocked_seqMateusz Guzik2020-12-161-7/+0
* Fix whitespace in r368698Jessica Clarke2020-12-161-1/+1
* Fix whitespace in comment modified by r368697Jessica Clarke2020-12-161-1/+1
* Use the standard method for localizing of MSI-X table bar.Michal Meloun2020-12-162-5/+2
* Allocate right number of pages for the bounced buffers crossing the page.Michal Meloun2020-12-161-5/+13
* Use more standard types for manipulating pointers.John Baldwin2020-12-161-2/+2
* Use uintptr_t instead of unsigned long for integers holding pointers.John Baldwin2020-12-161-4/+4
* Use uintptr_t instead of unsigned long for pointers.John Baldwin2020-12-161-4/+4
* Use the 't' modifier to print a ptrdiff_t.John Baldwin2020-12-161-1/+1
* Revert r368523 which fixed contig allocs waiting forever.Bryan Drewery2020-12-151-16/+4
* Improve handling of alternate settings in the USB stack.Hans Petter Selasky2020-12-151-3/+3
* Improve handling of alternate settings in the USB stack.Hans Petter Selasky2020-12-155-10/+22
* Improve handling of alternate settings in the USB stack.Hans Petter Selasky2020-12-151-2/+14
* Fix LINT-NOINET6 build after r368571.Alexander V. Chernikov2020-12-141-3/+11
* amd64 pmap: fix PCID mode invalidationsKonstantin Belousov2020-12-142-159/+154
* Enable ROUTE_MPATH support in GENERIC kernels.Alexander V. Chernikov2020-12-145-0/+5
* Remove unused functions and variables in cpufunc.[ch].Michal Meloun2020-12-144-125/+3
* Finish implementation of ARM PMU interrupts.Michal Meloun2020-12-141-35/+171
* Verify (and fix) the context_id argument passed to the mpentry () by PSCI.Michal Meloun2020-12-141-0/+15