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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] pdsim/        
[TXT] Makefile  1.9   6 years  yamt   remove the following options. no objections on tech-kern@. UVM_PAGER_INLINE ...
[TXT] files.uvm  1.20   12 months  mrg   branches: 1.20.4; fix the ordering and make UVMHIST enable KERNHIST automatical...
[TXT] uvm.h  1.63   3 months  tls   Entropy-pool implementation move and cleanup. 1) Move core entropy-pool code an...
[TXT] uvm_amap.c  1.107   6 weeks  chs   initialize amap per-page reference counts before changing the amap's overall ref...
[TXT] uvm_amap.h  1.37   11 months  rmind   branches: 1.37.2; Welcome to 5.99.53! Merge rmind-uvmplock branch: - Reorgani...
[TXT] uvm_anon.c  1.62   9 months  yamt   branches: 1.62.2; uvm_anon_release: - don't forget to call uvm_anon_dispose. - ...
[TXT] uvm_anon.h  1.30   9 months  rmind   - Rework uvm_anfree() into uvm_anon_freelst(), which always drops the lock. - Fr...
[TXT] uvm_aobj.c  1.116   8 months  matt   branches: 1.116.2; Allocate color appropriate pages.
[TXT] uvm_aobj.h  1.21   15 months  chuck   udpate license clauses on chuck^2 code to match the new-style BSD licenses. base...
[TXT] uvm_bio.c  1.79   7 months  jym   branches: 1.79.2; Modify *ASSERTMSG() so they are now used as variadic macros. ...
[TXT] uvm_coredump.c  1.2   15 months  chuck   udpate license clauses on my code to match the new-style BSD licenses. based on ...
[TXT] uvm_ddb.h  1.15   12 months  mrg   move and rename the uvm history code out of uvm_stat to "kernhist". rename "UVM...
[TXT] uvm_device.c  1.63   3 months  para   extending vmem(9) to be able to allocated resources for it's own needs. simplify...
[TXT] uvm_device.h  1.12   15 months  chuck   udpate license clauses on my code to match the new-style BSD licenses. based on ...
[TXT] uvm_emap.c  1.9   6 weeks  yamt   comments
[TXT] uvm_extern.h  1.183   6 weeks  martin   Rework posix_spawn locking and memory management: - always provide a vmspace fo...
[TXT] uvm_fault.c  1.194   3 months  rmind   Remove VM_MAP_INTRSAFE and related code. Not used since the "kmem changes".
[TXT] uvm_fault.h  1.20   15 months  chuck   udpate license clauses on my code to match the new-style BSD licenses. based on ...
[TXT] uvm_fault_i.h  1.28   3 months  rmind   Remove VM_MAP_INTRSAFE and related code. Not used since the "kmem changes".
[TXT] uvm_glue.c  1.159   6 weeks  martin   Rework posix_spawn locking and memory management: - always provide a vmspace fo...
[TXT] uvm_glue.h  1.10   15 months  chuck   udpate license clauses on my code to match the new-style BSD licenses. based on ...
[TXT] uvm_init.c  1.44   3 months  matt   Make sure to export uvmexp_* if MODULAR is defined. Make the uvmexp_page* be a p...
[TXT] uvm_io.c  1.27   3 months  para   extending vmem(9) to be able to allocated resources for it's own needs. simplify...
[TXT] uvm_km.c  1.125   6 weeks  yamt   uvm_km_kmem_alloc: don't hardcode kmem_va_arena
[TXT] uvm_km.h  1.20   3 months  para   extending vmem(9) to be able to allocated resources for it's own needs. simplify...
[TXT] uvm_kmguard.c  1.10   3 months  bouyer   When using uvm_km_pgremove_intrsafe() make sure mappings are removed before retu...
[TXT] uvm_kmguard.h  1.2   3 months  rmind   - Make KMGUARD interrupt-safe. - kmem_intr_{alloc,free}: remove workaround. Cha...
[TXT] uvm_loan.c  1.82   3 months  rmind   Remove VM_MAP_INTRSAFE and related code. Not used since the "kmem changes".
[TXT] uvm_loan.h  1.17   15 months  chuck   branches: 1.17.4; udpate license clauses on my code to match the new-style BSD ...
[TXT] uvm_map.c  1.317   6 weeks  martin   Rework posix_spawn locking and memory management: - always provide a vmspace fo...
[TXT] uvm_map.h  1.71   3 months  rmind   Remove VM_MAP_INTRSAFE and related code. Not used since the "kmem changes".
[TXT] uvm_meter.c  1.59   3 months  para   extending vmem(9) to be able to allocated resources for it's own needs. simplify...
[TXT] uvm_mmap.c  1.144   3 months  para   extending vmem(9) to be able to allocated resources for it's own needs. simplify...
[TXT] uvm_mremap.c  1.17   11 months  rmind   Welcome to 5.99.53! Merge rmind-uvmplock branch: - Reorganize locking in UVM a...
[TXT] uvm_object.c  1.11   8 months  christos   branches: 1.11.2; Add an optional pglist argument to uvm_obj_wirepages, to be f...
[TXT] uvm_object.h  1.32   3 months  rmind   Describe UVM object and explain lock sharing a little.
[TXT] uvm_page.c  1.182   3 months  matt   Add KASSERTs to uvm_pagealloc_pgfl to verify the page is actually free and has t...
[TXT] uvm_page.h  1.75   2 weeks  rmind   Describe PG_ flags (for struct vm_page). Reviewed by yamt@.
[TXT] uvm_pager.c  1.108   3 months  para   extending vmem(9) to be able to allocated resources for it's own needs. simplify...
[TXT] uvm_pager.h  1.43   3 weeks  chs   change vflushbuf() to take the full FSYNC_* flags. translate FSYNC_LAZY into PGO...
[TXT] uvm_param.h  1.31   2 months  uebayasi   Expose vm_inherit/voff_t/pgoff_t to userland to fix build.
[TXT] uvm_pdaemon.c  1.105   3 months  para   allocate uareas and buffers from kernel_map again add code to drain pools if kme...
[TXT] uvm_pdaemon.h  1.17   15 months  chuck   udpate license clauses on my code to match the new-style BSD licenses. based on ...
[TXT] uvm_pdpolicy.h  1.3   5 years  thorpej   branches: 1.3.62; Replace the Mach-derived boolean_t type with the C99 bool typ...
[TXT] uvm_pdpolicy_clock.c  1.17   3 months  para   removed code from uvmpdpol_needsscan_p that got there by mistake pointed out by ...
[TXT] uvm_pdpolicy_clockpro.c  1.17   11 months  yamt   band-aid fix after the merge of rmind-uvmplock branch.
[TXT] uvm_pdpolicy_impl.h  1.2   5 years  yamt   branches: 1.2.6; merge yamt-pdpolicy branch. - separate page replacement polic...
[TXT] uvm_pglist.c  1.62   7 months  jym   branches: 1.62.2; Modify *ASSERTMSG() so they are now used as variadic macros. ...
[TXT] uvm_pglist.h  1.8   18 months  uebayasi   Provide a forward declaration of "struct vm_page", whose internal is opaque to u...
[TXT] uvm_pmap.h  1.37   10 months  matt   Move PMAP_* cache defines to before inclusion of <machine/pmap.h>
[TXT] uvm_prot.h  1.4   6 years  christos   merge ktrace-lwp.
[TXT] uvm_readahead.c  1.8   11 months  rmind   Welcome to 5.99.53! Merge rmind-uvmplock branch: - Reorganize locking in UVM a...
[TXT] uvm_readahead.h  1.4   2 years  yamt   - add a function to perform explicit read-ahead. - ra_startio: tweak locking a b...
[TXT] uvm_stat.c  1.37   12 months  mrg   move and rename the uvm history code out of uvm_stat to "kernhist". rename "UVM...
[TXT] uvm_stat.h  1.50   12 months  mrg   move and rename the uvm history code out of uvm_stat to "kernhist". rename "UVM...
[TXT] uvm_swap.c  1.161   3 months  rmind   - sys_swapctl: validate the number of swap devices argument for SWAP_STATS. - uv...
[TXT] uvm_swap.h  1.18   12 months  rmind   Remove public uvm_swap_stats() routine, keep it internal.
[TXT] uvm_swapstub.c  1.7   12 months  rmind   Remove public uvm_swap_stats() routine, keep it internal.
[TXT] uvm_unix.c  1.44   15 months  chuck   udpate license clauses on my code to match the new-style BSD licenses. verified ...
[TXT] uvm_user.c  1.14   15 months  chuck   udpate license clauses on my code to match the new-style BSD licenses. based on ...
[TXT] uvm_vnode.c  1.97   8 months  matt   branches: 1.97.2; Allocate color appropriate pages.


CVSweb <webmaster@jp.NetBSD.org>