..
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
Add a witness check to enforce that no non-sleeping locks are held when
2016-11-03 23:11:33 +00:00
cpu_machdep.c
Use correct cpu id in the banner. Fix style.
2016-10-28 12:27:05 +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
Mark a bunch of mpsafe sysctls as such.
2016-10-19 19:42:01 +00:00
intr_machdep.c
x86: Use sx lock for interrupt sources.
2016-09-12 04:57:58 +00:00
io_apic.c
Reprogram I/O APIC interrupt pins when registering an I/O APIC.
2016-10-14 21:51:50 +00:00
legacy.c
local_apic.c
Fix automatic eventtimer hardware selection when ARAT
2016-11-26 10:33:53 +00:00
mca.c
Don't run the MCA record refill task during boot.
2016-12-14 19:00:08 +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
Follow-up to r307866:
2016-10-24 20:47:46 +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
Fix build for !SMP kernels after the Xen MSIX workaround.
2016-08-22 21:23:17 +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
Require the STACK option for code that captures stacks of running threads.
2016-12-06 22:48:28 +00:00
tsc.c
Implement userspace gettimeofday(2) with HPET timecounter.
2016-08-17 09:52:09 +00:00