1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00
freebsd/sys
Conrad Meyer 79c1a0199f ntb: Do not attempt to set write-combining on MWs
AMD64 pmap assumes ranges will be in the DMAP, which isn't necessarily
true for NTB memory windows (especially 64-bit BARs).

Suggested by:	pmap_change_attr_locked -> kassert_panic
Sponsored by:	EMC / Isilon Storage Division
2015-10-29 04:16:28 +00:00
..
amd64 Bring the tags and links entries for amd64 up to date. 2015-10-27 22:59:24 +00:00
arm Retire pmap_dmap_iscurrent(). It is only a wrapper around pmap_is_current(), and is no longer called. 2015-10-28 21:17:38 +00:00
arm64 Mark functions as such. This means we call them directly rather than have 2015-10-27 22:24:57 +00:00
boot Make vers.c creation atomic by using a temporary file, then moving 2015-10-24 21:59:58 +00:00
bsm
cam Don't try to replicate mode pages not present on this device. 2015-10-26 14:14:56 +00:00
cddl Rename remaining linux32 symbols such as linux_sysent[] and 2015-10-22 21:28:20 +00:00
compat Fix build for the KTR-enabled kernels. 2015-10-23 11:41:55 +00:00
conf Add etherswitch support to mge 2015-10-25 22:00:56 +00:00
contrib Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is a 2015-10-22 09:50:45 +00:00
crypto
ddb
dev ntb: Do not attempt to set write-combining on MWs 2015-10-29 04:16:28 +00:00
fs
gdb
geom
gnu
i386 Build fix for i386/XBOX and pc98/GENERIC. 2015-10-28 12:10:01 +00:00
isa
kern Add a note to the effect that BUS_ADD_CHILD calls 2015-10-28 18:53:18 +00:00
kgssapi
libkern libkern: ffs, fls: s/4/3/ the 3rd BSD clause 2015-10-22 21:04:47 +00:00
mips Oops - use the wrong array offset. 2015-10-28 23:39:33 +00:00
modules Build the LinuxKPI module by default. 2015-10-26 10:09:08 +00:00
net Check the size of data available in mbuf, before using them. 2015-10-28 17:55:37 +00:00
net80211 net80211: add ieee80211_restart_all() call. 2015-10-27 20:40:57 +00:00
netgraph Bluetooth LE Security Management channel support. 2015-10-27 03:42:26 +00:00
netinet Calculate the correct amount of bytes that are in-flight for a connection as 2015-10-28 22:57:51 +00:00
netinet6 Use m_cat() to reassembly IPv6 packets. 2015-10-27 22:11:09 +00:00
netipsec Turning on IPSEC used to introduce a slight amount of performance 2015-10-27 00:42:15 +00:00
netnatm
netpfil Eliminate last rtalloc_ign() caller. 2015-10-27 21:25:40 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Add missing FreeBSD RCS keyword and SVN properties. 2015-10-27 12:21:15 +00:00
opencrypto
pc98
powerpc
rpc
security
sparc64
sys ioat: Introduce KTR probes 2015-10-26 02:21:19 +00:00
teken
tools Rename the /usr/share/doc/legal files to driver.LICENSE to work around 2015-10-16 00:38:05 +00:00
ufs Do not perform read-ahead for BA_CLRBUF request when we are low on 2015-10-27 13:44:13 +00:00
vm Reduce the amount of calls to VOP_BMAP() made from the local vnode 2015-10-24 21:59:22 +00:00
x86 x86/dma_bounce: revert r289834 and r289836 2015-10-26 14:50:35 +00:00
xdr
xen xen: Code cleanup and small bug fixes 2015-10-21 10:44:07 +00:00
Makefile