NetBSD/sys/arch/vax
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
..
bi Cleanup includes. Change <machine/XXX.h> to <sys/XXX.h> for bus, cpu, intr. 2010-12-14 23:38:30 +00:00
boot Specify that the sock argument of socktodesc() is an int, 2011-05-19 02:37:41 +00:00
compile
conf Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
consolerl
floppy
if Cleanup includes. Change <machine/XXX.h> to <sys/XXX.h> for bus, cpu, intr. 2010-12-14 23:38:30 +00:00
include Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
mba Cleanup includes. Change <machine/XXX.h> to <sys/XXX.h> for bus, cpu, intr. 2010-12-14 23:38:30 +00:00
stand
uba device_t, cfdata_t, etc. 2011-06-05 16:59:21 +00:00
vax Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
vsa assignment to sc_dev is in tcattach, we don't have sc_dev 2011-06-05 16:12:50 +00:00
Makefile