summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2008-12-29Merge commit 'sparseirq/auto-sparseirq-next'Stephen Rothwell
2008-12-29Merge commit 'genirq/auto-genirq-next'Stephen Rothwell
2008-12-29Merge commit 'cpus4096/auto-cpus4096-next'Stephen Rothwell
2008-12-27sparseirq: fix hang with !SPARSE_IRQYinghai Lu
2008-12-27sparseirq: set lock_class for legacy irq when sparse_irq is selectedYinghai Lu
2008-12-27sparseirq: work around compiler optimizing away __weak functionsYinghai Lu
2008-12-27sparseirq: fix desc->lock initIngo Molnar
2008-12-27sparseirq: do not printk when migrating IRQ descriptorsIngo Molnar
2008-12-26sparseirq: remove duplicated arch_early_irq_init()Yinghai Lu
2008-12-26irq: simplify for_each_irq_desc() usageKOSAKI Motohiro
2008-12-26proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro
2008-12-26irq: for_each_irq_desc() move to irqnr.hKOSAKI Motohiro
2008-12-25Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Ingo Molnar
2008-12-19sparseirq: fix numa_migrate_irq_desc dependency and commentsYinghai Lu
2008-12-18locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEPKOSAKI Motohiro
2008-12-17Merge branch 'irq/sparseirq' into cpus4096Ingo Molnar
2008-12-17x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu
2008-12-13Merge ../linux-2.6-x86Rusty Russell
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell
2008-12-08x86: use NR_IRQS_LEGACYYinghai Lu
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu
2008-12-04Merge commit 'v2.6.28-rc7' into core/lockingIngo Molnar
2008-12-02genirq: warn when IRQF_DISABLED may be ignoredDavid Brownell
2008-12-02genirq: record IRQ_LEVEL in irq_desc[]David Brownell
2008-11-13genirq: __irq_set_trigger: change pr_warning to pr_debugMark Nelson
2008-11-09irq: fix typoIngo Molnar
2008-11-09genirq: fix the affinity setting in setup_irqThomas Gleixner
2008-11-09genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner
2008-10-22irq: make variable staticroel kluin
2008-10-21genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup()Dean Nelson
2008-10-21genirq: fix set_irq_type() when recording trigger typeChris Friesen
2008-10-16genirq: fix name space collision of nr_irqs in autoprobe.cThomas Gleixner
2008-10-16genirq: use iterators for irq_desc loopsThomas Gleixner
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner
2008-10-16genirq: revert dynarrayThomas Gleixner
2008-10-16genirq: remove irq_to_desc_allocThomas Gleixner
2008-10-16genirq: remove sparse irq codeThomas Gleixner
2008-10-16genirq: use inline function for irq_to_descThomas Gleixner
2008-10-16x86: fix typo in irq_desc arrayYinghai Lu
2008-10-16fix warning: "x86: sparse_irq needs spin_lock in allocations"Andrew Morton
2008-10-16sparseirq: remove some debug print outYinghai Lu
2008-10-16irq: fix irqpoll && sparseirqYinghai Lu
2008-10-16x86: HPET_MSI change IRQ affinity in process context when it is disabledvenkatesh.pallipadi@intel.com
2008-10-16irq: set_irq_chip() has redundant call to irq_to_desc()Dean Nelson
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu
2008-10-16x86: sparse_irq needs spin_lock in allocationsYinghai Lu
2008-10-16sparseirq: fix lockdepIngo Molnar
2008-10-16x86: remove irqbalance in kernel for 32 bitYinghai Lu
2008-10-16irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu