.. |
Makefile
|
Undo previous, fixed in userland.
|
2019-05-11 13:40:26 +00:00 |
acpi_machdep.h
|
Add acpi_intr_mask() and acpi_intr_unmask() which, following the pre-existing
|
2019-12-22 15:57:06 +00:00 |
aout_machdep.h
|
…
|
|
apicvar.h
|
Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM
|
2020-04-25 15:26:16 +00:00 |
autoconf.h
|
Added drivers for Hyper-V Synthetic Keyboard and Video device.
|
2019-05-24 14:28:48 +00:00 |
bios32.h
|
…
|
|
bootinfo.h
|
PR/54147: Increase BOOTINFO_MAXSIZE to 16Kib.
|
2019-06-21 02:08:55 +00:00 |
bus_defs.h
|
Add support for Kernel Memory Sanitizer (kMSan). It detects uninitialized
|
2019-11-14 16:23:52 +00:00 |
bus_funcs.h
|
…
|
|
bus_private.h
|
remove some unnecessary includes of internal UVM headers.
|
2020-02-22 19:49:11 +00:00 |
busdefs.h
|
…
|
|
cacheinfo.h
|
- AMD CPUID Fn8000_0001d Cache Topology Information leaf is almost the same as
|
2019-07-26 10:03:40 +00:00 |
cpu.h
|
don't include opt_user_ldt.h when it is not needed
|
2020-07-19 13:55:08 +00:00 |
cpu_counter.h
|
Serialize rdtsc using with lfence, mfence or cpuid to read TSC more precisely.
|
2020-06-15 09:09:23 +00:00 |
cpu_extended_state.h
|
Implement PT_GETXSTATE and PT_SETXSTATE
|
2019-06-26 12:30:12 +00:00 |
cpu_msr.h
|
…
|
|
cpu_rng.h
|
Reintroduce cpu_rng_early_sample(), but this time with embedded detection
|
2020-05-10 06:30:57 +00:00 |
cpu_ucode.h
|
…
|
|
cpufunc.h
|
Serialize rdtsc using with lfence, mfence or cpuid to read TSC more precisely.
|
2020-06-15 09:09:23 +00:00 |
cputypes.h
|
…
|
|
cpuvar.h
|
Introduce per-cpu IDTs
|
2020-07-14 00:45:52 +00:00 |
db_machdep.h
|
…
|
|
dbregs.h
|
…
|
|
efi.h
|
Add UEFI boot services and I/O method protoypes
|
2019-10-18 00:54:48 +00:00 |
est.h
|
…
|
|
float.h
|
…
|
|
fpu.h
|
Use static constant rather than stack memset buffer for zero fpregs.
|
2020-06-14 16:12:05 +00:00 |
genfb_machdep.h
|
Prevent panic when attaching genfb if using a serial console with Hyper-V Gen.2.
|
2019-11-30 05:28:28 +00:00 |
i8259.h
|
…
|
|
i82093reg.h
|
Fix ioapic_dump_raw() to dump whole ioapic area.
|
2019-06-19 06:32:46 +00:00 |
i82093var.h
|
…
|
|
i82489reg.h
|
No functional change:
|
2019-06-14 05:59:39 +00:00 |
i82489var.h
|
- Recalibrate the APIC timer using the TSC, once the TSC has in turn been
|
2020-05-21 21:12:30 +00:00 |
ieee.h
|
…
|
|
ieeefp.h
|
…
|
|
intr.h
|
Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM
|
2020-04-25 15:26:16 +00:00 |
intr_distribute.h
|
…
|
|
intrdefs.h
|
Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM
|
2020-04-25 15:26:16 +00:00 |
ipmivar.h
|
…
|
|
isa_machdep.h
|
…
|
|
loadfile_machdep.h
|
…
|
|
lock.h
|
…
|
|
machdep.h
|
Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM
|
2020-04-25 15:26:16 +00:00 |
math.h
|
…
|
|
mpacpi.h
|
…
|
|
mpbiosreg.h
|
…
|
|
mpbiosvar.h
|
…
|
|
mpconfig.h
|
…
|
|
mtrr.h
|
constify
|
2020-01-31 08:21:11 +00:00 |
mutex.h
|
Fix userland build by surrounding stuff with #ifdef _KERNEL.
|
2020-03-05 17:58:08 +00:00 |
nmi.h
|
…
|
|
pci_machdep.h
|
…
|
|
pci_machdep_common.h
|
Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM
|
2020-04-25 15:26:16 +00:00 |
pic.h
|
Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM
|
2020-04-25 15:26:16 +00:00 |
pio.h
|
Remove the ins* and outs* functions. Not sanitizer-friendly, and unused
|
2019-11-15 09:03:26 +00:00 |
pmap.h
|
Revert most of ad's movs/stos change. Instead do a lot simpler: declare
|
2020-07-19 07:35:08 +00:00 |
pmap_pv.h
|
Hallelujah, the bug has been found. Resurrect prior changes, to be fixed
|
2020-03-17 22:29:19 +00:00 |
powernow.h
|
…
|
|
psl.h
|
…
|
|
pte.h
|
style
|
2020-03-14 04:55:14 +00:00 |
rtc.h
|
…
|
|
rwlock.h
|
Largely eliminate the MD rwlock.h header file.
|
2019-11-29 20:04:52 +00:00 |
smbiosvar.h
|
Fix typo (s/controler/controller/).
|
2019-08-21 04:51:41 +00:00 |
specialreg.h
|
Revert previous, to unbreak the build (NVMM declares the macro too).
|
2020-07-20 05:50:55 +00:00 |
sysarch.h
|
localify
|
2020-06-19 16:20:22 +00:00 |
trap.h
|
style
|
2020-03-14 04:55:14 +00:00 |
vga_post.h
|
…
|
|
via_padlock.h
|
padlock(4): Remove legacy rijndael API use.
|
2020-06-29 23:38:02 +00:00 |