index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
exceptions-64e.S
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/64e: Fix obtool warnings in exceptions-64e.S
Michael Ellerman
2023-07-10
1
-13
/
+18
*
powerpc/64e: Clear gprs on interrupt routine entry on Book3E
Rohan McLure
2022-12-02
1
-2
/
+2
*
powerpc: add a definition for the marker offset within the interrupt frame
Nicholas Piggin
2022-12-02
1
-1
/
+1
*
powerpc: add definition for pt_regs offset within an interrupt frame
Nicholas Piggin
2022-12-02
1
-21
/
+21
*
powerpc/64/interrupt: Prevent NMI PMI causing a dangerous warning
Nicholas Piggin
2022-10-18
1
-0
/
+7
*
powerpc/64e: provide an addressing macro for use with TOC in alternate register
Nicholas Piggin
2022-09-28
1
-7
/
+7
*
powerpc/64: provide a helper macro to load r2 with the kernel TOC
Nicholas Piggin
2022-09-28
1
-6
/
+6
*
powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKER
Nicholas Piggin
2022-09-28
1
-7
/
+1
*
powerpc/64e: Clarify register saves and clears with {SAVE,ZEROIZE}_GPRS
Rohan McLure
2022-09-26
1
-16
/
+12
*
powerpc/64e: Remove unnecessary #ifdef CONFIG_PPC_FSL_BOOK3E
Christophe Leroy
2022-09-26
1
-8
/
+0
*
powerpc: flexible GPR range save/restore macros
Nicholas Piggin
2021-11-29
1
-10
/
+4
*
powerpc/64e: Get dear offset with _DEAR macro
Xiongwei Song
2021-08-26
1
-4
/
+4
*
powerpc/64e: Get esr offset with _ESR macro
Xiongwei Song
2021-08-26
1
-5
/
+5
*
powerpc/booke: Avoid link stack corruption in several places
Christophe Leroy
2021-08-25
1
-3
/
+3
*
powerpc/64e: remove implicit soft-masking and interrupt exit restart logic
Nicholas Piggin
2021-06-30
1
-11
/
+1
*
powerpc/64e: fix CONFIG_RELOCATABLE build warnings
Nicholas Piggin
2021-06-30
1
-0
/
+11
*
powerpc/64: treat low kernel text as irqs soft-masked
Nicholas Piggin
2021-06-24
1
-1
/
+11
*
powerpc/64: allow alternate return locations for soft-masked interrupts
Nicholas Piggin
2021-06-24
1
-2
/
+35
*
powerpc/64s: introduce different functions to return from SRR vs HSRR interrupts
Nicholas Piggin
2021-06-24
1
-0
/
+4
*
powerpc/64e/interrupt: Fix nvgprs being clobbered
Nicholas Piggin
2021-05-14
1
-14
/
+24
*
powerpc/64e/interrupt: handle bad_page_fault in C
Nicholas Piggin
2021-04-14
1
-6
/
+0
*
powerpc/64e/interrupt: reconcile irq soft-mask state in C
Nicholas Piggin
2021-04-14
1
-38
/
+1
*
powerpc/64e/interrupt: NMI save irq soft-mask state in C
Nicholas Piggin
2021-04-14
1
-32
/
+4
*
powerpc/64e/interrupt: use new interrupt return
Nicholas Piggin
2021-04-14
1
-296
/
+25
*
powerpc/64e/interrupt: always save nvgprs on interrupt
Nicholas Piggin
2021-04-14
1
-24
/
+3
*
powerpc/64: entry cpu time accounting in C
Nicholas Piggin
2021-02-08
1
-1
/
+0
*
powerpc: bad_page_fault get registers from regs
Nicholas Piggin
2021-02-08
1
-2
/
+1
*
powerpc: DebugException remove args
Nicholas Piggin
2021-02-08
1
-2
/
+0
*
powerpc: remove arguments from fault handler functions
Nicholas Piggin
2021-02-08
1
-2
/
+0
*
powerpc/fault: Perform exception fixup in do_page_fault()
Christophe Leroy
2020-12-09
1
-1
/
+1
*
powerpc/64e: remove 64s specific interrupt soft-mask code
Nicholas Piggin
2020-10-06
1
-10
/
+0
*
powerpc/64e: remove PACA_IRQ_EE_EDGE
Nicholas Piggin
2020-10-06
1
-1
/
+0
*
powerpc/64s: Implement interrupt exit logic in C
Nicholas Piggin
2020-04-01
1
-7
/
+248
*
powerpc/64: Implement soft interrupt replay in C
Nicholas Piggin
2020-04-01
1
-32
/
+0
*
powerpc: unify definition of M_IF_NEEDED
Jason Yan
2019-11-13
1
-11
/
+1
*
powerpc/64: optimise LOAD_REG_IMMEDIATE_SYM()
Christophe Leroy
2019-08-27
1
-9
/
+13
*
powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macro
Christophe Leroy
2019-08-27
1
-5
/
+5
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
powerpc/fsl: Fix the flush of branch predictor.
Christophe Leroy
2019-02-27
1
-0
/
+1
*
powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFO
Christophe Leroy
2019-02-23
1
-1
/
+1
*
powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
Christophe Leroy
2019-02-23
1
-11
/
+0
*
powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)
Diana Craciun
2018-12-20
1
-1
/
+25
*
powerpc: clean inclusions of asm/feature-fixups.h
Christophe Leroy
2018-07-30
1
-0
/
+1
*
powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closely
Nicholas Piggin
2018-07-24
1
-0
/
+4
*
powerpc/64s: Fix may_hard_irq_enable() for PMI soft masking
Nicholas Piggin
2018-02-08
1
-0
/
+2
*
powerpc/64: Rename soft_enabled to irq_soft_mask
Madhavan Srinivasan
2018-01-19
1
-5
/
+5
*
powerpc/64: Change soft_enabled from flag to bitmask
Madhavan Srinivasan
2018-01-19
1
-5
/
+5
*
powerpc/64: Add #defines for paca->soft_enabled flags
Madhavan Srinivasan
2018-01-19
1
-3
/
+3
*
powerpc/64e: Fix hang when debugging programs with relocated kernel
LiuHailong
2017-04-30
1
-0
/
+12
*
powerpc/64e: Don't branch to dot symbols
Nicholas Piggin
2016-11-28
1
-3
/
+3
[next]