aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-12powerpc/mm: Return NULL for not present hugetlb pageAneesh Kumar K.V1-9/+16
2015-05-12powerpc/thp: Serialize pmd clear against a linux page table walk.Aneesh Kumar K.V1-0/+11
2015-04-23powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabledAneesh Kumar K.V1-0/+1
2015-04-17powerpc/mm/thp: Return pte address if we find trans_splitting.Aneesh Kumar K.V1-5/+4
2015-04-17powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2-7/+17
2015-04-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into fixesMichael Ellerman1-0/+1
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds15-78/+118
2015-04-15powerpc/hugetlb: Call mm_dec_nr_pmds() in hugetlb_free_pmd_range()Scott Wood1-0/+1
2015-04-14mm: expose arch_mmap_rnd when availableKees Cook1-2/+2
2015-04-14powerpc: standardize mmap_rnd() usageKees Cook1-11/+15
2015-04-10powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman3-10/+6
2015-04-10powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabledMichael Ellerman7-9/+9
2015-04-07powerpc/mm: Change setbat() to take a pgprot_t rather than flagsMichael Ellerman2-2/+3
2015-04-07powerpc/mm: Remove duplicate declaration of setbat()Michael Ellerman1-3/+0
2015-03-26Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into testMichael Ellerman1-1/+1
2015-03-26powerpc/mm: Free string after creating kmem cacheYanjiang Jin1-0/+1
2015-03-23powerpc/32: %pF is only for function pointersScott Wood1-1/+1
2015-03-23powerpc/numa: Reset node_possible_map to only node_online_mapNishanth Aravamudan1-0/+7
2015-03-18powerpc/vphn: parsing code rewriteGreg Kurz2-20/+40
2015-03-18powerpc/vphn: move VPHN parsing logic to a separate fileGreg Kurz4-58/+70
2015-03-18powerpc/vphn: move endianness fixing to vphn_unpack_associativity()Greg Kurz1-4/+6
2015-03-18powerpc/vphn: clarify the H_HOME_NODE_ASSOCIATIVITY APIGreg Kurz1-2/+6
2015-03-17powerpc: Remove duplicate cacheable_memcpy/memzero functionsKyle Moffett1-1/+1
2015-02-16powerpc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-1/+1
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linuxLinus Torvalds1-2/+2
2015-02-12ppc64: add paranoid warnings for unexpected DSISR_PROTFAULTMel Gorman2-13/+15
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman3-9/+10
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+10
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds5-37/+65
2015-02-11arch/powerpc/mm/subpage-prot.c: use walk->vma and walk_page_vma()Naoya Horiguchi1-4/+2
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-0/+8
2015-02-04powerpc/mm: Warn on flushing tlb page in kernel contextArseny Solokha1-1/+5
2015-01-30powerpc/mm: bail out early when flushing TLB pageArseny Solokha1-1/+4
2015-01-29powerpc32: Use kmem_cache memory for PGDIRLEROY Christophe1-2/+14
2015-01-29powerpc/8xx: reduce pressure on TLB due to context switchesLEROY Christophe1-1/+42
2015-01-29powerpc32: adds handling of _PAGE_ROLEROY Christophe1-1/+1
2015-01-29powerpc: Remove duplicate tlbcam_index declarationsEmil Medve2-3/+0
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2-1/+3
2015-01-28powerpc: Remove some unused functionsMichael Ellerman1-29/+0
2015-01-19ppc/hugetlbfs: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger1-2/+2
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2-2/+2
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds17-704/+264
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds1-2/+1
2014-12-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+0
2014-12-05powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V6-37/+58
2014-12-02Merge remote-tracking branch 'benh/next' into nextMichael Ellerman5-118/+110
2014-12-02powerpc/mm/thp: Use tlbiel if possibleAneesh Kumar K.V4-10/+33
2014-12-02powerpc/mm/thp: Remove code duplicationAneesh Kumar K.V3-107/+63
2014-12-02powerpc/mm/hugetlb: Sanity check gigantic hugepage countJames Yang1-0/+7