Age | Commit message (Expand) | Author | Files | Lines |
2016-09-17 | Merge tag 'powerpc-4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 3 | -9/+29 |
2016-09-15 | powerpc/powernv/pci: Fix missed TCE invalidations that should fallback to OPAL | Michael Ellerman | 1 | -2/+2 |
2016-09-15 | powerpc/powernv: Detach from PE on releasing PCI device | Gavin Shan | 1 | -0/+10 |
2016-09-14 | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -21/+2 |
2016-09-14 | powerpc/powernv: Fix the state of root PE | Gavin Shan | 1 | -1/+11 |
2016-09-14 | ppc32: fix copy_from_user() | Al Viro | 1 | -23/+2 |
2016-09-12 | powerpc/kernel: Fix size of NUM_CPU_FTR_KEYS on 32-bit | Michael Ellerman | 1 | -1/+1 |
2016-09-12 | powerpc/powernv: Fix restore of SPRs upon wake up from hypervisor state loss | Gautham R. Shenoy | 1 | -5/+5 |
2016-09-09 | Merge tag 'powerpc-4.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 5 | -17/+29 |
2016-09-08 | powerpc/mm: Don't alias user region to other regions below PAGE_OFFSET | Paul Mackerras | 1 | -1/+6 |
2016-09-08 | powerpc/32: Fix again csum_partial_copy_generic() | Christophe Leroy | 1 | -3/+4 |
2016-09-08 | powerpc/powernv: Fix corrupted PE allocation bitmap on releasing PE | Gavin Shan | 1 | -1/+2 |
2016-09-06 | usercopy: fold builtin_const check into inline function | Kees Cook | 1 | -12/+7 |
2016-09-06 | powerpc/powernv: Fix crash on releasing compound PE | Gavin Shan | 1 | -6/+9 |
2016-09-06 | powerpc/xics/opal: Fix processor numbers in OPAL ICP | Benjamin Herrenschmidt | 1 | -5/+7 |
2016-09-06 | powerpc/pseries: Fix little endian build with CONFIG_KEXEC=n | Thiago Jung Bauermann | 1 | -1/+1 |
2016-08-29 | powerpc: signals: Discard transaction state from signal frames | Cyril Bur | 2 | -0/+28 |
2016-08-29 | powerpc/powernv : Drop reference added by kset_find_obj() | Mukesh Ojha | 2 | -2/+12 |
2016-08-29 | powerpc/tm: do not use r13 for tabort_syscall | Nicholas Piggin | 1 | -6/+6 |
2016-08-22 | powerpc: move hmi.c to arch/powerpc/kvm/ | Paolo Bonzini | 5 | -7/+10 |
2016-08-22 | powerpc: sysdev: cpm: fix gpio save_regs functions | Christophe Leroy | 2 | -3/+6 |
2016-08-22 | powerpc/pseries: PACA save area fix for MCE vs MCE | Nicholas Piggin | 1 | -1/+20 |
2016-08-22 | powerpc/pseries: PACA save area fix for general exception vs MCE | Nicholas Piggin | 1 | -4/+4 |
2016-08-22 | powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-sup... | Michael Ellerman | 1 | -3/+6 |
2016-08-22 | powerpc, hotplug: Avoid to touch non-existent cpumasks. | Boqun Feng | 1 | -1/+1 |
2016-08-22 | powerpc: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 6 | -6/+7 |
2016-08-22 | powerpc/powernv/pci: fix iterator signedness | Andrzej Hajda | 1 | -1/+1 |
2016-08-22 | powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb) | Mauricio Faria de Oliveira | 4 | -2/+46 |
2016-08-22 | powerpc: mpc8349emitx: Delete unnecessary assignment for the field "owner" | Markus Elfring | 1 | -1/+0 |
2016-08-22 | powerpc/512x: Delete unnecessary assignment for the field "owner" | Markus Elfring | 1 | -1/+0 |
2016-08-22 | powerpc: cputhreads: Add missing include file | Guenter Roeck | 1 | -0/+1 |
2016-08-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -4/+8 |
2016-08-12 | Merge tag 'powerpc-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 31 | -135/+227 |
2016-08-12 | KVM: Protect device ops->create and list_add with kvm->lock | Christoffer Dall | 1 | -2/+0 |
2016-08-12 | KVM: PPC: Move xics_debugfs_init out of create | Christoffer Dall | 1 | -2/+8 |
2016-08-10 | powerpc/vdso: Fix build rules to rebuild vdsos correctly | Nicholas Piggin | 2 | -6/+6 |
2016-08-10 | powerpc/Makefile: Use cflags-y/aflags-y for setting endian options | Michael Ellerman | 1 | -10/+12 |
2016-08-10 | powerpc/32: Fix crash during static key init | Benjamin Herrenschmidt | 4 | -0/+8 |
2016-08-10 | powerpc: Update obsolete comment in setup_32.c about early_init() | Benjamin Herrenschmidt | 1 | -4/+2 |
2016-08-10 | powerpc: Print the kernel load address at the end of prom_init() | Benjamin Herrenschmidt | 1 | -1/+1 |
2016-08-10 | powerpc/ptrace: Fix coredump since ptrace TM changes | Cyril Bur | 3 | -28/+19 |
2016-08-10 | powerpc/32: Fix csum_partial_copy_generic() | Christophe Leroy | 1 | -3/+4 |
2016-08-09 | powerpc/pnv/pci: Fix incorrect PE reservation attempt on some 64-bit BARs | Benjamin Herrenschmidt | 1 | -10/+20 |
2016-08-09 | powerpc/book3s: Fix MCE console messages for unrecoverable MCE. | Mahesh Salgaonkar | 2 | -1/+3 |
2016-08-09 | powerpc/pci: Fix endian bug in fixed PHB numbering | Michael Ellerman | 1 | -2/+5 |
2016-08-09 | powerpc/eeh: Switch to conventional PCI address output in EEH log | Guilherme G. Piccoli | 1 | -2/+2 |
2016-08-09 | powerpc/vdso: Add missing include file | Guenter Roeck | 1 | -0/+1 |
2016-08-09 | powerpc: Fix unused function warning 'lmb_to_memblock' | Alastair D'Silva | 1 | -13/+13 |
2016-08-09 | powerpc/powernv: Fix MCE handler to avoid trashing CR0/CR1 registers. | Mahesh Salgaonkar | 1 | -29/+40 |
2016-08-09 | powerpc/powernv: Move IDLE_STATE_ENTER_SEQ macro to cpuidle.h | Mahesh Salgaonkar | 2 | -12/+13 |