NetBSD/sys/arch/sparc64/conf
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
..
files.sparc64 Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
GENERIC Disable DEBUG=-g by default again (accidently slipped in with last changes). 2011-05-17 07:57:02 +00:00
GENERIC32
GENERIC32.UP convert sparc64 to MULTIPROCESSOR kernel by default, and introduce 2010-03-13 08:36:06 +00:00
GENERIC.DEBUG convert sparc64 to MULTIPROCESSOR kernel by default, and introduce 2010-03-13 08:36:06 +00:00
GENERIC.UP convert sparc64 to MULTIPROCESSOR kernel by default, and introduce 2010-03-13 08:36:06 +00:00
INSTALL GENERIC32 -> GENERIC in comment. 2010-05-22 15:55:41 +00:00
kern32.ldscript Add __cacheline_aligned and __read_mostly annotations. 2010-06-01 22:13:30 +00:00
kern.ldscript Add __cacheline_aligned and __read_mostly annotations. 2010-06-01 22:13:30 +00:00
majors.sparc64 use a MI major number for uhso(4) driver 2010-03-06 23:45:38 +00:00
Makefile.sparc64 Move SPARC and SPARC64 to modern CPP. Update UPDATING note for this and 2011-01-17 18:11:09 +00:00
MODULAR Duh, actually make it modular 2011-01-05 13:29:27 +00:00
NONPLUS
NONPLUS64 merge the bouyer-quota2 branch. This adds a new on-disk format 2011-03-06 17:08:10 +00:00
std.sparc64
std.sparc64-32