summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Remove bogus vm_page_wakeup() in vm_page_cowfault() that will cause panicsgallatin2002-07-051-1/+0
* Fix a lock order reversal in uma_zdestroy. The uma_mtx needs to be held acrossjeff2002-07-051-4/+4
* o Lock accesses to the free page queues in contigmalloc1().alc2002-07-051-0/+2
* Remove unnecessary includes.jeff2002-07-052-4/+0
* o Resurrect vm_page_lock_queues(), vm_page_unlock_queues(), and the freealc2002-07-042-5/+28
* A small cleanup.julian2002-07-041-1/+0
* Don;t call teh thread setup routines from here..julian2002-07-041-1/+0
* o Make the reservation of KVA space for kernel map entries a functionalc2002-07-031-1/+2
* Actually use the fini callback.jeff2002-07-031-0/+1
* - Use (OFF_TO_IDX(off) - pi) instead of (OFF_TO_IDX(off - IDX_TO_OFF(pi))).robert2002-07-011-5/+7
* o Remove some long dead code: from revision 1.41 of vm/vm_pager.calc2002-07-012-22/+0
* Change the type of `tscan' in vm_object_page_clean() to vm_pindex_t,iedowse2002-06-291-1/+1
* Part 1 of KSE-IIIjulian2002-06-295-55/+97
* Avoid using the 64-bit vm_pindex_t in a few places where 64-bitiedowse2002-06-263-16/+19
* Use an explicit cast to avoid relying on sign extension to do theiedowse2002-06-261-2/+2
* At long last, commit the zero copy sockets code.ken2002-06-265-5/+109
* Enforce RLIMIT_VMEM on growable mappings (aka the primary stack or anydillon2002-06-261-0/+14
* Part I of RLIMIT_VMEM implementation. Implement core functionality fordillon2002-06-262-0/+12
* Complete the initial set of VM changes required to support fulliedowse2002-06-253-8/+8
* Turn VM_ALLOC_ZERO into a flag.jeff2002-06-252-5/+7
* Reduce the amount of code that runs with the zone lock held in slab_zalloc().jeff2002-06-251-6/+8
* o Eliminate vmspace::vm_minsaddr. It's initialized but never used.alc2002-06-251-5/+5
* o Remove GIANT_REQUIRED from kmem_alloc_pageable(), kmem_alloc_nofault(),alc2002-06-231-7/+8
* o Remove the unnecessary acquisition and release of Giant around fdrop()alc2002-06-231-2/+3
* o Reduce the scope of Giant in vm_mmap() to just the code that manipulatesalc2002-06-221-4/+2
* o Replace mtx_assert(&Giant, MA_OWNED) in dev_pager_alloc()alc2002-06-221-11/+17
* o In vm_map_insert(), replace GIANT_REQUIRED by the acquisition andalc2002-06-221-5/+6
* o Replace GIANT_REQUIRED in swap_pager_alloc() by the acquisition andalc2002-06-221-3/+4
* o Remove GIANT_REQUIRED from phys_pager_alloc(). If handle isn't NULL,alc2002-06-221-3/+8
* o Replace GIANT_REQUIRED in vnode_pager_alloc() by the acquisition andalc2002-06-221-6/+5
* o Remove GIANT_REQUIRED from vslock().alc2002-06-221-1/+10
* o Remove GIANT_REQUIRED from vm_map_stack().alc2002-06-211-2/+0
* o Remove GIANT_REQUIRED from vm_pager_allocate() and vm_pager_deallocate().alc2002-06-211-3/+0
* o Remove an incorrect cast from obreak(). This cast would,alc2002-06-201-5/+5
* o Acquire and release the vm_map lock instead of Giant in obreak().alc2002-06-201-11/+7
* - Move the computation of pflags out of the page allocation loop injeff2002-06-191-17/+21
* - Remove bogus use of kmem_alloc that was inherited from the old zonejeff2002-06-192-17/+18
* Teach kmem_malloc about M_ZERO.jeff2002-06-191-4/+10
* o Replace GIANT_REQUIRED in vm_object_coalesce() by the acquisition andalc2002-06-192-8/+10
* o Remove LK_CANRECURSE from the vm_map lock.alc2002-06-181-2/+2
* Honor the BUCKETCACHE flag on free as well.jeff2002-06-171-4/+9
* - Introduce the new M_NOVM option which tells uma to only check the currentlyjeff2002-06-174-4/+21
* o Acquire and release Giant in vm_map_wakeup() to preventalc2002-06-171-0/+7
* o Remove GIANT_REQUIRED from vm_fault_user_wire().alc2002-06-162-7/+1
* o Remove GIANT_REQUIRED from useracc() and vsunlock(). Neitheralc2002-06-151-3/+4
* o Remove the acquisition and release of Giant from munlock().alc2002-06-151-2/+0
* o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() andalc2002-06-146-414/+8
* o Acquire and release Giant in vm_map_unlock_and_wait().alc2002-06-121-3/+5
* o Properly handle a failure by vm_fault_wire() or vm_fault_user_wire()alc2002-06-111-4/+20
* o Teach vm_map_delete() to respect the "in-transition" flagalc2002-06-111-0/+31
OpenPOWER on IntegriCloud