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
2000-07-24
Add uvm_km_valloc_prefer_wait(). Used to valloc with the passed in
jeffs
2000-07-10
fix a cast for sparc64.
mrg
2000-07-02
- Avoid an integer overflow when checking if we have exceeded our
thorpej
2000-06-27
remove include of <vm/vm.h>
mrg
2000-06-27
move the contents of <vm/vm.h> into <uvm/uvm_extern.h>. <vm/vm.h> is simply
mrg
2000-06-27
more vm header file changes:
mrg
2000-06-27
install uvm_pmap.h
mrg
2000-06-27
In udv_fault(), use an off_t for curr_offset so that the offset passed
simonb
2000-06-26
restore a dropped #ifdef _KERNEL
mrg
2000-06-26
install uvm_param.h.
mrg
2000-06-26
<vm/vm_map.h> gets merged into <uvm/uvm_map.h>
mrg
2000-06-26
<vm/vm_param.h> -> <uvm/uvm_param.h>
mrg
2000-06-26
remove/move more mach vm header files:
mrg
2000-06-26
Change the kernel mmap interface so that the offset to map is an
simonb
2000-06-25
<vm/vm_prot.h> becomes <uvm/uvm_prot.h>
mrg
2000-06-24
uvm_detach: eliminate degenerate loop construction.
pk
2000-06-24
Insert two missing `simple_unlock()'s' in udv_detach().
pk
2000-06-18
Set p->p_addr to NULL after it gets freed.
simonb
2000-06-13
initialize aref.ar_pageoff even if there's no amap.
chs
2000-06-09
fix printf format mismatch, when paddr_t becomes (long long) on arc port.
soda
2000-06-08
Change UVM_UNLOCK_AND_WAIT() to use ltsleep() (it is now atomic, as
thorpej
2000-06-05
Change previous to use `vm_map_min(dstmap)' instead of hard-coding
pk
2000-06-02
Let uvm_map_extract() set the lower bound on the kernel address range
pk
2000-06-02
Shouldn't pass garbage to uvm_map_extract().
pk
2000-05-29
Change the comment before the vm_page_zero_enable global to indicate
thorpej
2000-05-28
Don't silently truncate the voff_t offset to vaddr_t when passing it to
drochner
2000-05-28
Rather than starting init and creating kthreads by forking and then
thorpej
2000-05-26
First sweep at scheduler state cleanup. Collect MI scheduler
thorpej
2000-05-26
Introduce a new process state distinct from SRUN called SONPROC
thorpej
2000-05-23
- Move the comment, which describes that calling the function
enami
2000-05-20
Clean up a comment.
thorpej
2000-05-20
Remove VM_PROT_EXECUTE from the permissions used to map the page
thorpej
2000-05-19
Clean up some indentation lossage in uvm_map_extract().
thorpej
2000-05-19
NULL != 0
thorpej
2000-05-19
Tell uvm_pagermapin() the direction of the I/O so that it can map
thorpej
2000-05-08
__predict_false() an error check.
thorpej
2000-05-08
__predict_false() DIAGNOSTIC error checks.
thorpej
2000-05-08
__predict_false() out-of-resource conditions and DIAGNOSTIC error checks.
thorpej
2000-05-08
uvm_map_setup(): We almost ever set up an interrupt-safe map, but we
thorpej
2000-04-24
Changes necessary to implement pre-zero'ing of pages in the idle loop:
thorpej
2000-04-16
undo rev 1.13, which is to say, don't block interrupts while deactivating
chs
2000-04-15
remove <vm/vm_swap.h> and <vm/vm_conf.h>
mrg
2000-04-11
Finish previous.
pk
2000-04-11
avoid declarating "i" as a local variable in a macro.
chs
2000-04-10
sparc -> __sparc__
chs
2000-04-10
tidy.
chs
2000-04-10
Use UVM_PGA_ZERO in the promote-zero-fault case of uvm_fault().
thorpej
2000-04-10
Use UVM_PGA_ZERO in a few (easy) places.
thorpej
2000-04-10
Add UVM_PGA_ZERO which instructs uvm_pagealloc{,_strat}() to return a
thorpej
2000-04-07
restore a brelvp() that I removed in a moment of overzealousness.
chs
[next]