summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt1-1/+7
2013-07-01powerpc/numa: Do not update sysfs cpu registration from invalid contextNathan Fontenot1-2/+3
2013-07-01powerpc: Delete __cpuinit usage from all usersPaul Gortmaker5-12/+11
2013-06-21powerpc: Optimize hugepage invalidateAneesh Kumar K.V2-2/+83
2013-06-21powerpc/THP: Enable THP on PPC64Aneesh Kumar K.V1-0/+29
2013-06-21powerpc: split hugepage when using subpage protectionAneesh Kumar K.V1-0/+48
2013-06-21powerpc: disable assert_pte_locked for collapse_huge_pageAneesh Kumar K.V1-0/+8
2013-06-21powerpc: Prevent gcc to re-read the pagetablesAneesh Kumar K.V2-5/+5
2013-06-21powerpc: Make linux pagetable walk safe with THP enabledAneesh Kumar K.V4-38/+68
2013-06-21powerpc/THP: Add code to handle HPTE faults for hugepagesAneesh Kumar K.V3-4/+190
2013-06-21powerpc: Update gup_pmd_range to handle transparent hugepagesAneesh Kumar K.V1-2/+8
2013-06-21powerpc: Replace find_linux_pte with find_linux_pte_or_hugepteAneesh Kumar K.V3-5/+20
2013-06-21powerpc: Update find_linux_pte_or_hugepte to handle transparent hugepagesAneesh Kumar K.V1-6/+26
2013-06-21powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common codeAneesh Kumar K.V2-124/+129
2013-06-21powerpc/THP: Implement transparent hugepages for ppc64Aneesh Kumar K.V2-0/+404
2013-06-21powerpc/THP: Double the PMD table size for THPAneesh Kumar K.V1-3/+6
2013-06-21powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V4-89/+65
2013-06-20powerpc/mm: Make mmap_64.c compile on 32bit powerpcDaniel Walker2-3/+2
2013-06-20powerpc/mm/nohash: Ignore NULL stale_map entriesScott Wood1-3/+6
2013-06-20powerpc: Fix bad pmd error with book3E configAneesh Kumar K.V1-1/+7
2013-06-01powerpc/mm: Always invalidate tlb on hpte invalidate and updateAneesh Kumar K.V1-8/+22
2013-05-14powerpc: Exception hooks for context tracking subsystemLi Zhong2-23/+54
2013-05-14powerpc: Fix build errors STRICT_MM_TYPECHECKSAneesh Kumar K.V1-1/+2
2013-05-06powerpc/tm: Fix null pointer deference in flush_hash_pageMichael Neuling1-0/+1
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds14-379/+929
2013-04-30powerpc: Update tlbie/tlbiel as per ISA docAneesh Kumar K.V1-2/+30
2013-04-30powerpc: Print page size info during bootAneesh Kumar K.V1-5/+5
2013-04-30powerpc: print both base and actual page size on hash failureAneesh Kumar K.V2-6/+8
2013-04-30powerpc: Fix hpte_decode to use the correct decoding for page sizesAneesh Kumar K.V1-31/+22
2013-04-30powerpc: Decode the pte-lp-encoding bits correctly.Aneesh Kumar K.V3-87/+191
2013-04-30powerpc: Use encode avpn where we need only avpn valuesAneesh Kumar K.V1-4/+4
2013-04-30powerpc: Reduce PTE table memory wastageAneesh Kumar K.V2-0/+155
2013-04-30powerpc: Switch 16GB and 16MB explicit hugepages to a different page table fo...Aneesh Kumar K.V2-30/+164
2013-04-30powerpc: New hugepage directory formatAneesh Kumar K.V2-20/+9
2013-04-30powerpc: Don't hard code the size of pte pageAneesh Kumar K.V1-2/+2
2013-04-30powerpc/pseries: Correct builds break when CONFIG_SMP not definedNathan Fontenot1-0/+8
2013-04-30powerpc: Fix build failure after merge of the cgroup treeStephen Rothwell1-0/+1
2013-04-30Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-0/+1
2013-04-30Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt1-2/+16
2013-04-30mm: use vm_unmapped_area() on powerpc architectureMichel Lespinasse1-45/+78
2013-04-30mm: remove free_area_cache use in powerpc architectureMichel Lespinasse2-90/+20
2013-04-30powerpc/mm/numa: use setup_nr_node_ids() instead of opencoding.Cody P Schafer1-6/+3
2013-04-30sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner1-8/+3
2013-04-30mm/PPC: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-5/+1
2013-04-30mm/ppc: use common help functions to free reserved pagesJiang Liu1-27/+2
2013-04-26powerpc/pseries: Add /proc interface to control topology updatesNathan Fontenot1-1/+61
2013-04-26powerpc/pseries: RE-enable Virtual Processor Home Node updatingJesse Larrew1-2/+1
2013-04-26powerpc/pseries: Update NUMA VDSO information when updating CPU mapsJesse Larrew1-1/+7
2013-04-26powerpc/pseries: Use stop machine to update cpu mapsNathan Fontenot1-19/+65
2013-04-26powerpc/pseries: Update CPU maps when device tree is updatedJesse Larrew1-24/+75