aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-20/+354
2008-12-25Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.28' into irq/coreIngo Molnar10-47/+410
2008-12-19sparseirq: fix numa_migrate_irq_desc dependency and commentsYinghai Lu1-8/+3
2008-12-18locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEPKOSAKI Motohiro1-5/+0
2008-12-17x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu5-7/+153
2008-12-08x86: use NR_IRQS_LEGACYYinghai Lu1-3/+3
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu5-8/+202
2008-12-04Merge commit 'v2.6.28-rc7' into core/lockingIngo Molnar4-27/+56
2008-12-02genirq: warn when IRQF_DISABLED may be ignoredDavid Brownell1-0/+12
2008-12-02genirq: record IRQ_LEVEL in irq_desc[]David Brownell2-6/+10
2008-11-13genirq: __irq_set_trigger: change pr_warning to pr_debugMark Nelson1-1/+1
2008-11-09irq: fix typoIngo Molnar1-1/+1
2008-11-09genirq: fix the affinity setting in setup_irqThomas Gleixner1-5/+5
2008-11-09genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner4-22/+51
2008-10-22irq: make variable staticroel kluin1-1/+1
2008-10-21genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup()Dean Nelson1-0/+1
2008-10-21genirq: fix set_irq_type() when recording trigger typeChris Friesen1-1/+1
2008-10-16genirq: fix name space collision of nr_irqs in autoprobe.cThomas Gleixner1-4/+4
2008-10-16genirq: use iterators for irq_desc loopsThomas Gleixner2-35/+15
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner5-55/+48
2008-10-16genirq: revert dynarrayThomas Gleixner2-130/+14
2008-10-16genirq: remove irq_to_desc_allocThomas Gleixner1-1/+1
2008-10-16genirq: remove sparse irq codeThomas Gleixner1-114/+0
2008-10-16genirq: use inline function for irq_to_descThomas Gleixner1-14/+0
2008-10-16x86: fix typo in irq_desc arrayYinghai Lu1-1/+1
2008-10-16fix warning: "x86: sparse_irq needs spin_lock in allocations"Andrew Morton1-2/+1
2008-10-16sparseirq: remove some debug print outYinghai Lu1-18/+0
2008-10-16irq: fix irqpoll && sparseirqYinghai Lu1-6/+11
2008-10-16x86: HPET_MSI change IRQ affinity in process context when it is disabledvenkatesh.pallipadi@intel.com1-1/+2
2008-10-16irq: set_irq_chip() has redundant call to irq_to_desc()Dean Nelson1-1/+0
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu2-1/+30
2008-10-16x86: sparse_irq needs spin_lock in allocationsYinghai Lu1-1/+12
2008-10-16sparseirq: fix lockdepIngo Molnar1-5/+0
2008-10-16x86: remove irqbalance in kernel for 32 bitYinghai Lu1-3/+0
2008-10-16irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu1-54/+61
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu3-36/+24
2008-10-16generic: add irq_desc in function in parameterYinghai Lu1-0/+30
2008-10-16irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu2-38/+54
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu3-8/+8
2008-10-16irq: add irq_desc_without_newYinghai Lu1-4/+24
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu2-37/+75
2008-10-16irq: sparse irqs, fix IRQ auto-probe crashIngo Molnar1-0/+10
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu8-73/+199
2008-10-16irq: sparse irqs, export nr_irqsIngo Molnar1-0/+1
2008-10-16irq: make irq_desc to use dyn_arrayYinghai Lu1-0/+31
2008-10-16irq: introduce nr_irqsYinghai Lu7-29/+30
2008-10-16Merge branch 'linus' into genirqIngo Molnar1-1/+8
2008-10-02genirq: record trigger typeDavid Brownell3-10/+29
2008-10-02Merge commit 'v2.6.27-rc8' into genirqIngo Molnar3-92/+127
2008-09-06genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handlerPawel MOLL2-5/+2