..
pc
i386 4/4G split.
2018-04-13 20:30:49 +00:00
xen
xen/privcmd: implement the dm op ioctl
2021-01-11 16:33:27 +01:00
_align.h
Merge amd64/i386 _align.h by aligning on the size of register_t (copied
2010-11-26 10:59:20 +00:00
_bus.h
Regularize my copyright notice
2019-12-04 16:56:11 +00:00
_inttypes.h
Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98
2011-01-08 18:09:48 +00:00
_limits.h
Copy amd64 _limits.h to x86 and merge with i386 _limits.h. Replace
2012-02-28 18:24:28 +00:00
_stdint.h
Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. Replace
2012-02-28 18:38:33 +00:00
_types.h
Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existing
2012-02-28 18:15:28 +00:00
acpica_machdep.h
Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, these
2013-08-13 22:05:10 +00:00
apm_bios.h
Move identical copies of apm_bios.h to sys/x86/include, replace them with
2010-11-11 19:36:21 +00:00
apm_segments.h
asm.h
Add CFI start/end proc directives to arm64, i386, and ppc
2020-12-05 00:33:28 +00:00
asmacros.h
i386: clean up empty lines in .c and .h files
2020-09-01 21:19:39 +00:00
atomic.h
Expand generic subword atomic primitives
2020-03-25 23:12:43 +00:00
bootinfo.h
sys/i386: further adoption of SPDX licensing ID tags.
2017-11-27 15:08:52 +00:00
bus.h
Revert r243960 based on feedback regarding keeping x86 headers unified
2012-12-13 21:27:20 +00:00
bus_dma.h
sys/i386: further adoption of SPDX licensing ID tags.
2017-11-27 15:08:52 +00:00
clock.h
timer_restore is now unused, remove it
2020-10-08 20:56:11 +00:00
counter.h
Centralize __pcpu definitions.
2019-08-29 07:25:27 +00:00
cpu.h
Add a custom implementation of cpu_lock_delay() for x86.
2018-11-05 22:54:03 +00:00
cpufunc.h
x86: Add rdtscp32() into cpufunc.h.
2021-01-10 04:42:34 +02:00
cputypes.h
sys/i386: further adoption of SPDX licensing ID tags.
2017-11-27 15:08:52 +00:00
cserial.h
Fix misspellings of transmitter/transmitted
2018-08-10 20:37:32 +00:00
db_machdep.h
Cleanups related to debug exceptions on x86.
2018-05-22 00:45:00 +00:00
dump.h
Factor out duplicated code from dumpsys() on each architecture into generic
2015-01-07 01:01:39 +00:00
efi.h
Fix building on i386 and arm. But 'public domain' headers on the files
2016-10-13 06:56:23 +00:00
elan_mmcr.h
sys/i386: further adoption of SPDX licensing ID tags.
2017-11-27 15:08:52 +00:00
elf.h
Convert machine/elf.h, machine/frame.h, machine/sigframe.h,
2013-02-20 17:39:52 +00:00
endian.h
Copy amd64 endian.h to x86 and merge with i386 endian.h. Replace
2012-02-28 19:39:54 +00:00
exec.h
sys: further adoption of SPDX licensing ID tags.
2017-11-20 19:43:44 +00:00
fdt.h
Add basic support for FDT to i386 & amd64. This change includes:
2013-05-21 03:05:49 +00:00
float.h
Copy amd64 float.h to x86 and merge with i386 float.h. Replace
2012-03-04 14:00:32 +00:00
floatingpoint.h
spdx: initial adoption of licensing ID tags.
2017-11-18 14:26:50 +00:00
fpu.h
Add a <machine/fpu.h> for i386 that includes <machine/npx.h>.
2020-10-13 17:26:12 +00:00
frame.h
i386 4/4G split.
2018-04-13 20:30:49 +00:00
gdb_machdep.h
gdb: report specific stop reason for watchpoints
2021-04-21 10:20:33 -03:00
ieeefp.h
Resolve conflicts between macros in fenv.h and ieeefp.h
2018-05-31 20:22:47 +00:00
in_cksum.h
Remove support for intel compiler from i386 in_cksum
2020-10-24 23:21:27 +00:00
intr_machdep.h
Merge amd64 and i386 <machine/intr_machdep.h> headers.
2018-08-20 12:31:39 +00:00
iodev.h
sys/i386: further adoption of SPDX licensing ID tags.
2017-11-27 15:08:52 +00:00
iommu.h
Add a per-each macro IOMMU_DOMAIN_UNLOAD_SLEEP which allows to sleep
2020-10-14 14:51:11 +00:00
kdb.h
x86: implement kdb watchpoint functions
2021-04-21 10:20:33 -03:00
limits.h
sys: further adoption of SPDX licensing ID tags.
2017-11-20 19:43:44 +00:00
md_var.h
i386: Make setidt_disp a size_t instead of uintptr_t
2021-06-08 09:27:32 -04:00
memdev.h
Add the MEM_EXTRACT_PADDR ioctl to /dev/mem.
2020-09-02 18:12:47 +00:00
metadata.h
Move amd64 metadata.h to x86 and share with i386
2016-01-07 19:47:26 +00:00
minidump.h
Sparsify the vm_page_dump bitmap
2020-09-21 22:21:59 +00:00
mp_watchdog.h
sys/i386: further adoption of SPDX licensing ID tags.
2017-11-27 15:08:52 +00:00
nexusvar.h
npx.h
Add support for FPU_KERN_NOCTX.
2020-10-13 17:27:37 +00:00
ofw_machdep.h
Add basic support for FDT to i386 & amd64. This change includes:
2013-05-21 03:05:49 +00:00
param.h
i386: clean up empty lines in .c and .h files
2020-09-01 21:19:39 +00:00
pcb.h
Fix for mis-interpretation of PCB_KERNFPU.
2020-10-14 23:01:41 +00:00
pcb_ext.h
Remove dead declaration.
2018-05-11 20:47:45 +00:00
pci_cfgreg.h
Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h to
2011-06-22 21:04:13 +00:00
pcpu.h
Centralize __pcpu definitions.
2019-08-29 07:25:27 +00:00
pcpu_aux.h
Centralize __pcpu definitions.
2019-08-29 07:25:27 +00:00
perfmon.h
i386: clean up empty lines in .c and .h files
2020-09-01 21:19:39 +00:00
pmap.h
i386: clean up empty lines in .c and .h files
2020-09-01 21:19:39 +00:00
pmap_base.h
i386: implement sysctl vm.pmap.kernel_maps.
2019-09-22 19:23:00 +00:00
pmap_nopae.h
i386 PAE: avoid atomic for pte_store() where possible.
2019-02-26 09:45:44 +00:00
pmap_pae.h
i386 PAE: avoid atomic for pte_store() where possible.
2019-02-26 09:45:44 +00:00
pmc_mdep.h
hwpmc: ABI fixes
2018-06-04 02:05:48 +00:00
ppireg.h
sys/i386: further adoption of SPDX licensing ID tags.
2017-11-27 15:08:52 +00:00
proc.h
Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.
2020-09-27 18:47:06 +00:00
procctl.h
amd64 KPTI: add control from procctl(2).
2019-03-16 11:44:33 +00:00
profile.h
Oops, the last minute reduction in the clobber list for i386
2018-06-02 09:59:27 +00:00
psl.h
Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.
2012-03-19 21:29:57 +00:00
ptrace.h
Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replace
2012-03-04 20:24:28 +00:00
pvclock.h
Generalized parts of the XEN timer code into a generic pvclock
2015-02-04 08:26:43 +00:00
reg.h
Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98
2012-03-18 19:06:38 +00:00
reloc.h
sys: further adoption of SPDX licensing ID tags.
2017-11-20 19:43:44 +00:00
resource.h
Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge
2014-02-12 04:30:37 +00:00
runq.h
sys/i386: further adoption of SPDX licensing ID tags.
2017-11-27 15:08:52 +00:00
segments.h
i386 4/4G split.
2018-04-13 20:30:49 +00:00
setjmp.h
Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.
2012-02-28 22:17:52 +00:00
sf_buf.h
sys/i386: further adoption of SPDX licensing ID tags.
2017-11-27 15:08:52 +00:00
sigframe.h
sys/i386: further adoption of SPDX licensing ID tags.
2017-11-27 15:08:52 +00:00
signal.h
sys: further adoption of SPDX licensing ID tags.
2017-11-20 19:43:44 +00:00
smapi.h
i386: clean up empty lines in .c and .h files
2020-09-01 21:19:39 +00:00
smp.h
amd64: allow parallel shootdown IPIs
2020-07-14 20:37:50 +00:00
speaker.h
specialreg.h
Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replace
2012-03-19 21:34:11 +00:00
stack.h
Merge stack(9) implementations for i386 and amd64 under x86/.
2015-09-11 03:24:07 +00:00
stdarg.h
Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs.
2012-02-28 22:30:58 +00:00
sysarch.h
Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. Replace
2012-03-19 21:57:31 +00:00
timerreg.h
sys/i386: further adoption of SPDX licensing ID tags.
2017-11-27 15:08:52 +00:00
trap.h
Copy amd64 trap.h to x86 and replace amd64/i386/pc98 trap.h with stubs.
2012-03-04 14:12:57 +00:00
tss.h
sys: further adoption of SPDX licensing ID tags.
2017-11-20 19:43:44 +00:00
ucontext.h
sys/i386: further adoption of SPDX licensing ID tags.
2017-11-27 15:08:52 +00:00
vdso.h
Implement mechanism to export some kernel timekeeping data to
2012-06-22 07:06:40 +00:00
vm.h
Create VM_MEMATTR_DEVICE on all architectures
2021-06-13 16:49:36 +01:00
vm86.h
i386: Merge PAE and non-PAE pmaps into same kernel.
2019-01-30 02:07:13 +00:00
vmparam.h
Add a vmparam.h constant indicating pmap support for large pages.
2020-09-23 19:34:21 +00:00