aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2008-12-29sparseirq: move __weak symbols into separate compilation unitYinghai Lu1-3/+0
2008-12-27sparseirq: work around compiler optimizing away __weak functionsYinghai Lu1-3/+3
2008-12-26irq: for_each_irq_desc() move to irqnr.hKOSAKI Motohiro1-20/+4
2008-12-25Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.28' into irq/coreIngo Molnar1-9/+60
2008-12-19sparseirq: add kernel-doc notation for new member in irq_desc, -v2Yinghai Lu1-0/+3
2008-12-17Merge branch 'irq/sparseirq' into cpus4096Ingo Molnar1-0/+10
2008-12-17x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu1-0/+10
2008-12-13Merge ../linux-2.6-x86Rusty Russell1-1/+44
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-1/+2
2008-12-09sparseirq: fix Alpha build failureYinghai Lu1-9/+0
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-1/+53
2008-11-23irq.h: remove padding from irq_desc on 64bitsRichard Kennedy1-2/+2
2008-11-23irq.h: fix missing/extra kernel-docRandy Dunlap1-2/+1
2008-11-09genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner1-6/+2
2008-10-18genirq: improve include filesThomas Gleixner1-19/+1
2008-10-16proc: fixup irq iteratorThomas Gleixner1-0/+3
2008-10-16genirq: add reverse iterator for irq_descThomas Gleixner1-0/+4
2008-10-16genirq: revert dynarrayThomas Gleixner1-15/+0
2008-10-16genirq: remove irq_to_desc_allocThomas Gleixner1-5/+0
2008-10-16genirq: remove sparse irq codeThomas Gleixner1-20/+0
2008-10-16genirq: use inline function for irq_to_descThomas Gleixner1-2/+13
2008-10-16genirq: consolidate nr_irqs and for_each_irq_desc()Thomas Gleixner1-5/+12
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu1-2/+2
2008-10-16x86: remove irqbalance in kernel for 32 bitYinghai Lu1-11/+3
2008-10-16x86: use 28 bits irq NR for pci msi/msix and htYinghai Lu1-0/+1
2008-10-16x86: put irq_2_iommu pointer into irq_descYinghai Lu1-0/+4
2008-10-16irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu1-1/+1
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu1-1/+1
2008-10-16generic: add irq_desc in function in parameterYinghai Lu1-3/+6
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu1-0/+7
2008-10-16irq: add irq_desc_without_newYinghai Lu1-0/+13
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu1-0/+7
2008-10-16x86: put timer_rand_state pointer into irq_descYinghai Lu1-0/+2
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-11/+21
2008-10-16irq: make irq_desc to use dyn_arrayYinghai Lu1-0/+4
2008-10-16Merge branch 'linus' into genirqIngo Molnar1-0/+1
2008-07-22genirq: remove last NO_IDLE_HZ leftoversThomas Gleixner1-4/+0
2008-07-18Merge branch 'linus' into x86/x2apicIngo Molnar1-9/+0
2008-07-12x64, x2apic/intr-remap: generic irq migration support from process contextSuresh Siddha1-0/+1
2008-06-05genirq: Expose default irq affinity mask (take 3)Max Krasnyansky1-9/+0
2008-05-02genirq: reenable a nobody cared disabled irq when a new driver arrivesThomas Gleixner1-0/+1
2008-04-17[S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.hRussell King1-10/+0
2008-02-13Final removal of FASTCALL()/fastcallHarvey Harrison1-1/+0
2008-02-08IRQ_NOPROBE helper functionsRalf Baechle1-0/+3
2008-02-08Remove fastcall from linux/includeHarvey Harrison1-8/+8
2007-12-18genirq: add unlocked version of set_irq_handler()Kevin Hilman1-0/+7
2007-07-31irq.h fix kernel-docRandy Dunlap1-0/+1
2007-07-16Improve behaviour of spurious IRQ detectAlan Cox1-0/+1
2007-05-08Pad irq_desc to internode cacheline sizeRavikiran G Thirumalai1-3/+1