summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/irq.c
Commit message (Expand)AuthorAgeFilesLines
* parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367Helge Deller2024-02-271-2/+2
* parisc: irq: Make irq_stack_union static to avoid sparse warningHelge Deller2023-08-311-1/+1
* parisc: irq: Add irq-related function declarationsHelge Deller2023-06-301-4/+1
* asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior2022-09-051-1/+1
* Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-0/+2
|\
| * arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior2022-06-151-0/+2
* | genirq: Add and use an irq_data_update_affinity helperSamuel Holland2022-07-071-1/+1
|/
* parisc: Move CPU startup-related functions into .text sectionHelge Deller2022-03-291-1/+1
* parisc: Clean up cpu_check_affinity() and drop cpu_set_affinity_irq()Helge Deller2022-03-291-21/+2
* parisc: Move thread_info into task structHelge Deller2021-11-011-3/+3
* Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-0/+1
|\
| * softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner2021-02-101-0/+1
* | parisc: Bump 64-bit IRQ stack size to 64 KBJohn David Anglin2021-02-121-0/+4
|/
* parisc/irq: Use irq_desc_kstat_cpu() in show_interrupts()Thomas Gleixner2020-12-151-1/+1
* parisc/irq: Simplify irq count output for /proc/interruptsThomas Gleixner2020-12-151-4/+1
* parisc: Replace setup_irq() by request_irq()afzal mohammed2020-04-051-16/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-14/+1
* parisc: Improve initial IRQ to CPU assignmentHelge Deller2019-02-211-1/+4
* parisc: Count IPI function call interruptsHelge Deller2019-02-211-0/+4
* parisc: Show rescheduling interrupts on SMP machines onlyHelge Deller2019-02-211-4/+6
* parisc: Increase thread and stack size to 32kbHelge Deller2017-07-311-1/+1
* parisc: Disable further stack checks when panic occurs during stack checkHelge Deller2017-07-231-1/+7
* parisc: Filter out spurious interrupts in PA-RISC irq handlerHelge Deller2015-09-081-2/+7
* parisc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-311-6/+6
* parisc: fix up obsolete cpu function usage.Rusty Russell2015-03-051-2/+2
* parisc: Validate online cpus in irq_set_affinity() callbacksThomas Gleixner2014-03-121-1/+1
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-121-15/+2
|\
| * irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-011-15/+2
* | parisc: do not count IPI calls twiceHelge Deller2013-11-071-4/+0
|/
* parisc: fix irq stack on UP and SMPHelge Deller2013-05-241-15/+26
* parisc: show number of FPE and unaligned access handler calls in /proc/interr...Helge Deller2013-05-241-0/+8
* parisc: implement irq stacks - part 2 (v2)Helge Deller2013-05-111-14/+87
* parisc: tlb flush counting fix for SMP and UPHelge Deller2013-05-071-3/+2
* parisc: more irq statistics in /proc/interruptsHelge Deller2013-05-071-1/+47
* parisc: implement irq stacksHelge Deller2013-05-071-0/+28
* parisc: add kernel stack overflow checkHelge Deller2013-05-071-2/+29
* parisc: remove IRQF_DISABLEDPeter Zijlstra2013-02-201-2/+2
* parisc: don't claim cpu irqs more than onceJohn David Anglin2013-01-071-2/+4
* parisc: Use irq_to_desc() in show_interrupts()Thomas Gleixner2011-03-291-5/+6
* parisc: Convert irq namespaceThomas Gleixner2011-03-291-6/+6
* parisc: Convert the final irq bitsThomas Gleixner2011-03-291-7/+2
* [PARISC] Convert to new irq_chip functionsThomas Gleixner2011-02-101-27/+37
* [PARISC] fix per-cpu flag problem in the cpu affinity checkersThomas Gleixner2011-02-091-1/+1
* parisc: convert the rest of the irq handlers to simple/percpuJames Bottomley2010-12-041-4/+1
* parisc: fix dino/gsc interruptsJames Bottomley2010-12-041-1/+1
* parisc: kill __do_IRQKyle McMartin2010-10-141-4/+0
* parisc: convert iosapic interrupts to proper flow handlersKyle McMartin2010-10-141-1/+1
* parisc: convert cpu interrupts to proper flow handlersKyle McMartin2010-10-141-16/+9
* parisc: lay groundwork for killing __do_IRQKyle McMartin2010-10-141-10/+16
* parisc: Fixup last users of irq_chip->typenameThomas Gleixner2009-12-161-2/+2