summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2017-08-28powerpc/configs: Drop unneeded CONFIG_CRYPTO_ANSI_CPRNGMichael Ellerman
2017-08-28powerpc/configs: Update for symbol movement onlyMichael Ellerman
2017-08-28powerpc/oops: Line up NIP & MSR with other rowsMichael Ellerman
2017-08-28powerpc/oops: Print CR/XER on same line as MSRMichael Ellerman
2017-08-28powerpc/oops: Use IS_ENABLED() for oops markersMichael Ellerman
2017-08-28powerpc/oops: Print the kernel's endian in the oopsMichael Ellerman
2017-08-28powerpc/oops: Fix the oops markers to use pr_cont()Michael Ellerman
2017-08-28powerpc/powernv: Fix build error in opal-imc.c when NUMA=nLABBE Corentin
2017-08-24powerpc/powernv: Enable removal of memory for in memory tracingRashmica Gupta
2017-08-24powerpc/uprobes: Implement arch_uretprobe_is_alive()Naveen N. Rao
2017-08-24powerpc/kprobes: Don't save/restore DAR/DSISR to/from pt_regs for optprobesNaveen N. Rao
2017-08-24powerpc/xive: Fix the size of the cpumask used in xive_find_target_in_mask()Cédric Le Goater
2017-08-23powerpc/64: Optimise set/clear of CTRL[RUN] (runlatch)Nicholas Piggin
2017-08-23powerpc/64s: Remove spurious IRQ reason in IRQ replayNicholas Piggin
2017-08-23powerpc/64: Remove redundant instruction in interrupt replayNicholas Piggin
2017-08-23powerpc/64s: Use the HV handler for external IRQ replay in HV mode on POWER9Nicholas Piggin
2017-08-23powerpc/64s: Merge HV and non-HV paths for doorbell IRQ replayNicholas Piggin
2017-08-23powerpc/64: Cleanup __check_irq_replay()Nicholas Piggin
2017-08-23powerpc/64s: masked_interrupt() returns to kernel so avoid restoring r13Nicholas Piggin
2017-08-23powerpc/64s: Optimise clearing of MSR_EE in masked_[H]interrupt()Nicholas Piggin
2017-08-23powerpc/64s: Avoid a branch in masked_[H]interrupt()Nicholas Piggin
2017-08-23powerpc/mm: Make switch_mm_irqs_off() out of lineBenjamin Herrenschmidt
2017-08-23powerpc/mm: Optimize detection of thread local mm'sBenjamin Herrenschmidt
2017-08-23powerpc/mm: Use mm_is_thread_local() instread of open-codingBenjamin Herrenschmidt
2017-08-23powerpc/mm: Avoid double irq save/restore in activate_mmBenjamin Herrenschmidt
2017-08-23powerpc/mm: Move pgdir setting into a helperBenjamin Herrenschmidt
2017-08-23powerpc/64s: Fix replay interrupt return label nameMichael Ellerman
2017-08-23powerpc: pseries: remove dlpar_attach_node dependency on full pathRob Herring
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring
2017-08-23powerpc/vio: Use device_type to detect familyMichael Ellerman
2017-08-23Merge branch 'fixes' into nextMichael Ellerman
2017-08-18powerpc/mm: Ensure cpumask update is orderedBenjamin Herrenschmidt
2017-08-17powerpc/mm/cxl: Add the fault handling cpu to mm cpumaskAneesh Kumar K.V
2017-08-17powerpc/mm: Don't send IPI to all cpus on THP updatesAneesh Kumar K.V
2017-08-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2017-08-17powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V
2017-08-17powerpc/bpf: Use memset32() to pre-fill traps in BPF page(s)Naveen N. Rao
2017-08-17powerpc/string: Implement optimized memset variantsNaveen N. Rao
2017-08-17powerpc/perf: Fix usage of nest_imc_refcMadhavan Srinivasan
2017-08-17powerpc: Add const to bin_attribute structuresBhumika Goyal
2017-08-16powerpc: Remove more redundant VSX save/testsBenjamin Herrenschmidt
2017-08-16powerpc: Remove redundant clear of MSR_VSX in __giveup_vsx()Benjamin Herrenschmidt
2017-08-16powerpc: Remove redundant FP/Altivec giveup codeBenjamin Herrenschmidt
2017-08-16powerpc: Fix missing newline before {Benjamin Herrenschmidt
2017-08-16powerpc/topology: Remove the unused parent_node() macroDou Liyang
2017-08-16powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VECBenjamin Herrenschmidt
2017-08-16powerpc/mm/hugetlb: Allow runtime allocation of 16G.Aneesh Kumar K.V
2017-08-16powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Aneesh Kumar K.V
2017-08-15powerpc/hugetlb: fix page rights verification in gup_hugepte()Christophe Leroy
2017-08-15powerpc/mm: Simplify __set_fixmap()Christophe Leroy