index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
uvm
/
pmap
Age
Commit message (
Expand
)
Author
2021-10-27
TAB police.
simonb
2021-10-27
When adjusting the max ASID count, check if ti->ti_asid_max == 0 as
simonb
2021-10-08
Fix a logic botch to actually apply the ASID limit returned by
skrll
2021-10-02
Pass the pmap in tlb_set_asid for the benefit of aarch64.
skrll
2021-09-12
comment whitespace
skrll
2021-07-21
need <sys/param.h> for COHERENCY_UNIT
skrll
2021-05-04
Always expose pmap_tlb_update_addr now that all current PMAP_HWPAGEWALKERs
skrll
2021-05-01
Revert previous
skrll
2021-05-01
Expose pmap_tlb_update_addr to the PMAP_HWPAGEWALKER platforms
skrll
2021-04-17
remove KERNHIST_INIT_STATIC(). it stradles the line between usable
mrg
2021-03-19
Support pmap_growkernel and KASAN shadow mapping of the new KVA.
skrll
2021-03-13
s/pfi_faultpte/&p/ for consistency with arm / other uses of ptep
skrll
2021-03-13
Consistently use %#jx instead of 0x%jx or just %jx in UVMHIST_LOG formats
skrll
2021-03-13
Don't use %jx for 0 or 1 - just use %jd in UVMHIST_LOG format.
skrll
2020-12-21
Remove variable in function declaration argument
skrll
2020-12-20
Support __HAVE_PMAP_PV_TRACK in sys/uvm/pmap based pmaps (aka common pmap)
skrll
2020-10-08
%#jx vs %jx consistency in UVMHIST_LOG
skrll
2020-09-24
Whitespace
skrll
2020-09-10
Cast pointer arguments of UVMHIST_CALLARGS() into uintptr_t.
rin
2020-08-22
Remove pte_zero_p and simply check against 0.
skrll
2020-08-22
Remove the #if defined(__mips_n64) && PAGE_SIZE == 8192 and make the
skrll
2020-08-22
Whitespace - line continutation alignment
skrll
2020-08-22
Trailing whitespace
skrll
2020-08-20
fix hpcmips and evbppc builds (wrong type in panic()).
mrg
2020-08-20
move pmap segtab history into a new history of only 1000 entries,
mrg
2020-08-19
Remove trailing \n from UVMHIST_LOG() format strings.
simonb
2020-08-19
KNF. Add some whitespace to the TLBINV_MAP macro and tlb_invalidate_op
skrll
2020-08-19
Unwrap short line KASSERT
skrll
2020-08-19
Fix inverted logic test in pmap_tlb_shootdown_process for if the victim
skrll
2020-08-18
Fix small tyop in a comment.
simonb
2020-08-18
Improve a panic message ever so slightly
skrll
2020-08-17
add pmaphist calls around seg_tab[] manipulation. hopefully will
mrg
2020-08-11
s/pmaphist/maphist/ for now
skrll
2020-08-11
More UVMHIST_LOG. Remove some commented output printfs.
skrll
2020-08-11
Fix a comment
skrll
2020-08-09
Don't kcpuset_clone every pmap_tlb_shootdown_bystanders. Instead allocate
skrll
2020-08-07
Provide a pmap_segtab_deactivate for symmetry with pmap_segtab_activate
skrll
2020-08-01
Provide a TLBINFO_OWNED
skrll
2020-07-18
Always call pmap_segtab_activate in pmap_activate. pmap_segtab_activate
skrll
2020-07-08
Comment updates
skrll
2020-04-14
Fix UVMHIST bulid
skrll
2020-04-13
Trailing whitespace
skrll
2020-04-12
Use UVMHIST_CALLARGS
skrll
2020-04-09
Make a comment less MIPS specific
skrll
2020-03-16
Use C99-ism to reduce ifdefs. Pointed out by christos@.
ad
2020-03-16
pmap_pv_track(): use PMAP_PAGE_INIT() otherwise the x86 pmap pukes.
ad
2020-03-15
Fix build for ports using uvm/pmap; pmap_remove_all() returns a boolean.
rin
2020-03-14
pmap_remove_all(): Return a boolean value to indicate the behaviour. If
ad
2020-03-12
pmap_tlb_miss_lock needs to be globally visible.
thorpej
2020-03-11
With DEBUG defined, it's possible to execute a TLB-vs-segmap consistency
thorpej
[next]