summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/oops: Line up NIP & MSR with other rowsMichael Ellerman2017-08-281-2/+2
* powerpc/oops: Print CR/XER on same line as MSRMichael Ellerman2017-08-281-1/+1
* powerpc/oops: Use IS_ENABLED() for oops markersMichael Ellerman2017-08-281-9/+10
* powerpc/oops: Print the kernel's endian in the oopsMichael Ellerman2017-08-281-0/+6
* powerpc/oops: Fix the oops markers to use pr_cont()Michael Ellerman2017-08-281-5/+5
* powerpc/uprobes: Implement arch_uretprobe_is_alive()Naveen N. Rao2017-08-241-0/+9
* powerpc/kprobes: Don't save/restore DAR/DSISR to/from pt_regs for optprobesNaveen N. Rao2017-08-241-8/+0
* powerpc/64: Optimise set/clear of CTRL[RUN] (runlatch)Nicholas Piggin2017-08-231-8/+27
* powerpc/64s: Remove spurious IRQ reason in IRQ replayNicholas Piggin2017-08-231-2/+0
* powerpc/64: Remove redundant instruction in interrupt replayNicholas Piggin2017-08-231-1/+0
* powerpc/64s: Use the HV handler for external IRQ replay in HV mode on POWER9Nicholas Piggin2017-08-231-0/+4
* powerpc/64s: Merge HV and non-HV paths for doorbell IRQ replayNicholas Piggin2017-08-233-8/+2
* powerpc/64: Cleanup __check_irq_replay()Nicholas Piggin2017-08-231-22/+23
* powerpc/64s: masked_interrupt() returns to kernel so avoid restoring r13Nicholas Piggin2017-08-231-1/+1
* powerpc/64s: Optimise clearing of MSR_EE in masked_[H]interrupt()Nicholas Piggin2017-08-231-2/+1
* powerpc/64s: Avoid a branch in masked_[H]interrupt()Nicholas Piggin2017-08-231-4/+2
* powerpc/64s: Fix replay interrupt return label nameMichael Ellerman2017-08-231-2/+2
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-2311-69/+66
* Merge branch 'fixes' into nextMichael Ellerman2017-08-238-80/+102
|\
| * powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VECBenjamin Herrenschmidt2017-08-161-2/+3
| * powerpc/watchdog: add locking around init/exit functionsNicholas Piggin2017-08-091-1/+10
| * powerpc/watchdog: Fix marking of stuck CPUsNicholas Piggin2017-08-091-6/+9
| * powerpc/watchdog: Fix final-check recovered caseNicholas Piggin2017-08-091-1/+5
| * powerpc/watchdog: Moderate touch_nmi_watchdog overheadNicholas Piggin2017-08-091-1/+3
| * powerpc/watchdog: Improve watchdog lock primitiveNicholas Piggin2017-08-091-4/+9
| * powerpc: NMI IPI improve lock primitiveNicholas Piggin2017-08-091-3/+3
| * Revert "powerpc/64: Avoid restore_math call if possible in syscall exit"Michael Ellerman2017-08-072-46/+18
| * powerpc/64: Fix __check_irq_replay missing decrementer interruptNicholas Piggin2017-08-041-1/+14
| * powerpc/perf: POWER9 PMU stops after idle workaroundNicholas Piggin2017-08-041-1/+7
| * powerpc/64s: Fix stack setup in watchdog soft_nmi_common()Nicholas Piggin2017-07-311-1/+9
| * Merge tag 'v4.13-rc1' into fixesMichael Ellerman2017-07-318-24/+445
| |\
| * | powerpc/smp: Call smp_ops->setup_cpu() directly on the boot CPUMichael Ellerman2017-07-281-10/+2
| * | powerpc/tm: Fix saving of TM SPRs in core dumpGustavo Romero2017-07-281-3/+10
* | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-08-172-4/+5
|\ \ \
| * | | powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V2017-08-172-4/+5
* | | | powerpc: Remove more redundant VSX save/testsBenjamin Herrenschmidt2017-08-161-25/+8
* | | | powerpc: Remove redundant clear of MSR_VSX in __giveup_vsx()Benjamin Herrenschmidt2017-08-161-3/+11
* | | | powerpc: Remove redundant FP/Altivec giveup codeBenjamin Herrenschmidt2017-08-161-4/+0
* | | | powerpc: Fix missing newline before {Benjamin Herrenschmidt2017-08-161-1/+2
* | | | powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Aneesh Kumar K.V2017-08-161-7/+0
* | | | powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32Christophe Leroy2017-08-151-1/+1
* | | | powerpc/8xx: Reduce DTLB miss handler by one insnChristophe Leroy2017-08-151-7/+7
* | | | powerpc/8xx: Make pinning of ITLBs optionalChristophe Leroy2017-08-151-12/+45
* | | | powerpc/32: Avoid risk of unrecoverable TLBmiss inside entry_32.SChristophe Leroy2017-08-151-0/+7
* | | | powerpc/8xx: Remove macro that checks kernel addressChristophe Leroy2017-08-151-13/+16
* | | | powerpc/l2cr_6xx: Fix invalid use of register expressionsAndreas Schwab2017-08-151-2/+2
* | | | powerpc/iommu: Avoid undefined right shift in iommu_range_alloc()Michael Ellerman2017-08-151-1/+1
* | | | powerpc/8xx: Remove cpu dependent macro instructions from head_8xxChristophe Leroy2017-08-101-4/+1
* | | | powerpc/8xx: Use symbolic names for DSISR bits in DSIChristophe Leroy2017-08-101-1/+1
* | | | powerpc/8xx: Use symbolic PVR valueChristophe Leroy2017-08-101-1/+1
OpenPOWER on IntegriCloud