summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* - Push down the acquisition and release of Giant into pmap_protect() onalc2004-07-301-2/+0
* Giant is no longer required by vm_waitproc() and vmspace_exitfree().alc2004-07-301-1/+0
* Fix a memory leak in the device pager which is exposed by the NVIDIAdfr2004-07-301-13/+41
* Fix handling of msync(2) for character special files.dfr2004-07-301-1/+3
* Get rid of another lockmgr(9) consumer by using sx locks for the usermux2004-07-302-27/+19
* Advance the state of pmap locking on alpha, amd64, and i386.alc2004-07-291-6/+3
* Rework the way slab header storage space is calculated in UMA.bmilekic2004-07-292-52/+176
* Correct a very old error in both vm_object_madvise() (originating inalc2004-07-281-2/+2
* - Use atomic ops for updating the vmspace's refcnt and exitingcnt.alc2004-07-272-8/+13
* For years, kmem_alloc_pageable() has been misused. Now that the last ofalc2004-07-252-25/+0
* Remove spl calls.alc2004-07-251-11/+0
* Make the code and comments for vm_object_coalesce() consistent.alc2004-07-253-9/+6
* Simplify vmspace initialization. The bcopy() of fields from the oldalc2004-07-242-14/+8
* - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead ofalc2004-07-224-13/+10
* Fix a race in vm_page_sleep_if_busy(). Due to vm_object lockinggreen2004-07-211-4/+12
* Semi-gratuitous change. Move two refcount operations to their own linespeter2004-07-211-2/+4
* Move the initialization and teardown of pmaps to the vmspace zone'speter2004-07-211-3/+2
* Remove extraneous locks on the VM free page queue mutex; it is notgreen2004-07-191-2/+0
* - Eliminate the pte object from the pmap. Instead, page table pages arealc2004-07-191-2/+0
* Since breakage of malloc(9)/uma_zalloc(9) is totally non-optional ingreen2004-07-191-0/+6
* Reimplement contigmalloc(9) with an algorithm which stands a greatly-green2004-07-192-36/+273
* Remove the GIANT_REQUIRED preceding pmap_remove() inalc2004-07-181-1/+0
* Push down the acquisition and release of the page queues lock intoalc2004-07-152-10/+0
* Remove an unused and unimplemented sysctl. (For the record, it was markedalc2004-07-121-10/+1
* Increase the scope of the page queues lock in vm_page_alloc() to coveralc2004-07-101-1/+1
* Micro-optimize vmspace for 64-bit architectures: Colocate vm_refcnt andalc2004-07-061-1/+1
* Properly brucify a string by outdenting it.bms2004-07-061-2/+2
* Introduce debug.nosleepwithlocks sysctl, 0 by default. If set to 1bmilekic2004-07-041-11/+9
* Reextend the M_WAITOK-disabling-hack to all three of the mbuf-relatedgreen2004-07-041-2/+4
* Limit mbuma damage. Suddenly ALL allocations with M_WAITOK are subjectgreen2004-07-031-4/+8
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-021-0/+2
* - Change mi_switch() and sched_switch() to accept an optional thread tojhb2004-07-021-1/+1
* - Don't use a variable to point to the user area that we only use once.jhb2004-07-021-15/+10
* Initialize result->backing_object_offset before linking result onto the list oftegge2004-06-281-5/+5
* Use MIN() macro rather than ulmin() inline, and fix stray tabgallatin2004-06-281-3/+3
* Fix alpha - the use of min() on longs was loosing the high bits andgallatin2004-06-281-3/+3
* Update a stale comment. The heuristic to swap processes out based ondas2004-06-271-2/+3
* Remove an unused field from the vmspace structure.alc2004-06-261-2/+1
* Correct the tracking of various bits of the process's vmspace and vm_mapgreen2004-06-241-3/+44
* Call vm_pageout_page_stats() with the page queues lock held.alc2004-06-241-3/+2
* Remove spl calls.alc2004-06-241-14/+1
* Make uma_mtx MTX_RECURSE. Here's why:bmilekic2004-06-231-1/+11
* In swap_pager_getpages(), bp->b_dev can be NULL, particularly for thebms2004-06-231-6/+4
* Remove spl() calls. Update comments to reflect the removal of spl() calls.alc2004-06-191-53/+8
* Second half of the dev_t cleanup.phk2004-06-172-7/+7
* Do not preset PG_BUSY on VM_ALLOC_NOOBJ pages. Such pages are notalc2004-06-171-0/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-3/+3
* Nice, is a property of a process as a whole..julian2004-06-162-5/+2
* Make contigmalloc() more reliable:green2004-06-151-6/+25
* Deorbit COMPAT_SUNOS.phk2004-06-111-2/+2
OpenPOWER on IntegriCloud