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
2010-03-02
For the nfs throttling kludge, test against v_tag == VT_NFS instead
pooka
2010-02-25
Change RSS (resident set size) limit. Instead of setting it arbitrarily
jym
2010-02-24
Merge more indirect functions. Some comments.
uebayasi
2010-02-24
uvm_fault_upper_lookup, uvm_fault_upper_neighbor: There is no point to call
uebayasi
2010-02-24
Minor clean up.
uebayasi
2010-02-24
Revert a thinko.
uebayasi
2010-02-24
Slightly clean up uvm_fault() code path after pmap_enter(). Now tasks
uebayasi
2010-02-24
Record if "promote" is done in UVMHIST. Do it for "upper" fault too.
uebayasi
2010-02-24
Merge some indirect "lower" fault handlers back. Prompted by rmind@.
uebayasi
2010-02-24
- Use ctob() instead of ptoa() to obtain physical addresses from frame
jym
2010-02-21
rename the va0_disabled option and cpp conditional to "disable" as well,
drochner
2010-02-20
rename the new sysctl to "vm.user_va0_disable", for consistency
drochner
2010-02-18
Disable mapping of virtual address 0 by user programs per default.
drochner
2010-02-08
Remove separate mb_map. The nmbclusters is computed at boot time based
joerg
2010-02-08
pgo_get needs the page array to be initialized.
mlelstv
2010-02-08
Move assertion to make check more clear.
mlelstv
2010-02-07
Make UVMHIST build again.
mlelstv
2010-02-07
Use filesystem blocks to address filesystem objects. f_iosize just
mlelstv
2010-02-06
__inline -> inline
uebayasi
2010-02-06
Make vm_physseg lookup routines take the target vm_physseg. This is for the
uebayasi
2010-02-05
vnode.h is not used here.
uebayasi
2010-02-05
Cosmetic. Shorten some long names.
uebayasi
2010-02-05
Fix !DIAGNOSTIC build. Reported by Geoff Wing.
uebayasi
2010-02-04
Reduce diff between upper/lower neighbor handlers.
uebayasi
2010-02-04
Merge "obfuscating layers" for readability. Inline some functions.
uebayasi
2010-02-04
Move uvm_fault_* static func decls in one place.
uebayasi
2010-02-03
A few assertions & comments.
uebayasi
2010-02-03
uvm_fault_lower_generic_io: Reduce diff from uvm_loanuobj().
uebayasi
2010-02-03
uvm_fault_lower_generic_io: One missing mutex_exit(vmobjlock). Found while
uebayasi
2010-02-02
uobj->pgops->pgo_get doing PGO_SYNCIO returns a uobjpage whose uobj backpointer
uebayasi
2010-02-02
Don't pass an unnecessary reference to uvm_loanbreak_anon().
uebayasi
2010-02-02
Missing 'if defined COMPAT13 or COMPAT50' in uvm_swap.c found by cppcheck
wiz
2010-02-02
Be consistent to decide if PMAP_WIRED or not.
uebayasi
2010-02-02
Move A->K loan break code to uvm_loan.c.
uebayasi
2010-02-02
Indent.
uebayasi
2010-02-02
uvm_fault: Split "neighbor" fault and loan handling into functions.
uebayasi
2010-02-02
Sort struct uvm_faultctx members for better alignment.
uebayasi
2010-02-01
Indent.
uebayasi
2010-02-01
More split.
uebayasi
2010-02-01
Fix build without DIAGNOSTIC.
uebayasi
2010-02-01
uvm_fault: Clarify when to wire what.
uebayasi
2010-02-01
uvm_fault_upper_lookup: This is totally my personal preference, but can't help
uebayasi
2010-02-01
uvm_fault:
uebayasi
2010-02-01
Indent.
uebayasi
2010-02-01
Rewrite uvm_fault() loop using while () than goto.
uebayasi
2010-02-01
Split uvm_fault() into 2 more functions, uvm_fault_check() and
uebayasi
2010-02-01
uvm_fault: Pack variables shared during fault / re-fault into a struct named
uebayasi
2010-02-01
ERESTART is already negative. Give up negating error values to not override
uebayasi
2010-01-31
Ax uvm_fault_internal() & break it into functions. "Upper" fault and "lower"
uebayasi
2010-01-31
uvm_fault_internal:
uebayasi
[next]