aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* gicv3_its: Don't restrict target CPUs based on SRATD Scott Phillips2021-02-171-17/+34
* Giant: move back Giant removal until 14Warner Losh2021-02-171-1/+1
* Handle negative return values from syncache_expand().John Baldwin2021-02-171-5/+15
* fwohci: Cast bitfield to uint32_t before passing it to roundup2().John Baldwin2021-02-171-1/+1
* gicv3_its: Leave LPI interrupts enabled during handlingD Scott Phillips2021-02-171-2/+0
* Add ifdef TCPHPTS around build_ack_entry and do_bpf_and_csum to avoidRandall Stewart2021-02-171-0/+2
* arm64: use macros to access special register valuesMitchell Horne2021-02-171-2/+4
* Bump __FreeBSD_version after f2583be110caMitchell Horne2021-02-171-1/+1
* arm64: extend struct db_reg to include watchpoint registersMitchell Horne2021-02-174-16/+92
* arm64: handle watchpoint exceptions from EL0Mitchell Horne2021-02-172-0/+7
* arm64: validate breakpoint registersMitchell Horne2021-02-172-4/+50
* Update the LRO processing code so that we can supportRandall Stewart2021-02-176-123/+829
* pf: Assert that pfil_link() calls succeedKristof Provost2021-02-171-4/+9
* arm64: rpi4: gpio: Add brcm,bcm2711-gpio compatibleEmmanuel Vadot2021-02-171-0/+1
* arm64: rpi4: firmware: Attach at BUS_PASS_BUS + BUS_PASS_ORDER_LATEEmmanuel Vadot2021-02-171-1/+1
* pf: Remove unused return value from (de)hook_pf()Kristof Provost2021-02-171-31/+9
* OpenSSL: Regen assembly files for OpenSSL 1.1.1jJung-uk Kim2021-02-171-4/+7
* cxgbe(4): Save proper zone index on low memory in refill_fl().Alexander Motin2021-02-171-5/+6
* linux: Update the i386/linux vdso deinitialization routineMark Johnston2021-02-161-1/+2
* Fix NOINET6 build broken by 2fe5a79425c7.Alexander V. Chernikov2021-02-161-0/+8
* Fix dst/netmask handling in routing socket code.Alexander V. Chernikov2021-02-161-6/+195
* Add ifa_try_ref() to simplify ifa handling inside epoch.Alexander V. Chernikov2021-02-162-1/+12
* Make in_localip_more() fib-aware.Alexander V. Chernikov2021-02-161-12/+12
* jail: Handle a possible race between jail_remove(2) and fork(2)Jamie Gritton2021-02-163-3/+28
* Use iflib_if_init_locked() during media change instead of iflib_init_locked().Allan Jude2021-02-161-1/+1
* linux: Unmap the VDSO page when unloadingMark Johnston2021-02-165-5/+12
* xen/efi: introduce a PV interface for EFI run time services for dom0Roger Pau Monné2021-02-162-0/+256
* efirt: add hooks for diverging EFI implementationsRoger Pau Monné2021-02-162-30/+127
* xen/boot: allow specifying boot method when booted from XenRoger Pau Monné2021-02-165-8/+16
* stand/multiboot2: add support for booting a Xen dom0 in UEFI modeRoger Pau Monné2021-02-161-0/+1
* update the SACK loss recovery to RFC6675, with the following new features:Richard Scheffenegger2021-02-162-5/+64
* zfs: change file mode of all merged testsMartin Matuska2021-02-1632-0/+0
* UFS snapshots: properly set the vm object size.Konstantin Belousov2021-02-161-0/+4
* pgcache read: protect against reads past end of the vm object sizeKonstantin Belousov2021-02-161-0/+4
* zfs: merge OpenZFS master-436ab35a5Martin Matuska2021-02-16229-1778/+3260
* Fix fget_only_user() to return ENOTCAPABLE on a failed capsicum checkAlex Richardson2021-02-151-1/+1
* Remove per-packet ifa refcounting from IPv6 fast path.Alexander V. Chernikov2021-02-159-39/+22
* Enforce net epoch in in6_selectsrc().Alexander V. Chernikov2021-02-157-0/+22
* Remove now-unused RTF_RNH_LOCKED route flag.Alexander V. Chernikov2021-02-152-3/+1
* Fix divide-by-zero panic when ASLR is enabled and superpages disabledJason A. Harmening2021-02-151-2/+3
* lockmgr: shrink struct lock by 8 bytes on LP64Mateusz Guzik2021-02-154-10/+20
* linux: drop unneeded castsEdward Tomasz Napierala2021-02-151-3/+3
* zfs: Avoid updating the L2ARC device header unnecessarilyMartin Matuska2021-02-151-1/+3
* zfs: fix RAIDZ2/3 not healing parity with 2+ bad disksMartin Matuska2021-02-154-12/+202
* Fix for locking order reversal in USB audio driver, when using mmap().Hans Petter Selasky2021-02-141-6/+17
* Only require mac_veriexec for verified_execSimon J. Gerraty2021-02-141-1/+1
* pf: Slightly relax pf_rule_addr validationKristof Provost2021-02-141-17/+30
* tcp: improve behaviour when using TCP_NOOPTMichael Tuexen2021-02-141-1/+4
* Do not reference returned ifa in in6_ifawithifp().Alexander V. Chernikov2021-02-142-12/+3
* procstat: distinguish vm map guards in procstat vm output.Konstantin Belousov2021-02-142-2/+6