summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/irq.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Remove superfluous bootmem includesAnton Blanchard2014-11-101-1/+0
* powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-031-2/+2
* powerpc: Rename __get_SP() to current_stack_pointer()Anton Blanchard2014-10-151-1/+1
* powerpc: Add printk levels to powerpc codeAnton Blanchard2014-10-021-3/+3
* powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar2014-08-051-0/+14
* powerpc: update comments for generic idle conversionGeert Uytterhoeven2014-06-061-1/+1
* powerpc: Irq: Use generic_handle_irqThomas Gleixner2014-03-041-6/+2
* powerpc/ppc32: Fix the bug in the init of non-base exception stack for UPKevin Hao2014-02-111-0/+5
* powerpc: Make irq_stat.timers_irqs counting more specificfan.du2013-12-021-3/+9
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-121-16/+1
|\
| * irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-011-16/+1
* | powerpc/irq: Don't switch to irq stack from softirq stackBenjamin Herrenschmidt2013-10-071-2/+3
|/
* powerpc: Remove ksp_limit on ppc64Benjamin Herrenschmidt2013-09-251-12/+0
* powerpc/irq: Run softirqs off the top of the irq stackBenjamin Herrenschmidt2013-09-251-52/+52
* powerpc: Rename PMU interrupts from CNT to PMIMichael Ellerman2013-08-011-1/+1
* Merge tag 'v3.10' into nextBenjamin Herrenschmidt2013-07-011-1/+1
|\
| * powerpc: Fix missing/delayed calls to irq_workBenjamin Herrenschmidt2013-06-151-1/+1
* | powerpc: Remove the unneeded trigger of decrementer interrupt in decrementer_...Kevin Hao2013-06-201-2/+0
|/
* powerpc: Add accounting for Doorbell interruptsIan Munsie2013-04-181-0/+12
* powerpc: Add code to handle soft-disabled doorbells on serverIan Munsie2013-01-101-2/+9
* powerpc/trace: Fix interrupt tracepoints vs. RCULi Zhong2012-09-171-4/+4
* powerpc: Fix build of some debug irq codeBenjamin Herrenschmidt2012-07-101-1/+1
* powerpc: More fixes for lazy IRQ vs. idleBenjamin Herrenschmidt2012-07-101-0/+46
* powerpc/ftrace: Do not trace restore_interrupts()Steven Rostedt2012-06-291-1/+1
* powerpc: Fix irq distributionKim Phillips2012-05-221-1/+1
* powerpc/irq: Fix another case of lazy IRQ state getting out of syncBenjamin Herrenschmidt2012-05-121-0/+13
* powerpc/irq: Fix bug with new lazy IRQ handling codeBenjamin Herrenschmidt2012-05-091-1/+7
* powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely2012-04-301-5/+1
* irq: Kill pointless irqd_to_hw exportGrant Likely2012-04-101-6/+0
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+1
|\
| * Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-1/+1
* | powerpc: Random little legacy iSeries removal tidy upsStephen Rothwell2012-03-281-2/+2
* | powerpc: Remove NO_IRQ_IGNOREStephen Rothwell2012-03-281-2/+2
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-211-71/+141
|\
| * powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell2012-03-211-14/+0
| * powerpc: Rework lazy-interrupt handlingBenjamin Herrenschmidt2012-03-091-58/+146
| * powerpc: Make SPARSE_IRQ requiredGrant Likely2012-03-071-4/+0
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-211-614/+3
|\ \ | |/ |/|
| * irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely2012-02-161-502/+0
| * irq_domain/powerpc: Eliminate virq_is_host()Grant Likely2012-02-161-7/+0
| * irq_domain/powerpc: eliminate irq_map; use irq_alloc_desc() insteadGrant Likely2012-02-141-171/+69
| * irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely2012-02-141-39/+39
* | powerpc: Fix WARN_ON in decrementer_check_overflowBenjamin Herrenschmidt2012-02-141-1/+5
|/
* powerpc/ps3: Fix hcall lv1_get_version_infoGeoff Levand2011-12-081-2/+2
* powerpc/time: Optimise decrementer_check_overflowAnton Blanchard2011-11-251-0/+9
* powerpc/time: Handle wrapping of decrementerAnton Blanchard2011-11-251-9/+6
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-10-311-1/+1
* powerpc: Copy back TIF flags on return from softirq stackBenjamin Herrenschmidt2011-07-221-0/+7
* powerpc/irq: Quieten irq mapping printksAnton Blanchard2011-07-191-1/+1
* powerpc/book3e-64: Reraise doorbell when masked by soft-irq-disableScott Wood2011-06-291-6/+0