aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-24powerpc/xive: Fix the size of the cpumask used in xive_find_target_in_mask()Cédric Le Goater1-1/+1
2017-08-23powerpc/64: Optimise set/clear of CTRL[RUN] (runlatch)Nicholas Piggin1-8/+27
2017-08-23powerpc/64s: Remove spurious IRQ reason in IRQ replayNicholas Piggin1-2/+0
2017-08-23powerpc/64: Remove redundant instruction in interrupt replayNicholas Piggin1-1/+0
2017-08-23powerpc/64s: Use the HV handler for external IRQ replay in HV mode on POWER9Nicholas Piggin1-0/+4
2017-08-23powerpc/64s: Merge HV and non-HV paths for doorbell IRQ replayNicholas Piggin3-8/+2
2017-08-23powerpc/64: Cleanup __check_irq_replay()Nicholas Piggin1-22/+23
2017-08-23powerpc/64s: masked_interrupt() returns to kernel so avoid restoring r13Nicholas Piggin1-1/+1
2017-08-23powerpc/64s: Optimise clearing of MSR_EE in masked_[H]interrupt()Nicholas Piggin1-2/+1
2017-08-23powerpc/64s: Avoid a branch in masked_[H]interrupt()Nicholas Piggin1-4/+2
2017-08-23powerpc/mm: Make switch_mm_irqs_off() out of lineBenjamin Herrenschmidt3-88/+102
2017-08-23powerpc/mm: Optimize detection of thread local mm'sBenjamin Herrenschmidt4-1/+24
2017-08-23powerpc/mm: Use mm_is_thread_local() instread of open-codingBenjamin Herrenschmidt4-14/+6
2017-08-23powerpc/mm: Avoid double irq save/restore in activate_mmBenjamin Herrenschmidt1-4/+0
2017-08-23powerpc/mm: Move pgdir setting into a helperBenjamin Herrenschmidt1-8/+22
2017-08-23powerpc/64s: Fix replay interrupt return label nameMichael Ellerman1-2/+2
2017-08-23powerpc: pseries: remove dlpar_attach_node dependency on full pathRob Herring4-7/+5
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring79-487/+461
2017-08-23powerpc/vio: Use device_type to detect familyMichael Ellerman1-2/+2
2017-08-23Merge branch 'fixes' into nextMichael Ellerman27-127/+363
2017-08-18powerpc/mm: Ensure cpumask update is orderedBenjamin Herrenschmidt3-0/+20
2017-08-17powerpc/mm/cxl: Add the fault handling cpu to mm cpumaskAneesh Kumar K.V1-9/+1
2017-08-17powerpc/mm: Don't send IPI to all cpus on THP updatesAneesh Kumar K.V4-9/+40
2017-08-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman13-55/+103
2017-08-17powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V13-55/+103
2017-08-17powerpc/bpf: Use memset32() to pre-fill traps in BPF page(s)Naveen N. Rao1-5/+1
2017-08-17powerpc/string: Implement optimized memset variantsNaveen N. Rao2-1/+42
2017-08-17powerpc/perf: Fix usage of nest_imc_refcMadhavan Srinivasan1-2/+2
2017-08-17powerpc: Add const to bin_attribute structuresBhumika Goyal2-2/+2
2017-08-16powerpc: Remove more redundant VSX save/testsBenjamin Herrenschmidt1-25/+8
2017-08-16powerpc: Remove redundant clear of MSR_VSX in __giveup_vsx()Benjamin Herrenschmidt1-3/+11
2017-08-16powerpc: Remove redundant FP/Altivec giveup codeBenjamin Herrenschmidt1-4/+0
2017-08-16powerpc: Fix missing newline before {Benjamin Herrenschmidt1-1/+2
2017-08-16powerpc/topology: Remove the unused parent_node() macroDou Liyang1-2/+0
2017-08-16powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VECBenjamin Herrenschmidt1-2/+3
2017-08-16powerpc/mm/hugetlb: Allow runtime allocation of 16G.Aneesh Kumar K.V1-3/+1
2017-08-16powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel command lineAneesh Kumar K.V6-182/+22
2017-08-15powerpc/hugetlb: fix page rights verification in gup_hugepte()Christophe Leroy4-12/+10
2017-08-15powerpc/mm: Simplify __set_fixmap()Christophe Leroy2-18/+7
2017-08-15powerpc/mm: declare some local functions staticChristophe Leroy3-8/+2
2017-08-15powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32Christophe Leroy4-2/+32
2017-08-15powerpc/mm: Fix kernel RAM protection after freeing unused memory on PPC32Christophe Leroy2-4/+11
2017-08-15powerpc/mm: Ensure change_page_attr() doesn't invalidate pinned TLBsChristophe Leroy1-4/+6
2017-08-15powerpc/8xx: Reduce DTLB miss handler by one insnChristophe Leroy1-7/+7
2017-08-15powerpc/8xx: mark init functions with __initChristophe Leroy1-4/+4
2017-08-15powerpc/8xx: Do not allow Pinned TLBs with STRICT_KERNEL_RWX or DEBUG_PAGEALLOCChristophe Leroy1-1/+2
2017-08-15powerpc/8xx: Make pinning of ITLBs optionalChristophe Leroy3-13/+62
2017-08-15powerpc/32: Avoid risk of unrecoverable TLBmiss inside entry_32.SChristophe Leroy1-0/+7
2017-08-15powerpc/8xx: Remove macro that checks kernel addressChristophe Leroy1-13/+16
2017-08-15powerpc/8xx: Ensures RAM mapped with LTLB is seen as block mapped on 8xx.Christophe Leroy1-2/+11