async: Handle kthread_run() return codes.
[safe/jmp/linux-2.6] / kernel / irq /
2009-02-04 Ingo MolnarMerge branch 'core/xen' into x86/urgent
2009-02-01 Yinghai Luirq, x86: fix lock status with numa_migrate_irq_desc
2009-01-31 Linus TorvaldsMerge branch 'irq-fixes-for-linus' of git://git./linux...
2009-01-28 David Daneycpumask fallout: Initialize irq_default_affinity earlier
2009-01-28 David DaneyMake irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS...
2009-01-14 Ingo Molnarirq: export __set_irq_handler() and handle_level_irq()
2009-01-07 Arjan van de Venasync: Asynchronous function calls to speed up kernel...
2009-01-03 Linus TorvaldsMerge branch 'cpus4096-for-linus-3' of git://git./linux...
2009-01-03 Ingo Molnaria64: cpumask fix for is_affinity_mask_valid()
2009-01-02 Linus TorvaldsMerge branch 'cpus4096-for-linus-2' of git://git./linux...
2008-12-31 Rusty Russellcpumask: convert kernel/irq
2008-12-31 Linus TorvaldsMerge branch 'irq-fixes-for-linus-4' of git://git....
2008-12-31 Rusty RussellMerge branch 'master' of git://git./linux/kernel/git...
2008-12-31 Linus TorvaldsMerge branch 'irq-core-for-linus' of git://git./linux...
2008-12-29 Yinghai Lusparseirq: move __weak symbols into separate compilatio...
2008-12-28 Ingo Molnarsparseirq: work around __weak alias bug
2008-12-27 Yinghai Lusparseirq: fix hang with !SPARSE_IRQ
2008-12-27 Yinghai Lusparseirq: set lock_class for legacy irq when sparse_ir...
2008-12-27 Yinghai Lusparseirq: work around compiler optimizing away __weak...
2008-12-27 Ingo Molnarsparseirq: fix desc->lock init
2008-12-27 Ingo Molnarsparseirq: do not printk when migrating IRQ descriptors
2008-12-26 Yinghai Lusparseirq: remove duplicated arch_early_irq_init()
2008-12-26 KOSAKI Motohiroirq: simplify for_each_irq_desc() usage
2008-12-26 KOSAKI Motohiroproc: remove ifdef CONFIG_SPARSE_IRQ from stat.c
2008-12-26 KOSAKI Motohiroirq: for_each_irq_desc() move to irqnr.h
2008-12-25 Ingo MolnarMerge branches 'irq/sparseirq', 'irq/genirq' and 'irq...
2008-12-19 Yinghai Lusparseirq: fix numa_migrate_irq_desc dependency and...
2008-12-18 KOSAKI Motohirolocking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEP
2008-12-17 Ingo MolnarMerge branch 'irq/sparseirq' into cpus4096
2008-12-16 Yinghai Lux86, sparseirq: move irq_desc according to smp_affinity, v7
2008-12-13 Rusty RussellMerge ../linux-2.6-x86
2008-12-13 Rusty Russellcpumask: make irq_set_affinity() take a const struct...
2008-12-13 Rusty Russellcpumask: change cpumask_scnprintf, cpumask_parse_user...
2008-12-08 Yinghai Lux86: use NR_IRQS_LEGACY
2008-12-08 Yinghai Lusparse irq_desc[] array: core kernel and x86 changes
2008-12-04 Ingo MolnarMerge commit 'v2.6.28-rc7' into core/locking
2008-12-02 David Brownellgenirq: warn when IRQF_DISABLED may be ignored
2008-12-02 David Brownellgenirq: record IRQ_LEVEL in irq_desc[]
2008-11-13 Mark Nelsongenirq: __irq_set_trigger: change pr_warning to pr_debug
2008-11-09 Ingo Molnarirq: fix typo
2008-11-09 Thomas Gleixnergenirq: fix the affinity setting in setup_irq
2008-11-09 Thomas Gleixnergenirq: keep affinities set from userspace across free...
2008-10-22 roel kluinirq: make variable static
2008-10-21 Dean Nelsongenirq: NULL struct irq_desc's member 'name' in dynamic...
2008-10-21 Chris Friesengenirq: fix set_irq_type() when recording trigger type
2008-10-16 Thomas Gleixnergenirq: fix name space collision of nr_irqs in autoprobe.c
2008-10-16 Thomas Gleixnergenirq: use iterators for irq_desc loops
2008-10-16 Thomas Gleixnergenirq: cleanup the sparseirq modifications
2008-10-16 Thomas Gleixnergenirq: revert dynarray
2008-10-16 Thomas Gleixnergenirq: remove irq_to_desc_alloc
2008-10-16 Thomas Gleixnergenirq: remove sparse irq code
2008-10-16 Thomas Gleixnergenirq: use inline function for irq_to_desc
2008-10-16 Yinghai Lux86: fix typo in irq_desc array
2008-10-16 Andrew Mortonfix warning: "x86: sparse_irq needs spin_lock in alloca...
2008-10-16 Yinghai Lusparseirq: remove some debug print out
2008-10-16 Yinghai Luirq: fix irqpoll && sparseirq
2008-10-16 venkatesh.pallipad... x86: HPET_MSI change IRQ affinity in process context...
2008-10-16 Dean Nelsonirq: set_irq_chip() has redundant call to irq_to_desc()
2008-10-16 Yinghai Lusparseirq: move kstat_irqs from kstat to irq_desc ...
2008-10-16 Yinghai Lux86: sparse_irq needs spin_lock in allocations
2008-10-16 Ingo Molnarsparseirq: fix lockdep
2008-10-16 Yinghai Lux86: remove irqbalance in kernel for 32 bit
2008-10-16 Yinghai Luirq: separate sparse_irqs from sparse_irqs_free
2008-10-16 Yinghai Lux86_64: rename irq_desc/irq_desc_alloc
2008-10-16 Yinghai Lugeneric: add irq_desc in function in parameter
2008-10-16 Yinghai Luirq: remove >= nr_irqs checking with config_have_sparse_irq
2008-10-16 Yinghai Luirq: replace loop with nr_irqs with for_each_irq_desc
2008-10-16 Yinghai Luirq: add irq_desc_without_new
2008-10-16 Yinghai Lux86: move kstat_irqs from kstat to irq_desc
2008-10-16 Ingo Molnarirq: sparse irqs, fix IRQ auto-probe crash
2008-10-16 Yinghai Lugeneric: sparse irqs: use irq_desc() together with...
2008-10-16 Ingo Molnarirq: sparse irqs, export nr_irqs
2008-10-16 Yinghai Luirq: make irq_desc to use dyn_array
2008-10-16 Yinghai Luirq: introduce nr_irqs
2008-10-16 Ingo MolnarMerge branch 'linus' into genirq
2008-10-02 David Brownellgenirq: record trigger type
2008-10-02 Ingo MolnarMerge commit 'v2.6.27-rc8' into genirq
2008-09-06 Pawel MOLLgenirq: irq_chip->startup() usage in setup_irq and...
2008-08-23 Ingo MolnarMerge branch 'x86/cpu' into x86/x2apic
2008-08-22 Anton Vorontsovgenirq: fix irq_desc->depth handling with DEBUG_SHIRQ
2008-08-14 Ingo MolnarMerge branch 'linus' into x86/core
2008-08-14 Ingo MolnarMerge commit 'v2.6.27-rc3' into x86/xsave
2008-08-12 Alexey Dobriyangenirq: switch /proc/irq/*/smp_affinity et al to seqfiles
2008-08-11 Ingo MolnarMerge branch 'linus' into x86/x2apic
2008-08-05 David Brownellgenirq: better warning on irqchip->set_type() failure
2008-07-30 Ingo MolnarMerge commit 'v2.6.27-rc1' into x86/core
2008-07-26 Arjan van de Venuse WARN() in kernel/irq/chip.c
2008-07-26 Arjan van de VenUse WARN() in kernel/irq/manage.c
2008-07-26 Ingo MolnarMerge branch 'x86/x2apic' into x86/core
2008-07-25 Arjan van de Venkernel/irq/manage.c: replace a printk + WARN_ON() to...
2008-07-25 Ingo MolnarMerge branch 'linus' into x86/x2apic
2008-07-24 Uwe Kleine-Königgeneric irqs: handle failure of irqchip->set_type in...
2008-07-23 Uwe Kleine-Königset_irq_wake: fix return code and wake status tracking
2008-07-22 Thomas Gleixnergenirq: remove last NO_IDLE_HZ leftovers
2008-07-18 Ingo MolnarMerge branch 'linus' into x86/x2apic
2008-07-18 Eric W. Biedermangenirq: enable polling for disabled screaming irqs
2008-07-12 Suresh Siddhax64, x2apic/intr-remap: generic irq migration support...
2008-07-10 Thomas Gleixnergenirq: remove extraneous checks in manage.c
2008-06-05 Max Krasnyanskygenirq: Expose default irq affinity mask (take 3)
2008-05-02 Thomas Gleixnergenirq: reenable a nobody cared disabled irq when a...
next