summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mce: Remove unused function get_mce_fault_addr()Balbir Singh2017-10-162-41/+0
* powerpc/modules: Use WARN_ON() in stub_for_addr()Kamalesh Babulal2017-10-131-1/+2
* powerpc: get_wchan(): solve possible race scenario due to parallel wakeupKautuk Consul2017-10-061-1/+2
* powerpc: Always initialize input array when calling epapr_hypercall()Seth Forshee2017-10-061-6/+6
* powerpc: Add PPC_EMULATED_STATS to powernv_defconfigMichael Neuling2017-10-061-0/+1
* powerpc/xmon: Add option to show uptime informationGuilherme G. Piccoli2017-10-061-0/+24
* powerpc/powernv: Make opal_event_shutdown() callable from IRQ contextMichael Ellerman2017-10-061-1/+7
* powerpc/jprobes: Validate break handler invocation as being due to a jprobe_r...Naveen N. Rao2017-10-051-11/+9
* powerpc/jprobes: Disable preemption when triggered through ftraceNaveen N. Rao2017-10-051-4/+11
* powerpc/kprobes: Fix warnings from __this_cpu_read() on preempt kernelsNaveen N. Rao2017-10-041-2/+6
* powerpc/kprobes: Clean up jprobe detection in livepatch handlerNaveen N. Rao2017-10-044-9/+14
* powerpc/kprobes: Do not suppress instruction emulation if a single run failedNaveen N. Rao2017-10-041-3/+14
* powerpc/kprobes: Some cosmetic updates to try_to_emulate()Naveen N. Rao2017-10-041-2/+2
* powerpc/configs: Add Skiroot defconfigJoel Stanley2017-10-041-0/+232
* powerpc/lib/sstep: Fix fixed-point shift instructions that set CA32Sandipan Das2017-10-041-0/+4
* powerpc/lib/sstep: Fix fixed-point arithmetic instructions that set CA32Sandipan Das2017-10-041-0/+13
* powerpc/lib/sstep: Add XER bits introduced in POWER ISA v3.0Sandipan Das2017-10-041-0/+2
* powerpc/powermac: Use setup_timer() helperAllen Pais2017-10-041-3/+1
* powerpc/6xx: Use setup_timer() helperAllen Pais2017-10-041-2/+1
* powerpc/oprofile: Use setup_timer() helperAllen Pais2017-10-041-6/+2
* powerpc/powernv: Use early_radix_enabled in POWER9 tlb flushNicholas Piggin2017-10-041-1/+1
* powerpc/powernv: Implement NMI IPI with OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin2017-10-045-0/+57
* powerpc/64s: Implement system reset idle wakeup reasonNicholas Piggin2017-10-041-3/+38
* powerpc/xmon: Avoid tripping SMP hardlockup watchdogNicholas Piggin2017-10-041-4/+13
* powerpc/watchdog: Do not trigger SMP crash from touch_nmi_watchdogNicholas Piggin2017-10-041-2/+5
* powerpc/watchdog: Do not backtrace locked CPUs twice if allcpus backtrace is ...Nicholas Piggin2017-10-041-8/+11
* powerpc/watchdog: Do not panic from locked CPU's IPI handlerNicholas Piggin2017-10-041-2/+1
* cxl: Enable global TLBIs for cxl contextsFrederic Barrat2017-09-282-9/+46
* powerpc/mm: Export flush_all_mm()Frederic Barrat2017-09-284-2/+44
* powerpc/64s: Add workaround for P9 vector CI load issueMichael Neuling2017-09-277-5/+271
* powerpc/powernv: Rework EEH initialization on powernvBenjamin Herrenschmidt2017-09-265-60/+40
* powerpc/pseries: Fix parent_dn reference leak in add_dt_node()Tyrel Datwyler2017-09-211-1/+3
* powerpc/pseries: Fix "OF: ERROR: Bad of_node_put() on /cpus" during DLPARTyrel Datwyler2017-09-212-2/+5
* powerpc/eeh: Create PHB PEs after EEH is initializedBenjamin Herrenschmidt2017-09-212-18/+4
* powerpc/kprobes: Update optprobes to use emulate_update_regs()Naveen N. Rao2017-09-201-1/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2017-09-201-2/+10
|\
| * powerpc/e6500: Update machine check for L1D cache errMatt Weber2017-08-291-2/+10
* | powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state offlineGautham R. Shenoy2017-09-201-1/+7
* | powerpc/sstep: mullw should calculate a 64 bit signed resultAnton Blanchard2017-09-201-2/+3
* | powerpc/sstep: Fix issues with mcrfAnton Blanchard2017-09-201-2/+2
* | powerpc/sstep: Fix issues with set_cr0()Anton Blanchard2017-09-201-7/+7
* | powerpc/tm: Flush TM only if CPU has TM featureGustavo Romero2017-09-201-1/+1
* | powerpc/sysrq: Fix oops whem ppmu is not registeredRavi Bangoria2017-09-201-0/+5
* | powerpc/configs: Update for CONFIG_SND changesMichael Ellerman2017-09-208-19/+27
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-165-7/+23
|\ \
| * | kvm,powerpc: Serialize wq active checks in ops->vcpu_kickDavidlohr Bueso2017-09-151-1/+1
| * | Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-145-6/+22
| |\ \
| | * | KVM: PPC: Book3S HV: Fix bug causing host SLB to be restored incorrectlyPaul Mackerras2017-09-121-1/+16
| | * | KVM: PPC: Book3S HV: Hold kvm->lock around call to kvmppc_update_lpcrPaul Mackerras2017-09-121-0/+2
| | * | KVM: PPC: Book3S HV: Don't access XIVE PIPR register using byte accessesBenjamin Herrenschmidt2017-09-123-5/+4