summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-12-011-3/+12
|\
| * powerpc/powernv: Fix kexec crashes caused by tlbie tracingMahesh Salgaonkar2017-11-231-3/+12
* | Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-241-12/+22
|\ \ | |/
| * powerpc/64s/slice: Use addr limit when computing slice maskAneesh Kumar K.V2017-11-201-12/+22
* | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-1615-212/+429
|\ \ | |/
| * 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/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
* | | mm: remove cold parameter from free_hot_cold_page*Mel Gorman2017-11-152-2/+2
* | | mm: account pud page tablesKirill A. Shutemov2017-11-151-0/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-7/+5
|\ \ \
| * | | timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook2017-10-051-7/+5
| |/ /
* | | Merge tag 'powerpc-4.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-031-0/+2
|\ \ \ | | |/ | |/|
| * | powerpc/64s/radix: Fix preempt imbalance in TLB flushNicholas Piggin2017-10-251-0/+2
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-027-0/+7
|/ /
* | 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: 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
OpenPOWER on IntegriCloud