summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2018-05-25powerpc/sparse: Fix plain integer as NULL pointer warningMathieu Malaterre2-6/+6
2018-05-24powerpc/mm: Only read faulting instruction when necessary in do_page_fault()Christophe Leroy1-16/+34
2018-05-24powerpc/mm: Use instruction symbolic names in store_updates_sp()Christophe Leroy1-13/+13
2018-05-15powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V4-6/+1
2018-05-15powerpc/mm: Implement helpers for pagetable fragment support at PMD levelAneesh Kumar K.V4-6/+119
2018-05-15powerpc/book3s64/mm: Simplify the rcu callback for page table freeAneesh Kumar K.V1-19/+26
2018-05-15powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragmentAneesh Kumar K.V2-13/+8
2018-05-15powerpc/mm/nohash: Remove pte fragment dependency from nohashAneesh Kumar K.V2-114/+114
2018-05-15powerpc/mm: Rename pte fragment functionsAneesh Kumar K.V1-4/+5
2018-05-15powerpc/mm: Use pmd_lockptr instead of opencoding itAneesh Kumar K.V3-6/+8
2018-05-15powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64Aneesh Kumar K.V2-56/+54
2018-05-10powerpc/syscalls: Switch trivial cases to SYSCALL_DEFINEAl Viro1-1/+3
2018-05-03powerpc/fadump: Do not use hugepages when fadump is activeHari Bathini2-2/+11
2018-04-24powerpc/mm: Flush cache on memory hot(un)plugBalbir Singh1-0/+2
2018-04-15Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-3/+3
2018-04-12powerpc/mm/radix: Fix checkstops caused by invalid tlbielMichael Ellerman1-3/+2
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-12/+16
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko1-2/+1
2018-04-11powerpc/8xx: Fix build with hugetlbfs enabledAneesh Kumar K.V1-0/+1
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds24-445/+662
2018-04-06mm, powerpc: use vma_kernel_pagesize() in vma_mmu_pagesize()Dan Williams1-4/+1
2018-04-06mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGEAnshuman Khandual1-1/+1
2018-04-04powerpc/mm/radix: Parse disable_radix commandline correctly.Aneesh Kumar K.V1-1/+1
2018-04-04powerpc/mm/hugetlb: initialize the pagetable cache correctly for hugetlbAneesh Kumar K.V1-5/+13
2018-04-04powerpc/mm/radix: Update pte fragment count from 16 to 256 on radixAneesh Kumar K.V1-6/+2
2018-04-04powerpc/mm/keys: Update documentation and remove unnecessary checkAneesh Kumar K.V2-23/+16
2018-04-01powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXTMathieu Malaterre1-1/+1
2018-03-31powerpc/64s: Remove POWER4 supportNicholas Piggin1-4/+5
2018-03-31powerpc/mm/32: Remove the reserved memory hackJonathan Neuschäfer3-8/+1
2018-03-31powerpc/mm/32: Use page_is_ram to check for RAMJonathan Neuschäfer1-0/+1
2018-03-31powerpc/mm: Use memblock API for PPC32 page_is_ramJonathan Neuschäfer1-4/+0
2018-03-31powerpc/mm: Simplify page_is_ram by using memblock_is_memoryJonathan Neuschäfer1-7/+1
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman6-86/+169
2018-03-30powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V3-11/+4
2018-03-30powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V8-10/+149
2018-03-30powerpc/mm/slice: Consolidate return path in slice_get_unmapped_area()Aneesh Kumar K.V1-16/+20
2018-03-30powerpc/mm: Fix thread_pkey_regs_init()Ram Pai1-3/+3
2018-03-30powerpc/mm: Pass node id into create_section_mappingNicholas Piggin4-15/+15
2018-03-30powerpc/64s/radix: Allocate kernel page tables node-local if possibleNicholas Piggin1-24/+80
2018-03-30powerpc/64s/radix: Split early page table mapping to its own functionNicholas Piggin1-47/+65
2018-03-30powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin2-14/+23
2018-03-30powerpc/64s: Allocate LPPACAs individuallyNicholas Piggin1-2/+2
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin1-1/+1
2018-03-28Merge branch 'fixes' into nextMichael Ellerman4-80/+107
2018-03-27powerpc/mm: Fix typo in commentsAlexey Kardashevskiy1-7/+7
2018-03-27powerpc/mm: Fix section mismatch warning in stop_machine_change_mapping()Mauricio Faria de Oliveira3-10/+10
2018-03-27powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9Paul Mackerras1-0/+6
2018-03-23powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V3-1/+31
2018-03-23powerpc/mm/radix: Move the functions that does the actual tlbie closerAneesh Kumar K.V1-32/+32
2018-03-23powerpc/mm/radix: Remove unused codeAneesh Kumar K.V1-40/+0