CVS log for src/sys/uvm/pmap/pmap_pvt.c
Up to [cvs.NetBSD.org] / src / sys / uvm / pmap
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun May 8 22:03:02 2022 UTC (2 years, 7 months ago) by rin
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,
netbsd-10-base,
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,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3
lines
Oops, correct misleading #endif comment.
It seems I need a cup of coffee...
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun May 8 22:00:06 2022 UTC (2 years, 7 months ago) by rin
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4
lines
Improve wording a bit in a comment for the previous.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun May 8 21:55:34 2022 UTC (2 years, 7 months ago) by rin
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +21 -9
lines
For PMAP_PV_TRACK_ONLY_STUBS, comment out pmap_pv_{,un}track().
If modules call these functions, the result should be an
inconsistent state.
Such modules require real PV-tracking support, anyway.
The best we can do should be to make two symbols undefined, and
prevent these modules from loaded.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat May 7 06:53:16 2022 UTC (2 years, 7 months ago) by rin
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +33 -2
lines
Introduce PMAP_PV_TRACK_ONLY_STUBS option, by which only empty stubs for
global functions in pmap_pvt.h are provided, instead of real support for
PV tracking.
Necessary for powerpc: Only one sub-arch (oea) has PV tracking support.
Others (booke/ibm4xx) do not at the moment (probably never for ibm4xx),
but __HAVE_PMAP_PV_TRACK is necessary, so that modules can be shared by
all of sub-archs.
Revision 1.10.8.1: download - view: text, markup, annotated - select for diffs
Sun Aug 1 22:42:46 2021 UTC (3 years, 4 months ago) by thorpej
Branches: thorpej-i2c-spi-conf
Diff to: previous 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10: +3 -2
lines
Sync with HEAD.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jul 21 06:35:45 2021 UTC (3 years, 4 months ago) by skrll
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-futex2-base,
thorpej-futex2,
thorpej-cfargs2-base,
thorpej-cfargs2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -2
lines
need <sys/param.h> for COHERENCY_UNIT
Minor KNF along the way.
Revision 1.3.20.1: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:09:05 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +27 -9
lines
Merge changes from current as of 20200406
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Mar 16 20:07:44 2020 UTC (4 years, 8 months ago) by ad
Branches: MAIN
CVS tags: thorpej-futex-base,
thorpej-futex,
thorpej-cfargs-base,
thorpej-cfargs,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh
Branch point for: thorpej-i2c-spi-conf
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -6
lines
Use C99-ism to reduce ifdefs. Pointed out by christos@.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Mar 16 19:56:39 2020 UTC (4 years, 8 months ago) by ad
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +11 -3
lines
pmap_pv_track(): use PMAP_PAGE_INIT() otherwise the x86 pmap pukes.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jan 1 16:50:41 2020 UTC (4 years, 11 months ago) by martin
Branches: MAIN
CVS tags: is-mlppp-base,
is-mlppp,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -3
lines
Revert previous (include of sys/param.h) - the headers requiring this
have been fixed.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Dec 28 08:25:33 2019 UTC (4 years, 11 months ago) by martin
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2
lines
Add mising sys/param.h include (for COHERENCY_UNIT, now needed in uvm headers)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Dec 18 11:27:56 2019 UTC (4 years, 11 months ago) by skrll
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
KNF
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Dec 9 04:39:58 2019 UTC (5 years ago) by riastradh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +20 -8
lines
Convert pmap_pvt to atomic_load/store.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Dec 7 17:56:08 2019 UTC (5 years ago) by jmcneill
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2
lines
sys/atomic.h for membar_*
Revision 1.3.16.2: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:39:23 2017 UTC (7 years ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.3.16.1: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.16.1: +160 -0
lines
update from HEAD
Revision 1.2.2.3: download - view: text, markup, annotated - select for diffs
Sat Mar 19 11:30:39 2016 UTC (8 years, 8 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.2.2.2: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.2: +9 -3
lines
Sync with HEAD
Revision 1.3.16.1
Sun Feb 7 18:41:25 2016 UTC (8 years, 10 months ago) by jdolecek
Branches: tls-maxphys
FILE REMOVED
Changes since revision 1.3: +0 -160
lines
file pmap_pvt.c was added on branch tls-maxphys on 2017-12-03 11:39:23 +0000
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Feb 7 18:41:25 2016 UTC (8 years, 10 months ago) by riastradh
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
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,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
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,
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,
localcount-20160914,
jdolecek-ncq-base,
jdolecek-ncq,
isaki-audio2-base,
isaki-audio2,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: tls-maxphys,
phil-wifi
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +9 -3
lines
Use IPL_NONE for pserialized lock. Assert sleepable. (OOPS.)
Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Sun Dec 27 12:10:19 2015 UTC (8 years, 11 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.1: +154 -0
lines
Sync with HEAD (as of 26th Dec)
Revision 1.2.2.1
Wed Nov 11 08:22:36 2015 UTC (9 years, 1 month ago) by skrll
Branches: nick-nhusb
FILE REMOVED
Changes since revision 1.2: +0 -154
lines
file pmap_pvt.c was added on branch nick-nhusb on 2015-12-27 12:10:19 +0000
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Nov 11 08:22:36 2015 UTC (9 years, 1 month ago) by skrll
Branches: MAIN
CVS tags: nick-nhusb-base-20151226
Branch point for: nick-nhusb
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -8
lines
Remove #if 0 / #endif includes
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Nov 11 08:20:22 2015 UTC (9 years, 1 month ago) by skrll
Branches: MAIN
Split out the pmap_pv_track stuff for use by others.
Discussed with riastradh@
CVSweb <webmaster@jp.NetBSD.org>