NetBSD/sys/uvm
rmind 7083a919fc - Fix a silly bug: remove umap from uobj in ubc_release() UBC_UNMAP case.
- Use UBC_WANT_UNMAP() consistently.

ARM (PMAP_CACHE_VIVT case) works again.
2011-06-19 02:42:53 +00:00
..
Makefile
files.uvm fix the ordering and make UVMHIST enable KERNHIST automatically. 2011-05-17 05:32:31 +00:00
uvm.h move and rename the uvm history code out of uvm_stat to "kernhist". 2011-05-17 04:18:05 +00:00
uvm_amap.c Clean up, sprinkle asserts, consify, use unsigned, use kmem_zalloc instead 2011-06-18 21:13:29 +00:00
uvm_amap.h Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_anon.c Improve comments on uvm_anon.c, tidy up slightly. 2011-06-17 02:12:35 +00:00
uvm_anon.h Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_aobj.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_aobj.h udpate license clauses on chuck^2 code to match the new-style BSD licenses. 2011-02-02 15:28:38 +00:00
uvm_bio.c - Fix a silly bug: remove umap from uobj in ubc_release() UBC_UNMAP case. 2011-06-19 02:42:53 +00:00
uvm_coredump.c udpate license clauses on my code to match the new-style BSD licenses. 2011-02-02 15:25:27 +00:00
uvm_ddb.h move and rename the uvm history code out of uvm_stat to "kernhist". 2011-05-17 04:18:05 +00:00
uvm_device.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_device.h udpate license clauses on my code to match the new-style BSD licenses. 2011-02-02 15:13:33 +00:00
uvm_emap.c Reduce memory spent on bookkeeping for large values of MAXCPUS. 2010-04-25 15:54:14 +00:00
uvm_extern.h Rename uvm_vnp_zerorange(struct vnode *, off_t, size_t) to 2011-06-16 09:21:02 +00:00
uvm_fault.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_fault.h udpate license clauses on my code to match the new-style BSD licenses. 2011-02-02 15:13:33 +00:00
uvm_fault_i.h Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_glue.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_glue.h udpate license clauses on my code to match the new-style BSD licenses. 2011-02-02 15:13:33 +00:00
uvm_init.c Initialize UVM loaning subsystem a bit later, after kmem(9). 2011-04-24 03:56:50 +00:00
uvm_io.c Replace "malloc" in comments, remove unnecessary header inclusions. 2011-04-23 18:14:12 +00:00
uvm_km.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_km.h udpate license clauses on my code to match the new-style BSD licenses. 2011-02-02 15:13:33 +00:00
uvm_kmguard.c Replace "malloc" in comments, remove unnecessary header inclusions. 2011-04-23 18:14:12 +00:00
uvm_kmguard.h kernel memory guard for DEBUG kernels, proposed on tech-kern. 2009-03-29 10:51:53 +00:00
uvm_loan.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_loan.h udpate license clauses on my code to match the new-style BSD licenses. 2011-02-02 15:13:33 +00:00
uvm_map.c uvm_map_lock_entry: fix the order of locking. Spotted by yamt@. 2011-06-13 23:19:40 +00:00
uvm_map.h Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_meter.c udpate license clauses on my code to match the new-style BSD licenses. 2011-02-02 15:25:27 +00:00
uvm_mmap.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_mremap.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_object.c - Move pre-check from uvm_obj_destroy() to ubc_purge(), keep it abstracted. 2011-06-18 21:14:43 +00:00
uvm_object.h Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_page.c uvm_pagealloc_strat: fix diagnostic assert. Reported by drochner@. 2011-06-15 19:46:11 +00:00
uvm_page.h Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_pager.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_pager.h udpate license clauses on my code to match the new-style BSD licenses. 2011-02-02 20:07:25 +00:00
uvm_param.h Oops. Fix thinko. 2010-11-14 04:31:02 +00:00
uvm_pdaemon.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_pdaemon.h udpate license clauses on my code to match the new-style BSD licenses. 2011-02-02 15:25:27 +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 Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_pdpolicy_clockpro.c pageobj: remove a wrong assertion. 2011-02-05 13:33:47 +00:00
uvm_pdpolicy_impl.h
uvm_pglist.c Replace "malloc" in comments, remove unnecessary header inclusions. 2011-04-23 18:14:12 +00:00
uvm_pglist.h Provide a forward declaration of "struct vm_page", whose internal 2010-11-06 15:48:00 +00:00
uvm_pmap.h add optional MD pmap_mmap_flags macro for passing flags between cdev_mmap 2011-02-11 23:05:55 +00:00
uvm_prot.h
uvm_readahead.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_readahead.h - add a function to perform explicit read-ahead. 2009-06-10 01:54:08 +00:00
uvm_stat.c move and rename the uvm history code out of uvm_stat to "kernhist". 2011-05-17 04:18:05 +00:00
uvm_stat.h move and rename the uvm history code out of uvm_stat to "kernhist". 2011-05-17 04:18:05 +00:00
uvm_swap.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
uvm_swap.h Remove public uvm_swap_stats() routine, keep it internal. 2011-04-27 00:35:52 +00:00
uvm_swapstub.c Remove public uvm_swap_stats() routine, keep it internal. 2011-04-27 00:35:52 +00:00
uvm_unix.c udpate license clauses on my code to match the new-style BSD licenses. 2011-02-02 20:07:25 +00:00
uvm_user.c udpate license clauses on my code to match the new-style BSD licenses. 2011-02-02 15:13:33 +00:00
uvm_vnode.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00