summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/44x/fsp2: Add irq error handlersIvan Mikhaylov2018-03-021-1/+204
* powerpc/44x/fsp2: tvsense workaround for dd1Ivan Mikhaylov2018-03-021-0/+17
* powerpc/44x/fsp2: Interrupt handling setupIvan Mikhaylov2018-03-021-0/+37
* powerpc/44x/fsp2: Add fsp2 headersIvan Mikhaylov2018-03-021-0/+272
* powerpc/44x/fsp2: Enable eMMC arasan for fsp2 platformIvan Mikhaylov2017-12-072-14/+21
* KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT updatesPaul Mackerras2017-11-152-10/+29
* powerpc/kprobes: Dereference function pointers only if the address does not b...Naveen N. Rao2017-11-081-1/+6
* Revert "powerpc64/elfv1: Only dereference function descriptor for non-text sy...Naveen N. Rao2017-11-081-9/+1
* powerpc/xive: Fix the size of the cpumask used in xive_find_target_in_mask()Cédric Le Goater2017-11-021-1/+1
* KVM: PPC: Book3S: Protect kvmppc_gpa_to_ua() with SRCUAlexey Kardashevskiy2017-11-021-9/+14
* KVM: PPC: Book3S HV: POWER9 more doorbell fixesNicholas Piggin2017-11-021-0/+5
* KVM: PPC: Fix oops when checking KVM_CAP_PPC_HTMGreg Kurz2017-11-021-2/+1
* KVM: PPC: Book3S: Fix server always zero from kvmppc_xive_get_xive()Sam Bobroff2017-10-122-4/+2
* powerpc/tm: Fix illegal TM state in signal handlerGustavo Romero2017-10-121-1/+12
* powerpc/64s: Use emergency stack for kernel TM Bad Thing program checksCyril Bur2017-10-121-1/+23
* powerpc: Fix action argument for cpufeatures-based TLB flushJeremy Kerr2017-10-121-2/+2
* powerpc/powernv: Increase memory block size to 1GB on radixAnton Blanchard2017-10-121-1/+9
* powerpc/tm: Flush TM only if CPU has TM featureGustavo Romero2017-10-051-1/+1
* powerpc/pseries: Fix parent_dn reference leak in add_dt_node()Tyrel Datwyler2017-10-051-1/+3
* powerpc/eeh: Create PHB PEs after EEH is initializedBenjamin Herrenschmidt2017-10-052-18/+4
* KVM: PPC: Book3S HV: Don't access XIVE PIPR register using byte accessesBenjamin Herrenschmidt2017-10-053-5/+4
* KVM: PPC: Book3S HV: Fix bug causing host SLB to be restored incorrectlyPaul Mackerras2017-10-051-1/+16
* KVM: PPC: Book3S HV: Hold kvm->lock around call to kvmppc_update_lpcrPaul Mackerras2017-10-051-0/+2
* powerpc: Fix DAR reporting when alignment handler faultsMichael Ellerman2017-09-271-45/+74
* powerpc/pseries: Don't attempt to acquire drc during memory hot add for assig...John Allen2017-09-271-0/+4
* powerpc/powernv/npu: Move tlb flush before launching ATSDAlistair Popple2017-09-271-6/+6
* KVM: update to new mmu_notifier semantic v2Jérôme Glisse2017-08-311-5/+0
* powerpc/powernv: update to new mmu_notifier semanticJérôme Glisse2017-08-311-10/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-08-253-25/+102
|\
| * KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()Paul Mackerras2017-08-251-22/+34
| * KVM: PPC: Book3S HV: Add missing barriers to XIVE code and document themBenjamin Herrenschmidt2017-08-241-2/+55
| * KVM: PPC: Book3S HV: Workaround POWER9 DD1.0 bug causing IPB bit lossBenjamin Herrenschmidt2017-08-241-1/+10
| * KVM: PPC: Book3S HV: Use msgsync with hypervisor doorbells on POWER9Nicholas Piggin2017-08-241-0/+3
* | Merge tag 'powerpc-4.13-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-08-253-0/+20
|\ \ | |/ |/|
| * powerpc/mm: Ensure cpumask update is orderedBenjamin Herrenschmidt2017-08-183-0/+20
* | kernel/watchdog: fix Kconfig constraints for perf hardlockup watchdogNicholas Piggin2017-08-181-1/+1
* | Merge tag 'powerpc-4.13-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-08-181-2/+3
|\ \ | |/
| * powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VECBenjamin Herrenschmidt2017-08-161-2/+3
* | Merge tag 'powerpc-4.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-08-118-68/+101
|\ \ | |/
| * 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
| * powerpc/configs: Re-enable HARD/SOFT lockup detectorsMichael Ellerman2017-08-093-3/+6
| * powerpc/powernv/idle: Disable LOSE_FULL_CONTEXT states when stop-api failsGautham R. Shenoy2017-08-081-3/+38
| * Revert "powerpc/64: Avoid restore_math call if possible in syscall exit"Michael Ellerman2017-08-072-46/+18
* | Merge tag 'powerpc-4.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-08-049-21/+71
|\ \ | |/
| * powerpc/64: Fix __check_irq_replay missing decrementer interruptNicholas Piggin2017-08-041-1/+14
OpenPOWER on IntegriCloud