summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-081-0/+1
* powerpc: implement arch_reserved_kernel_pagesSrikar Dronamraju2016-10-081-0/+5
* Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-061-1/+1
|\
| * KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-threadPaul Mackerras2016-09-271-1/+1
| * powerpc: move hmi.c to arch/powerpc/kvm/Paolo Bonzini2016-09-092-57/+1
* | Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-09-201-5/+5
|\ \
| * | powerpc/powernv: Fix restore of SPRs upon wake up from hypervisor state lossGautham R. Shenoy2016-09-121-5/+5
* | | Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-1511-74/+105
|\| |
| * | powerpc: signals: Discard transaction state from signal framesCyril Bur2016-08-292-0/+28
| * | powerpc/tm: do not use r13 for tabort_syscallNicholas Piggin2016-08-291-6/+6
| * | powerpc: move hmi.c to arch/powerpc/kvm/Paolo Bonzini2016-08-222-57/+1
| * | powerpc/pseries: PACA save area fix for MCE vs MCENicholas Piggin2016-08-221-1/+20
| * | powerpc/pseries: PACA save area fix for general exception vs MCENicholas Piggin2016-08-221-4/+4
| * | powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-sup...Michael Ellerman2016-08-221-3/+6
| * | powerpc, hotplug: Avoid to touch non-existent cpumasks.Boqun Feng2016-08-221-1/+1
| * | powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-08-222-2/+3
| * | powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)Mauricio Faria de Oliveira2016-08-221-0/+36
| |/
* / ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-1/+2
|/
* powerpc/vdso: Fix build rules to rebuild vdsos correctlyNicholas Piggin2016-08-102-6/+6
* powerpc/32: Fix crash during static key initBenjamin Herrenschmidt2016-08-102-0/+4
* powerpc: Update obsolete comment in setup_32.c about early_init()Benjamin Herrenschmidt2016-08-101-4/+2
* powerpc: Print the kernel load address at the end of prom_init()Benjamin Herrenschmidt2016-08-101-1/+1
* powerpc/ptrace: Fix coredump since ptrace TM changesCyril Bur2016-08-102-20/+19
* powerpc/book3s: Fix MCE console messages for unrecoverable MCE.Mahesh Salgaonkar2016-08-091-1/+2
* powerpc/pci: Fix endian bug in fixed PHB numberingMichael Ellerman2016-08-091-2/+5
* powerpc/eeh: Switch to conventional PCI address output in EEH logGuilherme G. Piccoli2016-08-091-2/+2
* powerpc/vdso: Add missing include fileGuenter Roeck2016-08-091-0/+1
* powerpc/powernv: Fix MCE handler to avoid trashing CR0/CR1 registers.Mahesh Salgaonkar2016-08-091-29/+40
* powerpc/powernv: Move IDLE_STATE_ENTER_SEQ macro to cpuidle.hMahesh Salgaonkar2016-08-091-12/+0
* powerpc/powernv: Load correct TOC pointer while waking up from winkle.Mahesh Salgaonkar2016-08-091-1/+4
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-051-1/+28
|\
| * rtc: powerpc: provide rtc_class_ops directlyArnd Bergmann2016-06-041-1/+28
* | Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-08-0514-46/+1590
|\ \
| * | powerpc/ptrace: Enable support for Performance Monitor registersAnshuman Khandual2016-08-011-0/+75
| * | powerpc/ptrace: Enable support for EBB registersAnshuman Khandual2016-08-011-0/+75
| * | powerpc/ptrace: Enable support for NT_PPPC_TAR, NT_PPC_PPR, NT_PPC_DSCRAnshuman Khandual2016-08-011-0/+117
| * | powerpc/ptrace: Enable NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCRAnshuman Khandual2016-08-011-0/+178
| * | powerpc/ptrace: Enable support for TM SPR stateAnshuman Khandual2016-08-011-1/+142
| * | powerpc/ptrace: Enable support for NT_PPC_CVSXAnshuman Khandual2016-08-011-0/+129
| * | powerpc/ptrace: Enable support for NT_PPC_CVMXAnshuman Khandual2016-08-011-0/+158
| * | powerpc/ptrace: Enable support for NT_PPC_CFPRAnshuman Khandual2016-08-011-0/+126
| * | powerpc/ptrace: Enable support for NT_PPC_CGPRAnshuman Khandual2016-08-011-0/+222
| * | powerpc/ptrace: Adapt gpr32_get, gpr32_set functions for transactionAnshuman Khandual2016-08-011-13/+51
| * | powerpc/ptrace: Enable in transaction NT_PPC_VSX ptrace requestsAnshuman Khandual2016-08-011-0/+64
| * | powerpc/ptrace: Enable in transaction NT_PPC_VMX ptrace requestsAnshuman Khandual2016-08-011-3/+87
| * | powerpc/ptrace: Enable in transaction NT_PRFPREG ptrace requestsAnshuman Khandual2016-08-011-4/+89
| * | powerpc/process: Add the function flush_tmregs_to_threadAnshuman Khandual2016-08-011-0/+20
| * | powerpc: Add option to use jump label for mmu_has_feature()Kevin Hao2016-08-011-0/+17
| * | powerpc: Add option to use jump label for cpu_has_feature()Kevin Hao2016-08-011-0/+20
| * | powerpc: Move cpu_has_feature() to a separate fileKevin Hao2016-08-016-0/+6