| Commit message (Expand) | Author | Age | Files | Lines |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | - pmap_kenter_temporary() is unused by machine-independent code. Therefore, | Alan Cox | 2004-04-10 | 1 | -1/+0 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-06 | 1 | -4/+0 |
| * | Remove unused arguments from pmap_init(). | Alan Cox | 2004-04-05 | 1 | -1/+1 |
| * | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | Alan Cox | 2004-03-07 | 1 | -1/+0 |
| * | Move pmap_resident_count() from the MD pmap.h to the MI pmap.h. | Bruce M Simpson | 2003-10-06 | 1 | -0/+4 |
| * | Migrate pmap_prefault() into the machine-independent virtual memory layer. | Alan Cox | 2003-10-03 | 1 | -1/+1 |
| * | Add a new parameter to pmap_extract_and_hold() that is needed to eliminate | Alan Cox | 2003-09-12 | 1 | -1/+2 |
| * | Introduce a new pmap function, pmap_extract_and_hold(). This function | Alan Cox | 2003-09-08 | 1 | -0/+1 |
| * | Background: pmap_object_init_pt() premaps the pages of a object in | Alan Cox | 2003-07-03 | 1 | -2/+1 |
| * | - Export pmap_enter_quick() to the MI VM. This will permit the | Alan Cox | 2003-06-29 | 1 | -1/+3 |
| * | Migrate the thread stack management functions from the machine-dependent | Alan Cox | 2003-06-14 | 1 | -4/+0 |
| * | Move the *_new_altkstack() and *_dispose_altkstack() functions out of the | Alan Cox | 2003-06-14 | 1 | -2/+0 |
| * | - Kill the pv_flags member of the alpha mdpage since it stop being used | John Baldwin | 2003-04-10 | 1 | -3/+0 |
| * | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 1 | -3/+3 |
| * | Made the prototypes for pmap_kenter and pmap_kremove MD. These functions | Jake Burkholder | 2003-03-16 | 1 | -2/+0 |
| * | Cleanup of the d_mmap_t interface. | Maxime Henrion | 2003-02-25 | 1 | -1/+0 |
| * | Move kernel_vm_end's declaration to pmap.h; add a comment regarding the | Alan Cox | 2003-02-15 | 1 | -0/+5 |
| * | Move pmap_collect() out of the machine-dependent code, rename it | Alan Cox | 2002-11-13 | 1 | -1/+2 |
| * | - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit() | Alan Cox | 2002-11-11 | 1 | -0/+1 |
| * | Some kernel threads try to do significant work, and the default KSTACK_PAGES | Scott Long | 2002-10-02 | 1 | -1/+3 |
| * | o Retire pmap_pageable(). It's an advisory routine that none | Alan Cox | 2002-08-25 | 1 | -1/+0 |
| * | Add a special page zero entry point intended to be called via the single | Peter Wemm | 2002-07-08 | 1 | -0/+1 |
| * | Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/ | Peter Wemm | 2002-07-07 | 1 | -4/+0 |
| * | Tidy up some loose ends. | Peter Wemm | 2002-04-29 | 1 | -2/+0 |
| * | Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]() | Peter Wemm | 2002-04-15 | 1 | -3/+3 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -53/+50 |
| * | - Remove a number of extra newlines that do not belong here according to | Eivind Eklund | 2002-03-10 | 1 | -4/+0 |
| * | Fix a horribly suboptimal algorithm in the vm_daemon. | Mike Silbersack | 2002-02-27 | 1 | -1/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -1/+6 |
| * | Unrevert the pmap_map() changes. They weren't broken on x86. | John Baldwin | 2001-03-07 | 1 | -1/+1 |
| * | Back out the pmap_map() change for now, it isn't completely stable on the | John Baldwin | 2001-03-07 | 1 | -1/+1 |
| * | - Rework pmap_map() to take advantage of direct-mapped segments on | John Baldwin | 2001-03-06 | 1 | -1/+1 |
| * | Implement write combining for crashdumps. This is useful when | Paul Saab | 2000-10-17 | 1 | -1/+1 |
| * | Brucify the pmap_enter_temporary() changes. | Doug Rabson | 2000-05-29 | 1 | -1/+1 |
| * | Add a new pmap entry point, pmap_enter_temporary() to be used during | Doug Rabson | 2000-05-28 | 1 | -0/+1 |
| * | Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly | Peter Wemm | 2000-05-21 | 1 | -10/+10 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -2/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Fix the following problem: | Alan Cox | 1999-07-21 | 1 | -1/+2 |
| * | Make pmap_collect() an official pmap interface. | Dmitrij Tejblum | 1999-04-23 | 1 | -1/+2 |
| * | Catch a case spotted by Tor where files mmapped could leave garbage in the | Julian Elischer | 1999-04-05 | 1 | -1/+2 |
| * | Notify pmap when a page is freed on the alpha to allow it to clean up | Doug Rabson | 1998-07-26 | 1 | -1/+4 |
| * | Forward declare more structs that are used in prototypes here - don't | Bruce Evans | 1998-02-01 | 1 | -1/+4 |
| * | VM level code cleanups. | John Dyson | 1998-01-22 | 1 | -3/+2 |
| * | After one of my analysis passes to evaluate methods for SMP TLB mgmt, I | John Dyson | 1997-12-14 | 1 | -1/+2 |
| * | Fixed the commit botch that was causing crashes soon after system | John Dyson | 1997-08-05 | 1 | -1/+2 |
| * | Fix some bugs, document vm_zone better. Add copyright to vm_zone.h. Use | John Dyson | 1997-08-05 | 1 | -2/+1 |
| * | Modify pmap to use our new memory allocator. Also, change the vm_map_entry | John Dyson | 1997-08-05 | 1 | -1/+2 |
| * | Add support for 4MB pages. This includes the .text, .data, .data parts | John Dyson | 1997-07-17 | 1 | -1/+2 |