summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm/radix: Implement STRICT_RWX/mark_rodata_ro() for RadixBalbir Singh2017-07-042-2/+69
* powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh2017-07-042-0/+49
* powerpc/mm/radix: Fix execute permissions for interrupt_vectorsBalbir Singh2017-07-031-1/+2
* Merge branch 'fixes' into nextMichael Ellerman2017-07-031-1/+1
|\
| * powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceAneesh Kumar K.V2017-06-081-1/+1
* | powerpc/mm: Wire up hpte_removebolted for powernvAnton Blanchard2017-07-021-0/+33
* | powerpc/mm: Add devmap support for ppc64Oliver O'Halloran2017-07-025-6/+9
* | powerpc/vmemmap: Add altmap supportOliver O'Halloran2017-07-022-5/+26
* | powerpc/vmemmap: Reshuffle vmemmap_free()Oliver O'Halloran2017-07-021-23/+25
* | powerpc/hugetlbfs: Export HPAGE_SHIFTOliver O'Halloran2017-07-021-0/+1
* | powerpc: use spin loop primitives in some functionsNicholas Piggin2017-07-021-1/+4
* | powerpc/mm: Add comments on vmemmap physical mappingAnshuman Khandual2017-06-281-0/+21
* | powerpc/mm: Add comments to the vmemmap layoutAnshuman Khandual2017-06-281-0/+75
* | powerpc: Only do ERAT invalidate on radix context switch on P9 DD1Benjamin Herrenschmidt2017-06-271-5/+10
* | powerpc/mm: Trace tlbie(l) instructionsBalbir Singh2017-06-235-2/+25
* | powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()Michael Ellerman2017-06-212-12/+4
* | powerpc/64s: Preserve r3 in slb_allocate_realmode()Nicholas Piggin2017-06-201-10/+14
* | powerpc/mm/radix: Only add X for pages overlapping kernel textMichael Ellerman2017-06-151-3/+11
* | powerpc/mm: Rename map_page() to map_kernel_page() on 32-bitChristophe Leroy2017-06-055-9/+8
* | powerpc/mm/hugetlb: Add support for page accountingBalbir Singh2017-06-051-1/+1
* | powerpc/mm/book(e)(3s)/32: Add page table accountingBalbir Singh2017-06-051-1/+1
* | powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh2017-06-051-6/+14
* | powerpc/mm/hash: Do a local flush if possible when no batch is activeBalbir Singh2017-06-051-4/+2
* | powerpc/mm: The 8xx doesn't call do_page_fault() for breakpointsChristophe Leroy2017-06-021-1/+1
* | powerpc/mm: Evaluate user_mode(regs) only once in do_page_fault()Christophe Leroy2017-06-021-6/+7
* | powerpc/mm: Remove a redundant test in do_page_fault()Christophe Leroy2017-06-021-1/+1
* | powerpc/mm: Only call store_updates_sp() on stores in do_page_fault()Christophe Leroy2017-06-021-1/+1
* | powerpc/mm: Remove __this_fixmap_does_not_exist()Christophe Leroy2017-06-021-5/+0
* | powerpc/mm/ptdump: Dump the first entry of the linear mapping as wellBalbir Singh2017-06-021-1/+1
|/
* powerpc/mm: Fix crash in page table dump with huge pagesMichael Ellerman2017-05-171-3/+4
* scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-091-1/+1
* Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-0520-322/+604
|\
| * powerpc/mm/radix: Drop support for CPUs without lockless tlbieMichael Ellerman2017-05-031-38/+7
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-04-281-0/+39
| |\
| | * powerpc/mmu: Add real mode support for IOMMU preregistered memoryAlexey Kardashevskiy2017-03-271-0/+39
| * | powerpc/mm: Rename table dump file nameChristophe Leroy2017-04-271-1/+1
| * | powerpc/mm: On PPC32, display 32 bits addresses in page table dumpChristophe Leroy2017-04-271-0/+5
| * | powerpc/mm: Fix missing page attributes in page table dumpChristophe Leroy2017-04-271-0/+9
| * | powerpc/mm: Fix page table dump build on PPC32Christophe Leroy2017-04-271-11/+48
| * | powerpc/mm/radix: Optimise tlbiel flush all caseAneesh Kumar K.V2017-04-271-2/+13
| * | powerpc/mm/radix: Optimise Page Walk Cache flushAneesh Kumar K.V2017-04-271-2/+13
| * | powerpc/mm: Fix possible out-of-bounds shift in arch_mmap_rnd()Michael Ellerman2017-04-261-1/+1
| * | powerpc/mm: Add support for runtime configuration of ASLR limitsMichael Ellerman2017-04-211-5/+6
| * | powerpc/iommu: Do not call PageTransHuge() on tail pagesAlexey Kardashevskiy2017-04-191-2/+2
| * | powerpc/mmap: Any hint > 128TB searches the full VA spaceAneesh Kumar K.V2017-04-192-3/+6
| * | powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limitAneesh Kumar K.V2017-04-194-10/+10
| * | powerpc/mm/hash: Don't open code VMALLOC_INDEXAneesh Kumar K.V2017-04-131-1/+1
| * | powerpc/mm: Fix hash table dump when memory is not contiguousRashmica Gupta2017-04-121-1/+1
| * | powerpc/mm: Add physical address to Linux page table dumpOliver O'Halloran2017-04-121-2/+16
| * | powerpc/mm: Fix missing _PAGE_NON_IDEMPOTENT in pgtable dumpOliver O'Halloran2017-04-121-0/+13