..
autoconf.c
Move i386/i386/autoconf.c to sys/x86/x86 and use it on both amd64 and i386.
2016-04-03 23:03:54 +00:00
bus_machdep.c
Better support memory mapped console devices, such as VGA and EFI
2015-08-12 15:26:32 +00:00
busdma_bounce.c
busdma/bounce: revert r292255
2016-04-15 09:21:50 +00:00
busdma_machdep.c
cpu_machdep.c
When sleeping in Sx state using MWAIT instruction, accept fast wakeup
2015-05-19 14:21:00 +00:00
delay.c
dump_machdep.c
Factor out duplicated code from dumpsys() on each architecture into generic
2015-01-07 01:01:39 +00:00
fdt_machdep.c
preload_search_info: make sure mod is set
2015-08-21 15:57:57 +00:00
identcpu.c
Add explicit detection of KVM hypervisor
2016-07-13 19:19:18 +00:00
intr_machdep.c
Revert r291022: x86/intr: allow mutex recursion in intr_remove_handler
2016-07-29 16:35:58 +00:00
io_apic.c
Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.
2016-03-18 01:28:41 +00:00
legacy.c
local_apic.c
Add explicit detection of KVM hypervisor
2016-07-13 19:19:18 +00:00
mca.c
Add an EARLY_AP_STARTUP option to start APs earlier during boot.
2016-05-14 18:22:52 +00:00
mp_watchdog.c
Merge i386 and amd64 variants of mp_watchdog.c into x86/, there is no
2016-08-03 13:51:53 +00:00
mp_x86.c
Don't print same value twice, one in decimal once in hex. This makes
2016-07-18 03:59:03 +00:00
mptable_pci.c
Convert rman to use rman_res_t instead of u_long
2016-01-27 02:23:54 +00:00
mptable.c
msi.c
xen: automatically disable MSI-X interrupt migration
2016-07-12 08:43:09 +00:00
nexus.c
Implement support for RF_UNMAPPED and bus_map/unmap_resource on x86.
2016-05-20 18:00:10 +00:00
pvclock.c
Add interface to derive a TSC frequency from the pvclock
2015-02-04 08:33:04 +00:00
stack_machdep.c
Add stack_save_td_running(), a function to trace the kernel stack of a
2015-09-11 03:54:37 +00:00
tsc.c
Opt for performance over power-saving on Intel CPUs that have a
2015-01-29 20:41:42 +00:00