summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-051-1/+2
|\
| * cma: Store a name in the cma structureLaura Abbott2017-04-181-1/+2
* | Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-05181-2426/+7295
|\ \
| * | powerpc/64s: Power9 has no LPCR[VRMASD] field so don't set itNicholas Piggin2017-05-031-9/+12
| * | powerpc/powernv: Fix TCE kill on NVLink2Alistair Popple2017-05-033-6/+14
| * | powerpc/mm/radix: Drop support for CPUs without lockless tlbieMichael Ellerman2017-05-031-38/+7
| * | powerpc/book3s/mce: Move add_taint() later in virtual modeMahesh Salgaonkar2017-05-032-2/+4
| * | powerpc/sysfs: Move #ifdef CONFIG_HOTPLUG_CPU out of the function bodyMichael Ellerman2017-05-031-2/+4
| * | powerpc/smp: Document irq enable/disable after migrating IRQsMichael Ellerman2017-05-031-1/+8
| * | powerpc/mpc52xx: Don't select user-visible RTAS_PROCMichael Ellerman2017-05-031-1/+0
| * | powerpc/powernv: Document cxl dependency on special case in pnv_eeh_reset()Andrew Donnellan2017-05-031-0/+7
| * | powerpc/eeh: Clean up and document event handling functionsRussell Currey2017-05-021-12/+24
| * | powerpc/eeh: Avoid use after free in eeh_handle_special_event()Russell Currey2017-05-021-4/+15
| * | powerpc/64: Allow CONFIG_RELOCATABLE if COMPILE_TESTNicholas Piggin2017-05-011-2/+2
| * | powerpc/xmon: Teach xmon oops about radix vectorsMichael Neuling2017-05-011-2/+12
| * | powerpc/mm/hash: Fix off-by-one in comment about kernel contexts idsMichael Ellerman2017-04-281-1/+1
| * | powerpc/pseries: Enable VFIOAlexey Kardashevskiy2017-04-281-2/+38
| * | powerpc/powernv: Fix iommu table size calculation hook for small tablesAlexey Kardashevskiy2017-04-281-1/+2
| * | powerpc/powernv: Check kzalloc() return value in pnv_pci_table_allocAlexey Kardashevskiy2017-04-282-0/+6
| * | powerpc: Add arch/powerpc/tools directoryNicholas Piggin2017-04-284-2/+2
| * | powerpc: Use the new post-link pass to check relocationsNicholas Piggin2017-04-282-11/+34
| * | powerpc/xmon: Wait for secondaries before IPI'ing on system resetNicholas Piggin2017-04-281-9/+27
| * | powerpc/pseries: Implement NMI IPI with H_SIGNAL_SYS_RESETNicholas Piggin2017-04-282-1/+26
| * | powerpc: Add struct smp_ops_t.cause_nmi_ipi operationNicholas Piggin2017-04-288-0/+10
| * | powerpc: Add NMI IPI infrastructureNicholas Piggin2017-04-285-42/+226
| * | powerpc: Mark system reset as an NMI with nmi_enter/exit()Nicholas Piggin2017-04-281-0/+11
| * | powerpc/64s: Dedicated system reset interrupt stackNicholas Piggin2017-04-286-4/+27
| * | powerpc/64s: Disallow system reset vs system reset reentrancyNicholas Piggin2017-04-286-7/+51
| * | powerpc/64s: Fix system reset vs general interrupt reentrancyNicholas Piggin2017-04-284-11/+19
| * | powerpc/64s: Exception macro for stack frame and initial register saveNicholas Piggin2017-04-282-15/+14
| * | powerpc/64s: Add exception macro that does not enable RINicholas Piggin2017-04-282-13/+19
| * | powerpc/cbe: Do not process external or decremeter interrupts from sresetNicholas Piggin2017-04-281-4/+7
| * | powerpc/pasemi: Do not process external or decrementer interrupts from sresetNicholas Piggin2017-04-281-4/+7
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-04-288-20/+141
| |\ \
| | * | powerpc/vfio_spapr_tce: Add reference counting to iommu_tableAlexey Kardashevskiy2017-03-306-16/+36
| | * | powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposalAlexey Kardashevskiy2017-03-302-6/+8
| | * | powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()Alexey Kardashevskiy2017-03-303-1/+57
| | * | powerpc/mmu: Add real mode support for IOMMU preregistered memoryAlexey Kardashevskiy2017-03-272-0/+43
| * | | powerpc/ftrace/64: Split further based on -mprofile-kernelNaveen N. Rao2017-04-274-305/+346
| * | | powerpc: Split ftrace bits into a separate fileNaveen N. Rao2017-04-278-493/+532
| * | | powerpc/mm: Rename table dump file nameChristophe Leroy2017-04-271-1/+1
| * | | powerpc/mm: On PPC32, display 32 bits addresses in page table dumpChristophe Leroy2017-04-271-0/+5
| * | | powerpc/mm: Fix missing page attributes in page table dumpChristophe Leroy2017-04-272-0/+10
| * | | powerpc/mm: Fix page table dump build on PPC32Christophe Leroy2017-04-271-11/+48
| * | | powerpc/mm/radix: Optimise tlbiel flush all caseAneesh Kumar K.V2017-04-271-2/+13
| * | | powerpc/mm/radix: Optimise Page Walk Cache flushAneesh Kumar K.V2017-04-271-2/+13
| * | | powerpc/powernv: Fix oops on P9 DD1 in cause_ipi()Michael Ellerman2017-04-262-4/+11
| * | | powerpc/powernv: Fix missing attr initialisation in opal_export_attrs()Michael Ellerman2017-04-261-1/+2
| * | | powerpc/mm: Fix possible out-of-bounds shift in arch_mmap_rnd()Michael Ellerman2017-04-261-1/+1
| * | | powerpc/mm: Ensure IRQs are off in switch_mm()David Gibson2017-04-251-2/+15
OpenPOWER on IntegriCloud