summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | powerpc/mm: Rework & cleanup page table freeing code pathBenjamin Herrenschmidt2009-08-204-0/+36
| * | powerpc/mm: Make low level TLB flush ops on BookE take additional argsBenjamin Herrenschmidt2009-08-203-17/+47
| * | powerpc/mm: Add support for early ioremap on non-hash 64-bit processorsBenjamin Herrenschmidt2009-08-201-5/+54
| * | powerpc/mm: Add HW threads support to no_hash TLB managementBenjamin Herrenschmidt2009-08-202-33/+70
| * | powerpc: Use names rather than numbers for SPRGs (v2)Benjamin Herrenschmidt2009-08-201-2/+2
| * | powerpc: Preload application text segment instead of TASK_UNMAPPED_BASEAnton Blanchard2009-08-201-9/+8
| * | powerpc: Rearrange SLB preload codeAnton Blanchard2009-08-201-13/+8
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-146-28/+22
| |\ \ | | |/
| * | Merge branch 'master' into for-nextTejun Heo2009-07-042-0/+78
| |\ \
| * | | percpu: cleanup percpu array definitionsTejun Heo2009-06-241-1/+1
* | | | powerpc: Allow perf_counters to access user memory at interrupt timePaul Mackerras2009-08-182-12/+36
| |_|/ |/| |
* | | powerpc/mm: Fix SMP issue with MMU context handling codeKumar Gala2009-07-291-0/+1
* | | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt2009-07-271-2/+2
* | | powerpc: Use pr_devel() in do_dcache_icache_coherency()Michael Ellerman2009-07-081-2/+2
* | | powerpc: Use pr_devel() in arch/powerpc/mm/gup.cMichael Ellerman2009-07-081-5/+5
* | | powerpc: Cleanup & use pr_devel() in arch/powerpc/mm/slb.cMichael Ellerman2009-07-081-10/+3
* | | powerpc: Use pr_devel() in arch/powerpc/mm/mmu_context_nohash.cMichael Ellerman2009-07-081-8/+8
* | | powerpc: Remove unnecessary semicolonsJoe Perches2009-07-081-1/+1
| |/ |/|
* | powerpc/mm: Make k(un)map_atomic out of lineBenjamin Herrenschmidt2009-06-262-0/+78
|/
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-1/+1
* powerpc: Add configurable -Werror for arch/powerpcMichael Ellerman2009-06-161-0/+2
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-151-1/+1
|\
| * trivial: spelling fix in ppc code commentsSankar P2009-06-121-1/+1
* | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-121-1/+9
|\ \ | |/
| * perf_counter: Standardize event namesPeter Zijlstra2009-06-111-3/+3
| * Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-017-12/+425
| |\
| * \ Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-181-1/+1
| |\ \
| * \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-293-3/+2
| |\ \ \
| * | | | perf_counter: allow for data addresses to be recordedPeter Zijlstra2009-04-081-3/+5
| * | | | perf_counter: provide major/minor page fault software eventsPeter Zijlstra2009-04-061-1/+4
| * | | | perf_counter: provide pagefault software eventsPeter Zijlstra2009-04-061-0/+3
* | | | | powerpc: Shield code specific to 64-bit server processorsBenjamin Herrenschmidt2009-06-092-3/+6
* | | | | powerpc: Set init_bootmem_done on NUMA platforms as wellBenjamin Herrenschmidt2009-06-091-0/+2
* | | | | powerpc/mm: Fix a AB->BA deadlock scenario with nohash MMU context lockBenjamin Herrenschmidt2009-06-091-3/+4
* | | | | powerpc/mm: Fix some SMP issues with MMU context handlingBenjamin Herrenschmidt2009-06-091-4/+8
* | | | | Merge branch 'merge' into nextBenjamin Herrenschmidt2009-05-297-12/+425
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency.Benjamin Herrenschmidt2009-05-272-67/+45
| * | | | powerpc: Minor cleanups of kernel virt address space definitionsBenjamin Herrenschmidt2009-05-273-8/+15
| * | | | powerpc: Move dma-noncoherent.c from arch/powerpc/lib to arch/powerpc/mmBenjamin Herrenschmidt2009-05-272-0/+427
| * | | | powerpc/mm: Fix broken MMU PID stealing on !SMPHideo Saito2009-05-261-3/+3
| * | | | powerpc: Do not assert pte_locked for hugepage PTE entriesMel Gorman2009-05-181-1/+2
| | |_|/ | |/| |
* | | | powerpc: Add 2.06 tlbie mnemonicsMilton Miller2009-05-211-2/+11
|/ / /
* | | powerpc: Allow mem=x cmdline to work with 4G+Becky Bruce2009-05-151-1/+1
| |/ |/|
* | powerpc: fix for long standing bug noticed by gcc 4.4.0Stephen Rothwell2009-04-231-1/+1
* | Revert "powerpc: Add support for early tlbilx opcode"Kumar Gala2009-04-231-13/+1
* | powerpc: Fix crash on CPU hotplugMichael Ellerman2009-04-221-1/+1
* | powerpc/mm: Fix compile warningKumar Gala2009-04-071-1/+0
* | powerpc: Add support for early tlbilx opcodeKumar Gala2009-04-071-1/+13
|/
* powerpc/mm: Introduce early_init_mmu() on 64-bitBenjamin Herrenschmidt2009-03-241-2/+34
OpenPOWER on IntegriCloud