.. |
Makefile
|
…
|
|
files.uvm
|
- Switch off the map evcnts by default.
|
2008-06-04 17:47:40 +00:00 |
uvm.h
|
Replace the global vm_page hash with a per vm_object rbtree.
|
2008-06-04 15:06:04 +00:00 |
uvm_amap.c
|
Merge vmlocking2 to head.
|
2008-01-02 11:48:20 +00:00 |
uvm_amap.h
|
Merge unobtrusive locking changes from the vmlocking branch.
|
2007-07-21 19:21:53 +00:00 |
uvm_anon.c
|
push pmap_clear_reference calls into pdpolicy code, where reference bits
|
2008-01-18 10:48:23 +00:00 |
uvm_anon.h
|
Merge vmlocking2 to head.
|
2008-01-02 11:48:20 +00:00 |
uvm_aobj.c
|
vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both.
|
2008-06-04 12:41:40 +00:00 |
uvm_aobj.h
|
remove a duplicated decl. of aobj_pager.
|
2007-12-01 10:40:03 +00:00 |
uvm_bio.c
|
- Convert hashinit() to use kmem_alloc(). The hash tables can be large
|
2008-05-05 17:11:16 +00:00 |
uvm_ddb.h
|
Replace the Mach-derived boolean_t type with the C99 bool type. A
|
2007-02-21 22:59:35 +00:00 |
uvm_device.c
|
udv_fault: pmap_update before releasing locks.
|
2008-06-04 13:35:24 +00:00 |
uvm_device.h
|
…
|
|
uvm_extern.h
|
- vm_page: put listq, pageq into a union alongside a LIST_ENTRY, so we can
|
2008-06-04 12:45:28 +00:00 |
uvm_fault.c
|
Make rusage collection per-LWP and collate in the appropriate places.
|
2008-03-27 19:06:51 +00:00 |
uvm_fault.h
|
…
|
|
uvm_fault_i.h
|
Merge vmlocking2 to head.
|
2008-01-02 11:48:20 +00:00 |
uvm_glue.c
|
swappable: invert previous so we check for SACTIVE or SSTOP.
|
2008-06-09 11:52:34 +00:00 |
uvm_glue.h
|
remove a special allocator for uareas, which is no longer necessary.
|
2008-01-28 12:22:46 +00:00 |
uvm_init.c
|
Replace the global vm_page hash with a per vm_object rbtree.
|
2008-06-04 15:06:04 +00:00 |
uvm_io.c
|
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
2007-03-04 05:59:00 +00:00 |
uvm_km.c
|
remove a redundant pmap_update and add a comment instead.
|
2008-03-24 08:52:55 +00:00 |
uvm_km.h
|
Replace the Mach-derived boolean_t type with the C99 bool type. A
|
2007-02-21 22:59:35 +00:00 |
uvm_loan.c
|
listq -> listq.queue
|
2008-06-04 13:23:30 +00:00 |
uvm_loan.h
|
…
|
|
uvm_map.c
|
Back out previous.
|
2008-06-06 14:01:32 +00:00 |
uvm_map.h
|
fix a locking botch. PR/38415 from Wolfgang Solfrank.
|
2008-04-26 13:44:00 +00:00 |
uvm_meter.c
|
- vm_page: put listq, pageq into a union alongside a LIST_ENTRY, so we can
|
2008-06-04 12:45:28 +00:00 |
uvm_mmap.c
|
uvm_mmap: don't lock the map unless we need to.
|
2008-06-03 21:48:27 +00:00 |
uvm_mremap.c
|
Use atomics to maintain v_usecount.
|
2008-06-02 16:25:34 +00:00 |
uvm_object.c
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
uvm_object.h
|
Replace the global vm_page hash with a per vm_object rbtree.
|
2008-06-04 15:06:04 +00:00 |
uvm_page.c
|
Delete what appears to be a spurious assignment to an undeclared
|
2008-06-05 08:16:01 +00:00 |
uvm_page.h
|
Replace the global vm_page hash with a per vm_object rbtree.
|
2008-06-04 15:06:04 +00:00 |
uvm_pager.c
|
Set up uvmhist in uvm_aio_aiodone_pages().
|
2008-04-17 05:39:41 +00:00 |
uvm_pager.h
|
defparam PAGER_MAP_SIZE.
|
2007-10-25 13:03:03 +00:00 |
uvm_param.h
|
…
|
|
uvm_pdaemon.c
|
uvm_swap_io: if pagedaemon, don't wait for iobuf.
|
2008-02-29 20:35:23 +00:00 |
uvm_pdaemon.h
|
Merge vmlocking2 to head.
|
2008-01-02 11:48:20 +00:00 |
uvm_pdpolicy.h
|
Replace the Mach-derived boolean_t type with the C99 bool type. A
|
2007-02-21 22:59:35 +00:00 |
uvm_pdpolicy_clock.c
|
vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both.
|
2008-06-04 12:41:40 +00:00 |
uvm_pdpolicy_clockpro.c
|
vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both.
|
2008-06-04 12:41:40 +00:00 |
uvm_pdpolicy_impl.h
|
…
|
|
uvm_pglist.c
|
- vm_page: put listq, pageq into a union alongside a LIST_ENTRY, so we can
|
2008-06-04 12:45:28 +00:00 |
uvm_pglist.h
|
- vm_page: put listq, pageq into a union alongside a LIST_ENTRY, so we can
|
2008-06-04 12:45:28 +00:00 |
uvm_pmap.h
|
change pmap_phys_address()s parameter to paddr_t since that's what it gets
|
2007-07-16 23:48:03 +00:00 |
uvm_prot.h
|
…
|
|
uvm_readahead.c
|
Merge vmlocking2 to head.
|
2008-01-02 11:48:20 +00:00 |
uvm_readahead.h
|
Merge vmlocking2 to head.
|
2008-01-02 11:48:20 +00:00 |
uvm_stat.c
|
…
|
|
uvm_stat.h
|
if UVMHIST is defined, include headers necessary for its use.
|
2008-05-25 16:02:08 +00:00 |
uvm_swap.c
|
remove clause #3 from my license where there are no other
|
2008-05-29 14:51:25 +00:00 |
uvm_swap.h
|
remove clause #3 from my license where there are no other
|
2008-05-29 14:51:25 +00:00 |
uvm_swapstub.c
|
Make sys_swapctl match syscallargs.h
|
2008-01-08 06:25:55 +00:00 |
uvm_unix.c
|
Merge vmlocking2 to head.
|
2008-01-02 11:48:20 +00:00 |
uvm_user.c
|
…
|
|
uvm_vnode.c
|
Merge vmlocking2 to head.
|
2008-01-02 11:48:20 +00:00 |