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_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] uvm.h  1.52   10 years  guenther   Add KASSERT()s to tsleep() and msleep() to verify that bogus flags aren't being ...
[TXT] uvm_addr.c  1.6   10 years  tedu   reduce the length of some pool names. ok deraadt guenther mpi
[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.60   10 years  espie   forgot to say: aobj grow/shrink tweaks are mostly from Pedro Martelletto, like t...
[TXT] uvm_aobj.h  1.15   10 years  espie   forgot to say: aobj grow/shrink tweaks are mostly from Pedro Martelletto, like t...
[TXT] uvm_ddb.h  1.12   22 years  millert   Final __P removal plus some cosmetic fixups
[TXT] uvm_device.c  1.44   10 years  kettenis   Make the tree compile again on architectures without drm(4). ok maja@, miod@, j...
[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.110   10 years  miod   Move declaration of struct vm_page_md from <machine/vmparam.h> to <machine/pmap....
[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.164   10 years  miod   unifdef -D__HAVE_VM_PAGE_MD - no functional change.
[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.129   10 years  miod   unifdef -D__HAVE_VM_PAGE_MD - no functional change.
[TXT] uvm_page.h  1.52   10 years  miod   unifdef -D__HAVE_VM_PAGE_MD - no functional change.
[TXT] uvm_pager.c  1.64   10 years  krw   No need to cast constants or simple variables to (daddr_t). Use (u_int64_t) inst...
[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.66   10 years  tedu   add some more bufbackoff calls. uvm_wait optimistically (?), uvm_wait_pla after ...
[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.37   10 years  tedu   add some more bufbackoff calls. uvm_wait optimistically (?), uvm_wait_pla after ...
[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.124   10 years  jsing   Replace the swapdev CIRCLEQ with a TAILQ and replace the manually rolled list tr...
[TXT] uvm_swap.h  1.16   10 years  deraadt   new function uvm_hibswap() finds a the largest free zone in swap, which hibernat...
[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...