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
2019-07-12
Provide and use PV_ISKENTER_P. NFCI.
skrll
2019-06-19
use __nothing
christos
2019-06-19
Once more short line to unwrap
skrll
2019-06-19
Unwrap short lines. NFCI.
skrll
2019-06-19
Make a comment generic and not MIPS specific
skrll
2019-06-01
Misc changes in RISC-V. Start changing the memory layout, too.
maxv
2019-05-20
Usee __BIT()
skrll
2019-05-20
Trailing whitespace
skrll
2019-03-08
s/ the the / the /
msaitoh
2018-04-19
s/static inline/static __inline/g for consistency.
christos
2018-02-25
fix the DIAGNOSTIC function pmap_tlb_asid_count() to not expect
jdolecek
2018-02-25
adjust KASSERT() triggered in PR port-cobalt/53054 to provide more info
jdolecek
2018-02-21
KERNEL_PID is > 0 on powerpc/ibm4xx, need to mask all bits <0,
jdolecek
2018-02-19
convert to use actual __BITMAP_*() macros from <sys/bitops.h>, and make
jdolecek
2018-02-19
a bit of DRY - add macro for initial free ASID count
jdolecek
2018-02-19
make it possible to not use the icache evcnts
jdolecek
2017-10-30
Remove unneeded casts to (uintptr_t). This is already taken care of in
pgoyette
2017-10-30
And replace an instance of "%p" conversion with "%#jx"
pgoyette
2017-10-30
Remove a stray '"' (obvious typo) and add a couple of casts that are
kre
2017-10-28
Update the kernhist(9) kernel history code to address issues identified
pgoyette
2017-09-07
There's no need to call pmap_tlb_invalidate_addr if pmap_remove_all was
skrll
2017-06-24
Use pte_set
skrll
2017-06-24
Trailing whitespace
skrll
2017-06-24
Use __BIT(0) for PV_KENTER. NFC.
skrll
2017-06-24
Whitespace - comment alignment.
skrll
2017-06-24
Multiple inclusion protection define consistency
skrll
2017-06-07
Use __BIT(). No functional change.
skrll
2017-05-26
Whitespace
skrll
2017-05-26
Remove incorrect __diagused
skrll
2017-05-26
Use the define name PMAP_HWPAGEWALKER and not PMAP_TLB_HWPAGEWALKER
skrll
2017-05-12
KASSERT -> KASSERTMSG
skrll
2017-05-12
Trailing whitespace
skrll
2017-05-12
Sprinkle some KASSERTs
skrll
2017-05-07
Fix a comment
skrll
2017-04-28
Remove unused LNAME macro
skrll
2017-04-28
Fix a UVMHIST_LOG after the "%s" removal
skrll
2017-04-22
Improve a comment
skrll
2017-04-22
Trailing whitespace
skrll
2017-03-02
avoid using %s in UVMHIST.
mrg
2016-12-23
PHYSMEM -> PHYSSEG to fix build
skrll
2016-12-23
"Make NetBSD great again!"
cherry
2016-12-01
extend the pmap_activate/pmap_deactivate UVMHIST logs to include the
mrg
2016-11-23
fix the start index generation in pmap_segtab_release() to
mrg
2016-10-09
PR/51540: Henning Petersen: replace , with ;
christos
2016-10-05
Move some code before pmap_enter_pv in pmap_enter so that when we are
skrll
2016-09-30
Increment resident_count if we're remapping onto new PA as
skrll
2016-09-16
When removing a page, make sure to clear its execness regardless of whether
matt
2016-08-20
put a variable under the #ifdef it's only used in.
mrg
2016-08-18
Don't track kenter_pa/kremove PVs unless we are worrying about cache aliasing.
matt
2016-08-05
Only include `static inline pmap_asid_check()` if it might be used.
jakllsch
[next]