summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi2014-06-051-10/+0Star
* Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-041-11/+11
|\
| * Merge branch 'dt-bus-name' into for-nextRob Herring2014-05-141-22/+16Star
| |\
| * | of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring2014-04-301-11/+11
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-041-1/+1
|\ \ \
| * | | KVM: PPC: Book3S PR: Rework SLB switching codeAlexander Graf2014-05-301-1/+1
* | | | Merge tag 'signed-for-3.15' of git://github.com/agraf/linux-2.6 into kvm-masterPaolo Bonzini2014-05-131-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | KVM guest: Make pv trampoline code executableAlexander Graf2014-04-291-0/+4
| |/ /
* | / powerpc/mm: Fix tlbie to add AVAL fields for 64K pagesAneesh Kumar K.V2014-04-281-22/+16Star
| |/ |/|
* | powerpc/mm: fix ".__node_distance" undefinedMike Qiu2014-04-191-0/+1
|/
* power, sched: stop updating inside arch_update_cpu_topology() when nothing to...Michael Wang2014-04-091-0/+15
* powerpc/mm: NUMA pte should be handled via slow path in get_user_pages_fast()Aneesh Kumar K.V2014-04-091-0/+13
* Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-03-242-23/+51
|\
| * powerpc/booke64: Critical and machine check exception supportScott Wood2014-03-201-0/+11
| * powerpc/booke64: Use SPRG_TLB_EXFRAME on bolted handlersScott Wood2014-03-201-16/+28
| * powerpc/e6500: Make TLB lock recursiveScott Wood2014-03-201-7/+12
* | powerpc/mm: Make sure a local_irq_disable prevent a parallel THP splitAneesh Kumar K.V2014-03-231-0/+5
|/
* powerpc/book3e: Fix check for linear mapping in TLB miss handlerBenjamin Krill2014-03-071-1/+2
* powerpc/pseries: Use remove_memory() to remove memoryNathan Fontenot2014-03-071-1/+6
* powerpc/mm: Add new "set" flag argument to pte/pmd update functionAneesh Kumar K.V2014-02-172-6/+8
* powerpc: Fix kdump hang issue on p8 with relocation on exception enabled.Mahesh Salgaonkar2014-02-111-0/+14
* powerpc/hugetlb: Replace __get_cpu_var with get_cpu_varTiejun Chen2014-01-291-1/+3
* powerpc/mm: Fix mmap errno when MAP_FIXED is set and mapping exceeds the allo...jmarchan@redhat.com2014-01-291-1/+1
* powerpc/numa: Fix decimal permissionsJoe Perches2014-01-291-1/+1
* Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-01-292-1/+4
|\
| * powerpc/booke64: Guard e6500 tlb handler with CONFIG_PPC_FSL_BOOK3EScott Wood2014-01-182-1/+4
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-2816-79/+503
|\|
| * Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-01-159-42/+384
| |\
| | * powerpc/booke-64: fix tlbsrx. path in bolted tlb handlerScott Wood2014-01-111-1/+2
| | * powerpc/fsl-book3e-64: Use paca for hugetlb TLB1 entry selectionScott Wood2014-01-101-10/+41
| | * powerpc/e6500: TLB miss handler with hardware tablewalk supportScott Wood2014-01-104-26/+251
| | * powerpc: add barrier after writing kernel PTEScott Wood2014-01-102-0/+13
| | * powerpc/fsl_booke: smp support for booting a relocatable kernel above 64MKevin Hao2014-01-103-4/+6
| | * powerpc/fsl_booke: make sure PAGE_OFFSET map to memstart_addr for relocatable...Kevin Hao2014-01-102-7/+37
| | * powerpc/fsl_booke: introduce map_mem_in_cams_addrKevin Hao2014-01-101-3/+10
| | * powerpc/fsl_booke: set the tlb entry for the kernel address in AS1Kevin Hao2014-01-102-0/+4
| | * powerpc: enable the relocatable support for the fsl booke 32bit kernelKevin Hao2014-01-101-0/+28
| | * powerpc/fsl_booke: protect the access to MAS7Kevin Hao2014-01-101-1/+2
| * | powerpc: Make add_system_ram_resources() __initGeert Uytterhoeven2014-01-151-1/+1
| * | powerpc: Add debug checks to catch invalid cpu-to-node mappingsSrivatsa S. Bhat2014-01-151-2/+24
| * | powerpc: Fix the setup of CPU-to-Node mappings during CPU onlineSrivatsa S. Bhat2014-01-151-3/+67
| * | powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-153-3/+0Star
| |/
| * powerpc/mm: Only check for _PAGE_PRESENT in set_pte/pmd functionsAneesh Kumar K.V2013-12-092-2/+2
| * powerpc/mm: Free up _PAGE_COHERENCE for numa fault use laterAneesh Kumar K.V2013-12-094-7/+25
| * powerpc: Move the patch_exception to a common placeKevin Hao2013-12-021-19/+0Star
* | memblock: make memblock_set_node() support different memblock_typeTang Chen2014-01-222-4/+6
|/
* powerpc/booke: Only check for hugetlb in flush if vma != NULLScott Wood2013-11-222-3/+2Star
* powerpc: ppc64 address space capped at 32TB, mmap randomisation disabledAnton Blanchard2013-11-211-1/+1
* powerpc: Fix __get_user_pages_fast() irq handlingHeiko Carstens2013-11-211-2/+3
* powerpc: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-152-4/+8