summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-032-14/+31
|\
| * ia64: cpumask fix for is_affinity_mask_valid()Ingo Molnar2009-01-031-1/+1
| * cpumask: convert kernel/irqRusty Russell2009-01-012-13/+30
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-319-20/+366
| |\
* | \ Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-024-30/+37
|\ \ \
| * \ \ Merge branch 'irq/sparseirq' into cpus4096Ingo Molnar2008-12-175-7/+153
| |\ \ \
| * \ \ \ Merge ../linux-2.6-x86Rusty Russell2008-12-135-8/+202
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-134-30/+37
| * | | | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-2/+2
* | | | | Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-314-41/+34
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | sparseirq: move __weak symbols into separate compilation unitYinghai Lu2008-12-291-9/+0
| * | | | sparseirq: work around __weak alias bugIngo Molnar2008-12-292-5/+9
| * | | | sparseirq: fix hang with !SPARSE_IRQYinghai Lu2008-12-271-0/+15
| * | | | sparseirq: set lock_class for legacy irq when sparse_irq is selectedYinghai Lu2008-12-271-0/+1
| * | | | sparseirq: work around compiler optimizing away __weak functionsYinghai Lu2008-12-271-3/+4
| * | | | sparseirq: fix desc->lock initIngo Molnar2008-12-272-0/+3
| * | | | sparseirq: do not printk when migrating IRQ descriptorsIngo Molnar2008-12-271-5/+1
| * | | | sparseirq: remove duplicated arch_early_irq_init()Yinghai Lu2008-12-261-4/+0
| * | | | irq: simplify for_each_irq_desc() usageKOSAKI Motohiro2008-12-263-23/+0
| * | | | proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro2008-12-261-1/+1
| * | | | irq: for_each_irq_desc() move to irqnr.hKOSAKI Motohiro2008-12-261-2/+11
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-309-20/+354
|\| | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. | | | Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Ingo Molnar2008-12-2510-47/+410
| |\ \ \| | |
| | | * | | | genirq: record IRQ_LEVEL in irq_desc[]David Brownell2008-12-022-6/+10
| | | |/ / /
| | * | | | sparseirq: fix numa_migrate_irq_desc dependency and commentsYinghai Lu2008-12-191-8/+3
| | * | | | locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEPKOSAKI Motohiro2008-12-181-5/+0
| | | |_|/ | | |/| |
| | * | | x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu2008-12-175-7/+153
| | | |/ | | |/|
| | * | x86: use NR_IRQS_LEGACYYinghai Lu2008-12-081-3/+3
| | * | sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-085-8/+202
| | |/
* | | Merge commit 'v2.6.28-rc7' into core/lockingIngo Molnar2008-12-044-27/+56
|\ \ \ | | |/ | |/|
| * | genirq: __irq_set_trigger: change pr_warning to pr_debugMark Nelson2008-11-131-1/+1
| * | irq: fix typoIngo Molnar2008-11-091-1/+1
| * | genirq: fix the affinity setting in setup_irqThomas Gleixner2008-11-091-5/+5
| * | genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner2008-11-094-22/+51
| |/
* / genirq: warn when IRQF_DISABLED may be ignoredDavid Brownell2008-12-021-0/+12
|/
* irq: make variable staticroel kluin2008-10-221-1/+1
* genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup()Dean Nelson2008-10-211-0/+1
* genirq: fix set_irq_type() when recording trigger typeChris Friesen2008-10-211-1/+1
* genirq: fix name space collision of nr_irqs in autoprobe.cThomas Gleixner2008-10-161-4/+4
* genirq: use iterators for irq_desc loopsThomas Gleixner2008-10-162-35/+15
* genirq: cleanup the sparseirq modificationsThomas Gleixner2008-10-165-55/+48
* genirq: revert dynarrayThomas Gleixner2008-10-162-130/+14
* genirq: remove irq_to_desc_allocThomas Gleixner2008-10-161-1/+1
* genirq: remove sparse irq codeThomas Gleixner2008-10-161-114/+0
* genirq: use inline function for irq_to_descThomas Gleixner2008-10-161-14/+0
* x86: fix typo in irq_desc arrayYinghai Lu2008-10-161-1/+1
* fix warning: "x86: sparse_irq needs spin_lock in allocations"Andrew Morton2008-10-161-2/+1
* sparseirq: remove some debug print outYinghai Lu2008-10-161-18/+0
* irq: fix irqpoll && sparseirqYinghai Lu2008-10-161-6/+11
* x86: HPET_MSI change IRQ affinity in process context when it is disabledvenkatesh.pallipadi@intel.com2008-10-161-1/+2