index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
media
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-28
powerpc/pseries: Implement NMI IPI with H_SIGNAL_SYS_RESET
Nicholas Piggin
2
-1
/
+26
2017-04-28
powerpc: Add struct smp_ops_t.cause_nmi_ipi operation
Nicholas Piggin
8
-0
/
+10
2017-04-28
powerpc: Add NMI IPI infrastructure
Nicholas Piggin
5
-42
/
+226
2017-04-28
powerpc: Mark system reset as an NMI with nmi_enter/exit()
Nicholas Piggin
1
-0
/
+11
2017-04-28
powerpc/64s: Dedicated system reset interrupt stack
Nicholas Piggin
6
-4
/
+27
2017-04-28
powerpc/64s: Disallow system reset vs system reset reentrancy
Nicholas Piggin
6
-7
/
+51
2017-04-28
powerpc/64s: Fix system reset vs general interrupt reentrancy
Nicholas Piggin
4
-11
/
+19
2017-04-28
powerpc/64s: Exception macro for stack frame and initial register save
Nicholas Piggin
2
-15
/
+14
2017-04-28
powerpc/64s: Add exception macro that does not enable RI
Nicholas Piggin
2
-13
/
+19
2017-04-28
powerpc/cbe: Do not process external or decremeter interrupts from sreset
Nicholas Piggin
1
-4
/
+7
2017-04-28
powerpc/pasemi: Do not process external or decrementer interrupts from sreset
Nicholas Piggin
1
-4
/
+7
2017-04-27
powerpc/ftrace/64: Split further based on -mprofile-kernel
Naveen N. Rao
4
-305
/
+346
2017-04-27
powerpc: Split ftrace bits into a separate file
Naveen N. Rao
8
-493
/
+532
2017-04-27
powerpc/mm: Rename table dump file name
Christophe Leroy
1
-1
/
+1
2017-04-27
powerpc/mm: On PPC32, display 32 bits addresses in page table dump
Christophe Leroy
1
-0
/
+5
2017-04-27
powerpc/mm: Fix missing page attributes in page table dump
Christophe Leroy
2
-0
/
+10
2017-04-27
powerpc/mm: Fix page table dump build on PPC32
Christophe Leroy
1
-11
/
+48
2017-04-27
powerpc/mm/radix: Optimise tlbiel flush all case
Aneesh Kumar K.V
1
-2
/
+13
2017-04-27
powerpc/mm/radix: Optimise Page Walk Cache flush
Aneesh Kumar K.V
1
-2
/
+13
2017-04-26
powerpc/powernv: Fix oops on P9 DD1 in cause_ipi()
Michael Ellerman
2
-4
/
+11
2017-04-26
powerpc/powernv: Fix missing attr initialisation in opal_export_attrs()
Michael Ellerman
1
-1
/
+2
2017-04-26
powerpc/mm: Fix possible out-of-bounds shift in arch_mmap_rnd()
Michael Ellerman
1
-1
/
+1
2017-04-24
powerpc/mm: Ensure IRQs are off in switch_mm()
David Gibson
1
-2
/
+15
2017-04-24
powerpc/sysfs: Fix reference leak of cpu device_nodes present at boot
Tyrel Datwyler
1
-0
/
+6
2017-04-24
powerpc/pseries: Fix of_node_put() underflow during DLPAR remove
Tyrel Datwyler
1
-1
/
+0
2017-04-24
powerpc/xmon: Deindent the SLB dumping logic
Michael Ellerman
1
-17
/
+22
2017-04-24
powerpc/kprobes: Prefer ftrace when probing function entry
Naveen N. Rao
1
-2
/
+15
2017-04-24
powerpc: Introduce a new helper to obtain function entry points
Naveen N. Rao
2
-3
/
+44
2017-04-24
powerpc/kprobes: Add support for KPROBES_ON_FTRACE
Naveen N. Rao
6
-2
/
+126
2017-04-24
powerpc/ftrace: Restore LR from pt_regs
Naveen N. Rao
1
-6
/
+7
2017-04-23
powerpc/kprobes: Blacklist common exception handlers
Naveen N. Rao
1
-0
/
+1
2017-04-23
powerpc/kprobes: Blacklist exception handlers
Naveen N. Rao
3
-0
/
+13
2017-04-23
powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()
Naveen N. Rao
3
-60
/
+81
2017-04-23
powerpc/ftrace: Move stack setup and teardown code into ftrace_graph_caller()
Naveen N. Rao
1
-4
/
+1
2017-04-23
powerpc/kprobes: Remove duplicate saving of MSR
Naveen N. Rao
1
-1
/
+0
2017-04-23
powerpc/64s: Simplify POWER9 DD1 idle workaround code
Nicholas Piggin
2
-11
/
+8
2017-04-23
powerpc/64s: Idle POWER8 avoid full state loss recovery where possible
Nicholas Piggin
2
-9
/
+112
2017-04-23
powerpc/64s: Idle do not hold reservation longer than required
Nicholas Piggin
1
-9
/
+11
2017-04-23
powerpc/64s: Expand core idle state bits
Nicholas Piggin
2
-18
/
+19
2017-04-23
powerpc/64s: Fix POWER9 machine check handler from stop state
Nicholas Piggin
3
-35
/
+70
2017-04-23
powerpc/64s: Use alternative feature patching
Nicholas Piggin
1
-9
/
+14
2017-04-23
powerpc/64s: Stop using bit in HSPRG0 to test winkle
Nicholas Piggin
4
-59
/
+15
2017-04-23
powerpc/64s: Move remaining system reset idle code into idle_book3s.S
Nicholas Piggin
2
-46
/
+44
2017-04-23
powerpc/64s: Remove unnecessary relocation branch from idle handler
Nicholas Piggin
2
-9
/
+1
2017-04-21
powerpc/mm: Add support for runtime configuration of ASLR limits
Michael Ellerman
2
-5
/
+50
2017-04-21
powerpc/mm: Wire up ioremap_cache()
Oliver O'Halloran
1
-0
/
+2
2017-04-20
powerpc/kprobes: Emulate instructions on kprobe handler re-entry
Naveen N. Rao
1
-0
/
+8
2017-04-20
powerpc/kprobes: Factor out code to emulate instruction into a helper
Naveen N. Rao
1
-21
/
+31
2017-04-20
powerpc/kretprobes: Override default function entry offset
Naveen N. Rao
1
-0
/
+9
2017-04-20
powerpc/kprobes: Fix handling of function offsets on ABIv2
Naveen N. Rao
4
-8
/
+9
[next]