index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
hw_irq.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'fixes' into next
Michael Ellerman
2023-02-12
1
-13
/
+30
|
\
|
*
powerpc/64: Fix perf profiling asynchronous interrupt handlers
Nicholas Piggin
2023-01-30
1
-12
/
+29
|
*
powerpc/64s: Fix local irq disable when PMIs are disabled
Nicholas Piggin
2023-01-30
1
-1
/
+1
*
|
powerpc/64: Don't recurse irq replay
Nicholas Piggin
2023-01-30
1
-2
/
+4
|
/
*
powerpc/64: Fix msr_check_and_set/clear MSR[EE] race
Nicholas Piggin
2022-10-04
1
-0
/
+24
*
powerpc/irq: Refactor irq_soft_mask_{set,or}_return()
Christophe Leroy
2022-09-26
1
-22
/
+4
*
Revert "powerpc/irq: Don't open code irq_soft_mask helpers"
Michael Ellerman
2022-09-02
1
-7
/
+36
*
powerpc: Fix hard_irq_disable() with sanitizer
Christophe Leroy
2022-08-31
1
-1
/
+2
*
powerpc/irq: remove inline assembly in hard_irq_disable macro
Christophe Leroy
2022-06-29
1
-3
/
+1
*
powerpc/irq: Replace #ifdefs by IS_ENABLED()
Christophe Leroy
2022-06-29
1
-16
/
+14
*
powerpc/irq: Don't open code irq_soft_mask helpers
Christophe Leroy
2022-06-29
1
-36
/
+7
*
powerpc/time: Fix build failure due to do_hard_irq_enable() on PPC32
Christophe Leroy
2022-01-16
1
-1
/
+1
*
powerpc/64s/interrupt: Don't enable MSR[EE] in irq handlers unless perf is in...
Nicholas Piggin
2021-12-16
1
-10
/
+47
*
powerpc/64s/perf: add power_pmu_wants_prompt_pmi to say whether perf wants PM...
Nicholas Piggin
2021-12-16
1
-0
/
+2
*
powerpc/config: Add CONFIG_BOOKE_OR_40x
Christophe Leroy
2021-12-09
1
-4
/
+4
*
powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an over...
Athira Rajeev
2021-11-30
1
-0
/
+40
*
powerpc/64: use interrupt restart table to speed up return from interrupt
Nicholas Piggin
2021-06-24
1
-2
/
+11
*
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
2021-06-24
1
-1
/
+9
*
powerpc/irq: Add stub irq_soft_mask_return() for PPC32
Christophe Leroy
2021-02-11
1
-0
/
+5
*
powerpc/irq: Rework helpers that manipulate MSR[EE/RI]
Christophe Leroy
2021-02-11
1
-24
/
+51
*
powerpc/irq: Add helper to set regs->softe
Christophe Leroy
2021-02-11
1
-2
/
+9
*
powerpc: convert interrupt handlers to use wrappers
Nicholas Piggin
2021-02-08
1
-9
/
+0
*
powerpc: add and use unknown_async_exception
Nicholas Piggin
2021-02-08
1
-0
/
+1
*
powerpc/time: move timer_broadcast_interrupt prototype to asm/time.h
Nicholas Piggin
2021-02-08
1
-1
/
+0
*
Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-10-16
1
-9
/
+2
|
\
|
*
powerpc/64e: remove PACA_IRQ_EE_EDGE
Nicholas Piggin
2020-10-06
1
-3
/
+2
|
*
powerpc/hwirq: Remove stale forward irq_chip declaration
Christophe Leroy
2020-09-02
1
-6
/
+0
*
|
lockdep: Only trace IRQ edges
Nicholas Piggin
2020-08-26
1
-7
/
+4
|
/
*
powerpc/64s: Fix unrecoverable SLB crashes due to preemption check
Michael Ellerman
2020-05-04
1
-1
/
+19
*
powerpc/64s: Implement interrupt exit logic in C
Nicholas Piggin
2020-04-01
1
-0
/
+1
*
powerpc/64: Implement soft interrupt replay in C
Nicholas Piggin
2020-04-01
1
-1
/
+0
*
powerpc/64/sycall: Implement syscall entry/exit logic in C
Nicholas Piggin
2020-04-01
1
-0
/
+4
*
powerpc: cleanup hw_irq.h
Christophe Leroy
2019-11-18
1
-31
/
+26
*
powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closely
Nicholas Piggin
2018-07-24
1
-4
/
+6
*
powerpc/64: Save stack pointer when we hard disable interrupts
Michael Ellerman
2018-06-03
1
-1
/
+5
*
powerpc: generic clockevents broadcast receiver call tick_receive_broadcast
Nicholas Piggin
2018-06-03
1
-0
/
+1
*
powerpc/64s: micro-optimise __hard_irq_enable() for mtmsrd L=1 support
Nicholas Piggin
2018-06-03
1
-2
/
+2
*
powerpc/64s: Fix may_hard_irq_enable() for PMI soft masking
Nicholas Piggin
2018-02-08
1
-1
/
+11
*
powerpc/64s: Add new set of irq_soft_mask_ functions for PMI masking
Madhavan Srinivasan
2018-01-19
1
-0
/
+67
*
powerpc: Add new kconfig CONFIG_PPC_IRQ_SOFT_MASK_DEBUG
Madhavan Srinivasan
2018-01-19
1
-2
/
+2
*
powerpc/64s: Add support to mask perf interrupts and replay them
Madhavan Srinivasan
2018-01-19
1
-8
/
+11
*
powerpc/64: Rename soft_enabled to irq_soft_mask
Madhavan Srinivasan
2018-01-19
1
-25
/
+31
*
powerpc/64: Change soft_enabled from flag to bitmask
Madhavan Srinivasan
2018-01-19
1
-7
/
+23
*
powerpc/64: Cleanup hard_irq_disable() macro
Madhavan Srinivasan
2018-01-19
1
-4
/
+3
*
powerpc/64: Implement and use soft_enabled_set_return API
Madhavan Srinivasan
2018-01-19
1
-10
/
+15
*
powerpc/64: Implement and use soft_enabled_return API
Madhavan Srinivasan
2018-01-19
1
-8
/
+13
*
powerpc/64: Move set_soft_enabled() and rename
Madhavan Srinivasan
2018-01-19
1
-6
/
+16
*
powerpc/64: Fix arch_local_irq_disable() prototype
Madhavan Srinivasan
2018-01-19
1
-10
/
+15
*
powerpc/64: Improve inline asm in arch_local_irq_disable
Nicholas Piggin
2018-01-19
1
-5
/
+5
*
powerpc/64: Add #defines for paca->soft_enabled flags
Madhavan Srinivasan
2018-01-19
1
-7
/
+14
[next]