index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-01
powerpc/64s/exception: Re-inline some handlers
Nicholas Piggin
1
-3
/
+3
2020-04-01
powerpc/64s/exception: Avoid touching the stack in hdecrementer
Nicholas Piggin
3
-15
/
+20
2020-04-01
powerpc/64s/exception: Trim unused arguments from KVMTEST macro
Nicholas Piggin
1
-6
/
+6
2020-04-01
powerpc/64s/exception: Remove the SPR saving patch code macros
Nicholas Piggin
1
-54
/
+28
2020-04-01
powerpc/64s/exception: Remove confusing IEARLY option
Nicholas Piggin
1
-25
/
+24
2020-04-01
powerpc/64s/exception: Move KVM test to common code
Nicholas Piggin
3
-139
/
+139
2020-04-01
powerpc/64s/exception: Move soft-mask test to common code
Nicholas Piggin
1
-57
/
+49
2020-04-01
powerpc/64s/exception: Move real to virt switch into the common handler
Nicholas Piggin
2
-153
/
+116
2020-04-01
powerpc/64s/exception: Add ISIDE option
Nicholas Piggin
1
-7
/
+16
2020-04-01
powerpc/64s/exception: Remove old INT_KVM_HANDLER
Nicholas Piggin
1
-29
/
+26
2020-04-01
powerpc/64s/exception: Remove old INT_COMMON macro
Nicholas Piggin
1
-27
/
+24
2020-04-01
powerpc/64s/exception: Remove old INT_ENTRY macro
Nicholas Piggin
1
-38
/
+30
2020-04-01
powerpc/64s/exception: Move all interrupt handlers to new style code gen macros
Nicholas Piggin
1
-138
/
+418
2020-04-01
powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macros
Nicholas Piggin
1
-43
/
+117
2020-04-01
powerpc/64s/exception: Add GEN_KVM macro that uses INT_DEFINE parameters
Nicholas Piggin
1
-1
/
+11
2020-04-01
powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parameters
Nicholas Piggin
1
-7
/
+17
2020-04-01
powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generation
Nicholas Piggin
1
-4
/
+73
2020-04-01
powerpc/64: mark emergency stacks valid to unwind
Nicholas Piggin
1
-1
/
+30
2020-04-01
powerpc/64/tm: Don't let userspace set regs->trap via sigreturn
Michael Ellerman
1
-1
/
+3
2020-03-27
powerpc/64: Avoid isync in flush_dcache_range()
Aneesh Kumar K.V
1
-5
/
+1
2020-03-27
powerpc/boot: Delete unneeded .globl _zimage_start
Fangrui Song
1
-3
/
+0
2020-03-27
powerpc/pseries: Handle UE event for memcpy_mcsafe
Ganesh Goudar
4
-6
/
+21
2020-03-26
powerpc/smp: Use IS_ENABLED() to avoid #ifdef
Michael Ellerman
1
-3
/
+2
2020-03-26
powerpc/smp: Drop superfluous NULL check
Michael Ellerman
1
-5
/
+2
2020-03-26
powerpc: Switch 8xx MAINTAINERS entry to Christophe
Michael Ellerman
1
-2
/
+1
2020-03-26
powerpc: Update 83xx/85xx MAINTAINERS entry
Michael Ellerman
1
-3
/
+1
2020-03-26
powerpc: Update powermac MAINTAINERS entry
Michael Ellerman
1
-2
/
+1
2020-03-26
powerpc: Update MPC5XXX MAINTAINERS entry
Michael Ellerman
1
-2
/
+1
2020-03-26
powerpc: Drop XILINX MAINTAINERS entry
Michael Ellerman
1
-6
/
+0
2020-03-26
powerpc: Mark 4xx as Orphan in MAINTAINERS
Michael Ellerman
1
-4
/
+1
2020-03-26
powerpc: Remove PA SEMI MAINTAINERS entries
Michael Ellerman
1
-17
/
+2
2020-03-26
powerpc: Update wiki link in MAINTAINERS
Michael Ellerman
1
-1
/
+1
2020-03-26
powerpc: Update MAINTAINERS
Michael Ellerman
1
-2
/
+2
2020-03-26
powerpc/xmon: Add ASCII dump to d1,d2,d4,d8 commands.
Douglas Miller
1
-1
/
+6
2020-03-26
powerpc/xive: Add a debugfs file to dump internal XIVE state
Cédric Le Goater
4
-0
/
+129
2020-03-26
powerpc/xmon: Add source flags to output of XIVE interrupts
Cédric Le Goater
1
-1
/
+4
2020-03-26
powerpc/xive: Fix xmon support on the PowerNV platform
Cédric Le Goater
1
-0
/
+4
2020-03-26
powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIs
Cédric Le Goater
4
-13
/
+14
2020-03-26
powerpc: Prefer __section and __printf from compiler_attributes.h
Nick Desaulniers
2
-2
/
+2
2020-03-25
powerpc/prom_init: Remove leftover comment
Fabiano Rosas
1
-1
/
+0
2020-03-25
powerpc/kprobes: Ignore traps that happened in real mode
Christophe Leroy
1
-0
/
+3
2020-03-25
powerpc/maple: Fix declaration made after definition
Nathan Chancellor
1
-17
/
+17
2020-03-25
powerpc/pseries: Avoid harmless preempt warning
Nicholas Piggin
1
-1
/
+9
2020-03-25
powerpc/eeh: Rework eeh_ops->probe()
Oliver O'Halloran
4
-41
/
+62
2020-03-25
powerpc/eeh: Make early EEH init pseries specific
Oliver O'Halloran
9
-81
/
+64
2020-03-25
powerpc/eeh: Remove PHB check in probe
Oliver O'Halloran
1
-6
/
+0
2020-03-25
powerpc/eeh: Do early EEH init only when required
Oliver O'Halloran
3
-3
/
+5
2020-03-25
powerpc/eeh: Remove eeh_add_device_tree_late()
Oliver O'Halloran
4
-34
/
+0
2020-03-25
powerpc/eeh: Add sysfs files in late probe
Oliver O'Halloran
6
-35
/
+2
2020-03-25
powerpc/64: Prevent stack protection in early boot
Michael Ellerman
3
-3
/
+9
[next]