aboutsummaryrefslogtreecommitdiff
path: root/include/linux/irq.h
AgeCommit message (Expand)Author
2008-11-23irq.h: fix missing/extra kernel-docRandy Dunlap
2008-11-09genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner
2008-10-18genirq: improve include filesThomas Gleixner
2008-10-16proc: fixup irq iteratorThomas Gleixner
2008-10-16genirq: add reverse iterator for irq_descThomas 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-16genirq: consolidate nr_irqs and for_each_irq_desc()Thomas Gleixner
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu
2008-10-16x86: remove irqbalance in kernel for 32 bitYinghai Lu
2008-10-16x86: use 28 bits irq NR for pci msi/msix and htYinghai Lu
2008-10-16x86: put irq_2_iommu pointer into irq_descYinghai Lu
2008-10-16irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu
2008-10-16generic: add irq_desc in function in parameterYinghai Lu
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu
2008-10-16irq: add irq_desc_without_newYinghai Lu
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu
2008-10-16x86: put timer_rand_state pointer into irq_descYinghai Lu
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu
2008-10-16irq: make irq_desc to use dyn_arrayYinghai Lu
2008-10-16Merge branch 'linus' into genirqIngo Molnar
2008-07-22genirq: remove last NO_IDLE_HZ leftoversThomas Gleixner
2008-07-18Merge branch 'linus' into x86/x2apicIngo Molnar
2008-07-12x64, x2apic/intr-remap: generic irq migration support from process contextSuresh Siddha
2008-06-05genirq: Expose default irq affinity mask (take 3)Max Krasnyansky
2008-05-02genirq: reenable a nobody cared disabled irq when a new driver arrivesThomas Gleixner
2008-04-17[S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.hRussell King
2008-02-13Final removal of FASTCALL()/fastcallHarvey Harrison
2008-02-08IRQ_NOPROBE helper functionsRalf Baechle
2008-02-08Remove fastcall from linux/includeHarvey Harrison
2007-12-18genirq: add unlocked version of set_irq_handler()Kevin Hilman
2007-07-31irq.h fix kernel-docRandy Dunlap
2007-07-16Improve behaviour of spurious IRQ detectAlan Cox
2007-05-08Pad irq_desc to internode cacheline sizeRavikiran G Thirumalai
2007-03-01[PATCH] FRV: Missing error defsDavid Howells
2007-02-26[PATCH] irq: Remove set_native_irq_infoEric W. Biederman
2007-02-19[PATCH] Declare init_irq_proc before we use it.Andrew Morton
2007-02-16[PATCH] IRQ kernel-doc fixesRandy Dunlap
2007-02-16[PATCH] genirq: remove IRQ_DISABLEDIngo Molnar
2007-02-16[PATCH] Add a function to handle interrupt affinity settingThomas Gleixner
2007-02-16[PATCH] Add irq flag to disable balancing for an interruptThomas Gleixner
2007-02-07msi: Kill the msi_desc array.Eric W. Biederman
2006-10-20[PATCH] genirq: clean up irq-flow-type naming, fixIngo Molnar
2006-10-17[PATCH] genirq: clean up irq-flow-type namingIngo Molnar
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-10-05IRQ: Typedef the IRQ flow handler function typeDavid Howells
2006-10-04[PATCH] msi: simplify msi sanity checks by adding with generic irq codeEric W. Biederman