freebsd-skq/sys/amd64/amd64
alc 21285cbfcd There exists a possible sequence of page table page allocation failures
starting with a superpage demotion by pmap_enter() that could result in
a PV list lock being held when pmap_enter() is just about to return
KERN_RESOURCE_SHORTAGE.  Consequently, the KASSERT that no PV list locks
are held needs to be replaced with a conditional unlock.

Discussed with:	kib
X-MFC with:	r269728
Sponsored by:	EMC / Isilon Storage Division
2014-08-18 20:28:08 +00:00
..
amd64_mem.c Pull in r267961 and r267973 again. Fix for issues reported will follow. 2014-06-28 03:56:17 +00:00
apic_vector.S amd64/i386: switch IPI handlers to C code. 2014-03-11 10:03:29 +00:00
atomic.c
atpic_vector.S
autoconf.c
bios.c
bpf_jit_machdep.c Provide includes that are needed in these files, and before were read 2013-10-26 18:18:50 +00:00
bpf_jit_machdep.h
cpu_switch.S Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c. 2014-03-04 21:35:57 +00:00
db_disasm.c Add support for decoding the AMD SVM instructions. 2014-05-19 18:07:37 +00:00
db_interface.c
db_trace.c Fix the hardware watchpoints on SMP amd64. Load the updated %dr 2013-05-21 11:24:32 +00:00
elf_machdep.c Remove duplicate header inclusion of <sys/sysent.h> 2012-08-07 05:46:36 +00:00
exception.S Use a C wrapper for trap() instead of checking and calling the DTrace trap 2014-07-19 02:27:31 +00:00
fpu.c Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPU 2014-06-23 07:37:54 +00:00
gdb_machdep.c
genassym.c xen: add PV/PVH kernel entry point 2014-03-11 10:07:01 +00:00
identcpu.c - Output a summary of optional VT-x features in dmesg similar to CPU 2014-07-30 00:00:12 +00:00
in_cksum.c
initcpu.c Use an ANSI C definition of initializecpucache() to match the declaration 2013-08-15 17:44:44 +00:00
io.c
locore.S xen: add PV/PVH kernel entry point 2014-03-11 10:07:01 +00:00
machdep.c Don't pass null kmdp to preload_search_info 2014-07-22 13:58:33 +00:00
mem.c Fix two issues with /dev/mem access on amd64, both causing kernel page 2014-03-21 14:25:09 +00:00
minidump_machdep.c Several small fixes for the amd64 minidump code. 2013-10-27 16:31:12 +00:00
mp_machdep.c amd64/i386: introduce APIC hooks for different APIC implementations. 2014-06-16 08:43:03 +00:00
mp_watchdog.c Pull in r267961 and r267973 again. Fix for issues reported will follow. 2014-06-28 03:56:17 +00:00
mpboot.S don't set CR4 PSE bit on amd64 2014-07-23 15:53:29 +00:00
pmap.c There exists a possible sequence of page table page allocation failures 2014-08-18 20:28:08 +00:00
prof_machdep.c Use atomic load & store for TSC frequency. It may be overkill for amd64 but 2011-04-07 23:28:28 +00:00
ptrace_machdep.c The PT_I386_{GET,SET}XMMREGS and PT_{GET,SET}XSTATE operate on the 2012-07-21 13:06:37 +00:00
sigtramp.S
stack_machdep.c
support.S Fix the name of the pcb member in the comments. 2013-04-13 15:20:33 +00:00
sys_machdep.c Pull in r267961 and r267973 again. Fix for issues reported will follow. 2014-06-28 03:56:17 +00:00
trap.c Fix the build when DTrace isn't enabled. 2014-07-20 18:44:56 +00:00
uio_machdep.c Delete stray clause 3 (Advertising clause) and renumber while i'm 2014-03-11 23:41:35 +00:00
uma_machdep.c Rename global cnt to vm_cnt to avoid shadowing. 2014-03-22 10:26:09 +00:00
vm_machdep.c Retire smp_active. It was racey and caused demonstrated problems with 2014-04-26 20:27:54 +00:00
xen-locore.S xen: fix copyright header 2014-04-24 14:44:42 +00:00