NetBSD/sys/arch/amd64/include
rmind e225b7bd09 Welcome to 5.99.53! Merge rmind-uvmplock branch:
- Reorganize locking in UVM and provide extra serialisation for pmap(9).
  New lock order: [vmpage-owner-lock] -> pmap-lock.

- Simplify locking in some pmap(9) modules by removing P->V locking.

- Use lock object on vmobjlock (and thus vnode_t::v_interlock) to share
  the locks amongst UVM objects where necessary (tmpfs, layerfs, unionfs).

- Rewrite and optimise x86 TLB shootdown code, make it simpler and cleaner.
  Add TLBSTATS option for x86 to collect statistics about TLB shootdowns.

- Unify /dev/mem et al in MI code and provide required locking (removes
  kernel-lock on some ports).  Also, avoid cache-aliasing issues.

Thanks to Andrew Doran and Joerg Sonnenberger, as their initial patches
formed the core changes of this branch.
2011-06-12 03:35:36 +00:00
..
acpi_machdep.h
ansi.h 1. {wctype,wctrans,mbstate}_t: switch MD to MI like other 2010-03-27 22:14:09 +00:00
aout_machdep.h
apicvar.h
asm.h Consistently use .gnu.warning with .pushsectio and .popsection on all 2010-12-20 21:11:24 +00:00
bios32.h
bootinfo.h
bswap.h
bus_private.h
bus.h
byte_swap.h Provide inline assembly version of bswap64. 2010-01-14 02:06:04 +00:00
cdefs.h
cpu_counter.h
cpu.h
cpufunc.h
cputypes.h
cpuvar.h
db_machdep.h Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD. 2011-05-26 15:34:12 +00:00
disklabel.h If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD. 2009-11-23 13:40:08 +00:00
elf_machdep.h buildfix: invert comparison to get the 64bit defines by default. 2010-03-18 08:28:33 +00:00
endian_machdep.h
endian.h
fenv.h Add support for fenv.h interface for i386 and amd64. 2010-07-31 21:47:52 +00:00
float.h
fpu.h
frame_regs.h
frame.h
frameasm.h Allow use of traditional CPP to be set on a per platform base in sys.mk. 2011-01-12 23:12:10 +00:00
gdt.h add the guts of TLS support on amd64. based on joerg's patch, 2010-07-07 01:14:52 +00:00
i8259.h
i82093reg.h
i82093var.h
i82489reg.h
i82489var.h
ieee.h
ieeefp.h
int_const.h fix wrong integer promotion rule(removed U suffix from UINT{8,16}_C). 2010-05-29 17:33:57 +00:00
int_fmtio.h
int_limits.h
int_mwgwtypes.h
int_types.h
intr.h
intrdefs.h
isa_machdep.h
joystick.h
kcore.h
limits.h 1. MB_LEN_MAX switch MD to MI. 2010-06-07 13:52:28 +00:00
linux32_machdep.h
loadfile_machdep.h
lock.h
Makefile Add support for fenv.h interface for i386 and amd64. 2010-07-31 21:47:52 +00:00
Makefile.inc Move -mcmodel=kernel CFLAGS from bsd.klinks.mk to amd64/include/Makefile.inc 2009-11-27 13:50:29 +00:00
math.h
mcontext.h Be nicer to software that insists on -ansi and use __inline. 2011-02-25 14:07:12 +00:00
mpacpi.h
mpbiosreg.h
mpbiosvar.h
mpconfig.h
mtrr.h
mutex.h
netbsd32_machdep.h
param.h Remove separate mb_map. The nmbclusters is computed at boot time based 2010-02-08 19:02:25 +00:00
pcb.h add the guts of TLS support on amd64. based on joerg's patch, 2010-07-07 01:14:52 +00:00
pci_machdep.h
pic.h
pio.h
pmap.h udpate license clauses on my code to match the new-style BSD licenses. 2011-02-01 20:09:08 +00:00
pmc.h
proc.h Retire struct user, remove sys/user.h inclusions. Note sys/user.h header 2011-01-14 02:06:22 +00:00
profile.h
psl.h
pte.h Pull i386 pte.h on amd64 for 32bit compat. 2010-07-24 17:43:47 +00:00
ptrace.h
rbus_machdep.h Move to 2-clause license. Approved by HAYAKAWA Koichi (copyright holder). 2009-12-15 22:17:12 +00:00
reg.h
rwlock.h
segments.h move macros for validating fs/gs to segments.h and use them 2011-02-07 03:54:45 +00:00
setjmp.h
signal.h
specialreg.h
stdarg.h
sysarch.h
trap.h
tss.h
types.h Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
userret.h
varargs.h
vmparam.h Revert max stack size change. This is not used anymore for 32 bit binaries. 2011-03-04 13:24:19 +00:00
wchar_limits.h