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
2021-12-18
Add some missing includes to uvm_device.h.
riastradh
2021-12-11
remove clause 3 from all my licenses that aren't conflicting with
mrg
2021-12-05
s/recusive/recursive/ in comment.
msaitoh
2021-11-25
More / improved debug
skrll
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-08-23
Return immediately from uvm_swap_shutdown() if there are
hannken
2021-07-21
need <sys/param.h> for COHERENCY_UNIT
skrll
2021-07-01
in uvm_mapent_forkzero(), if the old entry was an object mapping,
chs
2021-06-20
remove diag-only printf() that fires when an unlinked file is mmapped
mrg
2021-06-03
uvm(9): Enable swap encryption by default.
riastradh
2021-05-31
uvm: Make uvm_extern.h (more) self-contained, needs sys/types.h.
riastradh
2021-05-23
avoid taking locks that aren't initialised.
mrg
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
fix error in previous: UVMHIST_PDHIST_SIZE needs to stay next to pdhistbuf[].
mrg
2021-04-17
remove KERNHIST_INIT_STATIC(). it stradles the line between usable
mrg
2021-04-01
Add a sysctl hashstat collector for ubchash.
simonb
2021-03-26
in uvm_pglistalloc_contig_aggressive(), avoid looking forward past
chs
2021-03-24
Trailing whitespace
skrll
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
2021-03-07
<tab> consistency
skrll
2021-02-19
When turning off swap during reboot we have to lock with LK_RETRY
hannken
2021-02-16
Reorganize uvm_swap_shutdown() a bit, make sure the vnode gets
hannken
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-12-20
Remove VM_MD_TO_PAGE that was accidentally committed in 1.106. It's going
skrll
2020-12-20
Some KNF. NFC.
skrll
2020-11-27
uvm_mremap: reference the appropriate backing object.
yhardy
2020-11-10
remove someone's leftover debug printfs.
chs
2020-11-04
In uvmpd_tryownerlock(), if the initial try-lock of the owner lock fails
chs
2020-10-25
Handle PG_PAGEOUT in uvm_anon_release() too.
chs
2020-10-18
In the current code, CPU_COUNT_FREEPAGES counts pages in the global
chs
2020-10-18
Move the handling of PG_PAGEOUT from uvm_aio_aiodone_pages() to
chs
2020-10-18
PR kern/55658
rin
2020-10-08
%#jx vs %jx consistency in UVMHIST_LOG
skrll
2020-10-07
Add a new, more aggressive allocator for uvm_pglistalloc() to allocate
chs
2020-10-05
PR kern/55658
rin
2020-09-29
s/parition/partition/
msaitoh
2020-09-24
Whitespace
skrll
2020-09-21
the previous fix for PR 55366 in uvm_amap.c 1.124 was incomplete:
chs
2020-09-20
Effectively disable the AMAP_REFALL flag because it is unsafe.
chs
2020-09-20
G/C uvm_pagezerocheck
skrll
[next]