..
autoconf.c
Renumber copyright clause 4
2017-02-28 23:42:47 +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
Fix the acpi idle support on i386 which was broken by r312910.
2017-02-26 13:25:56 +00:00
delay.c
Renumber copyright clause 4
2017-02-28 23:42:47 +00:00
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
For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE
2017-02-03 12:51:40 +00:00
intr_machdep.c
Remove pc98 support completely.
2017-01-28 02:22:15 +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
Remove EISA bus support for add-in cards. Remove related kernel and
2017-02-16 21:57:35 +00:00
local_apic.c
Local APIC: add support for extended LVT entries found in AMD processors
2017-02-28 18:48:12 +00:00
mca.c
mca: change type of last_intr to time_t for consinstency
2017-02-21 09:33:21 +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
We have seen several cases recently where we appear to get a double-fault:
2017-02-24 18:56:00 +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
Remove pc98 support completely.
2017-01-28 02:22:15 +00:00
msi.c
Fix build for !SMP kernels after the Xen MSIX workaround.
2016-08-22 21:23:17 +00:00
nexus.c
Remove pc98 support completely.
2017-01-28 02:22:15 +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
Remove cpu_deepest_sleep variable.
2017-02-24 16:11:55 +00:00
x86_mem.c
Do not use ULL suffix. Cast to uint64_t where the suffix is needed,
2017-02-25 10:32:49 +00:00