NetBSD/sys/arch/shark/ofw
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
..
chipsfb_ofbus.c add support for chipsfb at ofbus 2011-03-23 04:06:03 +00:00
com_ofisa_machdep.c
cpu_ofbus.c struct device * -> device_t, struct cfdata * -> cfdata_t 2011-06-05 17:03:16 +00:00
if_cs_ofisa_machdep.c
igsfb_ofbus.c use ARM32_MMAP_WRITECOMBINE when mmap()ing video memory for improved X11 speed 2011-02-28 10:05:04 +00:00
igsfb_ofbusvar.h
lpt_ofisa_machdep.c
ofisa_machdep.c
ofisapc.c Some more device_t, cfdata_t, CFATTACH_DECL_NEW cleanup. 2011-06-06 16:29:14 +00:00
ofisascr.c Some more device_t, cfdata_t, CFATTACH_DECL_NEW cleanup. 2011-06-06 16:29:14 +00:00
ofrom.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
ofw.c add support for chipsfb at ofbus 2011-03-23 04:06:03 +00:00
vga_ofbus.c
vga_ofbusvar.h
wdc_ofisa_machdep.c