index
:
kernel/linux.git
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.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
hw_irq.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-11
powerpc/irq: Add stub irq_soft_mask_return() for PPC32
Christophe Leroy
1
-0
/
+5
2021-02-11
powerpc/irq: Rework helpers that manipulate MSR[EE/RI]
Christophe Leroy
1
-24
/
+51
2021-02-11
powerpc/irq: Add helper to set regs->softe
Christophe Leroy
1
-2
/
+9
2021-02-08
powerpc: convert interrupt handlers to use wrappers
Nicholas Piggin
1
-9
/
+0
2021-02-08
powerpc: add and use unknown_async_exception
Nicholas Piggin
1
-0
/
+1
2021-02-08
powerpc/time: move timer_broadcast_interrupt prototype to asm/time.h
Nicholas Piggin
1
-1
/
+0
2020-10-16
Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-9
/
+2
2020-10-06
powerpc/64e: remove PACA_IRQ_EE_EDGE
Nicholas Piggin
1
-3
/
+2
2020-09-02
powerpc/hwirq: Remove stale forward irq_chip declaration
Christophe Leroy
1
-6
/
+0
2020-08-26
lockdep: Only trace IRQ edges
Nicholas Piggin
1
-7
/
+4
2020-05-04
powerpc/64s: Fix unrecoverable SLB crashes due to preemption check
Michael Ellerman
1
-1
/
+19
2020-04-01
powerpc/64s: Implement interrupt exit logic in C
Nicholas Piggin
1
-0
/
+1
2020-04-01
powerpc/64: Implement soft interrupt replay in C
Nicholas Piggin
1
-1
/
+0
2020-04-01
powerpc/64/sycall: Implement syscall entry/exit logic in C
Nicholas Piggin
1
-0
/
+4
2019-11-18
powerpc: cleanup hw_irq.h
Christophe Leroy
1
-31
/
+26
2018-07-24
powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closely
Nicholas Piggin
1
-4
/
+6
2018-06-03
powerpc/64: Save stack pointer when we hard disable interrupts
Michael Ellerman
1
-1
/
+5
2018-06-03
powerpc: generic clockevents broadcast receiver call tick_receive_broadcast
Nicholas Piggin
1
-0
/
+1
2018-06-03
powerpc/64s: micro-optimise __hard_irq_enable() for mtmsrd L=1 support
Nicholas Piggin
1
-2
/
+2
2018-02-08
powerpc/64s: Fix may_hard_irq_enable() for PMI soft masking
Nicholas Piggin
1
-1
/
+11
2018-01-19
powerpc/64s: Add new set of irq_soft_mask_ functions for PMI masking
Madhavan Srinivasan
1
-0
/
+67
2018-01-19
powerpc: Add new kconfig CONFIG_PPC_IRQ_SOFT_MASK_DEBUG
Madhavan Srinivasan
1
-2
/
+2
2018-01-19
powerpc/64s: Add support to mask perf interrupts and replay them
Madhavan Srinivasan
1
-8
/
+11
2018-01-19
powerpc/64: Rename soft_enabled to irq_soft_mask
Madhavan Srinivasan
1
-25
/
+31
2018-01-19
powerpc/64: Change soft_enabled from flag to bitmask
Madhavan Srinivasan
1
-7
/
+23
2018-01-19
powerpc/64: Cleanup hard_irq_disable() macro
Madhavan Srinivasan
1
-4
/
+3
2018-01-19
powerpc/64: Implement and use soft_enabled_set_return API
Madhavan Srinivasan
1
-10
/
+15
2018-01-19
powerpc/64: Implement and use soft_enabled_return API
Madhavan Srinivasan
1
-8
/
+13
2018-01-19
powerpc/64: Move set_soft_enabled() and rename
Madhavan Srinivasan
1
-6
/
+16
2018-01-19
powerpc/64: Fix arch_local_irq_disable() prototype
Madhavan Srinivasan
1
-10
/
+15
2018-01-19
powerpc/64: Improve inline asm in arch_local_irq_disable
Nicholas Piggin
1
-5
/
+5
2018-01-19
powerpc/64: Add #defines for paca->soft_enabled flags
Madhavan Srinivasan
1
-7
/
+14
2017-11-16
Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-0
/
+1
2017-11-06
KVM: PPC: Book3S HV: Handle host system reset in guest mode
Nicholas Piggin
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-19
powerpc/64s/idle: Process interrupts from system reset wakeup
Nicholas Piggin
1
-0
/
+1
2017-06-19
powerpc/64s/idle: Move soft interrupt mask logic into C code
Nicholas Piggin
1
-0
/
+3
2016-09-25
powerpc/8xx: use SPRN_EIE and SPRN_EID to enable/disable interrupts
Christophe Leroy
1
-0
/
+6
2016-07-17
powerpc/irq: Add mechanism to force a replay of interrupts
Benjamin Herrenschmidt
1
-0
/
+2
2014-08-05
powerpc/book3s: Add basic infrastructure to handle HMI in Linux.
Mahesh Salgaonkar
1
-0
/
+1
2013-07-24
powerpc: Access local paca after hard irq disabled
Tiejun Chen
1
-3
/
+4
2013-05-10
powerpc: hard_irq_disable(): Call trace_hardirqs_off after disabling
Scott Wood
1
-2
/
+3
2013-05-07
powerpc: Make hard_irq_disable() do the right thing vs. irq tracing
Benjamin Herrenschmidt
1
-9
/
+7
2012-07-24
Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+2
2012-07-11
booke/bookehv: Add host crit-watchdog exception support
Bharat Bhushan
1
-0
/
+2
2012-07-10
powerpc: Fix build of some debug irq code
Benjamin Herrenschmidt
1
-2
/
+2
2012-07-10
powerpc: More fixes for lazy IRQ vs. idle
Benjamin Herrenschmidt
1
-0
/
+2
2012-06-29
powerpc: check_and_cede_processor() never cedes
Anton Blanchard
1
-0
/
+5
2012-06-15
Make hard_irq_disable() actually hard-disable interrupts
Paul Mackerras
1
-0
/
+3
2012-04-08
KVM: PPC: booke: Reinject performance monitor interrupts
Alexander Graf
1
-0
/
+1
[next]