index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
irq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/64: vmlinux support building with PCREL addresing
Nicholas Piggin
2023-04-20
1
-0
/
+8
*
powerpc/64: Fix perf profiling asynchronous interrupt handlers
Nicholas Piggin
2023-01-30
1
-1
/
+1
*
powerpc: allow minimum sized kernel stack frames
Nicholas Piggin
2022-12-02
1
-2
/
+2
*
asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.
Sebastian Andrzej Siewior
2022-09-05
1
-2
/
+2
*
Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2022-08-06
1
-460
/
+36
|
\
|
*
powerpc/irq: Simplify __do_irq()
Christophe Leroy
2022-06-29
1
-7
/
+4
|
*
powerpc/irq: Perform stack_overflow detection after switching to IRQ stack
Christophe Leroy
2022-06-29
1
-8
/
+7
|
*
powerpc/irq: Make __do_irq() static
Christophe Leroy
2022-06-29
1
-23
/
+23
|
*
powerpc/irq: Increase stack_overflow detection limit when KASAN is enabled
Christophe Leroy
2022-06-29
1
-2
/
+2
|
*
powerpc/irq: Split irq.c
Christophe Leroy
2022-06-29
1
-421
/
+0
|
*
powerpc: Don't include asm/ppc_asm.h in other headers
Christophe Leroy
2022-06-29
1
-0
/
+1
*
|
arch/*: Disable softirq stacks on PREEMPT_RT.
Sebastian Andrzej Siewior
2022-06-15
1
-0
/
+4
|
/
*
Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-06-02
1
-1
/
+0
|
\
|
*
livepatch: Remove klp_arch_set_pc() and asm/livepatch.h
Christophe Leroy
2022-05-24
1
-1
/
+0
*
|
powerpc/irq: Remove arch_local_irq_restore() for !CONFIG_CC_HAS_ASM_GOTO
Christophe Leroy
2022-05-22
1
-77
/
+0
*
|
powerpc: Use static call for get_irq()
Christophe Leroy
2022-05-08
1
-1
/
+7
*
|
powerpc: Remove asm/prom.h from all files that don't need it
Christophe Leroy
2022-05-08
1
-1
/
+0
|
/
*
powerpc: Move C prototypes out of asm-prototypes.h
Christophe Leroy
2022-03-08
1
-1
/
+0
*
powerpc/64s/interrupt: Don't enable MSR[EE] in irq handlers unless perf is in...
Nicholas Piggin
2021-12-16
1
-1
/
+2
*
powerpc/config: Add CONFIG_BOOKE_OR_40x
Christophe Leroy
2021-12-09
1
-1
/
+1
*
powerpc/64: warn if local irqs are enabled in NMI or hardirq context
Nicholas Piggin
2021-10-07
1
-0
/
+6
*
powerpc/interrupt: Fix OOPS by not calling do_IRQ() from timer_interrupt()
Christophe Leroy
2021-08-12
1
-1
/
+6
*
powerpc/64: enable MSR[EE] in irq replay pt_regs
Nicholas Piggin
2021-06-30
1
-0
/
+1
*
powerpc/64: interrupt soft-enable race fix
Nicholas Piggin
2021-06-25
1
-0
/
+95
*
powerpc/irq: Enhance readability of trap types
Christophe Leroy
2021-04-21
1
-8
/
+5
*
powerpc/64e/interrupt: use new interrupt return
Nicholas Piggin
2021-04-14
1
-76
/
+0
*
powerpc/irq: Inline call_do_irq() and call_do_softirq()
Christophe Leroy
2021-03-29
1
-0
/
+41
*
powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() generic
Christophe Leroy
2021-03-29
1
-1
/
+1
*
Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-02-24
1
-0
/
+1
|
\
|
*
Merge branch 'x86/paravirt' into x86/entry
Ingo Molnar
2021-02-12
1
-12
/
+16
|
|
\
|
*
|
softirq: Move do_softirq_own_stack() to generic asm header
Thomas Gleixner
2021-02-10
1
-0
/
+1
*
|
|
Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-02-22
1
-6
/
+28
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
powerpc/kuap: Restore AMR after replaying soft interrupts
Alexey Kardashevskiy
2021-02-11
1
-1
/
+26
|
*
|
powerpc: handle irq_enter/irq_exit in interrupt handler wrappers
Nicholas Piggin
2021-02-09
1
-4
/
+0
|
*
|
powerpc: convert interrupt handlers to use wrappers
Nicholas Piggin
2021-02-09
1
-1
/
+2
|
|
/
*
|
powerpc/64s: prevent recursive replay_soft_interrupts causing superfluous int...
Nicholas Piggin
2021-01-24
1
-12
/
+16
|
/
*
powerpc/64: irq replay remove decrementer overflow check
Nicholas Piggin
2020-12-09
1
-49
/
+4
*
powerpc: Remove get_tb_or_rtc()
Christophe Leroy
2020-10-08
1
-1
/
+1
*
powerpc/64: make restore_interrupts 64e only
Nicholas Piggin
2020-10-06
1
-18
/
+19
*
powerpc/64e: remove 64s specific interrupt soft-mask code
Nicholas Piggin
2020-10-06
1
-1
/
+1
*
powerpc/64e: remove PACA_IRQ_EE_EDGE
Nicholas Piggin
2020-10-06
1
-23
/
+0
*
powerpc/64: fix irq replay pt_regs->softe value
Nicholas Piggin
2020-10-06
1
-1
/
+1
*
powerpc/64: fix irq replay missing preempt
Nicholas Piggin
2020-10-06
1
-0
/
+7
*
powerpc/64s: Move HMI IRQ stat from percpu variable to paca.
Mahesh Salgaonkar
2020-07-29
1
-3
/
+6
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
powerpc: use __vmalloc_node in alloc_vm_stack
Christoph Hellwig
2020-06-02
1
-3
/
+2
*
powerpc/64s: Fix doorbell wakeup msgclr optimisation
Nicholas Piggin
2020-04-03
1
-0
/
+13
*
powerpc/64s: Implement interrupt exit logic in C
Nicholas Piggin
2020-04-01
1
-32
/
+4
*
powerpc/64: Implement soft interrupt replay in C
Nicholas Piggin
2020-04-01
1
-35
/
+130
[next]