freebsd-nq/sys
Alan Cox 270da41581 _pmap_unwire_pte_hold and pmap_remove_page:
Use pmap_TLB_invalidate instead of invltlb_1pg to eliminate
	unnecessary IPIs.

pmap_remove, pmap_protect and pmap_remove_pages:
	Use pmap_TLB_invalidate_all instead of invltlb to eliminate
	unnecessary IPIs.

pmap_copy:
	Use cpu_invltlb instead of invltlb when updating APTDpde.

pmap_changebit:
	Rather than deleting the unused "set bit" option (which may be
	useful later), make pmap_changebit an inline that is used
	by the new pmap_clearbit procedure.

Collectively, the first three changes reduce the number of TLB shootdown
IPIs by 1/3 for a kernel compile.
1999-04-19 18:45:21 +00:00
..
alpha unifdef -DVM_STACK - it's been on for a while for x86 and was checked 1999-04-19 14:14:14 +00:00
amd64 _pmap_unwire_pte_hold and pmap_remove_page: 1999-04-19 18:45:21 +00:00
boot Sync with sys/boot/i386/loader/Makefile revision 1.32. 1999-04-19 11:02:19 +00:00
cam Make WangTek 51000 a fixed block device. 1999-04-18 01:05:03 +00:00
coda
compat unifdef -DVM_STACK - it's been on for a while for x86 and was checked 1999-04-19 14:14:14 +00:00
compile
conf Zap LKM option and support. Farewell old friend. 1999-04-19 14:19:52 +00:00
contrib
ddb
dev Fix a braino from last commit. 1999-04-19 14:01:42 +00:00
fs Add support for Joliet extensions to the iso9660 fs. The related PR 1999-04-18 10:58:03 +00:00
geom
gnu Remove unused function int fi() {return 0;} 1999-04-11 03:47:24 +00:00
i4b I missed this PnP change for new-bus.. 1999-04-18 06:13:33 +00:00
i386 _pmap_unwire_pte_hold and pmap_remove_page: 1999-04-19 18:45:21 +00:00
isa Make the bt isa driver work.. 1999-04-18 19:08:28 +00:00
isofs/cd9660 Add support for Joliet extensions to the iso9660 fs. The related PR 1999-04-18 10:58:03 +00:00
kern Zap LKM option and support. Farewell old friend. 1999-04-19 14:19:52 +00:00
libkern
miscfs Catch a case spotted by Tor where files mmapped could leave garbage in the 1999-04-05 19:38:30 +00:00
modules Remove LKM module glue Makefile. 1999-04-19 14:31:55 +00:00
msdosfs Back out half of 1.32: don't print a message on every failed mount attempt. 1999-03-28 23:00:33 +00:00
net Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
netatalk
netatm
netinet Zap LKM option and support. Farewell old friend. 1999-04-19 14:19:52 +00:00
netipx Remove incorrect initialization. 1999-04-11 02:50:15 +00:00
netkey
netnatm
netns
nfs Close a potential mbuf and/or mbuf cluster leak in the client-side NFS 1999-04-10 18:53:29 +00:00
nfsclient Close a potential mbuf and/or mbuf cluster leak in the client-side NFS 1999-04-10 18:53:29 +00:00
nfsserver
ntfs Removed DIAGNOSTIC opion redefinition. 1999-04-13 14:54:20 +00:00
pc98 Fixed missing changes for new-bus (return value of the probe routine). 1999-04-19 16:10:40 +00:00
pccard Well folks, this is it - The second stage of the removal for build support 1999-04-17 08:36:07 +00:00
pci Add entries for Intel 82443GX chipset. 1999-04-18 18:44:21 +00:00
posix4 Well folks, this is it - The second stage of the removal for build support 1999-04-17 08:36:07 +00:00
powerpc unifdef -DVM_STACK - it's been on for a while for x86 and was checked 1999-04-19 14:14:14 +00:00
rpc
svr4 Well folks, this is it - The second stage of the removal for build support 1999-04-17 08:36:07 +00:00
sys Zap LKM option and support. Farewell old friend. 1999-04-19 14:19:52 +00:00
tools
ufs Correct typo in panic message 1999-04-11 02:28:32 +00:00
vm unifdef -DVM_STACK - it's been on for a while for x86 and was checked 1999-04-19 14:14:14 +00:00
Makefile