summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* mips: Fix sub-word atomics implementationJessica Clarke2020-12-141-48/+77
* Harden the handling of outgoing streams in case of an restart or INITMichael Tuexen2020-12-131-3/+6
* uipc: disable prediction in unp_pcb_lock_peerMateusz Guzik2020-12-131-1/+1
* Patch annotation in sigdeferstopMateusz Guzik2020-12-131-1/+1
* cache: fix ups bad predictsMateusz Guzik2020-12-131-3/+9
* vfs: correctly predict last fdrop on failed openMateusz Guzik2020-12-131-1/+1
* Fix TDP_WAKEUP/thr_wake(curthread->td_tid) after r366428.Konstantin Belousov2020-12-131-3/+1
* Correct indent.Konstantin Belousov2020-12-131-1/+1
* fd: fix fdrop prediction when closing a fdMateusz Guzik2020-12-132-1/+12
* [PowerPC] Floating-point exception trap followupBrandon Bergren2020-12-133-16/+13
* Clean up more resouces of an existing SCTP association in case ofMichael Tuexen2020-12-121-1/+56
* pf: Allow net.pf.request_maxcount to be set from loader.confKristof Provost2020-12-121-1/+1
* amdtemp(4): Add missing Family 17h modelsConrad Meyer2020-12-121-3/+4