hecubafb: use fb_sys_read()
[safe/jmp/linux-2.6] / kernel / irq /
2007-05-08 Bernhard WalleAdd IRQF_IRQPOLL flag (common code)
2007-05-08 Ravikiran G ThirumalaiPad irq_desc to internode cacheline size
2007-05-08 Ahmed S. DarwishIRQ: check for PERCPU flag only when adding first irqaction
2007-05-08 Dmitry Adamushkokernel/irq/proc.c: unprotected iteration over the IRQ...
2007-05-03 Michael EllermanMSI: arch must connect the irq and the msi_desc
2007-04-07 Tejun Heo[PATCH] irq-devres: fix failure path of devm_request_irq()
2007-02-26 Eric W. Biederman[PATCH] genirq: Mask irqs when migrating them.
2007-02-16 Jan Beulich[PATCH] small irq management simplification
2007-02-16 Randy Dunlap[PATCH] IRQ kernel-doc fixes
2007-02-16 Ingo Molnar[PATCH] genirq: do not mask interrupts by default
2007-02-16 Thomas Gleixner[PATCH] Add a function to handle interrupt affinity...
2007-02-16 Thomas Gleixner[PATCH] Add irq flag to disable balancing for an interrupt
2007-02-14 Thomas Gleixner[PATCH] Scheduled removal of SA_xxx interrupt flags...
2007-02-12 Alan Cox[PATCH] kernel: shut up the IRQ mismatch messages
2007-02-12 David Woodhouse[PATCH] Debug shared irqs
2007-02-11 Al Viro[PATCH] sort the devres mess out
2007-02-11 Alexey Dobriyan[PATCH] proc: remove useless (and buggy) ->nlink settings
2007-02-09 Tejun Heodevres: device resource management
2007-02-07 Eric W. Biedermanmsi: Kill the msi_desc array.
2007-01-23 Linus TorvaldsClear spurious irq stat information when adding irq...
2007-01-11 Vivek Goyal[PATCH] x86-64: Make noirqdebug_setup function non...
2006-12-22 Thomas Gleixner[PATCH] genirq: fix irq flow handler uninstall
2006-12-21 Geert Uytterhoeven[PATCH] __set_irq_handler bogus space
2006-12-08 Hidetoshi Seto[PATCH] CPEI gets warning at kernel/irq/migration.c...
2006-12-07 Peter Zijlstra[PATCH] lockdep: name some old style locks
2006-11-22 Linus TorvaldsDon't call "note_interrupt()" with irq descriptor lock...
2006-11-16 Zhang, Yanmin[PATCH] some irq_chip variables point to NULL
2006-11-14 Andrew Morton[PATCH] setup_irq(): better mismatch debugging
2006-11-13 Pavel Emelianov[PATCH] Fix misrouted interrupts deadlocks
2006-10-17 Ingo Molnar[PATCH] genirq: clean up irq-flow-type naming
2006-10-11 Reinette Chatre[PATCH] bitmap: parse input from kernel and user buffers
2006-10-06 Frederik Deweerdt[PATCH] ixp4xxdefconfig arm fixes
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-10-05 David HowellsIRQ: Typedef the IRQ handler function type
2006-10-05 David HowellsIRQ: Typedef the IRQ flow handler function type
2006-10-04 Eric W. Biederman[PATCH] msi: simplify msi sanity checks by adding with...
2006-10-04 Eric W. Biederman[PATCH] genirq: irq: add a dynamic irq creation API
2006-10-04 Eric W. Biederman[PATCH] genirq: irq: add moved_masked_irq
2006-10-04 Eric W. Biederman[PATCH] genirq: irq: convert the move_irq flag from...
2006-09-29 Yoichi Yuasa[PATCH] irq: remove a extra line
2006-09-29 Yoichi Yuasa[PATCH] irq: fixed coding style
2006-09-26 David Howells[PATCH] FRV: permit __do_IRQ() to be dispensed with
2006-09-19 Ingo Molnar[PATCH] genirq core: fix handle_level_irq()
2006-09-16 Imre Deak[PATCH] genirq: fix typo in IRQ resend
2006-09-01 Henrik Kretzschmar[PATCH] kerneldoc for handle_bad_irq()
2006-07-31 David Brownell[PATCH] genirq: {en,dis}able_irq_wake() need refcountin...
2006-07-03 Linus TorvaldsMerge git://git./linux/kernel/git/paulus/powerpc
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate enable_in_hardirq()
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate genirq
2006-07-03 Ingo Molnar[PATCH] lockdep: core
2006-07-03 Benjamin Herrenschmidt[PATCH] genirq: Allow fasteoi handler to retrigger...
2006-07-03 Thomas Gleixner[PATCH] genirq:fixup missing SA_PERCPU replacement
2006-07-03 Thomas Gleixner[PATCH] genirq: ARM dyntick cleanup
2006-07-02 Linus TorvaldsMerge branch 'genirq' of /home/rmk/linux-2.6-arm
2006-07-02 Thomas Gleixner[PATCH] irq-flags: generic irq: Use the new IRQF_ constants
2006-07-01 Thomas Gleixner[ARM] 3690/1: genirq: Introduce and make use of dummy...
2006-07-01 Thomas Gleixner[ARM] 3679/1: ARM: Make ARM dyntick implementation...
2006-07-01 Bjorn Helgaas[PATCH] IRQ: warning message cleanup
2006-07-01 Bjorn Helgaas[PATCH] IRQ: Use SA_PERCPU_IRQ, not IRQ_PER_CPU, for...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Ingo Molnar[PATCH] genirq: add chip->eoi(), fastack -> fasteoi
2006-06-29 Benjamin Herrenschmidt[PATCH] genirq: fasteoi handler: handle interrupt disabling
2006-06-29 Ingo Molnar[PATCH] genirq: more verbose debugging on unexpected...
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: no_irq_type -> no_irq_chip...
2006-06-29 Thomas Gleixner[PATCH] genirq: add SA_TRIGGER support
2006-06-29 Thomas Gleixner[PATCH] genirq: add irq-wake (power-management) support
2006-06-29 Ingo Molnar[PATCH] genirq: add handle_bad_irq()
2006-06-29 Thomas Gleixner[PATCH] genirq: add irq-chip support
2006-06-29 Thomas Gleixner[PATCH] genirq: core
2006-06-29 Ingo Molnar[PATCH] genirq: update copyrights
2006-06-29 Thomas Gleixner[PATCH] genirq: add IRQ_NOAUTOEN support
2006-06-29 Thomas Gleixner[PATCH] genirq: add IRQ_NOREQUEST support
2006-06-29 Thomas Gleixner[PATCH] genirq: add IRQ_NOPROBE support
2006-06-29 Thomas Gleixner[PATCH] genirq: add genirq sw IRQ-retrigger
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: no_irq_type cleanups
2006-06-29 Ingo Molnar[PATCH] genirq: doc: handle_IRQ_event() and __do_IRQ...
2006-06-29 Ingo Molnar[PATCH] genirq: add ->retrigger() irq op to consolidate...
2006-06-29 Thomas Gleixner[PATCH] genirq: debug: better debug printout in enable_...
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU...
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: merge pending_irq_cpumask...
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_...
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: reduce irq_desc_t use, mark...
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: misc code cleanups
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: remove fastcall
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: remove irq_descp()
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: merge irq_affinity[] into...
2006-06-29 Ingo Molnar[PATCH] genirq: sem2mutex probe_sem -> probing_active
2006-06-29 Ingo Molnar[PATCH] genirq: rename desc->handler to desc->chip
2006-06-23 Jan Beulich[PATCH] adjust handle_IRR_event() return type
2006-06-23 Andreas Mohr[PATCH] make noirqdebug/irqfixup __read_mostly, add...
2006-06-23 Daniel Walker[PATCH] invert irq/migration.c brach prediction
2006-06-23 Zhang Yanmin[PATCH] x86: kernel irq balance doesn't work
2006-04-28 Andrew Morton[PATCH] request_irq(): remove warnings from irq probing
2006-04-11 Christoph Hellwig[PATCH] build kernel/irq/migration.c only if CONFIG_GEN...
2006-03-26 Ingo Molnar[PATCH] warn if free_irq() is called from IRQ context
2006-03-25 Dimitri Sivanich[PATCH] Add SA_PERCPU_IRQ flag support
2006-03-25 Bryan Holty[PATCH] IRQ: prevent enabling of previously disabled...
2006-03-25 Andrew Morton[PATCH] irq: uninline migration functions
2006-01-09 Adrian Bunk[PATCH] kernel/: small cleanups
2006-01-06 Ivan Kokshaysky[PATCH] Alpha: convert to generic irq framework (generi...
next