freebsd-dev/sys
Alexander Motin a059d8ccbc Optimize ZIL itx memory allocation on FreeBSD.
These allocations can reach up to 128KB, while FreeBSD kernel allocator
can cache allocations only up to 64KB.  To avoid expensive allocations
for each large ZIL write use caching zio_buf_alloc() allocator instead.

To make it possible de-inline few instances of zil_itx_destroy().
2016-10-16 10:43:12 +00:00
..
amd64 Do not try to create /dev/efi device node before devfs is initialized. 2016-10-16 06:07:43 +00:00
arm Add driver for GPIO controlled regulator. 2016-10-15 20:04:14 +00:00
arm64 Fix the build, struct vfpstate needs to be visible to userspace as it's 2016-10-15 16:29:06 +00:00
boot Create a pcibios-version environment FORTH word. This allows one to 2016-10-15 05:53:09 +00:00
bsm
cam Add LU option to control reported provisioning type. 2016-10-15 14:40:34 +00:00
cddl Optimize ZIL itx memory allocation on FreeBSD. 2016-10-16 10:43:12 +00:00
compat
conf Add driver for GPIO controlled regulator. 2016-10-15 20:04:14 +00:00
contrib Fix octeon model comparison in Cavium SDK 2016-10-13 17:16:32 +00:00
crypto
ddb
dev Do not try to create /dev/efi device node before devfs is initialized. 2016-10-16 06:07:43 +00:00
fs Fix panic() message reporting ufs instead of nandfs 2016-10-13 19:33:07 +00:00
gdb
geom Fix possible geom destruction before final provider close. 2016-10-06 15:20:05 +00:00
gnu
i386 Drop support for using mmap() with /dev/kmem. 2016-10-14 20:01:07 +00:00
isa
kern Fix a race in vm_page_busy_sleep(9). 2016-10-13 14:41:05 +00:00
kgssapi
libkern
mips Fix building on i386 and arm. But 'public domain' headers on the files 2016-10-13 06:56:23 +00:00
modules In the TCP stack, the hhook(9) framework provides hooks for kernel modules 2016-10-12 02:16:42 +00:00
net ifnet: Use if_link_state snapshot to invoke ifnet_link_event 2016-10-12 01:52:29 +00:00
net80211 [net80211] remove now duplicate copy of the QOSDATA check macro. 2016-10-13 16:45:01 +00:00
netgraph
netinet Fix cases where the TFO pending counter would leak references, and eventually, memory. 2016-10-15 01:41:28 +00:00
netinet6 - Revert r300854, r303657 which tried to fix regression from r297225. 2016-10-13 20:15:47 +00:00
netipsec
netnatm
netpfil pf: port extended DSCP support from OpenBSD 2016-10-13 20:34:44 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98 Fix building on i386 and arm. But 'public domain' headers on the files 2016-10-13 06:56:23 +00:00
powerpc Fix booting on systems that use loader(8) (most of them). 2016-10-16 04:22:04 +00:00
riscv Fix building on i386 and arm. But 'public domain' headers on the files 2016-10-13 06:56:23 +00:00
rpc
security
sparc64 Fix building on i386 and arm. But 'public domain' headers on the files 2016-10-13 06:56:23 +00:00
sys Do not try to create /dev/efi device node before devfs is initialized. 2016-10-16 06:07:43 +00:00
teken
tests
tools
ufs
vm Plug a potential vnode lock leak in vm_fault_hold(). 2016-10-13 20:39:34 +00:00
x86 Reprogram I/O APIC interrupt pins when registering an I/O APIC. 2016-10-14 21:51:50 +00:00
xdr
xen
Makefile