NetBSD/sys/uvm
rmind 20bbb87e34 Implementation of per-CPU work-queues support for workqueue(9) interface.
WQ_PERCPU flag for workqueue and additional argument for workqueue_enqueue()
to assign a CPU might be used. Notes:
 - For now, the list is used for workqueue_queue, which is non-optimal,
   and will be changed with array, where index would be CPU ID.
 - The data structures should be changed to be cache-friendly.

Reviewed by: <yamt>, <tech-kern>
2007-07-12 20:39:56 +00:00
..
Makefile
files.uvm
uvm.h Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
uvm_amap.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
uvm_amap.h
uvm_anon.c
uvm_anon.h
uvm_aobj.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
uvm_aobj.h
uvm_bio.c ubc_alloc: break loans on UBC_FAULTBUSY. 2007-06-22 15:15:48 +00:00
uvm_ddb.h
uvm_device.c handle UVM_UNKNOWN_OFFSET. 2007-06-24 22:56:58 +00:00
uvm_device.h
uvm_extern.h Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
uvm_fault.c
uvm_fault.h
uvm_fault_i.h
uvm_glue.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
uvm_glue.h
uvm_init.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
uvm_io.c
uvm_km.c
uvm_km.h
uvm_loan.c
uvm_loan.h
uvm_map.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
uvm_map.h
uvm_meter.c
uvm_mmap.c Some Veriexec stuff that's been rotting in my tree for months. 2007-05-15 19:47:43 +00:00
uvm_mremap.c
uvm_object.c
uvm_object.h
uvm_page.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
uvm_page.h Track lwp as well as proc owner with UVM_PAGE_TRKOWN 2007-04-14 07:01:33 +00:00
uvm_pager.c Implementation of per-CPU work-queues support for workqueue(9) interface. 2007-07-12 20:39:56 +00:00
uvm_pager.h adjust misleading comment: PGO_SYNCIO does not depend on PGO_CLEANIT 2007-04-23 20:10:50 +00:00
uvm_param.h
uvm_pdaemon.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
uvm_pdaemon.h
uvm_pdpolicy.h
uvm_pdpolicy_clock.c
uvm_pdpolicy_clockpro.c
uvm_pdpolicy_impl.h
uvm_pglist.c
uvm_pglist.h
uvm_pmap.h
uvm_prot.h
uvm_readahead.c Add temporary workaround for PR kern/36019 (panic on sun2 and sun3). 2007-05-11 12:11:09 +00:00
uvm_readahead.h
uvm_stat.c
uvm_stat.h
uvm_swap.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
uvm_swap.h
uvm_swapstub.c
uvm_unix.c
uvm_user.c
uvm_vnode.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00