summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/powernv: Fix kexec crashes caused by tlbie tracingMahesh Salgaonkar2017-11-231-3/+12
* powerpc/64s/slice: Use addr limit when computing slice maskAneesh Kumar K.V2017-11-201-12/+22
* powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin2017-11-135-35/+19
* powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocationNicholas Piggin2017-11-132-31/+50
* powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundaryNicholas Piggin2017-11-131-1/+1
* powerpc/64s/hash: Fix fork() with 512TB process address spaceNicholas Piggin2017-11-131-4/+4
* powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocationNicholas Piggin2017-11-131-26/+24
* powerpc/64s/hash: Fix 512T hint detection to use >= 128TMichael Ellerman2017-11-131-2/+2
* powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWXBalbir Singh2017-11-121-0/+10
* powerpc/64s/radix: Improve TLB flushing for page table freeingNicholas Piggin2017-11-101-29/+61
* powerpc/64s/radix: Introduce local single page ceiling for TLB range flushNicholas Piggin2017-11-101-4/+19
* powerpc/64s/radix: Optimize flush_tlb_rangeNicholas Piggin2017-11-101-35/+103
* powerpc/64s/radix: Implement _tlbie(l)_va_range flush functionsNicholas Piggin2017-11-101-30/+39
* powerpc/64s/radix: Optimize TLB range flush barriersNicholas Piggin2017-11-101-9/+32
* Merge branch 'fixes' into nextMichael Ellerman2017-11-102-2/+1
|\
| * powerpc/64s/radix: Fix preempt imbalance in TLB flushNicholas Piggin2017-10-251-0/+2
| * powerpc: Don't call lockdep_assert_cpus_held() from arch_update_cpu_topology()Thiago Jung Bauermann2017-10-101-1/+0
| * powerpc/mm: Call flush_tlb_kernel_range with interrupts enabledGuenter Roeck2017-10-041-1/+1
* | powerpc/mm/hash: Remove stale comment.Michal Suchanek2017-11-071-4/+0
* | powerpc/mm: Add a CONFIG option to choose if radix is used by defaultMichael Ellerman2017-11-061-2/+11
* | powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-065-14/+14
* | powerpc/mm/hash: Add pr_fmt() to hash_utils64.cAneesh Kumar K.V2017-11-061-0/+1
* | powerpc/64s/radix: Fix process table entry cache invalidationNicholas Piggin2017-11-062-6/+25
* | powerpc/64s/radix: Improve preempt handling in TLB codeNicholas Piggin2017-11-061-25/+23
* | powerpc/mm/radix: Drop unneeded NULL checkMichael Ellerman2017-10-221-12/+10
* | powerpc/vphn: Fix numa update end-loop bugMichael Bringmann2017-10-161-2/+8
* | powerpc/hotplug: Improve responsiveness of hotplug changeMichael Bringmann2017-10-161-1/+22
* | powerpc/vphn: Improve recognition of PRRN/VPHNMichael Bringmann2017-10-161-4/+4
* | powerpc/vphn: Update CPU topology when VPHN enabledMichael Bringmann2017-10-161-1/+21
* | cxl: Enable global TLBIs for cxl contextsFrederic Barrat2017-09-281-9/+0
* | powerpc/mm: Export flush_all_mm()Frederic Barrat2017-09-281-2/+4
|/
* powerpc/mm: Use seq_putc() in two functionsMarkus Elfring2017-09-012-2/+2
* powerpc: fix location of two EXPORT_SYMBOLChristophe Leroy2017-09-011-1/+1
* powerpc/mm/radix: Prettify mapped memory range print outMichael Ellerman2017-08-311-1/+6
* powerpc/mm/radix: Add pr_fmt() to pgtable-radix.cMichael Ellerman2017-08-311-0/+4
* powerpc/mm: Make switch_mm_irqs_off() out of lineBenjamin Herrenschmidt2017-08-232-1/+100
* powerpc/mm: Optimize detection of thread local mm'sBenjamin Herrenschmidt2017-08-231-0/+2
* powerpc/mm: Use mm_is_thread_local() instread of open-codingBenjamin Herrenschmidt2017-08-234-14/+6
* Merge branch 'fixes' into nextMichael Ellerman2017-08-234-6/+80
|\
| * Merge tag 'v4.13-rc1' into fixesMichael Ellerman2017-07-311-9/+19
| |\
| * | powerpc/mm/hash: Free the subpage_prot_table correctlyAneesh Kumar K.V2017-07-271-1/+1
| * | powerpc/mm/radix: Workaround prefetch issue with KVMBenjamin Herrenschmidt2017-07-263-5/+79
* | | powerpc/mm/cxl: Add the fault handling cpu to mm cpumaskAneesh Kumar K.V2017-08-171-9/+1
* | | powerpc/mm: Don't send IPI to all cpus on THP updatesAneesh Kumar K.V2017-08-173-9/+39
* | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-08-173-14/+21
|\ \ \
| * | | powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V2017-08-173-14/+21
* | | | powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Aneesh Kumar K.V2017-08-163-160/+21
* | | | powerpc/hugetlb: fix page rights verification in gup_hugepte()Christophe Leroy2017-08-151-12/+3
* | | | powerpc/mm: Simplify __set_fixmap()Christophe Leroy2017-08-151-15/+0
* | | | powerpc/mm: declare some local functions staticChristophe Leroy2017-08-151-2/+2
OpenPOWER on IntegriCloud