freebsd-dev/sys
Justin Hibbits 55a12bbda2 Break out the cpu_features setup to its own function, to be run earlier
The new POWER9 MMU configuration is slightly different from current setups.
Rather than special-casing on POWER9, move the initialization of cpu_features
and cpu_features2 to as early as possible, so that platform and MMU
configuration can be based upon CPU features instead of specific CPUs if at all
possible.

Reviewed by:	nwhitehorn
2018-05-05 15:48:39 +00:00
..
amd64 amd64: syscall path bcopy -> memcpy 2018-05-04 22:41:12 +00:00
arm Properly support the GPIO_PIN_PRESET_{LOW,HIGH} options when configuring 2018-05-04 19:28:05 +00:00
arm64 Print the dump progress indicator after calling dump_start(). 2018-05-01 17:32:43 +00:00
bsm
cam Refactor dadone(). There was no useful code sharing in it; it was just 2018-05-01 21:42:27 +00:00
cddl Make it easier for filesystems to count themselves as jail-enabled, 2018-05-04 20:54:27 +00:00
compat Make it easier for filesystems to count themselves as jail-enabled, 2018-05-04 20:54:27 +00:00
conf % WITHOUT_FORMAT_EXTENSIONS= XCC=/usr/local/bin/gcc8 make -j96 buildkernel KERNCONF=GENERIC-NODEBUG -s >& log 2018-05-04 19:31:28 +00:00
contrib MFV: r333077 2018-05-01 19:17:38 +00:00
crypto
ddb
dev amdsbwd: fix reboot status reporting 2018-05-05 05:22:11 +00:00
dts arm: overlays: Update to new path-based sugar format 2018-05-04 14:38:48 +00:00
fs Make it easier for filesystems to count themselves as jail-enabled, 2018-05-04 20:54:27 +00:00
gdb
geom gpart: add fat32lba MBR partition type 2018-05-04 00:34:27 +00:00
gnu
i386 Implement support for ifuncs in the kernel linker. 2018-05-03 21:37:46 +00:00
isa
kern for bus suspend, detach and shutdown iterate children in reverse order 2018-05-05 05:19:32 +00:00
kgssapi
libkern
mips Print the dump progress indicator after calling dump_start(). 2018-05-01 17:32:43 +00:00
modules dtb/allwinner: Add a83t-sid overlay 2018-05-03 19:45:48 +00:00
net fix gcc8 warnings 2018-05-04 18:57:05 +00:00
net80211
netgraph
netinet Immediately propagate EACCES error code to application from tcp_output. 2018-05-04 09:28:12 +00:00
netinet6 Send an ICMPv6 PacketTooBig message in case of forwading a packet which 2018-05-02 22:11:16 +00:00
netipsec
netpfil Retire ixgb(4) 2018-05-02 15:59:15 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
powerpc Break out the cpu_features setup to its own function, to be run earlier 2018-05-05 15:48:39 +00:00
riscv
rpc
security
sparc64 Retire ixgb(4) 2018-05-02 15:59:15 +00:00
sys Allow the compiler to use __builtin_memcpy 2018-05-04 22:33:54 +00:00
teken
tests
tools
ufs
vm Fix some races introduced in r332974. 2018-05-04 17:17:30 +00:00
x86 Add helper macros to hide some boring repeatable ceremonies to define 2018-05-03 21:45:59 +00:00
xdr
xen xen: fix gntdev 2018-05-02 10:19:17 +00:00
Makefile