The NetBSD Project

src/sys/uvm/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / sys / uvm

Current tag: pre-chs-ubcperf


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] pdsim/        
[DIR] pmap/        
[TXT] Makefile  1.6   23 years  wiz   branches: 1.6.2; 1.6.4; 1.6.6; Rename VM_INHERIT_* to MAP_INHERIT_* and move ...
[TXT] uvm.h  1.30   22 years  thorpej   branches: 1.30.2; 1.30.4; Macro'ize the code that checks the free and inactive...
[TXT] uvm_amap.c  1.33   22 years  wiz   branches: 1.33.2; seperate -> separate
[TXT] uvm_amap.h  1.17   22 years  chs   branches: 1.17.2; 1.17.10; 1.17.16; replace vm_map{,_entry}_t with struct vm_...
[TXT] uvm_anon.c  1.17   22 years  chs   branches: 1.17.2; 1.17.4; remove trailing whitespace.
[TXT] uvm_anon.h  1.15   22 years  chs   branches: 1.15.22; replace {simple_,}lock{_data,}_t with struct {simple,}lock {...
[TXT] uvm_aobj.c  1.45   22 years  chs   branches: 1.45.2; 1.45.4; don't for memory in uao_set_swlot() since we're hold...
[TXT] uvm_aobj.h  1.10   24 years  chs   branches: 1.10.6; 1.10.8; 1.10.10; add support for ``swapctl -d'' (removing s...
[TXT] uvm_bio.c  1.17   22 years  chris   Update pmap_update to now take the updated pmap as an argument. This will allow ...
[TXT] uvm_ddb.h  1.7   22 years  chs   branches: 1.7.22; replace vm_map{,_entry}_t with struct vm_map{,_entry} *.
[TXT] uvm_device.c  1.37   22 years  chris   Update pmap_update to now take the updated pmap as an argument. This will allow ...
[TXT] uvm_device.h  1.9   23 years  drochner   branches: 1.9.8; 1.9.26; Don't silently truncate the voff_t offset to vaddr_t ...
[TXT] uvm_extern.h  1.66   22 years  chs   branches: 1.66.2; user maps are always pageable.
[TXT] uvm_fault.c  1.68   22 years  chris   Update pmap_update to now take the updated pmap as an argument. This will allow ...
[TXT] uvm_fault.h  1.15   22 years  chs   branches: 1.15.2; replace vm_map{,_entry}_t with struct vm_map{,_entry} *.
[TXT] uvm_fault_i.h  1.14   22 years  thorpej   branches: 1.14.2; 1.14.4; Reduce some complexity in the fault path -- Rather t...
[TXT] uvm_glue.c  1.51   22 years  chris   Update pmap_update to now take the updated pmap as an argument. This will allow ...
[TXT] uvm_glue.h  1.6   24 years  thorpej   branches: 1.6.36; Protect prototypes, certain macros, and inlines from userland...
[TXT] uvm_init.c  1.14   23 years  mrg   branches: 1.14.2; 1.14.4; 1.14.8; remove include of <vm/vm.h>
[TXT] uvm_io.c  1.15   22 years  chs   branches: 1.15.2; 1.15.4; replace vm_map{,_entry}_t with struct vm_map{,_entry...
[TXT] uvm_km.c  1.51   22 years  chris   Update pmap_update to now take the updated pmap as an argument. This will allow ...
[TXT] uvm_km.h  1.9   24 years  thorpej   branches: 1.9.14; 1.9.16; 1.9.18; Protect prototypes, certain macros, and inl...
[TXT] uvm_loan.c  1.31   22 years  chuck   branches: 1.31.2; handle a locking problem where the second (or later) call in ...
[TXT] uvm_loan.h  1.7   24 years  thorpej   branches: 1.7.14; 1.7.16; 1.7.18; Protect prototypes, certain macros, and inl...
[TXT] uvm_map.c  1.105   22 years  chris   Update pmap_update to now take the updated pmap as an argument. This will allow ...
[TXT] uvm_map.h  1.30   22 years  chs   create a new pool for map entries, allocated from kmem_map instead of kernel_map...
[TXT] uvm_meter.c  1.21   22 years  matt   branches: 1.21.4; Add support for kern.maxphys, vm.maxslp, vm.uspace (the later...
[TXT] uvm_mmap.c  1.55   22 years  chs   branches: 1.55.2; call VOP_MMAP() before allowing mappings of vnodes to allow f...
[TXT] uvm_object.h  1.12   22 years  chs   branches: 1.12.2; 1.12.4; replace {simple_,}lock{_data,}_t with struct {simple...
[TXT] uvm_page.c  1.66   22 years  chris   Update pmap_update to now take the updated pmap as an argument. This will allow ...
[TXT] uvm_page.h  1.30   22 years  thorpej   branches: 1.30.2; Back out previous -- christos needs to update his lint(1).
[TXT] uvm_pager.c  1.49   22 years  chris   Update pmap_update to now take the updated pmap as an argument. This will allow ...
[TXT] uvm_pager.h  1.23   22 years  chs   branches: 1.23.2; 1.23.4; replace vm_page_t with struct vm_page *.
[TXT] uvm_param.h  1.12   22 years  matt   Don't include <machine/pmap.h> and <machine/vmparam.h> if _KERNEL isn't defined....
[TXT] uvm_pdaemon.c  1.36   22 years  thorpej   branches: 1.36.2; 1.36.4; G/c a comment that no longer applies.
[TXT] uvm_pdaemon.h  1.9   22 years  chs   branches: 1.9.22; remove trailing whitespace.
[TXT] uvm_pglist.c  1.17   22 years  thorpej   branches: 1.17.2; 1.17.4; Macro'ize the code that checks the free and inactive...
[TXT] uvm_pglist.h  1.5   22 years  chs   branches: 1.5.118; 1.5.120; 1.5.122; use the correct symbol for multi-include...
[TXT] uvm_pmap.h  1.9   22 years  chris   Update pmap_update to now take the updated pmap as an argument. This will allow ...
[TXT] uvm_prot.h  1.2   22 years  chs   branches: 1.2.22; remove trailing whitespace.
[TXT] uvm_stat.c  1.19   22 years  chs   branches: 1.19.2; 1.19.4; remove trailing whitespace.
[TXT] uvm_stat.h  1.22   22 years  mrg   branches: 1.22.2; use _KERNEL_OPT
[TXT] uvm_swap.c  1.53   22 years  chs   branches: 1.53.2; don't mess with vnode holds or buffer lists for swap i/os. fi...
[TXT] uvm_swap.h  1.5   24 years  chs   branches: 1.5.6; 1.5.8; add support for ``swapctl -d'' (removing swap space). ...
[TXT] uvm_unix.c  1.24   22 years  mrg   branches: 1.24.2; 1.24.6; uvm_coredump32() moved into compat/netbsd32.
[TXT] uvm_user.c  1.10   22 years  chs   branches: 1.10.2; 1.10.6; replace vm_map{,_entry}_t with struct vm_map{,_entry...
[TXT] uvm_vnode.c  1.51   22 years  chs   branches: 1.51.2; allow mappings of VBLK vnodes.


CVSweb <webmaster@jp.NetBSD.org>