| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvs | cvs2svn | 2006-05-23 | 1 | -1/+1 |
| * | MFC: /*- and related license changes | Warner Losh | 2005-01-31 | 1 | -1/+1 |
| * | In dev_pager_updatefake, m->valid is typically 0 on entry. It | Doug Rabson | 2004-08-04 | 1 | -1/+2 |
| * | Fix a memory leak in the device pager which is exposed by the NVIDIA | Doug Rabson | 2004-07-30 | 1 | -13/+41 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -2/+2 |
| * | Push down Giant into vm_pager_get_pages(). The only get pages methods that | Alan Cox | 2004-04-23 | 1 | -0/+3 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-06 | 1 | -4/+0 |
| * | Simplify the various pager allocation routines by computing the desired | Alan Cox | 2004-01-04 | 1 | -4/+5 |
| * | The addition of a locking assertion to vm_page_zero_invalid() has revealed | Alan Cox | 2003-10-05 | 1 | -0/+1 |
| * | - Use the UMA_ZONE_VM flag on the fakepg and object zones to prevent | Jeff Roberson | 2003-10-04 | 1 | -1/+2 |
| * | Use sparse struct initializations for struct pagerops. | Poul-Henning Kamp | 2003-08-05 | 1 | -7/+6 |
| * | Assert that the vm object is locked on entry to dev_pager_getpages(). | Alan Cox | 2003-06-24 | 1 | -0/+1 |
| * | Add vm object locking to various pagers' "get pages" methods, i386 stack | Alan Cox | 2003-06-13 | 1 | -1/+2 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
| * | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 1 | -4/+5 |
| * | Cleanup of the d_mmap_t interface. | Maxime Henrion | 2003-02-25 | 1 | -7/+7 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | o Lock accesses to the page queues. | Alan Cox | 2002-07-12 | 1 | -2/+3 |
| * | Complete the initial set of VM changes required to support full | Ian Dowse | 2002-06-25 | 1 | -1/+1 |
| * | o Replace mtx_assert(&Giant, MA_OWNED) in dev_pager_alloc() | Alan Cox | 2002-06-22 | 1 | -11/+17 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
| * | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -12/+6 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -11/+11 |
| * | This is the first part of the new kernel memory allocator. This replaces | Jeff Roberson | 2002-03-19 | 1 | -0/+5 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -0/+1 |
| * | Assert Giant is held for the device pager alloc and getpages methods since | John Baldwin | 2001-05-23 | 1 | -3/+3 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -0/+2 |
| * | Protect pager object creation with sx locks. | Alfred Perlstein | 2001-04-18 | 1 | -11/+14 |
| * | Revert spelling mistake I made in the previous commit | Philippe Charnier | 2000-03-27 | 1 | -1/+1 |
| * | Spelling | Philippe Charnier | 2000-03-26 | 1 | -2/+2 |
| * | Remove unused #include's. | Alan Cox | 1999-11-07 | 1 | -1/+0 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Casting handles from void * to uintptr_t on the way to dev_t became | Bruce Evans | 1999-05-13 | 1 | -3/+3 |
| * | Device pager's handle is dev_t not udev_t. | Luoqi Chen | 1999-05-13 | 1 | -3/+3 |
| * | Divorce "dev_t" from the "major|minor" bitmap, which is now called | Poul-Henning Kamp | 1999-05-11 | 1 | -4/+4 |
| * | I got tired of seeing all the cdevsw[major(foo)] all over the place. | Poul-Henning Kamp | 1999-05-08 | 1 | -3/+3 |
| * | vm_pager_put_pages() is passed an rcval array to hold per-page return | Matthew Dillon | 1999-01-24 | 1 | -3/+3 |
| * | This is a rather large commit that encompasses the new swapper, | Matthew Dillon | 1999-01-21 | 1 | -2/+2 |
| * | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | Eivind Eklund | 1999-01-08 | 1 | -5/+2 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -2/+1 |
| * | * Fix a couple of places in the device pager where an address was | Doug Rabson | 1998-11-08 | 1 | -3/+4 |
| * | Convert fake page allocs to use the zone allocator, thus eliminating the | David Greenman | 1998-10-22 | 1 | -14/+8 |
| * | Set m->object to NULL in dev_pager_getfake(). | David Greenman | 1998-10-21 | 1 | -1/+2 |
| * | Fixed two potentially serious classes of bugs: | David Greenman | 1998-10-13 | 1 | -7/+9 |
| * | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | Bruce Evans | 1998-07-15 | 1 | -3/+3 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -3/+1 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+3 |
| * | Change the busy page mgmt, so that when pages are freed, they | John Dyson | 1998-01-31 | 1 | -2/+1 |