freebsd-nq/sys
Mark Johnston 1556ae1356 vm_page: Remove vm_page_sbusy() and vm_page_xbusy()
They are unused today and cannot be safely used in the face of unlocked
lookup, in which pages may be busied without the object lock held.

Obtained from:	jeff (object_concurrency patches)
Reviewed by:	kib

(cherry picked from commit a2665158d0)
2021-11-29 09:11:37 -05:00
..
amd64 amd64: Annotate an unlikely condition in smp_targeted_tlb_shootdown() 2021-11-22 08:44:27 -05:00
arm TWL: Fix a typo in a source code comment 2021-11-28 12:40:29 +01:00
arm64 arm64, riscv: Fix TRAF_PC() to return the PC, not the return address. 2021-11-23 15:48:07 -08:00
bsm
cam sddadone: 'error' gets assigned only errno codes, never MMC_ERR codes 2021-11-27 10:32:36 +02:00
cddl kern: drop remaining references to removed makesyscalls.sh 2021-09-14 20:53:03 -05:00
compat LinuxKPI: add bcd.h 2021-11-21 18:15:58 +00:00
conf pchtherm: Let the driver be compiled into the kernel 2021-11-29 09:04:16 -05:00
contrib Upgrade ENA to v2.4.1 2021-10-07 18:10:32 +02:00
crypto aesni: Avoid a potential out-of-bounds load in AES_GCM_encrypt() 2021-11-23 09:32:33 -05:00
ddb
dev ppbus(4): Fix a typo in source code comment 2021-11-28 12:43:11 +01:00
dts add rk3328 overlay for enabling analog sound 2021-11-21 12:04:42 +02:00
fs pNFS: Add nfsstats counters for number of Layouts 2021-11-26 18:20:16 -08:00
gdb
geom g_vfs_close(): vp is unused 2021-11-19 06:25:29 +02:00
gnu
i386 sysbeep: Adjust interface to take a duration as a sbt 2021-11-18 21:52:22 -07:00
isa
kern vm: Add a mode to vm_object_page_remove() which skips invalid pages 2021-11-29 09:09:28 -05:00
kgssapi
libkern
mips Convert vm_page_alloc() callers to use vm_page_alloc_noobj(). 2021-11-03 13:39:36 -04:00
modules Fix some modules to export more used symbols 2021-11-25 03:09:21 +02:00
net lagg: fix unused-but-set-variable 2021-11-26 04:40:56 +01:00
net80211 net80211: add a driver-private pointer to struct ieee80211_node 2021-11-19 00:01:27 +00:00
netgraph ng_pptpgre(4): Fix a typo in a source code comment 2021-11-06 08:50:54 +01:00
netinet carp: deal with negative net.inet.carp.demotion 2021-11-22 02:55:02 +01:00
netinet6 net: Allow binding of unspecified address without address existance 2021-11-18 19:28:56 -05:00
netipsec ipsec: enter epoch before calling into ipsec_run_hhooks 2021-10-11 09:10:31 +00:00
netpfil pf: Introduce ridentifier 2021-11-26 04:39:05 +01:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed socket: Rename sb(un)lock() and interlock with listen(2) 2021-10-07 09:56:47 -04:00
opencrypto ktls: Split encrypt vs decrypt OCF counters. 2021-11-23 15:11:54 -08:00
powerpc powerpc64: fix OFWFB with Radix MMU 2021-11-05 11:08:27 -03:00
riscv riscv: add COMPAT_FREEBSD12 option 2021-11-24 17:45:51 +01:00
rpc rpc: Convert an SOLISTENING check to an assertion 2021-09-24 09:01:07 -04:00
security
sys vm: Add a mode to vm_object_page_remove() which skips invalid pages 2021-11-29 09:09:28 -05:00
teken
tests routing: add IPv6 fib validation procedure. 2021-09-07 21:02:58 +00:00
tools makesyscalls.lua: add a CAPENABLED flag 2021-10-20 00:19:56 +01:00
ufs ffs_softdep: Fix a typo in a source code comment 2021-11-28 12:43:32 +01:00
vm vm_page: Remove vm_page_sbusy() and vm_page_xbusy() 2021-11-29 09:11:37 -05:00
x86 Prefer CPUID leaf 1Fh for Intel CPU topology detection. 2021-11-19 19:26:29 -05:00
xdr
xen
Makefile