Age | Commit message (Expand) | Author |
2023-06-30 | parisc: irq: Add irq-related function declarations | Helge Deller |
2022-09-05 | asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig. | Sebastian Andrzej Siewior |
2022-08-05 | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-07-07 | genirq: Add and use an irq_data_update_affinity helper | Samuel Holland |
2022-06-15 | arch/*: Disable softirq stacks on PREEMPT_RT. | Sebastian Andrzej Siewior |
2022-03-29 | parisc: Move CPU startup-related functions into .text section | Helge Deller |
2022-03-29 | parisc: Clean up cpu_check_affinity() and drop cpu_set_affinity_irq() | Helge Deller |
2021-11-01 | parisc: Move thread_info into task struct | Helge Deller |
2021-02-24 | Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2021-02-12 | parisc: Bump 64-bit IRQ stack size to 64 KB | John David Anglin |
2021-02-10 | softirq: Move do_softirq_own_stack() to generic asm header | Thomas Gleixner |
2020-12-15 | parisc/irq: Use irq_desc_kstat_cpu() in show_interrupts() | Thomas Gleixner |
2020-12-15 | parisc/irq: Simplify irq count output for /proc/interrupts | Thomas Gleixner |
2020-04-05 | parisc: Replace setup_irq() by request_irq() | afzal mohammed |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153 | Thomas Gleixner |
2019-02-21 | parisc: Improve initial IRQ to CPU assignment | Helge Deller |
2019-02-21 | parisc: Count IPI function call interrupts | Helge Deller |
2019-02-21 | parisc: Show rescheduling interrupts on SMP machines only | Helge Deller |
2017-07-31 | parisc: Increase thread and stack size to 32kb | Helge Deller |
2017-07-23 | parisc: Disable further stack checks when panic occurs during stack check | Helge Deller |
2015-09-08 | parisc: Filter out spurious interrupts in PA-RISC irq handler | Helge Deller |
2015-07-31 | parisc/irq: Use access helper irq_data_get_affinity_mask() | Jiang Liu |
2015-03-05 | parisc: fix up obsolete cpu function usage. | Rusty Russell |
2014-03-12 | parisc: Validate online cpus in irq_set_affinity() callbacks | Thomas Gleixner |
2013-11-12 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2013-11-07 | parisc: do not count IPI calls twice | Helge Deller |
2013-10-01 | irq: Consolidate do_softirq() arch overriden implementations | Frederic Weisbecker |
2013-05-24 | parisc: fix irq stack on UP and SMP | Helge Deller |
2013-05-24 | parisc: show number of FPE and unaligned access handler calls in /proc/interr... | Helge Deller |
2013-05-11 | parisc: implement irq stacks - part 2 (v2) | Helge Deller |
2013-05-07 | parisc: tlb flush counting fix for SMP and UP | Helge Deller |
2013-05-07 | parisc: more irq statistics in /proc/interrupts | Helge Deller |
2013-05-07 | parisc: implement irq stacks | Helge Deller |
2013-05-07 | parisc: add kernel stack overflow check | Helge Deller |
2013-02-20 | parisc: remove IRQF_DISABLED | Peter Zijlstra |
2013-01-07 | parisc: don't claim cpu irqs more than once | John David Anglin |
2011-03-29 | parisc: Use irq_to_desc() in show_interrupts() | Thomas Gleixner |
2011-03-29 | parisc: Convert irq namespace | Thomas Gleixner |
2011-03-29 | parisc: Convert the final irq bits | Thomas Gleixner |
2011-02-10 | [PARISC] Convert to new irq_chip functions | Thomas Gleixner |
2011-02-09 | [PARISC] fix per-cpu flag problem in the cpu affinity checkers | Thomas Gleixner |
2010-12-04 | parisc: convert the rest of the irq handlers to simple/percpu | James Bottomley |
2010-12-04 | parisc: fix dino/gsc interrupts | James Bottomley |
2010-10-14 | parisc: kill __do_IRQ | Kyle McMartin |
2010-10-14 | parisc: convert iosapic interrupts to proper flow handlers | Kyle McMartin |
2010-10-14 | parisc: convert cpu interrupts to proper flow handlers | Kyle McMartin |
2010-10-14 | parisc: lay groundwork for killing __do_IRQ | Kyle McMartin |
2009-12-16 | parisc: Fixup last users of irq_chip->typename | Thomas Gleixner |
2009-12-14 | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner |
2009-09-28 | parisc: convert to asm-generic/hardirq.h | Christoph Hellwig |