NetBSD/sys/uvm
thorpej a279b0973b Reduce some complexity in the fault path -- Rather than maintaining
an spl-protected "interrupt safe map" list, simply require that callers
of uvm_fault() never call us in interrupt context (MD code must make
the assertion), and check for interrupt-safe maps in uvmfault_lookup()
before we lock the map.
2001-06-26 17:55:14 +00:00
..
Makefile Rename VM_INHERIT_* to MAP_INHERIT_* and move them to sys/sys/mman.h as 2000-08-01 00:53:07 +00:00
uvm.h replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_amap.c replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_amap.h replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_amap_i.h remove trailing whitespace. 2001-05-25 04:06:11 +00:00
uvm_anon.c remove trailing whitespace. 2001-05-25 04:06:11 +00:00
uvm_anon.h replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}. 2001-05-26 16:32:40 +00:00
uvm_aobj.c don't for memory in uao_set_swlot() since we're holding spinlocks, 2001-06-23 20:52:03 +00:00
uvm_aobj.h
uvm_bio.c Add a sanity check for ubc_winshift. 2001-06-13 06:06:19 +00:00
uvm_ddb.h replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_device.c replace vm_page_t with struct vm_page *. 2001-05-26 21:27:10 +00:00
uvm_device.h
uvm_extern.h replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_fault.c Reduce some complexity in the fault path -- Rather than maintaining 2001-06-26 17:55:14 +00:00
uvm_fault.h replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_fault_i.h Reduce some complexity in the fault path -- Rather than maintaining 2001-06-26 17:55:14 +00:00
uvm_glue.c replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_glue.h
uvm_init.c remove include of <vm/vm.h> 2000-06-27 17:29:17 +00:00
uvm_io.c replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_km.c Reduce some complexity in the fault path -- Rather than maintaining 2001-06-26 17:55:14 +00:00
uvm_km.h
uvm_loan.c remove trailing whitespace. 2001-05-25 04:06:11 +00:00
uvm_loan.h
uvm_map.c replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_map.h Reduce some complexity in the fault path -- Rather than maintaining 2001-06-26 17:55:14 +00:00
uvm_map_i.h Reduce some complexity in the fault path -- Rather than maintaining 2001-06-26 17:55:14 +00:00
uvm_meter.c replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_mmap.c Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
uvm_object.h replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}. 2001-05-26 16:32:40 +00:00
uvm_page.c replace vm_page_t with struct vm_page *. 2001-05-26 21:27:10 +00:00
uvm_page.h remove trailing whitespace. 2001-05-25 04:06:11 +00:00
uvm_page_i.h remove trailing whitespace. 2001-05-25 04:06:11 +00:00
uvm_pager.c clean up the transient error case in uvm_pager_put(). 2001-06-23 20:47:44 +00:00
uvm_pager.h replace vm_page_t with struct vm_page *. 2001-05-26 21:27:10 +00:00
uvm_pager_i.h remove trailing whitespace. 2001-05-25 04:06:11 +00:00
uvm_param.h remove trailing whitespace. 2001-05-25 04:06:11 +00:00
uvm_pdaemon.c don't for memory in uao_set_swlot() since we're holding spinlocks, 2001-06-23 20:52:03 +00:00
uvm_pdaemon.h remove trailing whitespace. 2001-05-25 04:06:11 +00:00
uvm_pglist.c replace vm_page_t with struct vm_page *. 2001-05-26 21:27:10 +00:00
uvm_pglist.h remove trailing whitespace. 2001-05-25 04:06:11 +00:00
uvm_pmap.h remove trailing whitespace. 2001-05-25 04:06:11 +00:00
uvm_prot.h remove trailing whitespace. 2001-05-25 04:06:11 +00:00
uvm_stat.c remove trailing whitespace. 2001-05-25 04:06:11 +00:00
uvm_stat.h use _KERNEL_OPT 2001-05-30 11:57:16 +00:00
uvm_swap.c replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}. 2001-05-26 16:32:40 +00:00
uvm_swap.h
uvm_unix.c uvm_coredump32() moved into compat/netbsd32. 2001-06-06 21:28:51 +00:00
uvm_user.c replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_vnode.c replace vm_page_t with struct vm_page *. 2001-05-26 21:27:10 +00:00
uvm_vnode.h Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00