| Commit message (Expand) | Author | Age | Files | Lines |
* | Complete the transition from pmap_page_protect() to pmap_remove_write(). | alc | 2006-08-01 | 1 | -77/+44 |
* | Add synchronization to moea_zero_page() and moea_zero_page_area(). | alc | 2006-07-10 | 1 | -8/+17 |
* | Eliminate the acquisition and release of Giant from moea_extract_and_hold() | alc | 2006-07-01 | 1 | -6/+0 |
* | Synchronize accesses to the PTEG table. | alc | 2006-06-25 | 1 | -3/+29 |
* | Prevent 'mutex not owned' panic on boot if INVARIANTS is in the kernel. This | rink | 2006-06-17 | 1 | -0/+2 |
* | Remove mpte optimization from pmap_enter_quick(). | ups | 2006-06-15 | 1 | -5/+4 |
* | Correct a typo in the previous revision. | alc | 2006-06-06 | 1 | -1/+1 |
* | Introduce the function pmap_enter_object(). It maps a sequence of resident | alc | 2006-06-05 | 1 | -15/+60 |
* | Name change from pmap_* to moea_* to fit into the new order of | grehan | 2005-11-08 | 1 | -467/+459 |
* | Fix boot-time hang/panic on G3 systems when modifying IBAT0 in | grehan | 2005-09-10 | 1 | -1/+2 |
* | Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine | alc | 2005-09-03 | 1 | -2/+3 |
* | Introduce a procedure, pmap_page_init(), that initializes the | alc | 2005-06-10 | 1 | -0/+8 |
* | Replaced previous hw.physmem extraction with des's mods to | grehan | 2005-03-07 | 1 | -50/+2 |
* | Allow user to undersize memory with hw.physmem loader variable. | grehan | 2005-03-07 | 1 | -1/+62 |
* | Add PVO_FAKE flag to pvo entries for PG_FICTITIOUS mappings, to | grehan | 2005-02-25 | 1 | -14/+25 |
* | Fix (accidental?) lock order reversal in pmap_remove. Found when | grehan | 2005-01-21 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -3/+3 |
* | Correctly initialise the 2nd kernel segment, and don't | grehan | 2004-12-29 | 1 | -1/+3 |
* | Modify pmap_enter_quick() so that it expects the page queues to be locked | alc | 2004-12-23 | 1 | -2/+0 |
* | In the common case, pmap_enter_quick() completes without sleeping. | alc | 2004-12-15 | 1 | -0/+8 |
* | Lock the kernel pmap in pmap_kenter(). | alc | 2004-09-13 | 1 | -0/+2 |
* | - Introduce a lock for synchronizing access to the pvo and pteg tables. | alc | 2004-08-30 | 1 | -8/+28 |
* | Eliminate unnecessary indirection. | alc | 2004-08-28 | 1 | -2/+2 |
* | Add pmap locking to many of the functions. | alc | 2004-08-26 | 1 | -16/+44 |
* | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | marius | 2004-08-16 | 1 | -1/+1 |
* | Add /dev/mem and /dev/kmem to powerpc. | ssouhlal | 2004-08-16 | 1 | -0/+16 |
* | In pmap_page_protect, clear the vm page's PG_WRITEABLE flag if | grehan | 2004-08-05 | 1 | -1/+7 |
* | - Push down the acquisition and release of Giant into pmap_enter_quick() | alc | 2004-08-04 | 1 | -0/+2 |
* | - Push down the acquisition and release of Giant into pmap_protect() on | alc | 2004-07-30 | 1 | -0/+4 |
* | Implement the protection check required by the pmap_extract_and_hold() | alc | 2004-07-26 | 1 | -3/+6 |
* | Push down the acquisition and release of the page queues lock into | alc | 2004-07-15 | 1 | -0/+4 |
* | pmap_remove_pages() must not remove wired mappings. Since | alc | 2004-07-12 | 1 | -4/+0 |
* | G4 requires isync after 256Mb ibat/dbat update, G3 requires | grehan | 2004-07-08 | 1 | -3/+4 |
* | Correct pmap_extract()'s return type. It should be vm_paddr_t, not | alc | 2004-07-05 | 1 | -1/+1 |
* | Modify loop test when cycling through phys_avail array. It's possible | grehan | 2004-07-01 | 1 | -2/+4 |
* | Remove avail_end. It is not used. | alc | 2004-04-11 | 1 | -7/+1 |
* | Remove avail_start on those platforms that no longer use it. (Only amd64 | alc | 2004-04-05 | 1 | -4/+2 |
* | Remove unused arguments from pmap_init(). | alc | 2004-04-05 | 1 | -1/+1 |
* | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | alc | 2004-03-07 | 1 | -6/+0 |
* | Increase kernel VA from 256Mb to 512Mb by shifting the segment used | grehan | 2004-03-02 | 1 | -0/+4 |
* | Cleaned up param.h: | grehan | 2004-02-11 | 1 | -0/+1 |
* | Remove pmap_pvo_allocf zone alloc function. It was a way of | grehan | 2004-02-04 | 1 | -27/+4 |
* | When UMA_MD_SMALL_ALLOC is defined, pmap_kextract will be called | grehan | 2004-01-29 | 1 | -0/+10 |
* | Disable the per-vm_page PTE cache. This was not being invalidated | grehan | 2003-12-16 | 1 | -0/+2 |
* | pmap_query_bit() should return false if the bit is not set. | gallatin | 2003-12-09 | 1 | -1/+1 |
* | Migrate pmap_prefault() into the machine-independent virtual memory layer. | alc | 2003-10-03 | 1 | -8/+13 |
* | Soften assert in pmap_remove_all. | grehan | 2003-09-22 | 1 | -4/+25 |
* | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev(). | alc | 2003-08-02 | 1 | -1/+1 |
* | Make sure that when the PV ENTRY zone is created in pmap, that it's | bmilekic | 2003-07-31 | 1 | -2/+2 |
* | Deal with 'options KSTACK_PAGES' being a global option. | peter | 2003-07-31 | 1 | -0/+2 |