summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64e: Don't place the stack beyond TASK_SIZEScott Wood2017-05-051-0/+5
* powerpc/8xx: Adding support of IRQ in MPC8xx GPIOChristophe Leroy2017-05-033-1/+47
* soc/fsl/qbman: Disable IRQs for deferred QBMan workRoy Pledge2017-04-301-0/+5
* soc/fsl/qe: add EXPORT_SYMBOL for the 2 qe_tdm functionsValentin Longchamp2017-04-301-0/+2
* soc/fsl/qe: only apply QE_General4 workaround on affected SoCsValentin Longchamp2017-04-301-2/+6
* soc/fsl/qe: round brg_freq to 1kHz granularityValentin Longchamp2017-04-301-0/+13
* soc/fsl/qe: get rid of immrbar_virt_to_phys()Christophe Leroy2017-04-302-22/+1
* net: ethernet: ucc_geth: fix MEM_PART_MURAM modeChristophe Leroy2017-04-302-5/+4
* powerpc/64e: Fix hang when debugging programs with relocated kernelLiuHailong2017-04-301-0/+12
* 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
* powerpc/sysfs: Fix reference leak of cpu device_nodes present at bootTyrel Datwyler2017-04-241-0/+6
* powerpc/pseries: Fix of_node_put() underflow during DLPAR removeTyrel Datwyler2017-04-241-1/+0
* powerpc/xmon: Deindent the SLB dumping logicMichael Ellerman2017-04-241-17/+22
* Merge branch 'topic/kprobes' into nextMichael Ellerman2017-04-2411-99/+316
|\
| * 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-246-2/+126
| * 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-204-8/+9
| * kprobes: Convert kprobe_lookup_name() to a functionNaveen N. Rao2017-04-205-67/+69
| * kprobes: Skip preparing optprobe if the probe is ftrace-basedMasami Hiramatsu2017-04-201-2/+9
* | 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
* | 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-232-9/+1
* | powerpc/mm: Add support for runtime configuration of ASLR limitsMichael Ellerman2017-04-212-5/+50