OpenBSD CVS

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: [local] / src / sys / uvm

Current tag: OPENBSD_5_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] uvm.h  1.47   12 years  ariane   New vmmap implementation. no oks (it is really a pain to review properly) exten...
[TXT] uvm_addr.c  1.5   11 years  matthew   comment typo; s/lineair/linear/
[TXT] uvm_addr.h  1.2   12 years  ariane   Reduce installmedia pressure from new vmmap. Has less special allocators on ins...
[TXT] uvm_amap.c  1.46   12 years  oga   Rip out and burn support for UVM_HIST. The vm hackers don't use it, don't maint...
[TXT] uvm_amap.h  1.18   15 years  oga   Move all of the pseudo-inline functions in uvm into C files. By pseudo-inline, ...
[TXT] uvm_anon.c  1.35   12 years  oga   Rip out and burn support for UVM_HIST. The vm hackers don't use it, don't maint...
[TXT] uvm_anon.h  1.15   13 years  thib   tidy this file up a bit. reorder a few comments, fix up prototypes etc. ok oga@...
[TXT] uvm_aobj.c  1.55   12 years  ariane   Remove dead UBC code
[TXT] uvm_aobj.h  1.13   13 years  oga   Don't leak swapslots when doing a uvm_km_pgremove and a page is in swap only. B...
[TXT] uvm_ddb.h  1.12   22 years  millert   Final __P removal plus some cosmetic fixups
[TXT] uvm_device.c  1.40   12 years  oga   Rip out and burn support for UVM_HIST. The vm hackers don't use it, don't maint...
[TXT] uvm_device.h  1.8   22 years  millert   First round of __P removal in sys
[TXT] uvm_extern.h  1.104   12 years  ariane   New vmmap implementation. no oks (it is really a pain to review properly) exten...
[TXT] uvm_fault.c  1.65   12 years  ariane   uvm: keep track of maxrss The fault path is used to update the maxrss of the fa...
[TXT] uvm_fault.h  1.13   15 years  oga   Move all of the pseudo-inline functions in uvm into C files. By pseudo-inline, ...
[TXT] uvm_glue.c  1.59   12 years  guenther   Make rusage totals, itimers, and profile settings per-process instead of per-rth...
[TXT] uvm_glue.h  1.8   13 years  oga   move uvm_pageratop from uvm_pager.c local to a general uvm function (uvm_atopg) ...
[TXT] uvm_init.c  1.30   12 years  ariane   Reduce installmedia pressure from new vmmap. Has less special allocators on ins...
[TXT] uvm_io.c  1.20   12 years  ariane   New vmmap implementation. no oks (it is really a pain to review properly) exten...
[TXT] uvm_km.c  1.108   11 years  kettenis   Number of swap pages in use must be smaller than tha total number of swap pages,...
[TXT] uvm_km.h  1.11   13 years  tedu   the uvm_km_putpage is calling into tangly uvm guts again on not pmap direct. go ...
[TXT] uvm_map.c  1.159   11 years  beck   Don't wait for memory from pool while holding vm_map_lock or we can deadlock our...
[TXT] uvm_map.h  1.48   12 years  ariane   vmmap: speed up allocations Reduces O(n log n) allocations to O(log n). ok der...
[TXT] uvm_meter.c  1.29   13 years  thib   Remove the VM_KMPAGESFREE sysctl. After the pmemrange changes it was returing a ...
[TXT] uvm_mmap.c  1.91   11 years  matthew   Add a new mmap(2) flag __MAP_NOREMAP for use with MAP_FIXED to indicate that the...
[TXT] uvm_object.c  1.6   14 years  oga   Unbreak ramdisks. I forgot that uvm_object.c wasn't build if SMALL_KERNEL. Fix ...
[TXT] uvm_object.h  1.18   12 years  sobrado   fix typos; while here, improve spacing in comments. changes to libevent and zli...
[TXT] uvm_page.c  1.121   11 years  deraadt   preserving main-branch topology for a perverse reason: step 2 - re-merge 1.119 (...
[TXT] uvm_page.h  1.48   12 years  oga   Remove the freelist member from vm_physseg The new world order of pmemrange mak...
[TXT] uvm_pager.c  1.60   12 years  oga   Rip out and burn support for UVM_HIST. The vm hackers don't use it, don't maint...
[TXT] uvm_pager.h  1.27   14 years  oga   Put the PG_RELEASED changes diff back in. This has has been tested very very th...
[TXT] uvm_param.h  1.15   13 years  thib   Remove the VM_KMPAGESFREE sysctl. After the pmemrange changes it was returing a ...
[TXT] uvm_pdaemon.c  1.62   11 years  beck   make sure the page daemon considers BUFPAGES_INACT when deciding to do work, jus...
[TXT] uvm_pmap.h  1.22   13 years  miod   Kill pmap_phys_address(), and force every driver's mmap() routine to return a ph...
[TXT] uvm_pmemrange.c  1.36   11 years  beck   7 &&'ed elements in a single KASSERT involving complex tests is just painful whe...
[TXT] uvm_pmemrange.h  1.11   12 years  ariane   Move uvm_pmr_alloc_pig to kern/subr_hibernate.c No callers, no functional chang...
[TXT] uvm_swap.c  1.110   11 years  miod   Now that none of our installation media runs off the swap area, don't bother acc...
[TXT] uvm_swap.h  1.15   11 years  mlarkin   #ifdef the uvm swap checker fn for hibernate only, to save space in kernels th...
[TXT] uvm_swap_encrypt.c  1.17   13 years  deraadt   for key material that is being being discarded, convert bzero() to explicit_bzer...
[TXT] uvm_swap_encrypt.h  1.9   15 years  oga   Whitespace nit in previous.
[TXT] uvm_unix.c  1.47   11 years  deraadt   in uvm_coredump, use RB_FOREACH_SAFE because we are torturing the map inside the...
[TXT] uvm_vnode.c  1.76   12 years  deraadt   move the specfs code to a place people can see it; ok guenther thib krw
[TXT] uvm_vnode.h  1.12   22 years  millert   First round of __P removal in sys
[TXT] uvm_loan.c (in the Attic) [Hide]  1.34   14 years  oga   Put the PG_RELEASED changes diff back in. This has has been tested very very th...
[TXT] uvm_loan.h (in the Attic) [Hide]  1.7   22 years  millert   First round of __P removal in sys
[TXT] uvm_stat.c (in the Attic) [Hide]  1.25   12 years  oga   endodoify UVM_CNT too. ``beat it'' tedu@ the deleteotron
[TXT] uvm_user.c (in the Attic) [Hide]  1.11   17 years  art   Another indentation cleanup without binary changes. (I'm reading code, that's wh...