summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+7Star
* 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/+0Star
* 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
* cxl: Mask slice error interrupts after first occurrenceAlastair D'Silva2017-05-022-2/+35
* cxl: Route eeh events to all drivers in cxl_pci_error_detected()Vaibhav Jain2017-05-021-6/+9
* cxl: Force context lock during EEH flowVaibhav Jain2017-05-021-2/+17
* 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/+14Star
* 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-289-21/+142
|\
| * powerpc/vfio_spapr_tce: Add reference counting to iommu_tableAlexey Kardashevskiy2017-03-307-17/+37
| * powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposalAlexey Kardashevskiy2017-03-303-7/+9
| * 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-241-2/+15