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
Age
Commit message (
Expand
)
Author
2023-07-01
Fix build when KERNHIST defined, but not UVMHIST
skrll
2023-06-19
s/value value/value/ in comment. No functional change.
msaitoh
2023-06-12
Fix compile for non-MULTIPROCESSOR and PMAP_TLB_MAX > 1 builds
skrll
2023-06-12
Fixup UVMHIST builds
skrll
2023-05-15
uvm: avoid a deadlock in uvm_map_clean()
chs
2023-04-27
Correct a type.
skrll
2023-04-22
KASSERT(kpreempt_disabled()) before accessing curcpu()
skrll
2023-04-20
Provide a shared pmap_devmap implementation and convert all pmap_devmap
skrll
2023-04-09
uvm: Simplify assertion in uvn_get.
riastradh
2023-04-09
uvm(9): KASSERT(A && B) -> KASSERT(A); KASSERT(B)
riastradh
2023-03-24
Unwrap. NFCI.
skrll
2023-02-27
uvm(9): KASSERT(A && B) -> KASSERT(A); KASSERT(B)
riastradh
2023-02-26
nkmempages should be size_t
skrll
2023-02-26
ci_data.cpu_kcpuset -> ci_kcpuset
skrll
2023-02-24
uvm: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals.
riastradh
2023-02-19
Spaces to TABs. NFCI.
skrll
2023-02-12
s/strucure/structure/ and s/structues/structures/ in comments.
andvar
2022-12-21
Rename pmap_md_pdetab_destroy to pmap_md_pdetab_fini to match
skrll
2022-12-21
swap: disallow user opens of swap block device
chs
2022-11-23
mmap(2): Avoid arithmetic overflow in search for free space.
riastradh
2022-11-07
Fix UVMHIST build
skrll
2022-11-03
_KERNEL_OPT protection
skrll
2022-11-03
Provide MI PMAP support on AARCH64
skrll
2022-11-02
KNF
skrll
2022-10-28
MI PMAP EFI_RUNTIME support
skrll
2022-10-27
In pmap_pte_reserve ensure we're atomically swapping out an invalid entry
skrll
2022-10-27
No need to hold the pmap_tlb_miss_lock when calling pmap_segtab_destroy
skrll
2022-10-27
Rename pm_count to pm_refcnt
skrll
2022-10-27
Fix the crash(1) build for mips platforms
skrll
2022-10-26
ddb/db_active.h: New home for extern db_active.
riastradh
2022-10-26
sys/kernel.h: New home for extern start_init_exec.
riastradh
2022-10-26
MI PMAP hardware page table walker support.
skrll
2022-10-23
Correct the pmap_kstart_segtab entry in pmap_kern_segtab
skrll
2022-10-20
Add a KASSERT to check that tlb_asid_t is a large enough type.
skrll
2022-09-25
Rename pmap_segtab_t *stp to stb for consistency with a future
skrll
2022-09-15
whitespace - remove spaces before tabs
skrll
2022-09-12
A simplification and some minor whitespace
skrll
2022-08-20
uvm_pdpolicy.h: Fix missing forward declarations and includes.
riastradh
2022-08-20
uvm/uvm_pmap.h: Fix missing types and forward declarations.
riastradh
2022-08-06
allow KMSAN to work again by restoring the limiting of kva even with
chs
2022-08-03
for platforms which define NKMEMPAGES_MAX_UNLIMITED, set nkmempages
chs
2022-07-07
uvm: CTASSERT about MIN_PAGE_SIZE, which is constant.
riastradh
2022-07-07
Convert CTASSERT(9) for PAGE_{SIZE,MASK} into KASSERT(9).
rin
2022-07-06
kern: Work around spurious -Wtype-limits warnings.
riastradh
2022-07-06
mmap(2): Guarantee two's-complement wraparound for D_NEGOFFSAFE.
riastradh
2022-07-06
uvm/uvm_device.c: Sprinkle KNF.
riastradh
2022-07-06
mmap(2): Prohibit overflowing offsets for non-D_NEGOFFSAFE devices.
riastradh
2022-07-06
uvm(9): fo_mmap caller guarantees positive size.
riastradh
2022-07-06
mmap(2): Assert size != 0 in non-anonymous case.
riastradh
2022-07-06
mmap(2): Avoid overflow in rounding and checking size.
riastradh
[next]