| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 190239: | John Baldwin | 2010-01-25 | 1 | -0/+4 |
| * | MFC 193396, 193521, 194331, 194337, 194376, 194454, 194562, 194642, 195033, | John Baldwin | 2009-09-04 | 1 | -1/+3 |
| * | MFC 180430, 180483, 180485, 180601, 180845, 180871-180873, 181043, 181077, | John Baldwin | 2009-09-03 | 1 | -1/+4 |
| * | MFC r188932, r189785, r189795, and r190272 | Alan Cox | 2009-03-22 | 1 | -7/+1 |
| * | MFC: Add support for "superpages" on amd64 and i386. This includes adding the | John Baldwin | 2009-02-26 | 1 | -2/+10 |
| * | MFC: Stop maintaining pv_list_count for i386 and amd64 since it was | John Baldwin | 2009-01-20 | 1 | -1/+1 |
| * | MFC r179917,180333,180373,180378 | Alan Cox | 2009-01-20 | 1 | -2/+1 |
| * | MFC rev 180108 | Alan Cox | 2009-01-19 | 1 | -1/+1 |
| * | MFC rev 180101 | Alan Cox | 2009-01-19 | 1 | -1/+0 |
| * | Use a different bitmask for superpages' base address so that it | Ruslan Ermilov | 2006-12-05 | 1 | -0/+1 |
| * | The global variable avail_end is redundant and only used once. Eliminate | Alan Cox | 2006-11-19 | 1 | -1/+0 |
| * | Fix NKPT comments to match reality. Note that the current value | Ruslan Ermilov | 2006-11-13 | 1 | -2/+3 |
| * | Fix a comment. | Ruslan Ermilov | 2006-11-13 | 1 | -1/+1 |
| * | First pass at allowing memory to be mapped using cache modes other than | John Baldwin | 2006-08-11 | 1 | -0/+5 |
| * | Define the additional page fault error codes that are implemented by amd64. | Alan Cox | 2006-08-02 | 1 | -0/+2 |
| * | Add various constants for the PAT MSR and the PAT PTE and PDE flags. | John Baldwin | 2006-05-01 | 1 | -0/+3 |
| * | Add a new 'pmap_invalidate_cache()' to flush the CPU caches via the | John Baldwin | 2006-05-01 | 1 | -0/+1 |
| * | Shrink the amd64 pv entry from 48 bytes to about 24 bytes. On a machine | Peter Wemm | 2006-04-03 | 1 | -3/+16 |
| * | Merge/sync with i386: various cosmetic tweaks | Peter Wemm | 2006-03-14 | 1 | -1/+1 |
| * | - Cleanup whitespace and extra ()s in vtophys() macros. | John Baldwin | 2005-12-06 | 1 | -5/+4 |
| * | Switch AMD64 and i386 platforms to using ELF as their kernel crash | Peter Wemm | 2005-06-29 | 1 | -0/+1 |
| * | Begin all license/copyright comments with /*- | Warner Losh | 2005-01-05 | 1 | -1/+1 |
| * | Make pte_load_store() an atomic operation in all cases, not just i386 PAE. | Alan Cox | 2004-10-08 | 1 | -4/+14 |
| * | Prevent the unexpected deallocation of a page table page while performing | Alan Cox | 2004-09-29 | 1 | -1/+1 |
| * | Double the number of kernel page tables for amd64 and for i386/PAE. The old | Scott Long | 2004-09-11 | 1 | -1/+2 |
| * | Remove the allpmaps list. It's unused. | Alan Cox | 2004-07-20 | 1 | -1/+0 |
| * | Like on i386, eliminate pv_ptem (which was suggested by alc). This | Peter Wemm | 2004-07-14 | 1 | -1/+0 |
| * | Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including the | Bruce Evans | 2004-06-19 | 1 | -1/+1 |
| * | Introduce pmap locking to many of the pmap functions. There is more to | Alan Cox | 2004-06-14 | 1 | -0/+14 |
| * | - Remove an unused declaration. | Alan Cox | 2004-06-13 | 1 | -3/+2 |
| * | Initial PG_NX support (no-execute page bit) | Peter Wemm | 2004-06-08 | 1 | -0/+3 |
| * | Mask pte's with PG_FRAME before passing it to PHYS_TO_VM_PAGE().. PG_NX | Peter Wemm | 2004-06-08 | 1 | -1/+1 |
| * | For consistency with i386, have pmap_kenter_temporary() take a vm_paddr_t | Peter Wemm | 2004-05-16 | 1 | -1/+1 |
| * | MFi386: numerous interrupt and acpi updates | Peter Wemm | 2004-05-16 | 1 | -1/+0 |
| * | - pmap_kenter_temporary() is unused by machine-independent code. Therefore, | Alan Cox | 2004-04-10 | 1 | -0/+1 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
| * | Remove ptmmap and ptvmmap. They are unused on amd64. | Alan Cox | 2004-04-03 | 1 | -1/+0 |
| * | Remove unused declarations. (Some time ago, these variables became fields | Alan Cox | 2004-03-07 | 1 | -2/+0 |
| * | Initial landing of SMP support for FreeBSD/amd64. | Peter Wemm | 2003-11-17 | 1 | -1/+2 |
| * | Update the graffiti. | Peter Wemm | 2003-11-08 | 1 | -0/+1 |
| * | Move pmap_resident_count() from the MD pmap.h to the MI pmap.h. | Bruce M Simpson | 2003-10-06 | 1 | -1/+0 |
| * | Eliminate the pte object. | Alan Cox | 2003-09-27 | 1 | -1/+0 |
| * | Fix the VADDR() macros to use either KVADDR() or UVADDR(), depending | Peter Wemm | 2003-07-09 | 1 | -9/+13 |
| * | Move KERNBASE to -2GB. | Hidetoshi Shimokawa | 2003-06-22 | 1 | -1/+1 |
| * | Update comments. Note that the kernel is at -1GB, not -2GB as erroniously | Peter Wemm | 2003-05-23 | 1 | -3/+3 |
| * | Major pmap rework to take advantage of the larger address space on amd64 | Peter Wemm | 2003-05-23 | 1 | -45/+32 |
| * | Use compile time constants for things like PTmap[] etc because they're | Peter Wemm | 2003-05-15 | 1 | -7/+3 |
| * | Commit MD parts of a loosely functional AMD64 port. This is based on | Peter Wemm | 2003-05-01 | 1 | -101/+47 |
| * | Use inlines for loading and storing page table entries. Use cmpxchg8b for | Jake Burkholder | 2003-04-28 | 1 | -7/+45 |
| * | Remove invalid cast to vm_offset_t to avoid truncating a physical address | Jake Burkholder | 2003-04-08 | 1 | -1/+1 |