aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/irq.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-27parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367Helge Deller1-2/+2
2023-08-31parisc: irq: Make irq_stack_union static to avoid sparse warningHelge Deller1-1/+1
2023-06-30parisc: irq: Add irq-related function declarationsHelge Deller1-4/+1
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior1-1/+1
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2022-07-07genirq: Add and use an irq_data_update_affinity helperSamuel Holland1-1/+1
2022-06-15arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior1-0/+2
2022-03-29parisc: Move CPU startup-related functions into .text sectionHelge Deller1-1/+1
2022-03-29parisc: Clean up cpu_check_affinity() and drop cpu_set_affinity_irq()Helge Deller1-21/+2
2021-11-01parisc: Move thread_info into task structHelge Deller1-3/+3
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2021-02-12parisc: Bump 64-bit IRQ stack size to 64 KBJohn David Anglin1-0/+4
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner1-0/+1
2020-12-15parisc/irq: Use irq_desc_kstat_cpu() in show_interrupts()Thomas Gleixner1-1/+1
2020-12-15parisc/irq: Simplify irq count output for /proc/interruptsThomas Gleixner1-4/+1
2020-04-05parisc: Replace setup_irq() by request_irq()afzal mohammed1-16/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-14/+1
2019-02-21parisc: Improve initial IRQ to CPU assignmentHelge Deller1-1/+4
2019-02-21parisc: Count IPI function call interruptsHelge Deller1-0/+4
2019-02-21parisc: Show rescheduling interrupts on SMP machines onlyHelge Deller1-4/+6
2017-07-31parisc: Increase thread and stack size to 32kbHelge Deller1-1/+1
2017-07-23parisc: Disable further stack checks when panic occurs during stack checkHelge Deller1-1/+7
2015-09-08parisc: Filter out spurious interrupts in PA-RISC irq handlerHelge Deller1-2/+7
2015-07-31parisc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-6/+6
2015-03-05parisc: fix up obsolete cpu function usage.Rusty Russell1-2/+2
2014-03-12parisc: Validate online cpus in irq_set_affinity() callbacksThomas Gleixner1-1/+1
2013-11-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-15/+2
2013-11-07parisc: do not count IPI calls twiceHelge Deller1-4/+0
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker1-15/+2
2013-05-24parisc: fix irq stack on UP and SMPHelge Deller1-15/+26
2013-05-24parisc: show number of FPE and unaligned access handler calls in /proc/interr...Helge Deller1-0/+8
2013-05-11parisc: implement irq stacks - part 2 (v2)Helge Deller1-14/+87
2013-05-07parisc: tlb flush counting fix for SMP and UPHelge Deller1-3/+2
2013-05-07parisc: more irq statistics in /proc/interruptsHelge Deller1-1/+47
2013-05-07parisc: implement irq stacksHelge Deller1-0/+28
2013-05-07parisc: add kernel stack overflow checkHelge Deller1-2/+29
2013-02-20parisc: remove IRQF_DISABLEDPeter Zijlstra1-2/+2
2013-01-07parisc: don't claim cpu irqs more than onceJohn David Anglin1-2/+4
2011-03-29parisc: Use irq_to_desc() in show_interrupts()Thomas Gleixner1-5/+6
2011-03-29parisc: Convert irq namespaceThomas Gleixner1-6/+6
2011-03-29parisc: Convert the final irq bitsThomas Gleixner1-7/+2
2011-02-10[PARISC] Convert to new irq_chip functionsThomas Gleixner1-27/+37
2011-02-09[PARISC] fix per-cpu flag problem in the cpu affinity checkersThomas Gleixner1-1/+1
2010-12-04parisc: convert the rest of the irq handlers to simple/percpuJames Bottomley1-4/+1
2010-12-04parisc: fix dino/gsc interruptsJames Bottomley1-1/+1
2010-10-14parisc: kill __do_IRQKyle McMartin1-4/+0
2010-10-14parisc: convert iosapic interrupts to proper flow handlersKyle McMartin1-1/+1
2010-10-14parisc: convert cpu interrupts to proper flow handlersKyle McMartin1-16/+9
2010-10-14parisc: lay groundwork for killing __do_IRQKyle McMartin1-10/+16
2009-12-16parisc: Fixup last users of irq_chip->typenameThomas Gleixner1-2/+2
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-2/+2
2009-09-28parisc: convert to asm-generic/hardirq.hChristoph Hellwig1-5/+0
2009-07-03parisc: remove obsolete hw_interrupt_typeThomas Gleixner1-1/+1
2009-07-03parisc: fix irq compile bugs in arch/parisc/kernel/irq.cHelge Deller1-4/+4
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-2/+4
2009-04-02Merge branch 'rusty-cpumask-parisc' into pariscKyle McMartin1-2/+2
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-1/+1
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar1-8/+10
2009-03-16cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: pariscRusty Russell1-2/+2
2009-03-13parisc: convert cpu_check_affinity to new cpumask apiKyle McMartin1-5/+7
2009-03-13parisc: fix use of new cpumask api in irq.cKyle McMartin1-4/+4
2009-03-13parisc: update parisc for new irq_descMike Travis1-4/+4
2009-01-12irq: update all arches for new irq_descMike Travis1-4/+4
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu1-1/+1
2009-01-05parisc: Replace NR_CPUS in parisc codeHelge Deller1-4/+5
2009-01-05parisc: trivial fixesHelge Deller1-1/+1
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-3/+3
2007-12-06[PARISC] timer interrupt should not be IRQ_DISABLEDKyle McMartin1-1/+1
2007-06-12[PARISC] remove global_ack_eiemGrant Grundler1-18/+8
2007-05-08Add IRQF_IRQPOLL flag on pariscBernhard Walle1-1/+1
2007-02-17[PARISC] use fls_long in irq.cKyle McMartin1-5/+1
2006-10-07[PARISC] Use set_irq_regsMatthew Wilcox1-0/+3
2006-10-06Build fixes for struct pt_regs removalMatthew Wilcox1-3/+3
2006-10-04[PARISC] Allow nested interruptsJames Bottomley1-63/+86
2006-10-04[PARISC] Fix up parisc irq handling for genirq changesKyle McMartin1-1/+1
2006-07-02[PATCH] irq-flags: PARISC: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar1-7/+4
2006-06-29[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar1-4/+4
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-5/+5
2005-11-17[PARISC] Make redirecting irq messages less noisyRyan Bradetich1-1/+1
2005-11-17[PARISC] irq_affinityp[] only available for SMP buildsGrant Grundler1-2/+9
2005-11-17[PARISC] Add IRQ affinitiesJames Bottomley1-2/+58
2005-11-17[PARISC] Fix uniprocessor build by dummying smp_send_all_nop()Kyle McMartin1-0/+2
2005-11-17[PARISC] Fix our interrupts not to use smp_call_functionJames Bottomley1-9/+17
2005-11-17[PARISC] Disable nesting of interruptsGrant Grundler1-7/+6
2005-11-17[PARISC] Make sure timer and IPI execute with interrupts disabledJames Bottomley1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+343