summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Make NULL pointer deferences explicit on bad page faults.Christophe Leroy2019-12-051-8/+9
* powerpc/book3s/32: fix number of bats in p/v_block_mapped()Christophe Leroy2019-12-051-2/+2
* powerpc/64s/radix: Fix radix__flush_tlb_collapsed_pmd double flushing pmdNicholas Piggin2019-12-011-1/+0
* powerpc/mm/radix: Fix small page at boundary when splittingMichael Ellerman2019-12-011-2/+2
* powerpc/mm/radix: Fix overuse of small pages in splitting logicMichael Ellerman2019-12-011-2/+2
* powerpc/mm/radix: Fix off-by-one in split mapping logicMichael Ellerman2019-12-011-2/+2
* powerpc/64s/radix: Explicitly flush ERAT with local LPID invalidationNicholas Piggin2019-11-241-0/+1
* powerpc/64s/hash: Fix stab_rr off by one initializationNicholas Piggin2019-11-201-1/+1
* powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V2019-11-102-11/+98
* powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V2019-10-112-3/+3
* powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()Gautham R. Shenoy2019-10-111-1/+8
* powerpc/mm/radix: Use the right page size for vmemmap mappingAneesh Kumar K.V2019-09-211-9/+7
* powerpc/mm: Limit rma_size to 1TB when running without HV modeSuraj Jitindar Singh2019-09-161-0/+9
* powerpc/pkeys: Fix handling of pkey state across fork()Ram Pai2019-09-161-0/+10
* powerpc/mm: Handle page table allocation failuresAneesh Kumar K.V2019-07-311-0/+8
* powerpc/mm/64s/hash: Reallocate context ids on forkMichael Ellerman2019-06-251-4/+42
* powerpc/numa: improve control of topology updatesNathan Lynch2019-05-311-6/+12
* powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown ...Aneesh Kumar K.V2019-05-081-4/+6
* powerpc/pseries: Perform full re-add of CPU for topology update post-migrationNathan Fontenot2019-04-051-8/+1
* powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callbackAneesh Kumar K.V2019-04-051-2/+3
* powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)Diana Craciun2019-04-031-0/+7
* powerpc/radix: Fix kernel crash with mremap()Aneesh Kumar K.V2019-02-151-0/+22
* powerpc/mm: Fix reporting of kernel execute faults on the 8xxChristophe Leroy2019-02-121-1/+3
* powerpc/mm: Fallback to RAM if the altmap is unusableOliver O'Halloran2019-01-131-3/+16
* powerpc/mm: Fix linux page tables build with some configsMichael Ellerman2019-01-131-0/+1
* powerpc/numa: Suppress "VPHN is not supported" messagesSatheesh Rajendran2018-12-011-1/+1
* Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"Christophe Leroy2018-11-211-1/+1
* powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleakChristophe Leroy2018-11-211-0/+3
* powerpc/nohash: fix undefined behaviour when testing page size supportDaniel Axtens2018-11-211-0/+3
* powerpc/mm: fix always true/false warning in slice.cChristophe Leroy2018-11-211-7/+14
* powerpc/mm: Fix page table dump to work on RadixMichael Ellerman2018-11-211-3/+9
* powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9Nicholas Piggin2018-11-131-2/+2
* Merge tag 'powerpc-4.19-4' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-10-071-2/+3
|\
| * powerpc/numa: Skip onlining a offline node in kdump pathSrikar Dronamraju2018-10-051-2/+3
* | Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-09-283-3/+8
|\|
| * powerpc/numa: Use associativity if VPHN hcall is successfulSrikar Dronamraju2018-09-251-1/+3
| * powerpc/pseries: Fix unitialized timer reset on migrationMichael Bringmann2018-09-241-1/+2
| * powerpc/pkeys: Fix reading of ibm, processor-storage-keys propertyThiago Jung Bauermann2018-09-201-1/+1
| * powerpc: Avoid code patching freed init sectionsMichael Neuling2018-09-181-0/+2
* | KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy2018-09-122-53/+30
|/
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-40/+4
|\
| * ppc: Convert mmu context allocation to new IDA APIMatthew Wilcox2018-08-211-40/+4
* | Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-244-21/+26
|\ \
| * | powerpc/mce: Fix SLB rebolting during MCE recovery path.Mahesh Salgaonkar2018-08-231-1/+1
| * | KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pagesPaul Mackerras2018-08-231-7/+10
| * | powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transitionAneesh Kumar K.V2018-08-231-3/+5
| * | powerpc/topology: Get topology for shared processors at bootSrikar Dronamraju2018-08-211-10/+10
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-172-4/+5
|\ \ \ | |/ / |/| |
| * | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-172-4/+5
| |/
* | powerpc/mm/book3s/radix: Add mapping statisticsAneesh Kumar K.V2018-08-132-5/+36