genirq: export handle_edge_irq() and irq_to_desc()
[linux-flexiantxendom0-3.2.10.git] / kernel / irq / chip.c
2012-05-15 Jiri Kosinagenirq: export handle_edge_irq() and irq_to_desc()
2012-03-20 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2012-03-13 Thomas GleixnerMerge branch 'linus' into irq/core
2012-03-06 Russell Kinggenirq: Fix long-term regression in genirq irq_set_irq_...
2012-03-05 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2012-02-15 Thomas Gleixnergenirq: Handle pending irqs in irq_startup()
2012-02-15 Thomas Gleixnergenirq: Unmask oneshot irqs when thread was not woken
2012-02-03 Steven Rostedttracing/softirq: Move __raise_softirq_irqoff() out...
2011-10-03 Marc Zyngiergenirq: Add support for per-cpu dev_id interrupts
2011-09-12 Geert Uytterhoevengenirq: Make irq_shutdown() symmetric vs. irq_startup...
2011-05-18 Jonathan Cameronirq: Export functions to allow modular irq drivers
2011-04-23 Paul Mundtgenirq: Support per-IRQ thread disabling.
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-30 Stephen Rothwellgenirq: fix CONFIG_IRQ_EDGE_EOI_HANDLER build
2011-03-29 Thomas Gleixnergenirq: Fix misnamed label in handle_edge_eoi_irq
2011-03-29 Thomas Gleixnergenirq: Remove compat code
2011-03-28 Thomas Gleixnergenirq; Fix cleanup fallout
2011-03-28 Thomas Gleixnergenirq: Provide edge_eoi flow handler
2011-03-28 Thomas Gleixnergenirq: Move INPROGRESS, MASKED and DISABLED state...
2011-03-27 Thomas Gleixnergenirq: Add chip flag for restricting cpu_on/offline...
2011-03-27 David Daneygenirq: Add chip hooks for taking CPUs on/off line.
2011-03-27 Thomas Gleixnergenirq: Add irq disabled flag to irq_data state
2011-03-27 David Daneygenirq: Reserve the irq when calling irq_set_chip()
2011-03-02 Thomas Gleixnergenirq: Fixup fasteoi handler for oneshot mode
2011-02-21 Thomas Gleixnergenirq: Fix misplaced status update in irq_disable()
2011-02-19 Thomas Gleixnergenirq; Add fasteoi irq_chip quirk
2011-02-19 Thomas Gleixnergenirq: Add preflow handler support
2011-02-19 Thomas Gleixnergenirq: Consolidate set_chip_handler functions
2011-02-19 Thomas Gleixnergenirq: Use irq_get/put functions
2011-02-19 Thomas Gleixnergenirq: Remove real old transition functions
2011-02-19 Thomas Gleixnergenirq: Reflect IRQ_MOVE_PCNTXT in irq_data state
2011-02-19 Thomas Gleixnergenirq: Add IRQCHIP_SET_TYPE_MASKED flag
2011-02-19 Thomas Gleixnergenirq: Wrap the remaning IRQ_* flags
2011-02-19 Thomas Gleixnergenirq: Mirror irq trigger type bits in irq_data.state
2011-02-19 Thomas Gleixnergenirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in...
2011-02-19 Thomas Gleixnergenirq: Move IRQ_MASKED to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_PENDING flag to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_DISABLED to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_REPLAY and IRQ_WAITING to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_ONESHOT to core
2011-02-19 Thomas Gleixnergenirq: Add IRQ_INPROGRESS to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_POLL_INPROGRESS to core
2011-02-19 Thomas Gleixnergenirq: Use modify_status for set_irq_nested_thread
2011-02-19 Thomas Gleixnergenirq: Fixup core code namespace fallout
2011-02-19 Thomas Gleixnergenirq: Use handle_perpcu_event() in handle_percpu_irq()
2011-02-19 Thomas Gleixnergenirq: Use handle_irq_event() in handle_edge_irq()
2011-02-19 Thomas Gleixnergenirq: Use handle_irq_event() in handle_fasteoi_irq()
2011-02-19 Thomas Gleixnergenirq: Use handle_irq_event() in handle_level_irq()
2011-02-19 Thomas Gleixnergenirq: Use handle_irq_event() in handle_simple_irq()
2011-02-19 Thomas Gleixnergenirq: Do not fiddle with IRQ_MASKED in handle_edge_irq()
2011-02-19 Thomas Gleixnergenirq: Consolidate IRQ_DISABLED
2011-02-19 Thomas Gleixnergenirq: Remove default magic
2011-02-19 Thomas Gleixnergenirq: Consolidate disable/enable
2011-02-19 Thomas Gleixnergenirq: Consolidate startup/shutdown of interrupts
2011-02-19 Thomas Gleixnergenirq: Mark polled irqs and defer the real handler
2011-02-19 Thomas Gleixnergenirq: Namespace cleanup
2011-02-19 Thomas Gleixnergenirq: Add missing buslock to set_irq_type(), set_irq_...
2010-10-12 Thomas Gleixnergenirq: Sanitize dynamic irq handling
2010-10-12 Thomas Gleixnergenirq: Provide default irq init flags
2010-10-12 Thomas Gleixnergenirq: Sanitize irq_data accessors
2010-10-12 Thomas Gleixnergenirq: Provide status modifier
2010-10-04 Thomas Gleixnergenirq: Provide config option to disable deprecated...
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->retrigger()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->set_wake()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->set_type()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->set_affinity()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->startup()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->disable(...
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->enable()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->eoi()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->mask_ack()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->ack()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->unmask()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for chip->mask()
2010-10-04 Thomas Gleixnergenirq: Provide compat handling for bus_lock/bus_sync_u...
2010-10-04 Thomas Gleixnergenirq: Convert core code to irq_data
2010-09-23 Thomas Gleixnergenirq: Cleanup irq_chip->typename leftovers
2010-03-26 Linus TorvaldsMerge branch 'irq-fixes-for-linus' of git://git./linux...
2010-03-24 Henrik Kretzschmargenirq: Move two IRQ functions from .init.text to ...
2010-03-10 Thomas Gleixnergenirq: Prevent oneshot irq thread race
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-02-19 Brandon Philipsx86, irq: Keep chip_data in create_irq_nr and destroy_irq
2010-02-15 Uwe Kleine-Königtree-wide: fix typos "ass?o[sc]iac?te" -> "associate...
2010-02-10 Brandon Phiilpsx86: Avoid race condition in pci_enable_msix()
2009-12-14 Thomas Gleixnergenirq: Convert irq_desc.lock to raw_spinlock
2009-12-04 Liuwenifix kerneldoc for set_irq_msi()
2009-11-04 Liuweniirq: Fix docbook comments
2009-08-27 Thomas Gleixnergenirq: Do not mask oneshot edge type interrupts
2009-08-17 Thomas Gleixnergenirq: Support nested threaded irq handling
2009-08-17 Thomas Gleixnergenirq: Add buslock support
2009-08-17 Thomas Gleixnergenirq: Add oneshot support
2009-04-28 Yinghai Lux86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC
2009-03-27 Ingo MolnarMerge branch 'core/percpu' into percpu-cpumask-x86...
2009-03-23 Thomas GleixnerMerge branch 'cpus4096' into irq/threaded
2009-03-02 Ingo MolnarMerge branch 'linus' into irq/genirq
2009-02-13 Ingo MolnarMerge branches 'irq/genirq', 'irq/sparseirq' and 'irq...
2009-02-11 Jeremy FitzhardingeMerge commit 'remotes/tip/x86/paravirt' into x86/untangle2
2009-02-11 Ingo MolnarMerge commit 'v2.6.29-rc4' into perfcounters/core
2009-02-09 Ingo MolnarMerge commit 'v2.6.29-rc4' into core/percpu
2009-02-09 Yinghai Luirq: clear kstat_irqs
next