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_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] uvm.h  1.51   11 years  tedu   UVM_UNLOCK_AND_WAIT no longer unlocks, so rename it to UVM_WAIT.
[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.50   11 years  tedu   UVM_UNLOCK_AND_WAIT no longer unlocks, so rename it to UVM_WAIT.
[TXT] uvm_amap.h  1.19   11 years  tedu   remove lots of comments about locking per beck's request
[TXT] uvm_anon.c  1.37   11 years  tedu   remove lots of comments about locking per beck's request
[TXT] uvm_anon.h  1.17   11 years  tedu   remove lots of comments about locking per beck's request
[TXT] uvm_aobj.c  1.58   11 years  tedu   UVM_UNLOCK_AND_WAIT no longer unlocks, so rename it to UVM_WAIT.
[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.43   10 years  kettenis   Add proper mmap(2) support for drm(4)/inteldrm(4). This changes the DRM_I915_GE...
[TXT] uvm_device.h  1.9   10 years  kettenis   Add proper mmap(2) support for drm(4)/inteldrm(4). This changes the DRM_I915_GE...
[TXT] uvm_extern.h  1.109   10 years  beck   back out the cache flipper temporarily to work out of tree. will come back soon....
[TXT] uvm_fault.c  1.69   11 years  tedu   in the brave new world of void *, we don't need caddr_t casts
[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.60   11 years  deraadt   do not need machine/cpu.h directly
[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.111   11 years  tedu   in the brave new world of void *, we don't need caddr_t casts
[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.162   11 years  tedu   remove simple_locks from uvm code. ok beck deraadt
[TXT] uvm_map.h  1.50   11 years  tedu   remove lots of comments about locking per beck's request
[TXT] uvm_meter.c  1.30   11 years  deraadt   refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added to k...
[TXT] uvm_mmap.c  1.93   11 years  tedu   remove lots of comments about locking per beck's request
[TXT] uvm_object.c  1.7   11 years  tedu   remove simple_locks from uvm code. ok beck deraadt
[TXT] uvm_object.h  1.19   11 years  tedu   remove simple_locks from uvm code. ok beck deraadt
[TXT] uvm_page.c  1.128   10 years  beck   back out the cache flipper temporarily to work out of tree. will come back soon....
[TXT] uvm_page.h  1.50   11 years  tedu   remove lots of comments about locking per beck's request
[TXT] uvm_pager.c  1.63   10 years  deraadt   final removal of daddr64_t. daddr_t has been 64 bit for a long enough test peri...
[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.64   11 years  tedu   remove lots of comments about locking per beck's request
[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.115   10 years  deraadt   final removal of daddr64_t. daddr_t has been 64 bit for a long enough test peri...
[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.79   11 years  tedu   UVM_UNLOCK_AND_WAIT no longer unlocks, so rename it to UVM_WAIT.
[TXT] uvm_vnode.h  1.12   22 years  millert   First round of __P removal in sys
[TXT] uvm_stat.c (in the Attic) [Hide]  1.26   11 years  miod   Remove `swapin' and `swapout' from uvm statistics, since we don't swap out u are...
[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...