summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2016-09-12powerpc/powernv: Fix restore of SPRs upon wake up from hypervisor state lossGautham R. Shenoy-5/+5
2016-08-29powerpc: signals: Discard transaction state from signal framesCyril Bur-0/+28
2016-08-29powerpc/tm: do not use r13 for tabort_syscallNicholas Piggin-6/+6
2016-08-22powerpc: move hmi.c to arch/powerpc/kvm/Paolo Bonzini-57/+1
2016-08-22powerpc/pseries: PACA save area fix for MCE vs MCENicholas Piggin-1/+20
2016-08-22powerpc/pseries: PACA save area fix for general exception vs MCENicholas Piggin-4/+4
2016-08-22powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-sup...Michael Ellerman-3/+6
2016-08-22powerpc, hotplug: Avoid to touch non-existent cpumasks.Boqun Feng-1/+1
2016-08-22powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker-2/+3
2016-08-22powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)Mauricio Faria de Oliveira-0/+36
2016-08-10powerpc/vdso: Fix build rules to rebuild vdsos correctlyNicholas Piggin-6/+6
2016-08-10powerpc/32: Fix crash during static key initBenjamin Herrenschmidt-0/+4
2016-08-10powerpc: Update obsolete comment in setup_32.c about early_init()Benjamin Herrenschmidt-4/+2
2016-08-10powerpc: Print the kernel load address at the end of prom_init()Benjamin Herrenschmidt-1/+1
2016-08-10powerpc/ptrace: Fix coredump since ptrace TM changesCyril Bur-20/+19
2016-08-09powerpc/book3s: Fix MCE console messages for unrecoverable MCE.Mahesh Salgaonkar-1/+2
2016-08-09powerpc/pci: Fix endian bug in fixed PHB numberingMichael Ellerman-2/+5
2016-08-09powerpc/eeh: Switch to conventional PCI address output in EEH logGuilherme G. Piccoli-2/+2
2016-08-09powerpc/vdso: Add missing include fileGuenter Roeck-0/+1
2016-08-09powerpc/powernv: Fix MCE handler to avoid trashing CR0/CR1 registers.Mahesh Salgaonkar-29/+40
2016-08-09powerpc/powernv: Move IDLE_STATE_ENTER_SEQ macro to cpuidle.hMahesh Salgaonkar-12/+0
2016-08-09powerpc/powernv: Load correct TOC pointer while waking up from winkle.Mahesh Salgaonkar-1/+4
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds-1/+28
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-46/+1590
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski-33/+33
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-61/+18
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-3/+68
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas-28/+66
2016-08-01powerpc/ptrace: Enable support for Performance Monitor registersAnshuman Khandual-0/+75
2016-08-01powerpc/ptrace: Enable support for EBB registersAnshuman Khandual-0/+75
2016-08-01powerpc/ptrace: Enable support for NT_PPPC_TAR, NT_PPC_PPR, NT_PPC_DSCRAnshuman Khandual-0/+117
2016-08-01powerpc/ptrace: Enable NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCRAnshuman Khandual-0/+178
2016-08-01powerpc/ptrace: Enable support for TM SPR stateAnshuman Khandual-1/+142
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CVSXAnshuman Khandual-0/+129
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CVMXAnshuman Khandual-0/+158
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CFPRAnshuman Khandual-0/+126
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CGPRAnshuman Khandual-0/+222
2016-08-01powerpc/ptrace: Adapt gpr32_get, gpr32_set functions for transactionAnshuman Khandual-13/+51
2016-08-01powerpc/ptrace: Enable in transaction NT_PPC_VSX ptrace requestsAnshuman Khandual-0/+64
2016-08-01powerpc/ptrace: Enable in transaction NT_PPC_VMX ptrace requestsAnshuman Khandual-3/+87
2016-08-01powerpc/ptrace: Enable in transaction NT_PRFPREG ptrace requestsAnshuman Khandual-4/+89
2016-08-01powerpc/process: Add the function flush_tmregs_to_threadAnshuman Khandual-0/+20
2016-08-01powerpc: Add option to use jump label for mmu_has_feature()Kevin Hao-0/+17
2016-08-01powerpc: Add option to use jump label for cpu_has_feature()Kevin Hao-0/+20
2016-08-01powerpc: Move cpu_has_feature() to a separate fileKevin Hao-0/+6
2016-08-01powerpc/mm: Convert early cpu/mmu feature check to use the new helpersAneesh Kumar K.V-3/+3
2016-08-01powerpc/mm: Make MMU_FTR_RADIX a MMU family featureAneesh Kumar K.V-7/+7
2016-08-01powerpc/64: Do feature patching before MMU initMichael Ellerman-3/+3
2016-08-01powerpc/mm: Move disable_radix handling into mmu_early_init_devtree()Michael Ellerman-13/+0
2016-08-01powerpc/mm: Add mmu_early_init_devtree()Michael Ellerman-0/+2