summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
AgeCommit message (Expand)Author
2017-06-27powerpc: Only do ERAT invalidate on radix context switch on P9 DD1Benjamin Herrenschmidt
2017-06-23powerpc/mm: Trace tlbie(l) instructionsBalbir Singh
2017-06-21powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()Michael Ellerman
2017-06-20powerpc/64s: Preserve r3 in slb_allocate_realmode()Nicholas Piggin
2017-06-15powerpc/mm/radix: Only add X for pages overlapping kernel textMichael Ellerman
2017-06-05powerpc/mm: Rename map_page() to map_kernel_page() on 32-bitChristophe Leroy
2017-06-05powerpc/mm/hugetlb: Add support for page accountingBalbir Singh
2017-06-05powerpc/mm/book(e)(3s)/32: Add page table accountingBalbir Singh
2017-06-05powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh
2017-06-05powerpc/mm/hash: Do a local flush if possible when no batch is activeBalbir Singh
2017-06-02powerpc/mm: The 8xx doesn't call do_page_fault() for breakpointsChristophe Leroy
2017-06-02powerpc/mm: Evaluate user_mode(regs) only once in do_page_fault()Christophe Leroy
2017-06-02powerpc/mm: Remove a redundant test in do_page_fault()Christophe Leroy
2017-06-02powerpc/mm: Only call store_updates_sp() on stores in do_page_fault()Christophe Leroy
2017-06-02powerpc/mm: Remove __this_fixmap_does_not_exist()Christophe Leroy
2017-06-02powerpc/mm/ptdump: Dump the first entry of the linear mapping as wellBalbir Singh
2017-05-17powerpc/mm: Fix crash in page table dump with huge pagesMichael Ellerman
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-05-03powerpc/mm/radix: Drop support for CPUs without lockless tlbieMichael Ellerman
2017-04-28Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2017-04-27powerpc/mm: Rename table dump file nameChristophe Leroy
2017-04-27powerpc/mm: On PPC32, display 32 bits addresses in page table dumpChristophe Leroy
2017-04-27powerpc/mm: Fix missing page attributes in page table dumpChristophe Leroy
2017-04-27powerpc/mm: Fix page table dump build on PPC32Christophe Leroy
2017-04-27powerpc/mm/radix: Optimise tlbiel flush all caseAneesh Kumar K.V
2017-04-27powerpc/mm/radix: Optimise Page Walk Cache flushAneesh Kumar K.V
2017-04-26powerpc/mm: Fix possible out-of-bounds shift in arch_mmap_rnd()Michael Ellerman
2017-04-21powerpc/mm: Add support for runtime configuration of ASLR limitsMichael Ellerman
2017-04-19powerpc/iommu: Do not call PageTransHuge() on tail pagesAlexey Kardashevskiy
2017-04-19powerpc/mmap: Any hint > 128TB searches the full VA spaceAneesh Kumar K.V
2017-04-19powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limitAneesh Kumar K.V
2017-04-13powerpc/mm/hash: Don't open code VMALLOC_INDEXAneesh Kumar K.V
2017-04-12powerpc/mm: Fix hash table dump when memory is not contiguousRashmica Gupta
2017-04-12powerpc/mm: Add physical address to Linux page table dumpOliver O'Halloran
2017-04-12powerpc/mm: Fix missing _PAGE_NON_IDEMPOTENT in pgtable dumpOliver O'Halloran
2017-04-11powerpc/mm: Remove reduntant initmem information from logAnshuman Khandual
2017-04-11powerpc/nohash: Fix use of mmu_has_feature() in setup_initial_memory_limit()Michael Ellerman
2017-04-11powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman
2017-04-11powerpc/mm/radix: Remove unnecessary ptesyncAneesh Kumar K.V
2017-04-11powerpc/mm/radix: Don't do page walk cache flush when doing full mm flushAneesh Kumar K.V
2017-04-05powerpc/mm: Add missing global TLB invalidate if cxl is activeFrederic Barrat
2017-04-04powerpc/powernv: Introduce address translation services for Nvlink2Alistair Popple
2017-04-03powerpc/mm: Remove stale comment about the DART holeOliver O'Halloran
2017-04-03powerpc: Avoid taking a data miss on every userspace instruction missAnton Blanchard
2017-04-01powerpc/mm: Enable mappings above 128TBAneesh Kumar K.V
2017-04-01powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limitAneesh Kumar K.V
2017-04-01powerpc/pseries: Skip using reserved virtual address rangeAneesh Kumar K.V
2017-04-01powerpc/mm/hash: Store addr_limit in PACAAneesh Kumar K.V
2017-04-01powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V