summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | powerpc/sysfs: Fix reference leak of cpu device_nodes present at bootTyrel Datwyler2017-04-251-0/+6
* | powerpc/pseries: Fix of_node_put() underflow during DLPAR removeTyrel Datwyler2017-04-251-1/+0
* | powerpc/xmon: Deindent the SLB dumping logicMichael Ellerman2017-04-251-17/+22
* | Merge branch 'topic/kprobes' into nextMichael Ellerman2017-04-258-84/+296
|\ \
| * | powerpc/kprobes: Prefer ftrace when probing function entryNaveen N. Rao2017-04-241-2/+15
| * | powerpc: Introduce a new helper to obtain function entry pointsNaveen N. Rao2017-04-242-3/+44
| * | powerpc/kprobes: Add support for KPROBES_ON_FTRACENaveen N. Rao2017-04-245-1/+125
| * | powerpc/ftrace: Restore LR from pt_regsNaveen N. Rao2017-04-241-6/+7
| * | powerpc/kprobes: Emulate instructions on kprobe handler re-entryNaveen N. Rao2017-04-201-0/+8
| * | powerpc/kprobes: Factor out code to emulate instruction into a helperNaveen N. Rao2017-04-201-21/+31
| * | powerpc/kretprobes: Override default function entry offsetNaveen N. Rao2017-04-201-0/+9
| * | powerpc/kprobes: Fix handling of function offsets on ABIv2Naveen N. Rao2017-04-202-4/+4
| * | kprobes: Convert kprobe_lookup_name() to a functionNaveen N. Rao2017-04-203-55/+60
| |/
* | powerpc/kprobes: Blacklist common exception handlersNaveen N. Rao2017-04-231-0/+1
* | powerpc/kprobes: Blacklist exception handlersNaveen N. Rao2017-04-233-0/+13
* | powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()Naveen N. Rao2017-04-233-60/+81
* | powerpc/ftrace: Move stack setup and teardown code into ftrace_graph_caller()Naveen N. Rao2017-04-231-4/+1
* | powerpc/kprobes: Remove duplicate saving of MSRNaveen N. Rao2017-04-231-1/+0
* | powerpc/64s: Simplify POWER9 DD1 idle workaround codeNicholas Piggin2017-04-232-11/+8
* | powerpc/64s: Idle POWER8 avoid full state loss recovery where possibleNicholas Piggin2017-04-232-9/+112
* | powerpc/64s: Idle do not hold reservation longer than requiredNicholas Piggin2017-04-231-9/+11
* | powerpc/64s: Expand core idle state bitsNicholas Piggin2017-04-232-18/+19
* | powerpc/64s: Fix POWER9 machine check handler from stop stateNicholas Piggin2017-04-233-35/+70
* | powerpc/64s: Use alternative feature patchingNicholas Piggin2017-04-231-9/+14
* | powerpc/64s: Stop using bit in HSPRG0 to test winkleNicholas Piggin2017-04-234-59/+15