- 87b9d74 powerpc/time: Fix build failure due to do_hard_irq_enable() on PPC32 by Christophe Leroy · 3 years ago
- 0faf20a powerpc/64s/interrupt: Don't enable MSR[EE] in irq handlers unless perf is in use by Nicholas Piggin · 3 years, 4 months ago
- 5a7745b powerpc/64s/perf: add power_pmu_wants_prompt_pmi to say whether perf wants PMIs to be soft-NMI by Nicholas Piggin · 3 years, 4 months ago
- 047a6fd powerpc/config: Add CONFIG_BOOKE_OR_40x by Christophe Leroy · 3 years, 3 months ago
- 2c9ac51 powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an overflown PMC by Athira Rajeev · 3 years, 6 months ago
- 1379974 powerpc/64: use interrupt restart table to speed up return from interrupt by Nicholas Piggin · 3 years, 7 months ago
- 59dc5bf powerpc/64s: avoid reloading (H)SRR registers if they are still valid by Nicholas Piggin · 3 years, 7 months ago
- 6650c47 powerpc/irq: Add stub irq_soft_mask_return() for PPC32 by Christophe Leroy · 4 years ago
- 0835377 powerpc/irq: Rework helpers that manipulate MSR[EE/RI] by Christophe Leroy · 4 years ago
- fb5608f powerpc/irq: Add helper to set regs->softe by Christophe Leroy · 4 years ago
- 3a96570 powerpc: convert interrupt handlers to use wrappers by Nicholas Piggin · 4 years ago
- 6c6aee0 powerpc: add and use unknown_async_exception by Nicholas Piggin · 4 years ago
- 0440b8a powerpc/time: move timer_broadcast_interrupt prototype to asm/time.h by Nicholas Piggin · 4 years ago
- 96685f8 Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 3 months ago
- 012a9a9 powerpc/64e: remove PACA_IRQ_EE_EDGE by Nicholas Piggin · 4 years, 4 months ago
- 169b9af powerpc/hwirq: Remove stale forward irq_chip declaration by Christophe Leroy · 4 years, 5 months ago
- 044d0d6 lockdep: Only trace IRQ edges by Nicholas Piggin · 4 years, 6 months ago
- 0094368 powerpc/64s: Fix unrecoverable SLB crashes due to preemption check by Michael Ellerman · 4 years, 9 months ago
- 6cc0c16 powerpc/64s: Implement interrupt exit logic in C by Nicholas Piggin · 4 years, 11 months ago
- 3282a3d powerpc/64: Implement soft interrupt replay in C by Nicholas Piggin · 4 years, 11 months ago
- 68b3458 powerpc/64/sycall: Implement syscall entry/exit logic in C by Nicholas Piggin · 4 years, 11 months ago
- b020aa9 powerpc: cleanup hw_irq.h by Christophe Leroy · 5 years ago
- 9b81c02 powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closely by Nicholas Piggin · 7 years ago
- 7b08729 powerpc/64: Save stack pointer when we hard disable interrupts by Michael Ellerman · 7 years ago
- 3f98462 powerpc: generic clockevents broadcast receiver call tick_receive_broadcast by Nicholas Piggin · 7 years ago
- 54071e4 powerpc/64s: micro-optimise __hard_irq_enable() for mtmsrd L=1 support by Nicholas Piggin · 7 years ago
- 6cc3f91 powerpc/64s: Fix may_hard_irq_enable() for PMI soft masking by Nicholas Piggin · 7 years ago
- c642438 powerpc/64s: Add new set of irq_soft_mask_ functions for PMI masking by Madhavan Srinivasan · 7 years ago
- 9aa8818 powerpc: Add new kconfig CONFIG_PPC_IRQ_SOFT_MASK_DEBUG by Madhavan Srinivasan · 7 years ago
- f442d00 powerpc/64s: Add support to mask perf interrupts and replay them by Madhavan Srinivasan · 7 years ago
- 4e26bc4 powerpc/64: Rename soft_enabled to irq_soft_mask by Madhavan Srinivasan · 7 years ago
- 01417c6 powerpc/64: Change soft_enabled from flag to bitmask by Madhavan Srinivasan · 7 years ago
- acb396d powerpc/64: Cleanup hard_irq_disable() macro by Madhavan Srinivasan · 7 years ago
- a67c543 powerpc/64: Implement and use soft_enabled_set_return API by Madhavan Srinivasan · 7 years ago
- e0b5687 powerpc/64: Implement and use soft_enabled_return API by Madhavan Srinivasan · 7 years ago
- 0b63acf powerpc/64: Move set_soft_enabled() and rename by Madhavan Srinivasan · 7 years ago
- b5c1bd6 powerpc/64: Fix arch_local_irq_disable() prototype by Madhavan Srinivasan · 7 years ago
- 9f83e00 powerpc/64: Improve inline asm in arch_local_irq_disable by Nicholas Piggin · 7 years ago
- c2e480b powerpc/64: Add #defines for paca->soft_enabled flags by Madhavan Srinivasan · 7 years ago
- 5b0e2cb Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
- 6de6638 KVM: PPC: Book3S HV: Handle host system reset in guest mode by Nicholas Piggin · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 771d430 powerpc/64s/idle: Process interrupts from system reset wakeup by Nicholas Piggin · 8 years ago
- 2201f99 powerpc/64s/idle: Move soft interrupt mask logic into C code by Nicholas Piggin · 8 years ago
- 834e5a6 powerpc/8xx: use SPRN_EIE and SPRN_EID to enable/disable interrupts by Christophe Leroy · 8 years ago
- 1d607bb powerpc/irq: Add mechanism to force a replay of interrupts by Benjamin Herrenschmidt · 9 years ago
- 0869b6f powerpc/book3s: Add basic infrastructure to handle HMI in Linux. by Mahesh Salgaonkar · 10 years ago
- 0b88f77 powerpc: Access local paca after hard irq disabled by Tiejun Chen · 12 years ago
- 4a3b8d0 powerpc: hard_irq_disable(): Call trace_hardirqs_off after disabling by Scott Wood · 12 years ago
- 5737789 powerpc: Make hard_irq_disable() do the right thing vs. irq tracing by Benjamin Herrenschmidt · 12 years ago
- 5fecc9d Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
- 6328e59 booke/bookehv: Add host crit-watchdog exception support by Bharat Bhushan · 13 years ago
- 21b2de3 powerpc: Fix build of some debug irq code by Benjamin Herrenschmidt · 13 years ago
- be2cf20 powerpc: More fixes for lazy IRQ vs. idle by Benjamin Herrenschmidt · 13 years ago
- 0b17ba7 powerpc: check_and_cede_processor() never cedes by Anton Blanchard · 13 years ago
- f948501 Make hard_irq_disable() actually hard-disable interrupts by Paul Mackerras · 13 years ago
- 7cc1e8e KVM: PPC: booke: Reinject performance monitor interrupts by Alexander Graf · 13 years ago
- 7230c56 powerpc: Rework lazy-interrupt handling by Benjamin Herrenschmidt · 13 years ago
- d9ada91 powerpc: Replace mfmsr instructions with load from PACA kernel_msr field by Benjamin Herrenschmidt · 13 years ago
- a546498 powerpc: Call do_page_fault() with interrupts off by Benjamin Herrenschmidt · 13 years ago
- 089fb44 powerpc: Use ARCH_IRQ_INIT_FLAGS by Thomas Gleixner · 14 years ago
- df9ee29 Fix IRQ flag handling naming by David Howells · 14 years ago
- 0fe1ac4 powerpc/perf_event: Fix oops due to perf_event_do_pending call by Paul Mackerras · 15 years ago
- 0682d6c powerpc: Fix potential compile error irqs_disabled_flags by Michael Neuling · 15 years ago
- cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
- 2d27cfd powerpc: Remaining 64-bit Book3E support by Benjamin Herrenschmidt · 15 years ago
- 5d38902 powerpc: Add irqtrace support for 32-bit powerpc by Benjamin Herrenschmidt · 16 years ago
- 105988c perf_counter: powerpc: Enable use of software counters on 32-bit powerpc by Paul Mackerras · 16 years ago
- a3d06cc Merge branch 'linus' into perfcounters/core by Ingo Molnar · 16 years ago
- 9974458 perf_counter: Make set_perf_counter_pending() declaration common by Paul Mackerras · 16 years ago
- 4c75f84 powerpc: Add compiler memory barrier to mtmsr macro by Paul Mackerras · 16 years ago
- e14112d perfcounters: remove powerpc definitions of perf_counter_do_pending by Stephen Rothwell · 16 years ago
- 925d519 perf_counter: unify and fix delayed counter wakeup by Peter Zijlstra · 16 years ago
- b6c5a71d perf_counter: abstract wakeup flag setting in core to fix powerpc build by Paul Mackerras · 16 years ago
- f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 16 years ago
- 353bca5 powerpc/irq: Convert obsolete hw_interrupt_type to struct irq_chip by Thomas Gleixner · 16 years ago
- 93a6d3c powerpc: Provide a way to defer perf counter work until interrupts are enabled by Paul Mackerras · 16 years ago
- b8b572e powerpc: Move include files to arch/powerpc/include/asm by Stephen Rothwell · 16 years ago[Renamed from include/asm-powerpc/hw_irq.h]
- e0eca07 ftrace, POWERPC: add irqs_disabled_flags to ppc by Steven Rostedt · 17 years ago
- 945feb1 [POWERPC] irqtrace support for 64-bit powerpc by Benjamin Herrenschmidt · 17 years ago
- e1fa2e1 powerpc: fixup hard_irq_disable semantics by Benjamin Herrenschmidt · 18 years ago
- 3a1d1ac [POWERPC] Delete unused irq functions on powerpc by Matthew Wilcox · 18 years ago
- 143db67 [POWERPC] Provide dummy hard_irq_enable/disable() for PPC32 by Michael Ellerman · 18 years ago
- ef2b343 [POWERPC] Make soft_enabled irqs preempt safe by Hugh Dickins · 18 years ago
- d04c56f [POWERPC] Lazy interrupt disabling for 64-bit machines by Paul Mackerras · 18 years ago
- c0ad90a [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend() by Ingo Molnar · 19 years ago
- d1bef4e [PATCH] genirq: rename desc->handler to desc->chip by Ingo Molnar · 19 years ago
- 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 19 years ago
- d4be4f3 ppc64: remove ppc_irq_dispatch_handler by Stephen Rothwell · 19 years ago
- 40ef8cb powerpc: Get 64-bit configs to compile with ARCH=powerpc by Paul Mackerras · 19 years ago
- b671ad2 [PATCH] powerpc: merged hw_irq.h by Kumar Gala · 19 years ago[Renamed (66%) from include/asm-ppc64/hw_irq.h]
- c7aeffc [PATCH] powerpc: unified signature of timer_interrupt() between ppc32/ppc64 by Kumar Gala · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago