HardenedBSD/sys
John Baldwin de2b02fc74 MFamd64: Use initializecpu() to set various model-specific registers on
AP startup and AP resume (it was already used for BSP startup and BSP
resume).
- Split code to do one-time probing of cache properties out of
  initializecpu() and into initializecpucache().  This is called once on
  the BSP during boot.
- Move enable_sse() into initializecpu().
- Call initializecpu() for AP startup instead of enable_sse() and
  manually frobbing MSR_EFER to enable PG_NX.
- Call initializecpu() when an AP resumes.  In theory this will now
  properly re-enable PG_NX in MSR_EFER when resuming a PAE kernel on
  APs.
2014-09-10 21:37:47 +00:00
..
amd64 MFamd64: Use initializecpu() to set various model-specific registers on 2014-09-10 21:37:47 +00:00
arm Unify interrupts bit definition and usage. While here remove PSR_C_bit. 2014-09-10 15:25:15 +00:00
boot Add support for calling pcibios routines from the 2014-09-10 21:07:00 +00:00
bsm
cam Extend UNMAP blacklist on all STEC SSD models. 2014-09-10 21:24:15 +00:00
cddl Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES(). 2014-09-10 12:36:41 +00:00
compat
conf
contrib
crypto
ddb
dev Add PCI ID for Promise TX8660 8-port 3Gbps HBA. 2014-09-10 19:53:31 +00:00
fs Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES(). 2014-09-10 12:36:41 +00:00
gdb
geom
gnu
i386 MFamd64: Use initializecpu() to set various model-specific registers on 2014-09-10 21:37:47 +00:00
isa
kern Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES(). 2014-09-10 12:36:41 +00:00
kgssapi
libkern
mips
modules
net
net80211
netgraph
netinet Add scope zone id to the in_endpoints and hc_metrics structures. 2014-09-10 16:26:18 +00:00
netinet6 Add additional checks for IPV6_PKTINFO handling (RFC 3542): 2014-09-10 14:32:07 +00:00
netipsec
netnatm
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98 MFamd64: Use initializecpu() to set various model-specific registers on 2014-09-10 21:37:47 +00:00
pci
powerpc
rpc
security
sparc64
sys
teken
tools
ufs
vm Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES(). 2014-09-10 12:36:41 +00:00
x86 To workaround an errata on certain Pentium Pro CPUs, i386 disables 2014-09-10 21:25:54 +00:00
xdr
xen
Makefile