freebsd-skq/sys
markj ce55b46f28 Ensure the background laundering threshold is positive after a scan.
The division added in r331732 meant that we wouldn't attempt a
background laundering until at least v_free_target - v_free_min clean
pages had been freed by the page daemon since the last laundering. If
the inactive queue is depleted but not completely empty (e.g., because
it contains busy pages), it can thus take a long time to meet this
threshold. Restore the pre-r331732 behaviour of using a non-zero
background laundering threshold if at least one inactive queue scan has
elapsed since the last attempt at background laundering.

Submitted by:	tijl (original version)
2018-04-02 15:07:41 +00:00
..
amd64 unify amd64 and i386 cpu_reset() in x86/cpu_machdep.c 2018-04-02 13:45:23 +00:00
arm Add the missing header for malloc(9). It was pulled in through header 2018-04-02 13:36:48 +00:00
arm64
bsm
cam
cddl MFV r331712: 2018-03-28 23:17:29 +00:00
compat Optimise use of Giant in the LinuxKPI. 2018-03-30 20:11:12 +00:00
conf Remove MK_AUTO_OBJ from env passed to PORTS_MODULES 2018-03-31 05:17:12 +00:00
contrib [iwm] Add support for iwm 3168 cards 2018-03-28 07:59:16 +00:00
crypto opencrypto: Integrate Chacha20 algorithm into OCF 2018-03-29 04:02:50 +00:00
ddb
dev Fix the build on arches with default unsigned char. Capture the fubyte() 2018-04-01 18:53:27 +00:00
dts Add dtb overlays support 2018-03-24 21:30:24 +00:00
fs
gdb
geom When freeing a superblock returned by ffs_sbget, be sure to also 2018-03-24 15:36:25 +00:00
gnu
i386 unify amd64 and i386 cpu_reset() in x86/cpu_machdep.c 2018-04-02 13:45:23 +00:00
isa
kern Implement several enhancements to NUMA policies. 2018-03-29 02:54:50 +00:00
kgssapi
libkern
mips bhnd(4): Use the new BHND_CAP_BP64 capability flag to exclude DMA 2018-03-29 19:48:50 +00:00
modules Add opt_platform.h for several modules that have #ifdef FDT in the source. 2018-04-01 18:22:24 +00:00
net Document and enforce assumptions about struct (in6_)ifreq. 2018-03-30 21:38:53 +00:00
net80211 Use an accessor function to access ifr_data. 2018-03-30 18:50:13 +00:00
netgraph
netinet Use an accessor function to access ifr_data. 2018-03-30 18:50:13 +00:00
netinet6 Document and enforce assumptions about struct (in6_)ifreq. 2018-03-30 21:38:53 +00:00
netipsec
netpfil Use an accessor function to access ifr_data. 2018-03-30 18:50:13 +00:00
netsmb
nfs Remove infrastructure for token-ring networks. 2018-03-28 23:33:26 +00:00
nfsclient
nfsserver
nlm
ofed Improve copy-and-pasted versions of SIOCGIFADDR. 2018-03-27 20:51:49 +00:00
opencrypto opencrypto: Integrate Chacha20 algorithm into OCF 2018-03-29 04:02:50 +00:00
powerpc
riscv
rpc
security Use an accessor function to access ifr_data. 2018-03-30 18:50:13 +00:00
sparc64
sys Don't verify td_locks accounting after a panic. 2018-03-31 23:24:28 +00:00
teken
tests
tools Add dtb overlays support 2018-03-24 21:30:24 +00:00
ufs
vm Ensure the background laundering threshold is positive after a scan. 2018-04-02 15:07:41 +00:00
x86 unify amd64 and i386 cpu_reset() in x86/cpu_machdep.c 2018-04-02 13:45:23 +00:00
xdr
xen
Makefile