aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorFilesLines
2012-03-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-15/+30
2012-03-30genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu1-3/+7
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-3/+2
2012-03-29irqdomain: Remove powerpc dependency from debugfs fileGrant Likely2-4/+14
2012-03-29genirq: Respect NUMA node affinity in setup_irq_irq affinity()Prarit Bhargava1-1/+8
2012-03-29genirq: Get rid of unneeded force parameter in irq_finalize_oneshot()Alexander Gordeev1-5/+5
2012-03-29genirq: Minor readablity improvement in irq_wake_thread()Alexander Gordeev1-6/+10
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-112/+716
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2012-03-16genirq: Remove paranoid warnons and bogus fixupsThomas Gleixner1-10/+4
2012-03-14genirq: Flush the irq thread on synchronizationIdo Yariv2-28/+44
2012-03-13Merge branch 'linus' into irq/coreThomas Gleixner4-19/+75
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar1-6/+38
2012-03-09genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev3-13/+2
2012-03-09genirq: No need to check IRQTF_DIED before stopping a thread handlerAlexander Gordeev1-4/+2
2012-03-09genirq: Get rid of unnecessary irqaction field in task_structAlexander Gordeev1-8/+11
2012-03-09genirq: Fix incorrect check for forced IRQ thread handlerAlexander Gordeev1-1/+1
2012-03-06genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner1-6/+38
2012-03-06genirq: Fix long-term regression in genirq irq_set_irq_type() handlingRussell King1-2/+1
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar4-13/+37
2012-02-24irq_domain/mips: Allow irq_domain on MIPSGrant Likely1-0/+12
2012-02-16irq_domain: constify irq_domain_opsGrant Likely1-16/+15
2012-02-16irq_domain: Create common xlate functions that device drivers can useGrant Likely1-10/+55
2012-02-16irq_domain: Remove irq_domain_add_simple()Grant Likely1-8/+2
2012-02-16irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely1-146/+13
2012-02-16irq_domain: Add support for base irq and hwirq in legacy mappingsGrant Likely1-32/+64
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely1-70/+130
2012-02-16irq_domain: Remove references to old irq_host namesGrant Likely1-111/+108
2012-02-16irq_domain: remove NO_IRQ from irq domain codeGrant Likely1-19/+19
2012-02-16irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely1-0/+600
2012-02-15genirq: Handle pending irqs in irq_startup()Thomas Gleixner4-11/+14
2012-02-15genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner1-2/+23
2012-02-14irq_domain: Make irq_domain structure match powerpc's irq_hostGrant Likely1-7/+7
2012-02-14irq_domain: Be less verboseGrant Likely1-3/+1
2012-02-03tracing/softirq: Move __raise_softirq_irqoff() out of headerSteven Rostedt1-0/+2
2012-01-25irq: make SPARSE_IRQ an optionally hidden optionRob Herring1-3/+2
2012-01-13module_param: make bool parameters really bool (core code)Rusty Russell2-2/+2
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-01-07Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+3
2012-01-05Merge branch 'devel-stable' into for-linusRussell King1-5/+7
2011-12-28irq: check domain hwirq range for DT translateRob Herring1-0/+3
2011-12-23ARM: 7235/1: irqdomain: export irq_domain_simple_ops for !CONFIG_OFJamie Iles1-5/+7
2011-12-02genirq: Fix race condition when stopping the irq threadIdo Yariv1-1/+4
2011-11-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2011-11-28genirq: fix regression in irqfixup, irqpollEdward Donovan1-1/+3
2011-11-17genirq: Don't allow per cpu interrupts to be suspendedMarc Zyngier1-1/+1
2011-11-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2011-11-13Merge branch 'master' into for-nextJiri Kosina8-36/+371
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+2
2011-11-03genirq: Fix irqfixup, irqpoll regressionEdward Donovan1-1/+1
2011-11-01Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-6/+6
2011-10-31irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker1-1/+1
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker1-0/+1
2011-10-31irq: support domains with non-zero hwirq baseRob Herring1-6/+6
2011-10-29irq: Fix comment typo ist->isJavi Merino1-1/+1
2011-10-29Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+4
2011-10-26Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-29/+359
2011-10-24Merge remote-tracking branch 'rmk/devel-stable' into HEADRob Herring5-22/+318
2011-10-24irq: Add EXPORT_SYMBOL_GPL to function of irq generic-chipNobuhiro Iwamatsu1-0/+4
2011-10-17genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell1-7/+41
2011-10-04genirq: Fix fatfinered fixup reallyThomas Gleixner1-1/+1
2011-10-03genirq: percpu: allow interrupt type to be set at enable timeMarc Zyngier1-1/+14
2011-10-03genirq: Add support for per-cpu dev_id interruptsMarc Zyngier5-22/+302
2011-09-20irq: Fix check for already initialized irq_domain in irq_domain_addRob Herring1-1/+5
2011-09-12genirq: Add IRQCHIP_SKIP_SET_WAKE flagSantosh Shilimkar1-0/+3
2011-09-12genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven1-1/+1
2011-08-23Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified"Linus Torvalds1-1/+0
2011-08-18irqdesc: fix new kernel-doc warningRandy Dunlap1-0/+1
2011-08-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-18/+40
2011-07-28Merge branch 'imx/dt' into next/dtArnd Bergmann1-1/+1
2011-07-28irq: Track the owner of irq descriptorSebastian Andrzej Siewior2-16/+37
2011-07-28irq: Always set IRQF_ONESHOT if no primary handler is specifiedSebastian Andrzej Siewior1-0/+1
2011-07-28dt/irq: add irq_domain_generate_simple() helperGrant Likely1-0/+58
2011-07-28irq: add irq_domain translation infrastructureGrant Likely3-0/+127
2011-07-26genirq: Fix wrong bit operationjhbird.choi@samsung.com1-2/+2
2011-07-25devres: fix possible use after freeMaxin B John1-1/+1
2011-07-07genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot1-2/+16
2011-06-10genirq: Prevent potential NULL dereference in irq_set_irq_wake()Jesper Juhl1-0/+3
2011-06-03genirq: Ensure we locate the passed IRQ in irq_alloc_descs()Mark Brown1-0/+6
2011-06-03genirq: Fix descriptor init on non-sparse IRQsLinus Walleij1-5/+3
2011-06-03irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior3-16/+36
2011-06-03genirq: Print threaded handler in spurious debug outputSebastian Andrzej Siewior1-4/+5
2011-05-26irq: Remove smp_affinity_list when unregister irq procYinghai Lu1-0/+1
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis1-4/+50
2011-05-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-4/+401
2011-05-18irq: Export functions to allow modular irq driversJonathan Cameron2-0/+5
2011-05-18genirq: Uninline and sanity check generic_handle_irq()Thomas Gleixner1-0/+15
2011-05-18genirq: Remove pointless ifdefsThomas Gleixner1-3/+1
2011-05-02genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVELGeert Uytterhoeven1-1/+1
2011-05-02genirq: Make generic irq chip depend on CONFIG_GENERIC_IRQ_CHIPThomas Gleixner2-1/+5
2011-04-23genirq: Add chip suspend and resume callbacksThomas Gleixner1-0/+93
2011-04-23genirq: Implement a generic interrupt chipThomas Gleixner2-0/+262
2011-04-23genirq: Support per-IRQ thread disabling.Paul Mundt4-1/+21
2011-04-07Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-...Linus Torvalds1-0/+1
2011-04-02genirq: Fix cpumask leak in __setup_irq()Xiaotian Feng1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-30genirq: Remove the now obsolete config options and select statementsThomas Gleixner1-3/+0
2011-03-29genirq: Fix misnamed label in handle_edge_eoi_irqThomas Gleixner1-1/+1
2011-03-29genirq: Remove move_*irq leftoversThomas Gleixner1-10/+0
2011-03-29genirq: Remove compat codeThomas Gleixner12-276/+24
2011-03-29alpha: Use generic show_interrupts()Thomas Gleixner1-2/+6
2011-03-29genirq: Fix harmless typoThomas Gleixner1-1/+1
2011-03-29genirq; Fix cleanup falloutThomas Gleixner2-8/+10
2011-03-28genirq: Fix typo and remove unused variableThomas Gleixner2-2/+1
2011-03-28genirq: Fix new kernel-doc warningsRandy Dunlap1-1/+1
2011-03-28genirq: Remove handle_IRQ_eventThomas Gleixner1-12/+0
2011-03-28genirq: Provide edge_eoi flow handlerThomas Gleixner2-0/+49
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner8-57/+49
2011-03-27genirq: Split irq_set_affinity() so it can be called with lock held.David Daney1-18/+30
2011-03-27genirq: Add chip flag for restricting cpu_on/offline callsThomas Gleixner1-4/+6
2011-03-27genirq: Add chip hooks for taking CPUs on/off line.David Daney1-0/+58
2011-03-27genirq: Add irq disabled flag to irq_data stateThomas Gleixner2-2/+4
2011-03-27genirq: Reserve the irq when calling irq_set_chip()David Daney1-0/+6
2011-03-25genirq: Expand generic show_interrupts()Thomas Gleixner2-1/+18
2011-03-23genirq; Remove the last leftovers of the old sparse irq codeThomas Gleixner1-14/+0
2011-03-17genirq: Fix incorrect unlock in __setup_irq()Dan Carpenter1-1/+1
2011-03-17genirq: show_interrupts: Check desc->name before printing it blindlyThomas Gleixner1-1/+2
2011-03-12genirq: Add chip flag to force mask on suspendThomas Gleixner1-4/+18
2011-03-08genirq: Add comments to Kconfig switchesThomas Gleixner1-0/+10
2011-03-02genirq: Fixup fasteoi handler for oneshot modeThomas Gleixner1-0/+4
2011-02-26genirq: Provide forced interrupt threadingThomas Gleixner3-4/+68
2011-02-25genirq: Allow shared oneshot interruptsThomas Gleixner1-6/+4
2011-02-25genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner2-19/+111
2011-02-25genirq: Make warning in handle_percpu_event usefulThomas Gleixner1-1/+2
2011-02-22genirq: Streamline kernel/irq/KconfigJan Beulich1-10/+10
2011-02-22genirq: Use the correct variable for note_interruptThomas Gleixner1-7/+9
2011-02-21genirq: Add missing break in __irq_set_trigger()Thomas Gleixner1-0/+1
2011-02-21genirq: Use IRQ_BITMAP_BITS as search size in irq_alloc_descs()Yinghai Lu1-7/+8
2011-02-21genirq: Fix misplaced status update in irq_disable()Thomas Gleixner1-1/+1
2011-02-19genirq: Implement irq_data based move_*_irq() versionsThomas Gleixner1-9/+19
2011-02-19genirq; Add fasteoi irq_chip quirkThomas Gleixner1-1/+8
2011-02-19genirq: Add preflow handler supportThomas Gleixner2-0/+14
2011-02-19genirq: Consolidate set_chip_handler functionsThomas Gleixner1-12/+4
2011-02-19genirq: Use irq_get/put functionsThomas Gleixner2-117/+57
2011-02-19genirq: Implement irq_get/put_desc_[bus]locked/unlock()Thomas Gleixner2-0/+48
2011-02-19genirq: Remove real old transition functionsThomas Gleixner4-34/+5
2011-02-19genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=yThomas Gleixner2-0/+5
2011-02-19genirq: Reflect IRQ_MOVE_PCNTXT in irq_data stateThomas Gleixner1-1/+3
2011-02-19genirq: Move wakeup state to irq_dataThomas Gleixner3-5/+3
2011-02-19genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner3-5/+17
2011-02-19genirq: Cleanup irq.hThomas Gleixner1-16/+0
2011-02-19genirq: Force wrapped access to desc->status in core codeThomas Gleixner3-5/+8
2011-02-19genirq: Wrap the remaning IRQ_* flagsThomas Gleixner5-12/+70
2011-02-19genirq: Mirror irq trigger type bits in irq_data.stateThomas Gleixner4-19/+62
2011-02-19genirq: Move IRQ_AFFINITY_SET to coreThomas Gleixner4-4/+24
2011-02-19genirq: Reuse existing can set affinty checkThomas Gleixner2-4/+3
2011-02-19genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner6-14/+69
2011-02-19genirq: Move debug code to separate headerThomas Gleixner2-44/+44
2011-02-19genirq: Remove CHECK_IRQ_PER_CPU from core codeThomas Gleixner2-3/+3
2011-02-19genirq: Remove CONFIG_IRQ_PER_CPUThomas Gleixner3-11/+3
2011-02-19genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner6-6/+34
2011-02-19genirq: Move IRQ_WAKEUP to coreThomas Gleixner4-3/+7
2011-02-19genirq: Move IRQ_SUSPENDED to coreThomas Gleixner3-7/+9
2011-02-19genirq: Move IRQ_MASKED to coreThomas Gleixner6-12/+40
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner10-16/+39
2011-02-19genirq: Move IRQ_DISABLED to coreThomas Gleixner8-23/+55
2011-02-19genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner6-17/+26
2011-02-19genirq: Move IRQ_ONESHOT to coreThomas Gleixner3-5/+7
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner8-21/+52
2011-02-19genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner3-4/+6
2011-02-19genirq: Use modify_status for set_irq_nested_threadThomas Gleixner1-28/+0
2011-02-19genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner3-9/+11
2011-02-19genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner3-20/+27
2011-02-19genirq: Protect tglx from tripping over his own feetThomas Gleixner3-2/+11
2011-02-19genirq: Add internal state field to irq_descThomas Gleixner1-0/+6
2011-02-19genirq: Fixup core code namespace falloutThomas Gleixner2-4/+4
2011-02-19genirq: Implement generic irq_show_interrupts()Thomas Gleixner2-0/+66
2011-02-19genirq: Simplify handle_irq_event()Thomas Gleixner1-13/+6
2011-02-19genirq: Use handle_irq_event() in the spurious poll codeThomas Gleixner1-12/+9
2011-02-19genirq: Use handle_perpcu_event() in handle_percpu_irq()Thomas Gleixner1-8/+6
2011-02-19genirq: Use handle_irq_event() in handle_edge_irq()Thomas Gleixner1-14/+2
2011-02-19genirq: Use handle_irq_event() in handle_fasteoi_irq()Thomas Gleixner1-17/+2
2011-02-19genirq: Use handle_irq_event() in handle_level_irq()Thomas Gleixner1-14/+2
2011-02-19genirq: Use handle_irq_event() in handle_simple_irq()Thomas Gleixner1-13/+2
2011-02-19genirq: Implement handle_irq_event()Thomas Gleixner2-8/+42
2011-02-19genirq: Do not fiddle with IRQ_MASKED in handle_edge_irq()Thomas Gleixner1-1/+1
2011-02-19genirq: Consolidate IRQ_DISABLEDThomas Gleixner4-16/+14
2011-02-19genirq: Remove default magicThomas Gleixner2-60/+17
2011-02-19genirq: Consolidate disable/enableThomas Gleixner5-8/+20
2011-02-19genirq: Consolidate startup/shutdown of interruptsThomas Gleixner4-31/+33
2011-02-19genirq: Remove bogus conditionalThomas Gleixner1-4/+1
2011-02-19genirq: Move irq thread flags to coreThomas Gleixner1-0/+14
2011-02-19genirq: Mark polled irqs and defer the real handlerThomas Gleixner3-28/+60
2011-02-19genirq: spurious: Run only one poller at a timeThomas Gleixner1-1/+15
2011-02-19genirq: Do not poll disabled, percpu and timer interruptsThomas Gleixner1-14/+26
2011-02-19genirq: Fixup poll handlingThomas Gleixner1-31/+19
2011-02-19genirq: Warn when handler enables interruptsThomas Gleixner1-1/+3
2011-02-19genirq: Plug race in report_bad_irq()Thomas Gleixner1-3/+9
2011-02-19genirq: Remove redundant thread affinity settingThomas Gleixner1-2/+0
2011-02-19genirq: Do not copy affinity before setThomas Gleixner3-15/+36
2011-02-19genirq: Always apply cpu online maskThomas Gleixner1-6/+6
2011-02-19genirq: Rremove redundant checkThomas Gleixner1-1/+2
2011-02-19genirq: Simplify affinity related codeThomas Gleixner1-23/+41
2011-02-19genirq: Namespace cleanupThomas Gleixner2-17/+17
2011-02-19genirq: Add missing buslock to set_irq_type(), set_irq_wake()Thomas Gleixner2-0/+4
2011-02-19genirq: Make nr_irqs runtime expandableThomas Gleixner1-3/+19
2011-02-19Merge branch 'irq/urgent' into irq/coreThomas Gleixner4-3/+18
2011-02-19genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner1-1/+1
2011-02-19genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner3-2/+17
2011-02-11Merge branch 'irq/for-mips' into irq/coreThomas Gleixner1-1/+6