index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
irq.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-24
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-25
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-08
1
-4
/
+0
|
*
|
powerpc: convert interrupt handlers to use wrappers
Nicholas Piggin
2021-02-08
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-02
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
*
powerpc/irq: Use current_stack_pointer in do_IRQ()
Christophe Leroy
2020-03-04
1
-1
/
+1
*
powerpc/irq: use IS_ENABLED() in check_stack_overflow()
Christophe Leroy
2020-03-04
1
-2
/
+3
*
powerpc/irq: Use current_stack_pointer in check_stack_overflow()
Christophe Leroy
2020-03-04
1
-1
/
+1
*
powerpc: Rename current_stack_pointer() to current_stack_frame()
Michael Ellerman
2020-03-04
1
-2
/
+2
*
powerpc/32: Use vmapped stacks for interrupts
Christophe Leroy
2020-01-27
1
-0
/
+22
*
powerpc/irq: fix stack overflow verification
Christophe Leroy
2019-12-13
1
-2
/
+2
*
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-14
1
-3
/
+3
|
\
|
*
powerpc/irq: Don't WARN continuously in arch_local_irq_restore()
Michael Ellerman
2019-07-10
1
-3
/
+3
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
|
/
*
powerpc/64: Don't trace code that runs with the soft irq mask unreconciled
Nicholas Piggin
2019-05-02
1
-10
/
+3
*
powerpc/irq: drop __irq_offset_value
Christophe Leroy
2019-05-02
1
-3
/
+0
*
powerpc: clean stack pointers naming
Christophe Leroy
2019-02-23
1
-10
/
+7
*
powerpc: regain entire stack space
Christophe Leroy
2019-02-23
1
-10
/
+9
*
powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
Christophe Leroy
2019-02-23
1
-78
/
+1
*
powerpc: Don't use CURRENT_THREAD_INFO to find the stack
Christophe Leroy
2019-02-23
1
-1
/
+1
*
powerpc/irq: use memblock functions returning virtual address
Christophe Leroy
2019-02-23
1
-5
/
+0
*
powerpc/irq: drop arch_early_irq_init()
Christophe Leroy
2019-01-14
1
-5
/
+0
[next]