freebsd-dev/sys/vm
Alan Cox 848d14193d o Remove GIANT_REQUIRED from kmem_alloc_pageable(), kmem_alloc_nofault(),
and kmem_free().  (Annotate as MPSAFE.)
 o Remove incorrect casts from kmem_alloc_pageable() and kmem_alloc_nofault().
2002-06-23 18:07:40 +00:00
..
default_pager.c
device_pager.c o Replace mtx_assert(&Giant, MA_OWNED) in dev_pager_alloc() 2002-06-22 18:36:51 +00:00
phys_pager.c o Remove GIANT_REQUIRED from phys_pager_alloc(). If handle isn't NULL, 2002-06-22 07:54:42 +00:00
pmap.h Tidy up some loose ends. 2002-04-29 07:43:16 +00:00
swap_pager.c o Replace GIANT_REQUIRED in swap_pager_alloc() by the acquisition and 2002-06-22 08:03:21 +00:00
swap_pager.h
uma_core.c - Remove bogus use of kmem_alloc that was inherited from the old zone 2002-06-19 20:49:44 +00:00
uma_dbg.c The kernel printf does not have %i 2002-05-29 08:25:13 +00:00
uma_dbg.h Hide a pointer to the malloc_type bucket at the end of the freed memory. If 2002-05-02 09:07:04 +00:00
uma_int.h - Introduce the new M_NOVM option which tells uma to only check the currently 2002-06-17 22:02:41 +00:00
uma.h - Remove bogus use of kmem_alloc that was inherited from the old zone 2002-06-19 20:49:44 +00:00
vm_contig.c o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() and 2002-06-14 18:21:01 +00:00
vm_extern.h
vm_fault.c o Remove GIANT_REQUIRED from vm_fault_user_wire(). 2002-06-16 20:42:29 +00:00
vm_glue.c o Remove GIANT_REQUIRED from vslock(). 2002-06-22 01:26:02 +00:00
vm_init.c
vm_kern.c o Remove GIANT_REQUIRED from kmem_alloc_pageable(), kmem_alloc_nofault(), 2002-06-23 18:07:40 +00:00
vm_kern.h o Make contigmalloc1() static. 2002-05-22 01:01:37 +00:00
vm_map.c o In vm_map_insert(), replace GIANT_REQUIRED by the acquisition and 2002-06-22 17:47:12 +00:00
vm_map.h o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() and 2002-06-14 18:21:01 +00:00
vm_meter.c Reintroduce locking on accesses to vm_object_list. 2002-04-20 07:23:22 +00:00
vm_mmap.c o Remove the unnecessary acquisition and release of Giant around fdrop() 2002-06-23 01:48:22 +00:00
vm_object.c o Replace GIANT_REQUIRED in vm_object_coalesce() by the acquisition and 2002-06-19 06:02:03 +00:00
vm_object.h o Migrate vm_map_split() from vm_map.c to vm_object.c, renaming it 2002-06-02 23:54:09 +00:00
vm_page.c o Convert the vm_page buckets mutex to a spin lock. (This resolves 2002-04-30 21:24:47 +00:00
vm_page.h o Remove unused #defines. 2002-05-27 22:10:28 +00:00
vm_pageout.c o Introduce and use vm_map_trylock() to replace several direct uses 2002-04-28 06:07:54 +00:00
vm_pageout.h
vm_pageq.c
vm_pager.c o Remove GIANT_REQUIRED from vm_pager_allocate() and vm_pager_deallocate(). 2002-06-21 05:04:56 +00:00
vm_pager.h
vm_param.h
vm_swap.c Export nswapdev through sysctl(8). 2002-05-31 08:17:58 +00:00
vm_unix.c o Remove an incorrect cast from obreak(). This cast would, 2002-06-20 18:38:28 +00:00
vm_zeroidle.c
vm.h
vnode_pager.c o Replace GIANT_REQUIRED in vnode_pager_alloc() by the acquisition and 2002-06-22 07:28:06 +00:00
vnode_pager.h