summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
AgeCommit message (Expand)Author
2019-12-05powerpc/mm: Make NULL pointer deferences explicit on bad page faults.Christophe Leroy
2019-12-05powerpc/book3s/32: fix number of bats in p/v_block_mapped()Christophe Leroy
2019-12-01powerpc/64s/radix: Fix radix__flush_tlb_collapsed_pmd double flushing pmdNicholas Piggin
2019-12-01powerpc/mm/radix: Fix small page at boundary when splittingMichael Ellerman
2019-12-01powerpc/mm/radix: Fix overuse of small pages in splitting logicMichael Ellerman
2019-12-01powerpc/mm/radix: Fix off-by-one in split mapping logicMichael Ellerman
2019-11-24powerpc/64s/radix: Explicitly flush ERAT with local LPID invalidationNicholas Piggin
2019-11-20powerpc/64s/hash: Fix stab_rr off by one initializationNicholas Piggin
2019-11-10powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V
2019-10-11powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V
2019-10-11powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()Gautham R. Shenoy
2019-09-21powerpc/mm/radix: Use the right page size for vmemmap mappingAneesh Kumar K.V
2019-09-16powerpc/mm: Limit rma_size to 1TB when running without HV modeSuraj Jitindar Singh
2019-09-16powerpc/pkeys: Fix handling of pkey state across fork()Ram Pai
2019-07-31powerpc/mm: Handle page table allocation failuresAneesh Kumar K.V
2019-06-25powerpc/mm/64s/hash: Reallocate context ids on forkMichael Ellerman
2019-05-31powerpc/numa: improve control of topology updatesNathan Lynch
2019-05-08powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown ...Aneesh Kumar K.V
2019-04-05powerpc/pseries: Perform full re-add of CPU for topology update post-migrationNathan Fontenot
2019-04-05powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callbackAneesh Kumar K.V
2019-04-03powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)Diana Craciun
2019-02-15powerpc/radix: Fix kernel crash with mremap()Aneesh Kumar K.V
2019-02-12powerpc/mm: Fix reporting of kernel execute faults on the 8xxChristophe Leroy
2019-01-13powerpc/mm: Fallback to RAM if the altmap is unusableOliver O'Halloran
2019-01-13powerpc/mm: Fix linux page tables build with some configsMichael Ellerman
2018-12-01powerpc/numa: Suppress "VPHN is not supported" messagesSatheesh Rajendran
2018-11-21Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"Christophe Leroy
2018-11-21powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleakChristophe Leroy
2018-11-21powerpc/nohash: fix undefined behaviour when testing page size supportDaniel Axtens
2018-11-21powerpc/mm: fix always true/false warning in slice.cChristophe Leroy
2018-11-21powerpc/mm: Fix page table dump to work on RadixMichael Ellerman
2018-11-13powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9Nicholas Piggin
2018-10-07Merge tag 'powerpc-4.19-4' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman
2018-10-05powerpc/numa: Skip onlining a offline node in kdump pathSrikar Dronamraju
2018-09-28Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman
2018-09-25powerpc/numa: Use associativity if VPHN hcall is successfulSrikar Dronamraju
2018-09-24powerpc/pseries: Fix unitialized timer reset on migrationMichael Bringmann
2018-09-20powerpc/pkeys: Fix reading of ibm, processor-storage-keys propertyThiago Jung Bauermann
2018-09-18powerpc: Avoid code patching freed init sectionsMichael Neuling
2018-09-12KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-08-24Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-08-23powerpc/mce: Fix SLB rebolting during MCE recovery path.Mahesh Salgaonkar
2018-08-23KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pagesPaul Mackerras
2018-08-23powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transitionAneesh Kumar K.V
2018-08-21ppc: Convert mmu context allocation to new IDA APIMatthew Wilcox
2018-08-21powerpc/topology: Get topology for shared processors at bootSrikar Dronamraju
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-08-13powerpc/mm/book3s/radix: Add mapping statisticsAneesh Kumar K.V