aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | genirq: make irqreturn_t an enumThomas Gleixner2009-03-131-2/+2
| * | genirq: remove unused hw_irq_controller typedefThomas Gleixner2009-03-131-1/+0
| * | irq: match remove_irq() args with setup_irq()Magnus Damm2009-03-121-1/+1
| * | irq: add remove_irq() for freeing of setup_irq() irqsMagnus Damm2009-03-121-0/+1
| |/
* | irq: clean up irq stat methodsYinghai Lu2009-01-221-6/+0
* | sparseirq: make some func to be used with genirqYinghai Lu2009-01-111-4/+2
|/
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-1/+2
|\
| * Merge branch 'irq/sparseirq' into cpus4096Ingo Molnar2008-12-171-0/+10
| |\
| * \ Merge ../linux-2.6-x86Rusty Russell2008-12-131-1/+44
| |\ \
| * | | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-1/+2
* | | | sparseirq: move __weak symbols into separate compilation unitYinghai Lu2008-12-291-3/+0
* | | | sparseirq: work around compiler optimizing away __weak functionsYinghai Lu2008-12-271-3/+3
* | | | irq: for_each_irq_desc() move to irqnr.hKOSAKI Motohiro2008-12-261-20/+4
| | | |
| \ \ \
*-. \ \ \ Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Ingo Molnar2008-12-251-9/+60
|\ \ \ \ \ | | |/ / /
| * | | | sparseirq: add kernel-doc notation for new member in irq_desc, -v2Yinghai Lu2008-12-191-0/+3
| | |_|/ | |/| |
| * | | x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu2008-12-171-0/+10
| | |/ | |/|
| * | sparseirq: fix Alpha build failureYinghai Lu2008-12-091-9/+0
| * | sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-1/+53
| |/
| * irq.h: fix missing/extra kernel-docRandy Dunlap2008-11-231-2/+1
| * genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner2008-11-091-6/+2
* | irq.h: remove padding from irq_desc on 64bitsRichard Kennedy2008-11-231-2/+2
|/
* genirq: improve include filesThomas Gleixner2008-10-181-19/+1
* proc: fixup irq iteratorThomas Gleixner2008-10-161-0/+3
* genirq: add reverse iterator for irq_descThomas Gleixner2008-10-161-0/+4
* genirq: revert dynarrayThomas Gleixner2008-10-161-15/+0
* genirq: remove irq_to_desc_allocThomas Gleixner2008-10-161-5/+0
* genirq: remove sparse irq codeThomas Gleixner2008-10-161-20/+0
* genirq: use inline function for irq_to_descThomas Gleixner2008-10-161-2/+13
* genirq: consolidate nr_irqs and for_each_irq_desc()Thomas Gleixner2008-10-161-5/+12
* sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu2008-10-161-2/+2
* x86: remove irqbalance in kernel for 32 bitYinghai Lu2008-10-161-11/+3
* x86: use 28 bits irq NR for pci msi/msix and htYinghai Lu2008-10-161-0/+1
* x86: put irq_2_iommu pointer into irq_descYinghai Lu2008-10-161-0/+4
* irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu2008-10-161-1/+1
* x86_64: rename irq_desc/irq_desc_allocYinghai Lu2008-10-161-1/+1
* generic: add irq_desc in function in parameterYinghai Lu2008-10-161-3/+6
* irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu2008-10-161-0/+7
* irq: add irq_desc_without_newYinghai Lu2008-10-161-0/+13
* x86: move kstat_irqs from kstat to irq_descYinghai Lu2008-10-161-0/+7
* x86: put timer_rand_state pointer into irq_descYinghai Lu2008-10-161-0/+2
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-161-11/+21
* irq: make irq_desc to use dyn_arrayYinghai Lu2008-10-161-0/+4
* Merge branch 'linus' into genirqIngo Molnar2008-10-161-0/+1
|\
| * Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-181-9/+0
| |\
| * | x64, x2apic/intr-remap: generic irq migration support from process contextSuresh Siddha2008-07-121-0/+1
* | | genirq: remove last NO_IDLE_HZ leftoversThomas Gleixner2008-07-221-4/+0
| |/ |/|
* | genirq: Expose default irq affinity mask (take 3)Max Krasnyansky2008-06-051-9/+0
|/
* genirq: reenable a nobody cared disabled irq when a new driver arrivesThomas Gleixner2008-05-021-0/+1
* [S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.hRussell King2008-04-171-10/+0
* Final removal of FASTCALL()/fastcallHarvey Harrison2008-02-131-1/+0