summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2019-02-15powerpc/radix: Fix kernel crash with mremap()Aneesh Kumar K.V1-0/+22
2019-02-12powerpc/mm: Fix reporting of kernel execute faults on the 8xxChristophe Leroy1-1/+3
2019-01-13powerpc/mm: Fallback to RAM if the altmap is unusableOliver O'Halloran1-3/+16
2019-01-13powerpc/mm: Fix linux page tables build with some configsMichael Ellerman1-0/+1
2018-12-01powerpc/numa: Suppress "VPHN is not supported" messagesSatheesh Rajendran1-1/+1
2018-11-21Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"Christophe Leroy1-1/+1
2018-11-21powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleakChristophe Leroy1-0/+3
2018-11-21powerpc/nohash: fix undefined behaviour when testing page size supportDaniel Axtens1-0/+3
2018-11-21powerpc/mm: fix always true/false warning in slice.cChristophe Leroy1-7/+14
2018-11-21powerpc/mm: Fix page table dump to work on RadixMichael Ellerman1-3/+9
2018-11-13powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9Nicholas Piggin1-2/+2
2018-10-07Merge tag 'powerpc-4.19-4' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman1-2/+3
2018-10-05powerpc/numa: Skip onlining a offline node in kdump pathSrikar Dronamraju1-2/+3
2018-09-29Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman3-3/+8
2018-09-25powerpc/numa: Use associativity if VPHN hcall is successfulSrikar Dronamraju1-1/+3
2018-09-24powerpc/pseries: Fix unitialized timer reset on migrationMichael Bringmann1-1/+2
2018-09-20powerpc/pkeys: Fix reading of ibm, processor-storage-keys propertyThiago Jung Bauermann1-1/+1
2018-09-18powerpc: Avoid code patching freed init sectionsMichael Neuling1-0/+2
2018-09-12KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy2-53/+30
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-40/+4
2018-08-24Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-21/+26
2018-08-23powerpc/mce: Fix SLB rebolting during MCE recovery path.Mahesh Salgaonkar1-1/+1
2018-08-23KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pagesPaul Mackerras1-7/+10
2018-08-23powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transitionAneesh Kumar K.V1-3/+5
2018-08-22ppc: Convert mmu context allocation to new IDA APIMatthew Wilcox1-40/+4
2018-08-21powerpc/topology: Get topology for shared processors at bootSrikar Dronamraju1-10/+10
2018-08-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+5
2018-08-18mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2-4/+5
2018-08-13powerpc/mm/book3s/radix: Add mapping statisticsAneesh Kumar K.V2-5/+36
2018-08-13Merge branch 'fixes' into nextMichael Ellerman1-2/+35
2018-08-10powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin1-0/+39
2018-08-10powerpc/mm: remove warning about ‘type’ being setMathieu Malaterre1-1/+1
2018-08-07powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao1-2/+2
2018-08-07powerpc/64s: Fix page table fragment refcount race vs speculative referencesNicholas Piggin2-10/+15
2018-08-07powerpc/64s: free page table caches at exit_mmap timeNicholas Piggin1-2/+3
2018-07-30powerpc/44x: Mark mmu_init_secondary() as __initAlexey Spirkov1-1/+1
2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy6-6/+0
2018-07-30powerpc: remove superflous inclusions of asm/fixmap.hChristophe Leroy1-1/+0
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy5-0/+5
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy1-0/+1
2018-07-24powerpc/mm/hash: Reduce contention on hpte lockAneesh Kumar K.V1-16/+33
2018-07-24powerpc/mm/hash: Add hpte_get_old_v and use that instead of opencodingAneesh Kumar K.V1-20/+7
2018-07-24powerpc/mm/hash: Remove the superfluous bitwise operation when find hpte groupAneesh Kumar K.V5-24/+20
2018-07-24powerpc/pkeys: make protection key 0 less specialRam Pai1-7/+6
2018-07-24powerpc/pkeys: Preallocate execute-only keyRam Pai1-45/+18
2018-07-24powerpc/pkeys: Fix calculation of total pkeys.Ram Pai1-1/+1
2018-07-24powerpc/pkeys: key allocation/deallocation must not change pkey registersRam Pai1-27/+0
2018-07-24powerpc/pkeys: Deny read/write/execute by defaultRam Pai1-5/+3
2018-07-24powerpc/pkeys: Give all threads control of their key permissionsRam Pai1-18/+26
2018-07-19powerpc/hugetlbpage: Rmove unhelpful HUGEPD_*_SHIFT macrosDavid Gibson1-13/+4