summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
...
| | * powerpc/e6500: Work around erratum A-008139Scott Wood2014-07-291-12/+56
| * | powerpc: Remove power3 from commentsMichael Ellerman2014-07-282-2/+2
| * | powerpc: Remove CONFIG_POWER3Michael Ellerman2014-07-281-1/+1
| * | powerpc: Remove MMU_FTR_SLBMichael Ellerman2014-07-281-4/+2
| * | powerpc: Remove STAB codeMichael Ellerman2014-07-283-303/+5
| * | Merge branch 'merge' into nextBenjamin Herrenschmidt2014-07-111-11/+1
| |\ \ | | |/ | |/|
| * | powerpc/booke64: wrap tlb lock and search in htw miss with FTR_SMTLaurentiu Tudor2014-06-201-0/+4
| * | powerpc/e6500: hw tablewalk: fix recursive tlb lock on cpu 0Scott Wood2014-06-201-1/+2
| * | powerpc/e6500: hw tablewalk: clear TID in kernel indirect entriesScott Wood2014-06-201-7/+5
* | | memory-hotplug: ppc: suitable memory should go to ZONE_MOVABLEWang Nan2014-08-061-1/+2
| |/ |/|
* | powerpc: Clean up MMU_FTRS_A2 and MMU_FTR_TYPE_3EMichael Ellerman2014-07-111-11/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-105-62/+107
|\
| * powerpc/mm: Check paca psize is up to date for huge mappingsMichael Ellerman2014-06-061-11/+20
| * powerpc/fsl-booke64: Set vmemmap_psize to 4KScott Wood2014-05-221-1/+6
| * Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt2014-05-054-46/+58
| |\
| | * powerpc: Fix branch patching code for ABIv2Anton Blanchard2014-04-234-33/+47
| | * powerpc: Use ppc_function_entry instead of open coding itAnton Blanchard2014-04-231-10/+8
| | * powerpc: No need to use dot symbols when branching to a functionAnton Blanchard2014-04-231-4/+4
| * | powerpc/mm: use macro PGTABLE_EADDR_SIZE instead of digitalLiu Ping Fan2014-05-011-1/+1
| * | powerpc: Use 64k io pages when we never see an HEAAlexander Graf2014-05-011-3/+22
* | | hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi2014-06-041-10/+0
* | | 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-131-22/+16
| |\| |
| * | | 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/+16
| |/ |/|
* | powerpc/mm: fix ".__node_distance" undefinedMike Qiu2014-04-181-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-191-0/+11
| * powerpc/booke64: Use SPRG_TLB_EXFRAME on bolted handlersScott Wood2014-03-191-16/+28
| * powerpc/e6500: Make TLB lock recursiveScott Wood2014-03-191-7/+12
* | powerpc/mm: Make sure a local_irq_disable prevent a parallel THP splitAneesh Kumar K.V2014-03-241-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-172-1/+4
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-2716-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-101-1/+2
| | * powerpc/fsl-book3e-64: Use paca for hugetlb TLB1 entry selectionScott Wood2014-01-091-10/+41