CVS log for src/sys/uvm/pmap/pmap_segtab.c
Up to [cvs.NetBSD.org] / src / sys / uvm / pmap
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Jul 23 07:25:36 2023 UTC (21 months, 3 weeks ago) by skrll
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -3
lines
KASSERT -> KASSERTMSG
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Jul 1 07:10:13 2023 UTC (22 months, 2 weeks ago) by skrll
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -4
lines
Fix build when KERNHIST defined, but not UVMHIST
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Dec 21 11:39:46 2022 UTC (2 years, 4 months ago) by skrll
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -2
lines
Rename pmap_md_pdetab_destroy to pmap_md_pdetab_fini to match
pmap_md_pdetab_init.
Call pmap_md_pdetab_fini from pmap_segtab_destroy.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Oct 27 06:49:51 2022 UTC (2 years, 6 months ago) by skrll
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -4
lines
In pmap_pte_reserve ensure we're atomically swapping out an invalid entry
otherwise concurrent updates might both think they've updated the entry.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Oct 26 07:35:20 2022 UTC (2 years, 6 months ago) by skrll
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +817 -209
lines
MI PMAP hardware page table walker support.
This is based on code given to me by Matt Thomas a long time ago with
many updates and bugs fixes from me.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Sep 25 06:21:58 2022 UTC (2 years, 7 months ago) by skrll
Branches: MAIN
CVS tags: bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +66 -66
lines
Rename pmap_segtab_t *stp to stb for consistency with a future
pmap_pdetab_t *ptb. pmap_pdetab_t *ptp would be far too confusing.
NFC. Same code before and after.
Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Sat Apr 3 22:29:03 2021 UTC (4 years, 1 month ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +3 -3
lines
Sync with HEAD.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Mar 13 15:29:55 2021 UTC (4 years, 2 months ago) by skrll
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3
lines
Consistently use %#jx instead of 0x%jx or just %jx in UVMHIST_LOG formats
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Oct 8 14:02:40 2020 UTC (4 years, 7 months ago) by skrll
Branches: MAIN
Branch point for: thorpej-futex
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -4
lines
%#jx vs %jx consistency in UVMHIST_LOG
Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Sep 24 06:45:58 2020 UTC (4 years, 7 months ago) by skrll
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3
lines
Whitespace
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Sep 10 02:12:57 2020 UTC (4 years, 8 months ago) by rin
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +8 -6
lines
Cast pointer arguments of UVMHIST_CALLARGS() into uintptr_t.
Appease GCC9 -Wpointer-to-int-cast on ILP32 environments.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Aug 22 15:34:51 2020 UTC (4 years, 8 months ago) by skrll
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -4
lines
Remove pte_zero_p and simply check against 0.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Aug 22 15:32:36 2020 UTC (4 years, 8 months ago) by skrll
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +9 -13
lines
Remove the #if defined(__mips_n64) && PAGE_SIZE == 8192 and make the
check MI - all PTs are PAGE_SIZE aligned
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Aug 22 13:59:16 2020 UTC (4 years, 8 months ago) by skrll
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +5 -5
lines
Trailing whitespace
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Aug 20 23:36:45 2020 UTC (4 years, 8 months ago) by mrg
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3
lines
fix hpcmips and evbppc builds (wrong type in panic()).
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Aug 20 05:54:32 2020 UTC (4 years, 8 months ago) by mrg
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +78 -31
lines
move pmap segtab history into a new history of only 1000 entries,
but will overflow much slower than the main pmap history.
move various debug info into kernhist. make pte array checker
into an array and use it in pmap_segtab_release() and
pmap_pte_reserve(). move check before MD callback(), incase it
wants to change ptes for some reason (they're passed in, but
this callback is currently always NULL.)
clean up some history logs to reduce the number of lines required.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Aug 18 11:48:21 2020 UTC (4 years, 8 months ago) by simonb
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3
lines
Fix small tyop in a comment.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Aug 18 07:25:46 2020 UTC (4 years, 8 months ago) by skrll
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3
lines
Improve a panic message ever so slightly
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Aug 17 08:56:27 2020 UTC (4 years, 8 months ago) by mrg
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +15 -2
lines
add pmaphist calls around seg_tab[] manipulation. hopefully will
help find what causes this:
panic: pmap_segtab_alloc: pm_segtab.seg_tab[1010] != 0 (0x980000004eeb6068): from free list
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Aug 7 07:19:45 2020 UTC (4 years, 9 months ago) by skrll
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +17 -2
lines
Provide a pmap_segtab_deactivate for symmetry with pmap_segtab_activate
and use it in pmap_deactivate
Call pmap_md_xtab_{,de}activate from pmap_segtab_{,de}activate to be used
for PMAP_HWPAGEWALKER and any caches ops that might be required.
Provide empty (for now) pmap_md_xtab_{,de}activate functions on the
platforms that use sys/uvm/pmap
Revision 1.6.12.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:05:22 2020 UTC (5 years, 1 month ago) by martin
Branches: phil-wifi
Diff to: previous 1.6.12.1: preferred, colored; branchpoint 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.12.1: +18 -17
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.13.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 29 20:21:12 2020 UTC (5 years, 2 months ago) by ad
Branches: ad-namecache
Diff to: previous 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13: +4 -4
lines
Sync with head.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Feb 24 12:20:30 2020 UTC (5 years, 2 months ago) by rin
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4
lines
0x%p --> %p for non-external codes.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Dec 18 11:27:56 2019 UTC (5 years, 4 months ago) by skrll
Branches: MAIN
CVS tags: ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base
Branch point for: ad-namecache
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -5
lines
KNF
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Dec 14 14:46:11 2019 UTC (5 years, 5 months ago) by ad
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -5
lines
Use pageq.list instead of listq.list.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Oct 20 07:22:51 2019 UTC (5 years, 6 months ago) by skrll
Branches: MAIN
CVS tags: phil-wifi-20191119
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4
lines
Whitespace
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Sep 23 18:20:07 2019 UTC (5 years, 7 months ago) by skrll
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3
lines
Use "segmap" for uvm_wait message in pmap_segtab_alloc
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Sep 18 18:29:58 2019 UTC (5 years, 7 months ago) by skrll
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -5
lines
s/pte/ptep/ in pmap_pte_process for consistency with other code. NFCI.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Sep 18 18:18:44 2019 UTC (5 years, 7 months ago) by skrll
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3
lines
Whitespace
Revision 1.6.12.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:09:58 2019 UTC (5 years, 11 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3
lines
Sync with HEAD
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Mar 8 08:12:40 2019 UTC (6 years, 2 months ago) by msaitoh
Branches: MAIN
CVS tags: phil-wifi-20190609,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
isaki-audio2-base,
isaki-audio2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3
lines
s/ the the / the /
Revision 1.6.8.2: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:39:23 2017 UTC (7 years, 5 months ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.6.8.1: preferred, colored; branchpoint 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.8.1: +512 -0
lines
update from HEAD
Revision 1.1.16.4: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:53:18 2017 UTC (7 years, 8 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.1.16.3: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.16.3: +5 -4
lines
Sync with HEAD
Revision 1.4.6.1: download - view: text, markup, annotated - select for diffs
Fri May 19 00:22:58 2017 UTC (7 years, 11 months ago) by pgoyette
Branches: prg-localcount2
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +5 -4
lines
Resolve conflicts from previous merge (all resulting from $NetBSD
keywork expansion)
Revision 1.6.8.1
Fri May 12 12:18:37 2017 UTC (8 years ago) by jdolecek
Branches: tls-maxphys
FILE REMOVED
Changes since revision 1.6: +0 -512
lines
file pmap_segtab.c was added on branch tls-maxphys on 2017-12-03 11:39:23 +0000
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri May 12 12:18:37 2017 UTC (8 years ago) by skrll
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
prg-localcount2-base3,
phil-wifi-base,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek
Branch point for: tls-maxphys,
phil-wifi
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -3
lines
KASSERT -> KASSERTMSG
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri May 12 12:18:07 2017 UTC (8 years ago) by skrll
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3
lines
Trailing whitespace
Revision 1.1.20.1: download - view: text, markup, annotated - select for diffs
Wed Jan 18 08:46:46 2017 UTC (8 years, 3 months ago) by skrll
Branches: netbsd-7-nhusb
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +5 -3
lines
Sync with netbsd-5
Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 7 08:56:53 2017 UTC (8 years, 4 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +31 -9
lines
Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
Revision 1.1.16.3: download - view: text, markup, annotated - select for diffs
Mon Dec 5 10:55:30 2016 UTC (8 years, 5 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.1.16.2: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.16.2: +31 -9
lines
Sync with HEAD
Revision 1.1.14.1: download - view: text, markup, annotated - select for diffs
Sat Dec 3 12:08:36 2016 UTC (8 years, 5 months ago) by martin
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +5 -3
lines
Pull up following revision(s) (requested by mrg in ticket #1275):
sys/arch/mips/include/vmparam.h: revision 1.57
sys/uvm/pmap/pmap_segtab.c: revision 1.4
1TB is enough UVA for anyone... plus not all cpus can support more.
fix the start index generation in pmap_segtab_release() to
ensure it fits in the actual array. fixes N64 binaries from
triggering later panic. move the panic check itself into a
common function that is called from a couple of new places too.
Revision 1.1.18.1: download - view: text, markup, annotated - select for diffs
Sat Dec 3 11:43:13 2016 UTC (8 years, 5 months ago) by martin
Branches: netbsd-7-0
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +5 -3
lines
Pull up following revision(s) (requested by mrg in ticket #1275):
sys/arch/mips/include/vmparam.h: revision 1.57
sys/uvm/pmap/pmap_segtab.c: revision 1.4
1TB is enough UVA for anyone... plus not all cpus can support more.
fix the start index generation in pmap_segtab_release() to
ensure it fits in the actual array. fixes N64 binaries from
triggering later panic. move the panic check itself into a
common function that is called from a couple of new places too.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Nov 23 03:30:53 2016 UTC (8 years, 5 months ago) by mrg
Branches: MAIN
CVS tags: prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: prg-localcount2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +31 -9
lines
fix the start index generation in pmap_segtab_release() to
ensure it fits in the actual array. fixes N64 binaries from
triggering later panic. move the panic check itself into a
common function that is called from a couple of new places too.
Revision 1.1.16.2: download - view: text, markup, annotated - select for diffs
Wed Oct 5 20:56:12 2016 UTC (8 years, 7 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.1.16.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.16.1: +7 -6
lines
Sync with HEAD
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 11 16:06:09 2016 UTC (8 years, 10 months ago) by matt
Branches: MAIN
CVS tags: pgoyette-localcount-base,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
nick-nhusb-base-20161004,
localcount-20160914
Branch point for: pgoyette-localcount
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -6
lines
Changes so that MIPS can use the common pmap.
Change/augment the virtual cache alias callbacks.
Revision 1.1.16.1: download - view: text, markup, annotated - select for diffs
Tue Sep 22 12:06:18 2015 UTC (9 years, 7 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +17 -15
lines
Sync with HEAD
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jun 11 08:04:44 2015 UTC (9 years, 11 months ago) by matt
Branches: MAIN
CVS tags: nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +17 -15
lines
Use PMAP_MAP_POOLPAGE instead of POOL_PHYSTOV since we use PMAP_UNMAP_POOLPAGE.
Use PMAP_ALLOC_POOLPAGE instead of pmap_md_alloc_poolpage.
Cleanup some panic messages.
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 17:23:03 2012 UTC (12 years, 6 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.1: +486 -0
lines
sync with head
Revision 1.1.2.1
Wed Oct 3 00:51:46 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
FILE REMOVED
Changes since revision 1.1: +0 -486
lines
file pmap_segtab.c was added on branch yamt-pagecache on 2012-10-30 17:23:03 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Oct 3 00:51:46 2012 UTC (12 years, 7 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
rmind-smpnet-nbase,
rmind-smpnet-base,
rmind-smpnet,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
netbsd-7-nhusb-base,
netbsd-7-base,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
khorben-n900,
agc-symver-base,
agc-symver
Branch point for: yamt-pagecache,
nick-nhusb,
netbsd-7-nhusb,
netbsd-7-0,
netbsd-7
move from common/pmap/tlb -> uvm/pmap
CVSweb <webmaster@jp.NetBSD.org>