summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke/pmap.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid recursion on the pvh global lock in the aim oea pmap.alc2012-07-101-1/+1
* Invalidate any TLB1 entries we don't need. The firmware (e.g. U-Boot)marcel2012-07-021-0/+4
* Remove redundant check, we catch ULE platform support in commonraj2012-05-271-4/+0
* Fix physical address type to vm_paddr_t.raj2012-05-241-10/+10
* o Rename kernload_ap to bp_kernelload. This to introduce a common prefixmarcel2012-05-241-9/+11
* Remove locking of the vm page queues from several pmaps, which onlykib2011-09-281-2/+0
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-061-15/+15
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagkib2011-08-091-17/+15
* Add support for Juniper's loader. The difference between FreeBSD's andmarcel2011-08-021-97/+113
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-041-6/+6
* MFCattilio2011-05-311-2/+2
* MFCattilio2011-05-291-17/+8
|\
| * Better support different kernel hand-offs. When loaded directlymarcel2011-05-281-1/+1
| * Wire the kernel using TLB1 entry 0 rather than entry 1. A more recentmarcel2011-05-271-16/+7
| * Revert r222069,222068 as they were intended to be committed to theattilio2011-05-181-7/+4
| * Fix warning spit out.attilio2011-05-181-4/+7
* | MFCattilio2011-05-171-0/+1
|\ \ | |/
* | Add the powerpc support.attilio2011-05-091-4/+6
|/
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-1/+1
* Use local TLB_UNLOCKED marker instead of MTX_UNOWNED for Book-E PowerPC trapraj2010-11-111-2/+0
* Introduce inheritance into the PowerPC MMU kobj interface.grehan2010-09-151-6/+1
* Convert Freescale PowerPC platforms to FDT convention.raj2010-07-111-8/+8
* Remove debugging printf() -- that is, I assume it was for debugging :-)marcel2010-06-241-2/+0
* Relax one of the new assertions in pmap_enter() a little. Specifically,alc2010-06-111-1/+2
* Reduce the scope of the page queues lock and the number ofalc2010-06-101-17/+17
* Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.alc2010-06-051-2/+4
* In the case that mmu_booke_enter_locked() is changing the attributes of aalc2010-06-011-1/+1
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-261-5/+10
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-241-32/+48
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-161-1/+12
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-081-7/+8
* MFamd64/i386 r207205alc2010-04-301-13/+3
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-4/+7
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-241-0/+29
* 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
OpenPOWER on IntegriCloud