freebsd-dev/sys
Mark Johnston edab404aec Defer ACPI taskqueue creation to SI_SUB_KICK_SCHEDULER.
This addresses a deadlock during boot when EARLY_AP_STARTUP is configured:
a taskqueue thread may call pause() with an ACPI mutex held, and thread0
may block on this mutex before configuring the eventtimer. In this case
the taskqueue thread will sleep forever waiting for its callout to fire.

PR:		220277
Submitted by:	jhb
MFC after:	3 days
2017-07-05 17:39:17 +00:00
..
amd64 Garbage collect kernel option TWA_FLASH_FIRMWARE 2017-07-03 19:33:50 +00:00
arm Make MULTIDELAY a requirement in the MPCore Timer driver when using 2017-07-05 10:29:05 +00:00
arm64 In the arm64 pmap_remove, when removing a full superpage there is no need 2017-07-02 08:52:08 +00:00
boot Integer underflow in efipart_realstrategy when I/O starts after end of disk 2017-07-01 20:25:22 +00:00
bsm
cam cam: EOL whitespace cleanup and line wrapping changes 2017-07-04 18:48:08 +00:00
cddl fix an architectural problem introduced in r320156, ZFS ABD import 2017-06-28 13:59:20 +00:00
compat Invoke suspend/resume methods from the driver pmops if available. 2017-07-04 18:44:14 +00:00
conf ixgbe(4): Update HEAD (p3) to 3.2.12-k 2017-07-05 17:27:03 +00:00
contrib
crypto
ddb
dev Defer ACPI taskqueue creation to SI_SUB_KICK_SCHEDULER. 2017-07-05 17:39:17 +00:00
fs ext2fs: be more verbose about unsupported ext2fs features. 2017-07-02 20:47:25 +00:00
gdb
geom g_virstor.h: macro parenthesization 2017-06-30 22:01:18 +00:00
gnu
i386 Garbage collect kernel option TWA_FLASH_FIRMWARE 2017-07-03 19:33:50 +00:00
isa
kern After r319722 two fields were left uninitialized when transforming a 2017-07-04 18:23:17 +00:00
kgssapi
libkern
mips Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
modules ixgbe(4): Update HEAD (p3) to 3.2.12-k 2017-07-05 17:27:03 +00:00
net iflib - flib_busdma_load_mbuf_sg used isc_tx_maxsize as max semgent size. 2017-07-03 19:23:45 +00:00
net80211
netgraph
netinet Don't overpromote values when calculating len in tcp_output(). 2017-07-05 16:10:30 +00:00
netinet6
netipsec
netpfil Fix IPv6 extension header parsing. The length field doesn't include the 2017-06-29 19:06:43 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
powerpc Remove an obsolete comment 2017-07-05 02:20:03 +00:00
riscv Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
rpc
security
sparc64 Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
sys Bump __FreeBSD_version due to r320528, cleanup and inlining of 2017-07-01 15:58:57 +00:00
teken
tests
tools
ufs Create a new function ffs_getcg() to read in and verify a cylinder 2017-06-28 17:32:09 +00:00
vm Modify vm_map_growstack() to protect itself from the possibility of the 2017-07-01 23:39:49 +00:00
x86 Clean up MD pollution of bus_dma.h: 2017-07-01 05:35:29 +00:00
xdr
xen
Makefile