summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | powerpc/64s: Fix system reset vs general interrupt reentrancyNicholas Piggin2017-04-282-3/+7
| * | | | | powerpc/64s: Exception macro for stack frame and initial register saveNicholas Piggin2017-04-281-9/+4
| * | | | | powerpc/64s: Add exception macro that does not enable RINicholas Piggin2017-04-281-13/+4
| * | | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-04-281-4/+50
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | powerpc/vfio_spapr_tce: Add reference counting to iommu_tableAlexey Kardashevskiy2017-03-301-5/+22
| | * | | powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposalAlexey Kardashevskiy2017-03-301-0/+4
| | * | | powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()Alexey Kardashevskiy2017-03-301-0/+25
| * | | | 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/sysfs: Fix reference leak of cpu device_nodes present at bootTyrel Datwyler2017-04-251-0/+6
| * | | | Merge branch 'topic/kprobes' into nextMichael Ellerman2017-04-255-31/+244
| |\ \ \ \
| | * | | | 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-241-3/+3
| | * | | | powerpc/kprobes: Add support for KPROBES_ON_FTRACENaveen N. Rao2017-04-243-1/+114
| | * | | | 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-202-2/+60
| | |/ / /
| * | | | powerpc/kprobes: Blacklist exception handlersNaveen N. Rao2017-04-232-0/+11
| * | | | powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()Naveen N. Rao2017-04-231-21/+34
| * | | | 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-231-11/+5
| * | | | powerpc/64s: Idle POWER8 avoid full state loss recovery where possibleNicholas Piggin2017-04-231-6/+83
| * | | | powerpc/64s: Idle do not hold reservation longer than requiredNicholas Piggin2017-04-231-9/+11
| * | | | powerpc/64s: Expand core idle state bitsNicholas Piggin2017-04-231-16/+17
| * | | | powerpc/64s: Fix POWER9 machine check handler from stop stateNicholas Piggin2017-04-232-35/+69
| * | | | powerpc/64s: Use alternative feature patchingNicholas Piggin2017-04-231-9/+14
| * | | | powerpc/64s: Stop using bit in HSPRG0 to test winkleNicholas Piggin2017-04-232-35/+13
| * | | | powerpc/64s: Move remaining system reset idle code into idle_book3s.SNicholas Piggin2017-04-232-46/+44
| * | | | powerpc/64s: Remove unnecessary relocation branch from idle handlerNicholas Piggin2017-04-231-1/+1
| * | | | powerpc/64s: Minor fix for MCE TLB flush for radixNicholas Piggin2017-04-191-2/+6
| * | | | powerpc/64s: Revert setting of LPCR[LPES] on POWER9Nicholas Piggin2017-04-191-2/+2
| * | | | powerpc: Introduce msgsnd/doorbell barrier primitivesNicholas Piggin2017-04-132-5/+13
| * | | | powerpc: Change the doorbell IPI calling conventionNicholas Piggin2017-04-132-17/+52
| * | | | powerpc/64s: Add SCV FSCR bit for ISA v3.0Nicholas Piggin2017-04-131-0/+1
| * | | | powerpc/64s: Add msgp facility unavailable log stringNicholas Piggin2017-04-131-0/+1
| * | | | powerpc/tracing: Allow tracing of mmap syscallsBalbir Singh2017-04-121-8/+8
| * | | | powerpc/mm: Fix swapper_pg_dir size on 64-bit hash w/64K pagesMichael Ellerman2017-04-121-2/+2
| * | | | Merge branch 'topic/xive' (early part) into nextMichael Ellerman2017-04-123-46/+28
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | powerpc: Fixup LPCR:PECE and HEIC setting on POWER9Benjamin Herrenschmidt2017-04-101-5/+10
| | * | | powerpc/smp: Remove migrate_irq() custom implementationBenjamin Herrenschmidt2017-04-072-41/+8
| | * | | powerpc: Add optional smp_ops->prepare_cpu SMP callbackBenjamin Herrenschmidt2017-04-061-0/+10
| | |/ /
| * | | powerpc/powernv: Recover correct PACA on wakeup from a stop on P9 DD1Gautham R. Shenoy2017-04-112-1/+48
| * | | powerpc: Remove unnecessary includes of asm/debug.hMichael Ellerman2017-04-113-3/+0
| * | | powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman2017-04-114-5/+4
| * | | powerpc/prom: Increase minimum RMA size to 512MBSukadev Bhattiprolu2017-04-041-1/+1
| * | | powerpc/book3s: Print task info if we take a machine check in user modeMichael Ellerman2017-04-031-3/+12