aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* amd64: fix tlb shootdown when all cpus are passed in the bitmapMateusz Guzik2021-01-121-9/+6
* vmspace_fork: preserve wx settings in the child vm map after forkKonstantin Belousov2021-01-121-1/+2
* lio_listio: validate aio_lio_opcodeAlan Somers2021-01-122-6/+16
* amd64: compare TLB shootdown target to all_cpusAndrew Gallatin2021-01-121-2/+2
* Eliminate lock order reversal in UFS ffs_unmount().Kirk McKusick2021-01-121-1/+8
* [skip ci] Delete an accidentally-committed commentAlan Somers2021-01-121-1/+0
* rctl(4): support throttling resource usage to 0Jason A. Harmening2021-01-111-0/+5
* Use rn_match instead of doing indirect calls in fib_algo.Alexander V. Chernikov2021-01-112-4/+4
* exec_new_vmspace: print useful error message on ctty if stack cannot be mapped.Konstantin Belousov2021-01-111-4/+10
* Implement enforcing write XOR execute mapping policy.Konstantin Belousov2021-01-114-3/+23
* pf: quiet debugging printfsKristof Provost2021-01-111-2/+2
* arm64: Add armv8crpyto and ossl to NOTES.John Baldwin2021-01-111-0/+4
* arm64: Don't disable options GDB in LINT.John Baldwin2021-01-111-2/+0
* netmap: vtnet: fix RX initialization after netmap_reset()Vincenzo Maffione2021-01-111-7/+12
* amd64 pmap: do not sleep in pmap_allocpte_alloc() with zero referenced page t...Konstantin Belousov2021-01-111-31/+35
* amd64 pmap: rename _pmap_allocpte() to pmap_allocpte_alloc().Konstantin Belousov2021-01-111-16/+16
* amd64 pmap: Remove wrong __unused annotation from the va argument.Konstantin Belousov2021-01-111-1/+1
* amd64 pmap: fix NULL deref in pmap_mincore().Konstantin Belousov2021-01-111-0/+3
* Bump amount of queued packets in for unresolved ARP/NDP entries to 16.Alexander V. Chernikov2021-01-112-2/+2
* ndis: Per user request, delay removal to 14Brooks Davis2021-01-112-2/+2
* xen: remove .swp file from public headersRoger Pau Monné2021-01-111-0/+0
* cgem: update 64-bit checkMitchell Horne2021-01-111-1/+1
* Changes that improve DTrace FBT reliability on freebsd/arm64:Robert Watson2021-01-116-3/+40
* xen/privcmd: implement the restrict ioctlRoger Pau Monne2021-01-112-0/+84
* xen/privcmd: implement the dm op ioctlRoger Pau Monne2021-01-115-0/+77
* xen/privcmd: implement the map resource ioctlRoger Pau Monne2021-01-112-0/+67
* xen/privcmd: split setup of virtual address range into helperRoger Pau Monné2021-01-111-33/+36
* xen/privcmd: make some integers unsignedRoger Pau Monné2021-01-111-2/+4
* xen: update interface headersRoger Pau Monné2021-01-1167-1202/+8785
* hid: quiet -WswitchRyan Libby2021-01-114-0/+23
* pf: quiet -Wredundant-decls for pf_get_ruleset_numberRyan Libby2021-01-111-1/+0
* Use static initializers for fib algo to shift initializationAlexander V. Chernikov2021-01-111-11/+2
* netmap: restore hwofs and support it in iflibVincenzo Maffione2021-01-102-26/+61
* x86 tsc: mark %eax as earlyclobber in tscp_get_timecount_low().Konstantin Belousov2021-01-101-1/+1
* nfsd: add KASSERTs to nfsm_trimtrailing() for M_EXTPG mbufsRick Macklem2021-01-101-0/+6
* cgem: add 64-bit supportThomas Skibo2021-01-107-118/+306
* Prefer the use of vm_page_domain() to vm_phys_domain().Alan Cox2021-01-101-2/+2
* hid: Add recently imported drivers to NOTESVladimir Kondratyev2021-01-104-4/+44
* hid: fix extraneous SYSCTL_ADD_INT() options revealed by LINT buildVladimir Kondratyev2021-01-102-3/+3
* re: netmap: enable/disable krings on interface reinitVincenzo Maffione2021-01-101-0/+8
* iflib: fix build failure in case DEV_NETMAP is not definedVincenzo Maffione2021-01-101-0/+2
* netmap: vtnet: enable/disable krings on any interface reinitVincenzo Maffione2021-01-103-6/+14
* iflib: add assert to prevent out-of-bounds array accessVincenzo Maffione2021-01-101-5/+4
* Track pipe(2) reads and writes as rusage message receives and sends, aRobert Watson2021-01-101-0/+4
* netmap: iflib: enable/disable krings on any interface reinitVincenzo Maffione2021-01-101-15/+20
* jail: Simplify handling of prison_deref()Jamie Gritton2021-01-101-163/+161
* tmpfs open: assert that there is no double-init of f_data.Konstantin Belousov2021-01-101-0/+1
* tmpfs_free_tmp(): explicitly assert that tmp is lockedKonstantin Belousov2021-01-101-1/+2
* tmpfs: make M_TMPFSMNT static to tmpfs_vfsops.cKonstantin Belousov2021-01-102-2/+1
* tsc: add RDTSCP or faster variants of get_timecount()Konstantin Belousov2021-01-101-1/+38