freebsd-skq/sys
Konstantin Belousov 27007c6576 Put the aesni_cipher_setup() and aesni_cipher_process() functions into
the file which is compiled with SSE disabled.  The functions set up
the FPU context for kernel, and compiler optimizations which could
lead to use of XMM registers before the fpu_kern_enter(9) is called or
after fpu_kern_leave(9), panic the machine.

Discussed with:	jmg
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2014-06-24 06:55:49 +00:00
..
amd64 Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPU 2014-06-23 07:37:54 +00:00
arm Remove the incomplete Tegra 2 code, nobody was maintaining it. The AC100 2014-06-22 15:15:52 +00:00
boot
bsm
cam Execute task management request directly in ctl_queue() context. 2014-06-19 13:19:35 +00:00
cddl Fix some bugs when fetching probe arguments in i386. Firstly ensure that 2014-06-23 02:00:14 +00:00
compat
conf cxgbe(4): Update the bundled T4 and T5 firmwares to versions 1.11.27.0. 2014-06-22 23:40:20 +00:00
contrib Fix case where fastroute or "to interface" is used with incorrect FIB. 2014-06-19 05:45:17 +00:00
crypto Put the aesni_cipher_setup() and aesni_cipher_process() functions into 2014-06-24 06:55:49 +00:00
ddb
dev Make cpuctl_do_cpuid() and cpuctl_do_cpuid_count() return void. 2014-06-24 06:52:32 +00:00
fs In msdosfs_setattr(), add a check for result of the utimes(2) 2014-06-17 07:11:00 +00:00
gdb
geom
gnu
i386 Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPU 2014-06-23 07:37:54 +00:00
ia64 - Modify vm_page_unwire() and vm_page_enqueue() to directly accept 2014-06-16 18:15:27 +00:00
isa
kern Tidy up fd-related functions called by do_execve 2014-06-23 01:28:18 +00:00
kgssapi
libkern
mips Remove /etc/gnats from here, too. 2014-06-20 11:47:49 +00:00
modules cxgbe(4): Update the bundled T4 and T5 firmwares to versions 1.11.27.0. 2014-06-22 23:40:20 +00:00
net - Modify vm_page_unwire() and vm_page_enqueue() to directly accept 2014-06-16 18:15:27 +00:00
net80211
netgraph
netinet Fix a bug which incorrectly allowed two listening SCTP sockets on 2014-06-20 20:17:39 +00:00
netinet6 Make nd6_gctimer tunable. 2014-06-23 16:27:29 +00:00
netipsec
netnatm
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98
pci
powerpc
rpc
security
sparc64
sys Permit changing cpu mask for cpu set 1 in presence of drivers 2014-06-22 11:32:23 +00:00
teken
tools
ufs In msdosfs_setattr(), add a check for result of the utimes(2) 2014-06-17 07:11:00 +00:00
vm Use correct names for the flags. MAP_ENTRY_GROWS_* have the same 2014-06-23 07:03:47 +00:00
x86 Fix compile warning: Remove duplicate external declaration. 2014-06-19 05:06:24 +00:00
xdr
xen
Makefile