drm/radeon: disable MSI on RV515
[linux-flexiantxendom0.git] / kernel / irq /
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: Implement irq_get/put_desc_[bus]locked/unlock()
2011-02-19 Thomas Gleixnergenirq: Remove real old transition functions
2011-02-19 Thomas Gleixnergenirq: Remove desc->status when GENERIC_HARDIRQS_NO_CO...
2011-02-19 Thomas Gleixnergenirq: Reflect IRQ_MOVE_PCNTXT in irq_data state
2011-02-19 Thomas Gleixnergenirq: Move wakeup state to irq_data
2011-02-19 Thomas Gleixnergenirq: Add IRQCHIP_SET_TYPE_MASKED flag
2011-02-19 Thomas Gleixnergenirq: Cleanup irq.h
2011-02-19 Thomas Gleixnergenirq: Force wrapped access to desc->status in core...
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: Move IRQ_AFFINITY_SET to core
2011-02-19 Thomas Gleixnergenirq: Reuse existing can set affinty check
2011-02-19 Thomas Gleixnergenirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in...
2011-02-19 Thomas Gleixnergenirq: Move debug code to separate header
2011-02-19 Thomas Gleixnergenirq: Remove CHECK_IRQ_PER_CPU from core code
2011-02-19 Thomas Gleixnergenirq: Remove CONFIG_IRQ_PER_CPU
2011-02-19 Thomas Gleixnergenirq: Add IRQ_MOVE_PENDING to irq_data.state
2011-02-19 Thomas Gleixnergenirq: Move IRQ_WAKEUP to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_SUSPENDED to core
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: Move IRQ_SPURIOUS_DISABLED to core state
2011-02-19 Thomas Gleixnergenirq: Move IRQ_AUTODETECT to internal state
2011-02-19 Thomas Gleixnergenirq: Protect tglx from tripping over his own feet
2011-02-19 Thomas Gleixnergenirq: Add internal state field to irq_desc
2011-02-19 Thomas Gleixnergenirq: Fixup core code namespace fallout
2011-02-19 Thomas Gleixnergenirq: Implement generic irq_show_interrupts()
2011-02-19 Thomas Gleixnergenirq: Simplify handle_irq_event()
2011-02-19 Thomas Gleixnergenirq: Use handle_irq_event() in the spurious poll...
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: Implement handle_irq_event()
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: Remove bogus conditional
2011-02-19 Thomas Gleixnergenirq: Move irq thread flags to core
2011-02-19 Thomas Gleixnergenirq: Mark polled irqs and defer the real handler
2011-02-19 Thomas Gleixnergenirq: spurious: Run only one poller at a time
2011-02-19 Thomas Gleixnergenirq: Do not poll disabled, percpu and timer interrupts
2011-02-19 Thomas Gleixnergenirq: Fixup poll handling
2011-02-19 Thomas Gleixnergenirq: Warn when handler enables interrupts
2011-02-19 Thomas Gleixnergenirq: Plug race in report_bad_irq()
2011-02-19 Thomas Gleixnergenirq: Remove redundant thread affinity setting
2011-02-19 Thomas Gleixnergenirq: Do not copy affinity before set
2011-02-19 Thomas Gleixnergenirq: Always apply cpu online mask
2011-02-19 Thomas Gleixnergenirq: Rremove redundant check
2011-02-19 Thomas Gleixnergenirq: Simplify affinity related code
2011-02-19 Thomas Gleixnergenirq: Namespace cleanup
2011-02-19 Thomas Gleixnergenirq: Add missing buslock to set_irq_type(), set_irq_...
2011-02-19 Thomas Gleixnergenirq: Make nr_irqs runtime expandable
2011-02-19 Thomas GleixnerMerge branch 'irq/urgent' into irq/core
2011-02-19 Thomas Gleixnergenirq: Disable the SHIRQ_DEBUG call in request_threade...
2011-02-19 Thomas Gleixnergenirq: Prevent access beyond allocated_irqs bitmap
2011-02-10 Thomas GleixnerMerge branch 'irq/for-mips' into irq/core
2011-02-10 David Daneygenirq: Call bus_lock/unlock functions in setup_irq()
2011-02-08 Thomas Gleixnergenirq: Remove dead code
2011-02-08 Thomas GleixnerMerge branch 'irq/for-xen' into irq/core
2011-02-08 Thomas Gleixnergenirq: Add IRQF_FORCE_RESUME
2011-02-05 Thomas GleixnerMerge branch 'irq/urgent' into irq/core
2011-02-02 Thomas Gleixnergenirq: Prevent irq storm on migration
2011-01-31 Thomas Gleixnergenirq: Fix affinity notifier fallout
2011-01-22 Ben Hutchingsgenirq: Add IRQ affinity notifiers
2011-01-21 Thomas Gleixnergenirq: Remove __do_IRQ
2011-01-14 Eric Dumazetirq: use per_cpu kstat_irqs
2011-01-07 Peter Zijlstrasched: Constify function scope static struct sched_para...
2010-12-08 Ingo MolnarMerge branch 'linus' into sched/core
2010-12-01 Kenji Kaneshigegenirq: Fix incorrect proc spurious output
2010-11-18 Ingo MolnarMerge commit 'v2.6.37-rc2' into sched/core
2010-11-01 Linus TorvaldsMerge branches 'irq-core-for-linus' and 'core-locking...
2010-10-28 KAMEZAWA Hiroyuki/proc/stat: fix scalability of irq sum of all cpu
2010-10-23 KOSAKI Motohirosched: Make sched_param argument static in sched_setsch...
2010-10-22 Thomas Gleixnergenirq: Warn if enable_irq is called before irq is...
2010-10-12 Thomas Gleixnergenirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y build
2010-10-12 Thomas Gleixnergenirq: Switch sparse_irq allocator to GFP_KERNEL
2010-10-12 Thomas Gleixnergenirq: Make sparse_lock a mutex
2010-10-12 Thomas Gleixnergenirq: Remove the now unused sparse irq leftovers
2010-10-12 Thomas Gleixnergenirq: Sanitize dynamic irq handling
2010-10-12 Thomas Gleixnergenirq: Remove arch_init_chip_data()
2010-10-12 Thomas Gleixnergenirq: Query arch for number of early descriptors
2010-10-12 Thomas Gleixnergenirq: Use sane sparse allocator
2010-10-12 Thomas Gleixnergenirq: Implement irq reservation
2010-10-12 Thomas Gleixnergenirq: Implement sane enumeration
2010-10-12 Thomas Gleixnergenirq: Prepare proc for real sparse irq support
2010-10-12 Thomas Gleixnergenirq: Implement a sane sparse_irq allocator
next