index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Use the new post-link pass to check relocations
Nicholas Piggin
2017-04-28
2
-11
/
+34
*
powerpc/xmon: Wait for secondaries before IPI'ing on system reset
Nicholas Piggin
2017-04-28
1
-9
/
+27
*
powerpc/pseries: Implement NMI IPI with H_SIGNAL_SYS_RESET
Nicholas Piggin
2017-04-28
2
-1
/
+26
*
powerpc: Add struct smp_ops_t.cause_nmi_ipi operation
Nicholas Piggin
2017-04-28
8
-0
/
+10
*
powerpc: Add NMI IPI infrastructure
Nicholas Piggin
2017-04-28
5
-42
/
+226
*
powerpc: Mark system reset as an NMI with nmi_enter/exit()
Nicholas Piggin
2017-04-28
1
-0
/
+11
*
powerpc/64s: Dedicated system reset interrupt stack
Nicholas Piggin
2017-04-28
6
-4
/
+27
*
powerpc/64s: Disallow system reset vs system reset reentrancy
Nicholas Piggin
2017-04-28
6
-7
/
+51
*
powerpc/64s: Fix system reset vs general interrupt reentrancy
Nicholas Piggin
2017-04-28
4
-11
/
+19
*
powerpc/64s: Exception macro for stack frame and initial register save
Nicholas Piggin
2017-04-28
2
-15
/
+14
*
powerpc/64s: Add exception macro that does not enable RI
Nicholas Piggin
2017-04-28
2
-13
/
+19
*
powerpc/cbe: Do not process external or decremeter interrupts from sreset
Nicholas Piggin
2017-04-28
1
-4
/
+7
*
powerpc/pasemi: Do not process external or decrementer interrupts from sreset
Nicholas Piggin
2017-04-28
1
-4
/
+7
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2017-04-28
9
-21
/
+142
|
\
|
*
powerpc/vfio_spapr_tce: Add reference counting to iommu_table
Alexey Kardashevskiy
2017-03-30
7
-17
/
+37
|
*
powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposal
Alexey Kardashevskiy
2017-03-30
3
-7
/
+9
|
*
powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()
Alexey Kardashevskiy
2017-03-30
3
-1
/
+57
|
*
powerpc/mmu: Add real mode support for IOMMU preregistered memory
Alexey Kardashevskiy
2017-03-27
2
-0
/
+43
*
|
powerpc/ftrace/64: Split further based on -mprofile-kernel
Naveen N. Rao
2017-04-27
4
-305
/
+346
*
|
powerpc: Split ftrace bits into a separate file
Naveen N. Rao
2017-04-27
8
-493
/
+532
*
|
powerpc/mm: Rename table dump file name
Christophe Leroy
2017-04-27
1
-1
/
+1
*
|
powerpc/mm: On PPC32, display 32 bits addresses in page table dump
Christophe Leroy
2017-04-27
1
-0
/
+5
*
|
powerpc/mm: Fix missing page attributes in page table dump
Christophe Leroy
2017-04-27
2
-0
/
+10
*
|
powerpc/mm: Fix page table dump build on PPC32
Christophe Leroy
2017-04-27
1
-11
/
+48
*
|
powerpc/mm/radix: Optimise tlbiel flush all case
Aneesh Kumar K.V
2017-04-27
1
-2
/
+13
*
|
powerpc/mm/radix: Optimise Page Walk Cache flush
Aneesh Kumar K.V
2017-04-27
1
-2
/
+13
*
|
powerpc/powernv: Fix oops on P9 DD1 in cause_ipi()
Michael Ellerman
2017-04-26
2
-4
/
+11
*
|
powerpc/powernv: Fix missing attr initialisation in opal_export_attrs()
Michael Ellerman
2017-04-26
1
-1
/
+2
*
|
powerpc/mm: Fix possible out-of-bounds shift in arch_mmap_rnd()
Michael Ellerman
2017-04-26
1
-1
/
+1
*
|
powerpc/mm: Ensure IRQs are off in switch_mm()
David Gibson
2017-04-24
1
-2
/
+15
*
|
powerpc/sysfs: Fix reference leak of cpu device_nodes present at boot
Tyrel Datwyler
2017-04-24
1
-0
/
+6
*
|
powerpc/pseries: Fix of_node_put() underflow during DLPAR remove
Tyrel Datwyler
2017-04-24
1
-1
/
+0
*
|
powerpc/xmon: Deindent the SLB dumping logic
Michael Ellerman
2017-04-24
1
-17
/
+22
*
|
Merge branch 'topic/kprobes' into next
Michael Ellerman
2017-04-24
11
-99
/
+316
|
\
\
|
*
|
powerpc/kprobes: Prefer ftrace when probing function entry
Naveen N. Rao
2017-04-24
1
-2
/
+15
|
*
|
powerpc: Introduce a new helper to obtain function entry points
Naveen N. Rao
2017-04-24
2
-3
/
+44
|
*
|
powerpc/kprobes: Add support for KPROBES_ON_FTRACE
Naveen N. Rao
2017-04-24
6
-2
/
+126
|
*
|
powerpc/ftrace: Restore LR from pt_regs
Naveen N. Rao
2017-04-24
1
-6
/
+7
|
*
|
powerpc/kprobes: Emulate instructions on kprobe handler re-entry
Naveen N. Rao
2017-04-20
1
-0
/
+8
|
*
|
powerpc/kprobes: Factor out code to emulate instruction into a helper
Naveen N. Rao
2017-04-20
1
-21
/
+31
|
*
|
powerpc/kretprobes: Override default function entry offset
Naveen N. Rao
2017-04-20
1
-0
/
+9
|
*
|
powerpc/kprobes: Fix handling of function offsets on ABIv2
Naveen N. Rao
2017-04-20
4
-8
/
+9
|
*
|
kprobes: Convert kprobe_lookup_name() to a function
Naveen N. Rao
2017-04-20
5
-67
/
+69
|
*
|
kprobes: Skip preparing optprobe if the probe is ftrace-based
Masami Hiramatsu
2017-04-20
1
-2
/
+9
|
|
/
*
|
powerpc/kprobes: Blacklist common exception handlers
Naveen N. Rao
2017-04-23
1
-0
/
+1
*
|
powerpc/kprobes: Blacklist exception handlers
Naveen N. Rao
2017-04-23
3
-0
/
+13
*
|
powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()
Naveen N. Rao
2017-04-23
3
-60
/
+81
*
|
powerpc/ftrace: Move stack setup and teardown code into ftrace_graph_caller()
Naveen N. Rao
2017-04-23
1
-4
/
+1
*
|
powerpc/kprobes: Remove duplicate saving of MSR
Naveen N. Rao
2017-04-23
1
-1
/
+0
*
|
powerpc/64s: Simplify POWER9 DD1 idle workaround code
Nicholas Piggin
2017-04-23
2
-11
/
+8
[next]