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: pgoyette-localcount-20170426


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] pdsim/        
[DIR] pmap/        
[TXT] files.uvm  1.28   7 years  cherry   branches: 1.28.14; "Make NetBSD great again!" Introduce uvm_hotplug(9) to the ...
[TXT] uvm.h  1.68   7 years  cherry   branches: 1.68.16; Move sys/uvm/uvm_physseg.h inclusion to within _KERNEL only....
[TXT] uvm_init.c  1.48   7 years  cherry   branches: 1.48.14; "Make NetBSD great again!" Introduce uvm_hotplug(9) to the ...
[TXT] uvm_page.h  1.81   7 years  cherry   "Make NetBSD great again!" Introduce uvm_hotplug(9) to the kernel. Many thanks...
[TXT] uvm_physseg.h  1.8   7 years  cherry   branches: 1.8.2; 1.8.6; 1.8.18; 1.8.52; Move sys/uvm/uvm_physseg.h inclusion...
[TXT] Makefile  1.11   7 years  christos   really, don't install uvm_physseg.h!
[TXT] uvm_aobj.h  1.23   10 years  christos   use __USE() for empty macro
[TXT] uvm_extern.h  1.203   7 years  christos   branches: 1.203.6; don't include uvm_physseg.h for kmem grovellers.
[TXT] uvm_io.c  1.28   7 years  christos   branches: 1.28.22; Introduce security.pax.mprotect.ptrace sysctl which can be u...
[TXT] uvm_map.c  1.343   7 years  christos   branches: 1.343.4; PR/52078: Don't panic on 0 allocation, check more bounds.
[TXT] uvm_map.h  1.73   7 years  christos   branches: 1.73.8; Introduce security.pax.mprotect.ptrace sysctl which can be us...
[TXT] uvm_pager.c  1.110   10 years  christos   branches: 1.110.22; only check that npages fit, if we are going to add npages t...
[TXT] uvm_pager.h  1.44   7 years  christos   branches: 1.44.14; 1.44.16; add missing forward struct decl
[TXT] uvm_param.h  1.35   8 years  christos   branches: 1.35.10; move CTL_VM constants to uvm_param.h, leaving a comment behi...
[TXT] uvm_prot.h  1.4   18 years  christos   merge ktrace-lwp.
[TXT] uvm_swap.h  1.22   8 years  christos   branches: 1.22.16; include decls for _MODULE
[TXT] uvm_unix.c  1.47   8 years  christos   branches: 1.47.8; remove more ifdefs
[TXT] uvm_amap.c  1.107   12 years  chs   branches: 1.107.2; 1.107.32; initialize amap per-page reference counts before ...
[TXT] uvm_device.h  1.13   9 years  chs   add a new "fo_mmap" fileops method to allow use of arbitrary uvm_objects for map...
[TXT] uvm_fault.h  1.20   13 years  chuck   udpate license clauses on my code to match the new-style BSD licenses. based on ...
[TXT] uvm_glue.h  1.10   13 years  chuck   udpate license clauses on my code to match the new-style BSD licenses. based on ...
[TXT] uvm_loan.h  1.17   13 years  chuck   branches: 1.17.4; udpate license clauses on my code to match the new-style BSD ...
[TXT] uvm_pdaemon.h  1.17   13 years  chuck   branches: 1.17.56; udpate license clauses on my code to match the new-style BSD...
[TXT] uvm_user.c  1.14   13 years  chuck   udpate license clauses on my code to match the new-style BSD licenses. based on ...
[TXT] uvm_coredump.c  1.6   10 years  dsl   branches: 1.6.30; Re-instate the zero length sections in elf core dumps (they p...
[TXT] uvm_mmap.c  1.162   7 years  kre   branches: 1.162.6; The only error that can occur from munlock() on NetBSD is E...
[TXT] uvm_anon.c  1.63   10 years  martin   branches: 1.63.22; Mark a diagnostic-only variable
[TXT] uvm_aobj.c  1.124   7 years  martin   PR kern/51371: fix misleading indentation
[TXT] uvm_mremap.c  1.18   8 years  martin   branches: 1.18.8; We never exec(2) with a kernel vmspace, so do not test for th...
[TXT] uvm_pdaemon.c  1.108   10 years  martin   branches: 1.108.22; Mark a diagnostic-only variable
[TXT] uvm_pmap.h  1.38   11 years  matt   branches: 1.38.36; Remove __BEGIN_DECLS/__END_DECLS Allow pmap_kenter_pa to be ...
[TXT] uvm_stat.h  1.52   10 years  matt   branches: 1.52.30; Use UVMHIST_INITIALIZER (KERNHIST_INITIALIZER) to statically...
[TXT] uvm_glue.c  1.163   7 years  maxv   branches: 1.163.16; 1.163.18; Revert my previous change. I missed an entry on ...
[TXT] uvm_page.c  1.192   7 years  maya   Fix off by one. ok cherry
[TXT] uvm_ddb.h  1.15   12 years  mrg   branches: 1.15.56; move and rename the uvm history code out of uvm_stat to "ker...
[TXT] uvm_object.c  1.15   8 years  mrg   branches: 1.15.18; disable the previous for now; it fails for me on a different...
[TXT] uvm_stat.c  1.38   7 years  mrg   fix the output of ddb's "show uvmexp" and also print the reserve_pagedaemon, res...
[TXT] uvm_meter.c  1.65   9 years  msaitoh   branches: 1.65.10; Sort in uvmexp_sysctl's order for readability. No functional...
[TXT] uvm_bio.c  1.89   7 years  ozaki-r   Fix typo
[TXT] uvm_km.h  1.20   12 years  para   extending vmem(9) to be able to allocated resources for it's own needs. simplify...
[TXT] uvm_pdpolicy_clock.c  1.17   12 years  para   branches: 1.17.48; removed code from uvmpdpol_needsscan_p that got there by mis...
[TXT] uvm_swapstub.c  1.8   10 years  pooka   Use same uvm_swap_shutdown() stub for !vmswap kernels and rump kernels.
[TXT] uvm_device.c  1.65   7 years  riastradh   branches: 1.65.6; 1.65.8; Omit needless nullmmap. Convert the one user of it ...
[TXT] uvm_km.c  1.142   7 years  riastradh   __diagused police
[TXT] uvm_loan.c  1.84   7 years  riastradh   branches: 1.84.6; __diagused police
[TXT] uvm_physseg.c  1.8   7 years  riastradh   branches: 1.8.12; __diagused police
[TXT] uvm_amap.h  1.37   12 years  rmind   branches: 1.37.2; 1.37.54; Welcome to 5.99.53! Merge rmind-uvmplock branch: ...
[TXT] uvm_anon.h  1.30   12 years  rmind   branches: 1.30.54; 1.30.60; - Rework uvm_anfree() into uvm_anon_freelst(), whi...
[TXT] uvm_fault_i.h  1.28   12 years  rmind   branches: 1.28.38; Remove VM_MAP_INTRSAFE and related code. Not used since the...
[TXT] uvm_object.h  1.33   11 years  rmind   branches: 1.33.38; - Manage anonymous UVM object reference count with atomic op...
[TXT] uvm_readahead.c  1.8   12 years  rmind   branches: 1.8.12; 1.8.52; Welcome to 5.99.53! Merge rmind-uvmplock branch: -...
[TXT] uvm_fault.c  1.199   7 years  skrll   branches: 1.199.6; Ensure we pass the prot in flags to pmap_enter when creating...
[TXT] uvm_pglist.c  1.70   7 years  skrll   branches: 1.70.14; 1.70.16; PRIxPHYSMEM -> PRIxPHYSSEG to fix the build
[TXT] uvm_swap.c  1.174   7 years  skrll   branches: 1.174.2; 1.174.8; 1.174.10; Remove '\n' from UVMHIST_LOG format - i...
[TXT] uvm_pdpolicy.h  1.3   17 years  thorpej   branches: 1.3.62; 1.3.132; Replace the Mach-derived boolean_t type with the C9...
[TXT] uvm_pglist.h  1.8   13 years  uebayasi   branches: 1.8.60; Provide a forward declaration of "struct vm_page", whose inte...
[TXT] uvm_vnode.c  1.102   8 years  wiz   branches: 1.102.10; Fix typo in comment.
[TXT] uvm_page_array.c  1.1   12 years  yamt   branches: 1.1.2; file uvm_page_array.c was initially added on branch yamt-pagec...
[TXT] uvm_page_array.h  1.1   12 years  yamt   branches: 1.1.2; file uvm_page_array.h was initially added on branch yamt-pagec...
[TXT] uvm_page_status.c  1.1   12 years  yamt   branches: 1.1.2; 1.1.26; file uvm_page_status.c was initially added on branch ...
[TXT] uvm_pdpolicy_clockpro.c  1.17   12 years  yamt   branches: 1.17.54; band-aid fix after the merge of rmind-uvmplock branch.
[TXT] uvm_pdpolicy_impl.h  1.2   17 years  yamt   branches: 1.2.6; merge yamt-pdpolicy branch. - separate page replacement polic...
[TXT] uvm_readahead.h  1.4   14 years  yamt   branches: 1.4.22; - add a function to perform explicit read-ahead. - ra_startio...


CVSweb <webmaster@jp.NetBSD.org>