aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-6/+23
2017-05-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-51/+27
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeGravatar Stephen Boyd 1-1/+1
2017-05-08powerpc/fadump: reuse crashkernel parameter for fadump memory reservationGravatar Hari Bathini 1-13/+10
2017-05-08powerpc/fadump: remove dependency with CONFIG_KEXECGravatar Hari Bathini 5-37/+16
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 22-167/+1537
2017-05-05Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+1
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-12/+34
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 181-2426/+7295
2017-05-03powerpc/64s: Power9 has no LPCR[VRMASD] field so don't set itGravatar Nicholas Piggin 1-9/+12
2017-05-03powerpc/powernv: Fix TCE kill on NVLink2Gravatar Alistair Popple 3-6/+14
2017-05-03powerpc/mm/radix: Drop support for CPUs without lockless tlbieGravatar Michael Ellerman 1-38/+7
2017-05-03powerpc/book3s/mce: Move add_taint() later in virtual modeGravatar Mahesh Salgaonkar 2-2/+4
2017-05-03powerpc/sysfs: Move #ifdef CONFIG_HOTPLUG_CPU out of the function bodyGravatar Michael Ellerman 1-2/+4
2017-05-03powerpc/smp: Document irq enable/disable after migrating IRQsGravatar Michael Ellerman 1-1/+8
2017-05-03powerpc/mpc52xx: Don't select user-visible RTAS_PROCGravatar Michael Ellerman 1-1/+0
2017-05-03powerpc/powernv: Document cxl dependency on special case in pnv_eeh_reset()Gravatar Andrew Donnellan 1-0/+7
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-1/+7
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+6
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 6-711/+1877
2017-05-02Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-51/+38
2017-05-02powerpc/eeh: Clean up and document event handling functionsGravatar Russell Currey 1-12/+24
2017-05-02powerpc/eeh: Avoid use after free in eeh_handle_special_event()Gravatar Russell Currey 1-4/+15
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-6/+0
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+4
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-15/+11
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-175/+43
2017-05-01Merge tag 'edac_for_4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpGravatar Linus Torvalds 8-10/+2
2017-05-01powerpc/64: Allow CONFIG_RELOCATABLE if COMPILE_TESTGravatar Nicholas Piggin 1-2/+2
2017-05-01powerpc/xmon: Teach xmon oops about radix vectorsGravatar Michael Neuling 1-2/+12
2017-04-28Merge branch 'pci/resource-mmap' into nextGravatar Bjorn Helgaas 2-6/+6
2017-04-28powerpc/mm/hash: Fix off-by-one in comment about kernel contexts idsGravatar Michael Ellerman 1-1/+1
2017-04-28powerpc/pseries: Enable VFIOGravatar Alexey Kardashevskiy 1-2/+38
2017-04-28powerpc/powernv: Fix iommu table size calculation hook for small tablesGravatar Alexey Kardashevskiy 1-1/+2
2017-04-28powerpc/powernv: Check kzalloc() return value in pnv_pci_table_allocGravatar Alexey Kardashevskiy 2-0/+6
2017-04-28powerpc: Add arch/powerpc/tools directoryGravatar Nicholas Piggin 4-2/+2
2017-04-28powerpc: Use the new post-link pass to check relocationsGravatar Nicholas Piggin 2-11/+34
2017-04-28powerpc/xmon: Wait for secondaries before IPI'ing on system resetGravatar Nicholas Piggin 1-9/+27
2017-04-28powerpc/pseries: Implement NMI IPI with H_SIGNAL_SYS_RESETGravatar Nicholas Piggin 2-1/+26
2017-04-28powerpc: Add struct smp_ops_t.cause_nmi_ipi operationGravatar Nicholas Piggin 8-0/+10
2017-04-28powerpc: Add NMI IPI infrastructureGravatar Nicholas Piggin 5-42/+226
2017-04-28powerpc: Mark system reset as an NMI with nmi_enter/exit()Gravatar Nicholas Piggin 1-0/+11
2017-04-28powerpc/64s: Dedicated system reset interrupt stackGravatar Nicholas Piggin 6-4/+27
2017-04-28powerpc/64s: Disallow system reset vs system reset reentrancyGravatar Nicholas Piggin 6-7/+51
2017-04-28powerpc/64s: Fix system reset vs general interrupt reentrancyGravatar Nicholas Piggin 4-11/+19
2017-04-28powerpc/64s: Exception macro for stack frame and initial register saveGravatar Nicholas Piggin 2-15/+14
2017-04-28powerpc/64s: Add exception macro that does not enable RIGravatar Nicholas Piggin 2-13/+19