aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-02powerpc/eeh: Clean up and document event handling functionsRussell Currey1-12/+24
2017-05-02powerpc/eeh: Avoid use after free in eeh_handle_special_event()Russell Currey1-4/+15
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+4
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+11
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-175/+43
2017-05-01Merge tag 'edac_for_4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds8-10/+2
2017-05-01powerpc/64: Allow CONFIG_RELOCATABLE if COMPILE_TESTNicholas Piggin1-2/+2
2017-05-01powerpc/xmon: Teach xmon oops about radix vectorsMichael Neuling1-2/+12
2017-04-30powerpc/64e: Fix hang when debugging programs with relocated kernelLiuHailong1-0/+12
2017-04-28Merge branch 'pci/resource-mmap' into nextBjorn Helgaas2-6/+6
2017-04-28powerpc/mm/hash: Fix off-by-one in comment about kernel contexts idsMichael Ellerman1-1/+1
2017-04-28powerpc/pseries: Enable VFIOAlexey Kardashevskiy1-2/+38
2017-04-28powerpc/powernv: Fix iommu table size calculation hook for small tablesAlexey Kardashevskiy1-1/+2
2017-04-28powerpc/powernv: Check kzalloc() return value in pnv_pci_table_allocAlexey Kardashevskiy2-0/+6
2017-04-28powerpc: Add arch/powerpc/tools directoryNicholas Piggin4-2/+2
2017-04-28powerpc: Use the new post-link pass to check relocationsNicholas Piggin2-11/+34
2017-04-28powerpc/xmon: Wait for secondaries before IPI'ing on system resetNicholas Piggin1-9/+27
2017-04-28powerpc/pseries: Implement NMI IPI with H_SIGNAL_SYS_RESETNicholas Piggin2-1/+26
2017-04-28powerpc: Add struct smp_ops_t.cause_nmi_ipi operationNicholas Piggin8-0/+10
2017-04-28powerpc: Add NMI IPI infrastructureNicholas Piggin5-42/+226
2017-04-28powerpc: Mark system reset as an NMI with nmi_enter/exit()Nicholas Piggin1-0/+11
2017-04-28powerpc/64s: Dedicated system reset interrupt stackNicholas Piggin6-4/+27
2017-04-28powerpc/64s: Disallow system reset vs system reset reentrancyNicholas Piggin6-7/+51
2017-04-28powerpc/64s: Fix system reset vs general interrupt reentrancyNicholas Piggin4-11/+19
2017-04-28powerpc/64s: Exception macro for stack frame and initial register saveNicholas Piggin2-15/+14
2017-04-28powerpc/64s: Add exception macro that does not enable RINicholas Piggin2-13/+19
2017-04-28powerpc/cbe: Do not process external or decremeter interrupts from sresetNicholas Piggin1-4/+7
2017-04-28powerpc/pasemi: Do not process external or decrementer interrupts from sresetNicholas Piggin1-4/+7
2017-04-28Merge branch 'topic/ppc-kvm' into nextMichael Ellerman8-20/+141
2017-04-28Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras48-219/+6014
2017-04-28KVM: PPC: Book3S HV: Avoid preemptibility warning in module initializationDenis Kirjanov1-1/+1
2017-04-27pstore: Fix flags to enable dumps on powerpcAnkit Kumar1-0/+1
2017-04-27powerpc/ftrace/64: Split further based on -mprofile-kernelNaveen N. Rao4-305/+346
2017-04-27powerpc: Split ftrace bits into a separate fileNaveen N. Rao8-493/+532
2017-04-27powerpc/mm: Rename table dump file nameChristophe Leroy1-1/+1
2017-04-27powerpc/mm: On PPC32, display 32 bits addresses in page table dumpChristophe Leroy1-0/+5
2017-04-27powerpc/mm: Fix missing page attributes in page table dumpChristophe Leroy2-0/+10
2017-04-27powerpc/mm: Fix page table dump build on PPC32Christophe Leroy1-11/+48
2017-04-27powerpc/mm/radix: Optimise tlbiel flush all caseAneesh Kumar K.V1-2/+13
2017-04-27powerpc/mm/radix: Optimise Page Walk Cache flushAneesh Kumar K.V1-2/+13
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář4-5/+5
2017-04-27KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt24-84/+3358
2017-04-26HAVE_ARCH_HARDENED_USERCOPY is unconditional nowAl Viro1-1/+0
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro1-1/+0
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ...Al Viro49-373/+1368
2017-04-26powerpc/powernv: Fix oops on P9 DD1 in cause_ipi()Michael Ellerman2-4/+11
2017-04-26powerpc/powernv: Fix missing attr initialisation in opal_export_attrs()Michael Ellerman1-1/+2
2017-04-26powerpc/mm: Fix possible out-of-bounds shift in arch_mmap_rnd()Michael Ellerman1-1/+1