xfs: remove nr_to_write writeback windup.
[safe/jmp/linux-2.6] / kernel / irq /
2010-05-12 Peter P Waskiewicz Jrgenirq: Clear CPU mask in affinity_hint when none is...
2010-05-03 Peter P Waskiewicz Jrgenirq: Add CPU mask affinity hint
2010-04-13 Thomas Gleixnergenirq: Remove IRQF_DISABLED from core code
2010-04-13 Ingo Molnargenirq: Run irq handlers with interrupts disabled
2010-04-13 Marc Zyngiergenirq: Introduce request_any_context_irq()
2010-04-13 Thomas GleixnerMerge branch 'linus' into irq/core
2010-04-06 Linus TorvaldsMerge branch 'irq-core-for-linus' of git://git./linux...
2010-03-31 Thomas Gleixnergenirq: Force MSI irq handlers to run with interrupts...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
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-24 Thomas Gleixnergenirq: Protect access to irq_desc->action in can_reque...
2010-03-24 Dimitri Sivanichgenirq: Expose irq_desc->node in proc/irq
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-18 Yinghai Lusparseirq: Use radix_tree instead of ptrs array
2010-02-18 Yinghai Lusparseirq: Change irq_desc_ptrs to static
2010-02-18 Yinghai Luirq: Remove unnecessary bootmem code
2010-02-15 Uwe Kleine-Königtree-wide: fix typos "ass?o[sc]iac?te" -> "associate...
2010-02-11 Jean Delvaredevres/irq: Fix devm_irq_match comment
2010-02-10 Brandon Phiilpsx86: Avoid race condition in pci_enable_msix()
2010-02-05 Baruch Siachdevres: typo fix s/dev/devm/
2009-12-14 Thomas Gleixnergenirq: Convert irq_desc.lock to raw_spinlock
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-09 Linus TorvaldsMerge branches 'timers-for-linus-ntp' and 'irq-core...
2009-12-07 Jiri KosinaMerge branch 'for-next' into for-linus
2009-12-05 Linus TorvaldsMerge branch 'irq-core-for-linus' of git://git./linux...
2009-12-04 Uwe Kleine-Königtree-wide: fix typos "couter" -> "counter"
2009-12-04 Liuwenifix kerneldoc for set_irq_msi()
2009-11-20 Thomas Gleixnergenirq: Fix spurious irq seqfile conversion
2009-11-18 Alexey Dobriyangenirq: switch /proc/irq/*/spurious to seq_file
2009-11-08 Cyrill Gorcunovirq: Do not attempt to create subdirectories if /proc...
2009-11-07 Yong Zhanggenirq: try_one_irq() must be called with irq disabled
2009-11-04 Thomas Gleixnerirq: Remove unused debug_poll_all_shared_irqs()
2009-11-04 Liuweniirq: Fix docbook comments
2009-10-11 Alexey Dobriyanheaders: remove sched.h from interrupt.h
2009-09-11 Linus TorvaldsMerge branch 'irq-threaded-for-linus' of git://git...
2009-08-29 Yinghai Luirq: Make sure irq_desc for legacy irq get correct...
2009-08-27 Thomas Gleixnergenirq: Do not mask oneshot edge type interrupts
2009-08-25 Ingo MolnarMerge commit 'v2.6.31-rc7' into irq/core
2009-08-18 Thomas Gleixnergenirq: Wake up irq thread after action has been installed
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-08-13 Linus Torvaldsgenirq: prevent wakeup of freed irq thread
2009-08-09 Bartlomiej Zolnier... irq: Remove superfluous NULL pointer check in check_irq...
2009-08-08 Yinghai Lux86/irq: Fix move_irq_desc() for nodes without ram
2009-08-04 Jiri Slabyirq: Clean up by removing irqfixup MODULE_PARM_DESC()
2009-07-22 Bruno Premontgenirq: Fix UP compile failure caused by irq_thread_che...
2009-07-21 Thomas Gleixnergenirq: Delegate irq affinity setting to the irq thread
2009-07-05 Rafael J. Wysockigenirq: Fix comment describing suspend_device_irqs()
2009-06-20 Linus TorvaldsMerge branch 'irq-fixes-for-linus' of git://git./linux...
2009-06-12 Yinghai Luirq: slab alloc for default irq_affinity
2009-06-11 Pekka Enbergirq: use kcalloc() instead of the bootmem allocator
2009-06-11 Yinghai Luirq/cpumask: make memoryless node zero happy
2009-06-11 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-05-23 Paul Mundtsparseirq: Allow early irq_desc allocation
2009-05-12 Steven Rostedtgenirq: fix comment to say IRQ_WAKE_THREAD
2009-05-12 Ingo MolnarMerge branch 'x86/apic' into irq/numa
2009-05-07 Ingo MolnarMerge branch 'linus' into tracing/core
2009-05-01 Yinghai Lux86/irq: use move_irq_desc() in create_irq_nr()
2009-05-01 Thomas GleixnerRevert "genirq: assert that irq handlers are indeed...
2009-04-29 Heiko Carstenstracing: fix build failure on s390
2009-04-28 Yinghai Lux86/irq: change irq_desc_alloc() to take node instead...
2009-04-28 Yinghai Luirq: only update affinity if ->set_affinity() is sucessfull
2009-04-28 Yinghai Lux86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC
2009-04-28 Yinghai Luirq, cpumask: correct CPUMASKS_OFFSTACK typo and fix...
2009-04-23 Luis Henriquesgenirq: do not execute DEBUG_SHIRQ when irq setup failed
2009-04-15 Steven Rostedttracing/events: move trace point headers into include...
2009-04-14 Steven Rostedttracing: create automated trace defines
2009-04-14 Pallipadi, Venkateshx86, irq: Remove IRQ_DISABLED check in process context...
2009-04-09 Linus TorvaldsMerge branches 'core-fixes-for-linus', 'irq-fixes-for...
2009-04-05 Ingo MolnarMerge branch 'linus' into irq/threaded
2009-04-03 Yinghai Luirq: fix cpumask memory leak on offstack cpumask kernels
2009-04-01 Ingo MolnarMerge branch 'tracing/core-v2' into tracing-for-linus
2009-03-30 Rafael J. WysockiPM: Introduce functions for suspending and resuming...
2009-03-27 Ingo MolnarMerge branch 'core/percpu' into percpu-cpumask-x86...
2009-03-24 Thomas Gleixnergenirq: threaded irq handlers review fixups
2009-03-24 Arjan van de Vengenirq: add support for threaded interrupts to devres
2009-03-24 Thomas Gleixnergenirq: add threaded interrupt handler support
2009-03-23 Thomas GleixnerMerge branch 'cpus4096' into irq/threaded
2009-03-16 Ingo MolnarMerge branches 'irq/genirq' and 'linus' into irq/core
2009-03-13 Thomas Gleixnergenirq: deprecate __do_IRQ
2009-03-13 Thomas Gleixnergenirq: use kzalloc instead of explicit zero initialization
2009-03-13 Thomas Gleixnergenirq: remove redundant if condition
2009-03-12 Magnus Dammirq: export remove_irq() and setup_irq() symbols
2009-03-12 Magnus Dammirq: match remove_irq() args with setup_irq()
2009-03-12 Magnus Dammirq: add remove_irq() for freeing of setup_irq() irqs
2009-03-06 Ingo MolnarMerge branch 'x86/core' into tracing/textedit
2009-03-02 Peter Zijlstragenirq: assert that irq handlers are indeed running...
2009-03-02 Ingo MolnarMerge branch 'linus' into irq/genirq
2009-02-26 Jason Barontracing, genirq: add irq enter and exit trace events
2009-02-17 Ingo Molnarirq: name 'p' variables a bit better
2009-02-17 Ingo Molnarirq: further clean up the free_irq() code flow
2009-02-15 Ingo Molnarirq: refactor and clean up the free_irq() code flow
2009-02-15 Ingo Molnarirq: clean up manage.c
2009-02-13 Ingo MolnarMerge branches 'irq/genirq', 'irq/sparseirq' and 'irq...
2009-02-13 Johannes Weinerirq: use GFP_KERNEL for action allocation in request_irq()
2009-02-11 Jeremy FitzhardingeMerge commit 'remotes/tip/x86/paravirt' into x86/untangle2
next