freebsd-nq/sys
Jeff Roberson 0f9e06e18b Fix a few places that free a page from an object without busy held. This is
tightening constraints on busy as a precursor to lockless page lookup and
should largely be a NOP for these cases.

Reviewed by:	alc, kib, markj
Differential Revision:	https://reviews.freebsd.org/D22611
2019-12-02 22:42:05 +00:00
..
amd64 Fix a few places that free a page from an object without busy held. This is 2019-12-02 22:42:05 +00:00
arm Fix a few places that free a page from an object without busy held. This is 2019-12-02 22:42:05 +00:00
arm64 revert r354714 "Boot arm64 kernel using booti command from U-boot." 2019-12-02 15:07:06 +00:00
bsm Jail and capability mode for shm_rename; add audit support for shm_rename 2019-11-18 13:31:16 +00:00
cam Fix a hang introduced in r351599. 2019-12-02 19:57:39 +00:00
cddl Add a VN_OPEN_INVFS flag. 2019-11-29 14:02:32 +00:00
compat Fix the last few cases that grab without busy or valid. The grab functions must 2019-12-02 22:38:25 +00:00
conf Make use of the stats(3) framework in the TCP stack. 2019-12-02 20:58:04 +00:00
contrib Include fin, the packet information structure (fr_info_t), in the 2019-11-28 00:46:33 +00:00
crypto Fix the armv8 crypto driver after r354170. 2019-10-30 10:41:10 +00:00
ddb
dev Fix a few places that free a page from an object without busy held. This is 2019-12-02 22:42:05 +00:00
dts
fs tmpfs: use proper macros for permission values in tmpfs_access 2019-12-01 00:34:49 +00:00
gdb gdb(4): Implement support for NoAckMode 2019-10-17 22:37:25 +00:00
geom We don't even need Giant here. It isn't protecting anything internal 2019-11-23 23:44:00 +00:00
gnu Import DTS files from Linux 5.4 2019-11-28 19:30:41 +00:00
i386 Remove the trm(4) driver 2019-11-28 02:32:17 +00:00
isa
kern Fix the last few cases that grab without busy or valid. The grab functions must 2019-12-02 22:38:25 +00:00
kgssapi
libkern Port the NetBSD KCSAN runtime to FreeBSD. 2019-11-21 11:22:08 +00:00
mips Remove two obsolete comments that reference splhigh/splx. 2019-11-21 18:49:54 +00:00
modules Remove the trm(4) driver 2019-11-28 02:32:17 +00:00
net Allow kernel to compile without BPF. 2019-11-24 23:21:47 +00:00
net80211
netgraph Fix regression from r353026. Pointer was increased instead of value 2019-11-02 03:09:17 +00:00
netinet Make use of the stats(3) framework in the TCP stack. 2019-12-02 20:58:04 +00:00
netinet6 Update the hostcache also for PTB messages received for SCTP/IPv6. 2019-12-01 16:14:44 +00:00
netipsec Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros. 2019-12-01 00:22:04 +00:00
netpfil pf: Add endline to all DPFPRINTF() 2019-11-24 13:53:36 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Prevent potential underflow in ibcore. 2019-11-15 11:46:53 +00:00
opencrypto
powerpc powerpc: Add 'show frame <addr>' to show an arbitrary trap frame 2019-12-01 21:29:34 +00:00
riscv RISC-V: busdma_bounce: fix BUS_DMA_ALLOCNOW for non-paged aligned sizes 2019-11-16 01:25:51 +00:00
rpc Change r355157 to make svc_rpc_gss_lifetime_max a static. 2019-11-28 02:18:51 +00:00
security Instead of looking up a predecessor or successor to the current map 2019-11-20 16:06:48 +00:00
sparc64 Set MALLOC_DEBUG_MAXZONES=1 in GENERIC-NODEBUG configurations. 2019-11-18 20:03:28 +00:00
sys Bump __FreeBSD_version after r355304. 2019-12-02 21:09:57 +00:00
teken
tests
tools Add makesyscalls.lua, a rewrite of makesyscalls.sh 2019-11-17 14:08:19 +00:00
ufs As part of creating a snapshot, set fs->fs_fmod to 0 in the snapshot image 2019-11-28 00:37:43 +00:00
vm Fix a few places that free a page from an object without busy held. This is 2019-12-02 22:42:05 +00:00
x86 Fix a few places that free a page from an object without busy held. This is 2019-12-02 22:42:05 +00:00
xdr
xen
Makefile