| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs | cvs2svn | 2004-11-04 | 37 | -37/+37 |
| * | MFC uma_dbg.c r1.16, uma_core.c r1.106-1.107: critical stability/leak fixes | Brian Feldman | 2004-10-16 | 2 | -23/+63 |
| * | MFC src/sys/vm/swap_pager.c,v 1.257 | David Schultz | 2004-09-27 | 1 | -0/+3 |
| * | MFC: Turn PREEMPTION into a kernel option. It is NOT enabled at this time. | Scott Long | 2004-09-10 | 1 | -0/+2 |
| * | MFC of: | Julian Elischer | 2004-09-09 | 1 | -1/+1 |
| * | MFC: 1.27; Prevent vm_page_zero_idle_wakeup() from attempting to | Ian Dowse | 2004-09-03 | 1 | -2/+5 |
| * | - Introduce and use a new tunable "debug.mpsafevm". At present, setting | Alan Cox | 2004-08-16 | 4 | -11/+36 |
| * | Rather than bringing back all of the changes to make VM map deletion | Brian Feldman | 2004-08-16 | 1 | -1/+5 |
| * | Remove spl calls. | Alan Cox | 2004-08-14 | 1 | -19/+2 |
| * | Replace the linear search in vm_map_findspace() with an O(log n) | Alan Cox | 2004-08-13 | 2 | -98/+213 |
| * | The vm map lock is needed in vm_fault() after the page has been found, | Tor Egge | 2004-08-12 | 3 | -58/+141 |
| * | Re-delete the comment from r1.352. | Brian Feldman | 2004-08-12 | 1 | -3/+0 |
| * | Back out all behavioral chnages. | Brian Feldman | 2004-08-10 | 2 | -36/+17 |
| * | Revamp VM map wiring. | Brian Feldman | 2004-08-09 | 3 | -14/+50 |
| * | Make two changes to vm_fault(). | Alan Cox | 2004-08-09 | 1 | -16/+7 |
| * | Remove a stale comment from vm_map_lookup() that pertains to share maps. | Alan Cox | 2004-08-09 | 1 | -3/+0 |
| * | Make two changes to vm_fault(). | Alan Cox | 2004-08-09 | 1 | -11/+6 |
| * | Tag all geom classes in the tree with a version number. | Poul-Henning Kamp | 2004-08-08 | 1 | -3/+5 |
| * | Remove dead code. A vm_map's first_free is never NULL (even if the map is | Alan Cox | 2004-08-07 | 1 | -7/+2 |
| * | Generate KTR trace records for uma_zalloc_arg() and uma_zfree_arg(). | Robert Watson | 2004-08-06 | 1 | -0/+6 |
| * | Turn on the new contigmalloc(9) by default. There should not actually | Brian Feldman | 2004-08-05 | 1 | -1/+1 |
| * | Remove a product specific workaround for wrong modes when mmap(2)'ing | Poul-Henning Kamp | 2004-08-05 | 1 | -15/+2 |
| * | - Push down the acquisition and release of Giant into pmap_enter_quick() | Alan Cox | 2004-08-04 | 1 | -2/+0 |
| * | In dev_pager_updatefake, m->valid is typically 0 on entry. It | Doug Rabson | 2004-08-04 | 1 | -1/+2 |
| * | Eliminate the acquisition and release of Giant around the call to | Alan Cox | 2004-08-02 | 1 | -2/+0 |
| * | * Add a "how" argument to uma_zone constructors and initialization functions | Brian Feldman | 2004-08-02 | 6 | -86/+167 |
| * | - Push down the acquisition and release of Giant into pmap_protect() on | Alan Cox | 2004-07-30 | 1 | -2/+0 |
| * | Giant is no longer required by vm_waitproc() and vmspace_exitfree(). | Alan Cox | 2004-07-30 | 1 | -1/+0 |
| * | Fix a memory leak in the device pager which is exposed by the NVIDIA | Doug Rabson | 2004-07-30 | 1 | -13/+41 |
| * | Fix handling of msync(2) for character special files. | Doug Rabson | 2004-07-30 | 1 | -1/+3 |
| * | Get rid of another lockmgr(9) consumer by using sx locks for the user | Maxime Henrion | 2004-07-30 | 2 | -27/+19 |
| * | Advance the state of pmap locking on alpha, amd64, and i386. | Alan Cox | 2004-07-29 | 1 | -6/+3 |
| * | Rework the way slab header storage space is calculated in UMA. | Bosko Milekic | 2004-07-29 | 2 | -52/+176 |
| * | Correct a very old error in both vm_object_madvise() (originating in | Alan Cox | 2004-07-28 | 1 | -2/+2 |
| * | - Use atomic ops for updating the vmspace's refcnt and exitingcnt. | Alan Cox | 2004-07-27 | 2 | -8/+13 |
| * | For years, kmem_alloc_pageable() has been misused. Now that the last of | Alan Cox | 2004-07-25 | 2 | -25/+0 |
| * | Remove spl calls. | Alan Cox | 2004-07-25 | 1 | -11/+0 |
| * | Make the code and comments for vm_object_coalesce() consistent. | Alan Cox | 2004-07-25 | 3 | -9/+6 |
| * | Simplify vmspace initialization. The bcopy() of fields from the old | Alan Cox | 2004-07-24 | 2 | -14/+8 |
| * | - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead of | Alan Cox | 2004-07-22 | 4 | -13/+10 |
| * | Fix a race in vm_page_sleep_if_busy(). Due to vm_object locking | Brian Feldman | 2004-07-21 | 1 | -4/+12 |
| * | Semi-gratuitous change. Move two refcount operations to their own lines | Peter Wemm | 2004-07-21 | 1 | -2/+4 |
| * | Move the initialization and teardown of pmaps to the vmspace zone's | Peter Wemm | 2004-07-21 | 1 | -3/+2 |
| * | Remove extraneous locks on the VM free page queue mutex; it is not | Brian Feldman | 2004-07-19 | 1 | -2/+0 |
| * | - Eliminate the pte object from the pmap. Instead, page table pages are | Alan Cox | 2004-07-19 | 1 | -2/+0 |
| * | Since breakage of malloc(9)/uma_zalloc(9) is totally non-optional in | Brian Feldman | 2004-07-19 | 1 | -0/+6 |
| * | Reimplement contigmalloc(9) with an algorithm which stands a greatly- | Brian Feldman | 2004-07-19 | 2 | -36/+273 |
| * | Remove the GIANT_REQUIRED preceding pmap_remove() in | Alan Cox | 2004-07-18 | 1 | -1/+0 |
| * | Push down the acquisition and release of the page queues lock into | Alan Cox | 2004-07-15 | 2 | -10/+0 |
| * | Remove an unused and unimplemented sysctl. (For the record, it was marked | Alan Cox | 2004-07-12 | 1 | -10/+1 |