aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* RegenKonstantin Belousov2021-07-289-8/+34
* Revert most of ce42e793100b460f597e4c85ec0da12e274f9394Konstantin Belousov2021-07-285-10/+467
* Fix the spelling of '*/' in the vnic driverAndrew Turner2021-07-271-1/+1
* Teach the arm64 kernel to identify the Arm AEMAndrew Turner2021-07-272-0/+2
* vnic: add TODO list item for non-promisc modeEd Maste2021-07-282-4/+13
* Remove opensolaris_atomic.S dependency.Alexander Motin2021-07-271-1/+0
* amd64: rework AP startupKonstantin Belousov2021-07-275-164/+95
* linuxkpi: remove global atomic counter of the task allocationsKonstantin Belousov2021-07-271-19/+3
* nullfs: provide custom null_rename bypassKonstantin Belousov2021-07-271-11/+57
* null_rename: some styleKonstantin Belousov2021-07-271-5/+7
* fifofs: fifo vnode might be relocked before VOP_OPEN() is calledKonstantin Belousov2021-07-271-1/+13
* null_lookup: restore dvp lock always, not only on successKonstantin Belousov2021-07-271-5/+6
* null_bypass(): prevent loosing the only reference to the lower vnodeKonstantin Belousov2021-07-271-5/+20
* nullfs: provide custom null_advlock bypassKonstantin Belousov2021-07-271-0/+23
* null_bypass(): some styleKonstantin Belousov2021-07-271-14/+16
* netdump: Fix leaking debugnet state on errors.Bryan Drewery2021-07-271-6/+26
* LinuxKPI: add sign_extend32()Bjoern A. Zeeb2021-07-271-0/+8
* LinuxKPI: add nexthdr definitions for IPv6Bjoern A. Zeeb2021-07-271-0/+5
* LinuxKPI: add module_pci_driver() and pci_alloc_irq_vectors()Bjoern A. Zeeb2021-07-271-0/+59
* linux: implement sigaltstack(2) on arm64Edward Tomasz Napierala2021-07-277-100/+35
* /dev/pci: clarify meaning of writeable file descriptorKonstantin Belousov2021-07-271-1/+6
* vlan: deduplicate bpf_setpcp() and pf_ieee8021q_setpcp()Kristof Provost2021-07-264-46/+30
* bpf: Add an ioctl to set the VLAN Priority on packets sent by bpfLuiz Otavio O Souza2021-07-263-0/+45
* m_dup: Handle unmapped mbufs as an input mbuf.John Baldwin2021-07-261-1/+1
* crypto: Constify all transform descriptorsMark Johnston2021-07-2633-131/+132
* rip: Add missing minimum length validation in rip_output()Mark Johnston2021-07-261-1/+8
* linux(4): Fix amd64 gcc build.Dmitry Chagin2021-07-262-4/+6
* linux(4): Fix i386 gcc build.Dmitry Chagin2021-07-261-3/+3
* hwpmc: fix powerpc/powerpcspe buildsLeandro Lupori2021-07-261-1/+1
* powerpc64: add Power8 and Power9 PMCsLeandro Lupori2021-07-263-4/+59
* pf: remove duplicate ERROUT_FUNCTION definitionKristof Provost2021-07-261-8/+0
* linux: fix sigaltstack on amd64Edward Tomasz Napierala2021-07-261-3/+3
* linux: implement signal delivery on arm64Edward Tomasz Napierala2021-07-253-6/+106
* arm64: HWCAP/HWCAP2 aux args support for 32-bit ARM binaries.Peter Grehan2021-07-255-0/+471
* pf: batch critical section for several countersMateusz Guzik2021-07-253-31/+47
* pf: switch rule counters to pf_counter_u64Mateusz Guzik2021-07-257-81/+185
* pf: switch kif counters to pf_counter_u64Mateusz Guzik2021-07-254-21/+126
* pf: switch pf_status.fcounters to pf_counter_u64Mateusz Guzik2021-07-253-10/+26
* pf: add hybrid 32- an 64- bit countersMateusz Guzik2021-07-252-1/+245
* pf: drop redundant 'else' in pf_normalize_*Mateusz Guzik2021-07-251-12/+9
* arm64: allwinner: dtbo: Add dtb overlays to disable mmc nodeEmmanuel Vadot2021-07-244-1/+34
* FFS: remove ffs_fsfail_taskJason A. Harmening2021-07-242-45/+7
* VFS: remove MNTK_MARKERJason A. Harmening2021-07-242-33/+2
* Allow stacked filesystems to be recursively unmountedJason A. Harmening2021-07-248-88/+348
* amd64: Don't repeat unnecessary tests when cmpset failsAlan Cox2021-07-241-4/+4
* arm64: allwinner: Remove sun50i-a64-oppEmmanuel Vadot2021-07-242-79/+1
* amd64: do not touch low memory in AP startup unless we used legacy bootKonstantin Belousov2021-07-241-3/+6
* amd64: make efi_boot globalKonstantin Belousov2021-07-242-1/+4
* amd64: add pmap_alloc_page_below_4g()Konstantin Belousov2021-07-242-30/+20
* amd64 pti init: fix calculation of the kernel text startKonstantin Belousov2021-07-241-1/+1