summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* ppc32: fix copy_from_user()Al Viro2016-09-131-23/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-131-4/+8
|\
| * KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall2016-08-121-2/+0
| * KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall2016-08-121-2/+8
* | Merge tag 'powerpc-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-08-1231-135/+227
|\ \
| * | powerpc/vdso: Fix build rules to rebuild vdsos correctlyNicholas Piggin2016-08-102-6/+6
| * | powerpc/Makefile: Use cflags-y/aflags-y for setting endian optionsMichael Ellerman2016-08-101-10/+12
| * | powerpc/32: Fix crash during static key initBenjamin Herrenschmidt2016-08-104-0/+8
| * | 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-103-28/+19
| * | powerpc/32: Fix csum_partial_copy_generic()Christophe Leroy2016-08-101-3/+4
| * | powerpc/pnv/pci: Fix incorrect PE reservation attempt on some 64-bit BARsBenjamin Herrenschmidt2016-08-091-10/+20
| * | powerpc/book3s: Fix MCE console messages for unrecoverable MCE.Mahesh Salgaonkar2016-08-092-1/+3
| * | 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: Fix unused function warning 'lmb_to_memblock'Alastair D'Silva2016-08-091-13/+13
| * | 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-092-12/+13
| * | powerpc/powernv: Load correct TOC pointer while waking up from winkle.Mahesh Salgaonkar2016-08-091-1/+4
| * | powerpc/powernv/ioda: Fix TCE invalidate to work in real mode againAlexey Kardashevskiy2016-08-091-1/+1
| * | powerpc/cell: Add missing error code in spufs_mkgang()Dan Carpenter2016-08-091-1/+3
| * | powerpc/xics: Properly set Edge/Level type and enable resendBenjamin Herrenschmidt2016-08-096-10/+63
| * | crypto: crc32c-vpmsum - Convert to CPU feature based module autoloadingAnton Blanchard2016-08-091-1/+2
| * | powerpc/pasemi: Fix coherent_dma_mask for dma engineDarren Stevens2016-08-081-0/+5
| |/
* | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-082-2/+20
|\ \ | |/ |/|
| * powerpc/uaccess: Enable hardened usercopyKees Cook2016-07-262-2/+20
* | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-054-80/+40
|\ \
| * | char/genrtc: remove powerpc supportArnd Bergmann2016-06-043-79/+12
| * | 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-0554-209/+2049
|\ \ \
| * | | powerpc/mm: Move register_process_table() out of ppc_mdMichael Ellerman2016-08-045-5/+10
| * | | powerpc/perf: Fix incorrect event codes in power9-event-listMadhavan Srinivasan2016-08-041-3/+3
| * | | powerpc/32: Fix early access to cpu_spec relocationBenjamin Herrenschmidt2016-08-031-1/+1
| * | | powerpc/ptrace: Enable support for Performance Monitor registersAnshuman Khandual2016-08-012-1/+77
| * | | powerpc/ptrace: Enable support for EBB registersAnshuman Khandual2016-08-012-0/+76
| * | | 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-012-1/+143
| * | | powerpc/ptrace: Enable support for NT_PPC_CVSXAnshuman Khandual2016-08-012-0/+130
| * | | powerpc/ptrace: Enable support for NT_PPC_CVMXAnshuman Khandual2016-08-012-0/+159
| * | | 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-012-0/+28
| * | | powerpc/mm: remove flush_tlb_page_nohashAneesh Kumar K.V2016-08-015-26/+1