summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'fixes' into nextMichael Ellerman2018-08-131-2/+35
|\|
| * KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy2018-07-181-2/+35
* | powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin2018-08-101-0/+39
* | powerpc/mm: remove warning about ‘type’ being setMathieu Malaterre2018-08-101-1/+1
* | powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao2018-08-081-2/+2
* | powerpc/64s: Fix page table fragment refcount race vs speculative referencesNicholas Piggin2018-08-082-10/+15
* | powerpc/64s: free page table caches at exit_mmap timeNicholas Piggin2018-08-071-2/+3
* | powerpc/44x: Mark mmu_init_secondary() as __initAlexey Spirkov2018-07-301-1/+1
* | powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy2018-07-306-6/+0
* | powerpc: remove superflous inclusions of asm/fixmap.hChristophe Leroy2018-07-301-1/+0
* | powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-305-0/+5