summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke/pmap.c
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-2/+2
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-32/+40
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-1/+1
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+6
* Correct the method of waking the page daemon when the number of allocatedalc2009-06-131-7/+2
* Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed withraj2009-06-131-4/+4
* Fill PTEs covering kernel code and data.raj2009-06-051-1/+15
* Set PG_WRITEABLE in Book-E pmap_enter[_locked] if it creates a mapping thatraj2009-05-261-0/+4
* Initial support for SMP on PowerPC MPC85xx.raj2009-05-211-2/+98
* Factor out platform dependent things unrelated to device drivers into anwhitehorn2009-05-141-3/+10
* Remove PTE_ISFAKE. While here remove codemarcel2009-04-241-53/+9
* Implement kernel core dump support for Book-E processors.marcel2009-04-041-28/+188
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-281-1/+0
* Clean up BookE pmap.raj2009-01-131-137/+90
* Rework BookE pmap towards multi-core support.raj2009-01-131-541/+327
* In mmu_booke_mapdev(), handle mappings that cannot be representedmarcel2008-10-251-5/+16
* Move initialization of tlb0, ptbl_bufs and kernel_pdir regions after we areraj2008-08-281-6/+14
* Improve kernel stack handling on e500.raj2008-08-261-2/+30
* Fix a typo in a comment.wkoszek2008-06-111-1/+1
* Retire pmap_addr_hint(). It is no longer used.alc2008-05-181-10/+0
* Eliminate track_modified_needed(), better known as pmap_track_modified()marcel2008-04-271-37/+8
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.raj2008-03-031-0/+3107
OpenPOWER on IntegriCloud