| Commit message (Expand) | Author | Age | Files | Lines |
* | vm/vm_kern.c: rate limit (to once per second) diagnostic printf when | luigi | 2001-12-01 | 1 | -2/+8 |
* | - Remove asleep(), await(), and M_ASLEEP. | jhb | 2001-08-10 | 1 | -5/+2 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -58/+12 |
* | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | bmilekic | 2001-06-22 | 1 | -8/+6 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -6/+68 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -1/+2 |
* | Add mtx_assert()'s to verify that kmem_alloc() and kmem_free() are called | jhb | 2001-01-24 | 1 | -0/+3 |
* | fix comment which was outdated 3 years ago | alfred | 2000-12-29 | 1 | -14/+13 |
* | clean up kmem_suballoc(): | alfred | 2000-12-29 | 1 | -4/+4 |
* | - If swap metadata does not fit into the KVM, reduce the number of | tanimura | 2000-12-13 | 1 | -1/+0 |
* | Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly | peter | 2000-05-21 | 1 | -2/+1 |
* | Revert spelling mistake I made in the previous commit | charnier | 2000-03-27 | 1 | -1/+1 |
* | Spelling | charnier | 2000-03-26 | 1 | -1/+1 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Remove the last vestiges of "vm_map_t phys_map". It's been unused | alc | 1999-10-29 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Remove the declarations for "vm_map_t io_map". It's been unused | alc | 1999-08-15 | 1 | -2/+1 |
* | Remove the declarations for "vm_map_t u_map". It's been unused | alc | 1999-08-15 | 1 | -2/+1 |
* | Fix some int/long printf problems for the Alpha | peter | 1999-07-01 | 1 | -3/+3 |
* | Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), but | dt | 1999-06-08 | 1 | -1/+25 |
* | Correct a problem in kmem_malloc: A kmem_malloc allowing "wait" may | alc | 1999-03-16 | 1 | -3/+5 |
* | Remove vm_page_frees from kmem_malloc that are performed | alc | 1999-03-12 | 1 | -7/+1 |
* | Potential bug fix, do not just clear PG_BUSY... call vm_page_wakeup() | dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -24/+54 |
* | Cosmetic changes to the PAGE_XXX macros to make them consistent with | dfr | 1998-09-04 | 1 | -5/+5 |
* | Change various syscalls to use size_t arguments instead of u_int. | dfr | 1998-08-24 | 1 | -4/+4 |
* | Removed unused includes. | bde | 1998-06-21 | 1 | -2/+1 |
* | Changed the log() of "Out of mbuf clusters - increase maxusers" to a | dg | 1998-06-05 | 1 | -2/+2 |
* | 1) Use a more consistent page wait methodology. | dyson | 1998-03-01 | 1 | -2/+2 |
* | Significantly improve the efficiency of the swap pager, which appears to | dyson | 1998-02-23 | 1 | -5/+6 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | 1) Start using a cleaner and more consistant page allocator instead | dyson | 1998-02-05 | 1 | -6/+4 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Change the busy page mgmt, so that when pages are freed, they | dyson | 1998-01-31 | 1 | -2/+1 |
* | VM level code cleanups. | dyson | 1998-01-22 | 1 | -5/+4 |
* | Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu of | dyson | 1997-08-05 | 1 | -1/+2 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -5/+1 |
* | Kill some stale leftovers from the earlier attempts at SMP per-cpu pages | peter | 1997-06-22 | 1 | -6/+1 |
* | Update the #include "opt_smpxxx.h" includes - opt_smp.h isn't needed | peter | 1997-05-29 | 1 | -2/+1 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | peter | 1997-04-26 | 1 | -1/+7 |
* | Changed the way that the exec image header is read to be filesystem- | dg | 1997-03-31 | 1 | -2/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -1/+1 |
* | Fix bug related to map entry allocations where a sleep might be attempted | dg | 1997-01-15 | 1 | -11/+3 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Eliminate the redundancy due to the similarity between the routines | dyson | 1996-12-28 | 1 | -7/+3 |
* | Improve the locality of reference for variables in vm_page and | dyson | 1996-11-17 | 1 | -14/+14 |
* | Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potential | dyson | 1996-07-02 | 1 | -1/+2 |
* | Eliminate a vm_page_free, busy panic, in kern_malloc. | dyson | 1996-05-23 | 1 | -1/+2 |
* | This set of commits to the VM system does the following, and contain | dyson | 1996-05-18 | 1 | -18/+11 |