summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/io_apic.c
Commit message (Expand)AuthorAgeFilesLines
* x86: find nr_irqs_gsi with mp_ioapic_routingYinghai Lu2009-02-091-5/+15
* irq, x86: fix lock status with numa_migrate_irq_descYinghai Lu2009-02-011-2/+3
*-. Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8...Ingo Molnar2009-01-061-3/+3
|\ \
| | * Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-031-3/+3
| | |\ | |/ /
| | * cpumask: use alloc_cpumask_var_node where appropriateMike Travis2009-01-031-3/+3
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-031-3/+2
| | |\
| | | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-311-250/+524
| | | |\
| | | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-301-2/+1
| | | |\ \
* | | | | | x86: remove debug printks (io_apic.c)Markus Trippelsdorf2009-01-021-2/+0
|/ / / / /
* | | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2009-01-021-384/+637
|\ \ \ \ \
| * \ \ \ \ Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-192/+178
| |\ \ \ \ \ | | |/ / / /
| | * | | | x86: fix lguest used_vectors breakage, -v2Yinghai Lu2008-12-231-6/+3
| | * | | | x86: fix warning in arch/x86/kernel/io_apic.cIngo Molnar2008-12-191-1/+1
| | * | | | x86: update io_apic.c to the new cpumask codeIngo Molnar2008-12-171-2/+3
| | * | | | Merge branch 'irq/sparseirq' into cpus4096Ingo Molnar2008-12-171-1/+141
| | |\ \ \ \
| | * | | | | x86: Update io_apic.c to use new cpumask APIMike Travis2008-12-161-157/+145
| | * | | | | x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis2008-12-161-72/+73
| | * | | | | x86: fix build error with post-merge of tip/cpus4096 and rr-for-ingo/master.Mike Travis2008-12-161-2/+2
| | * | | | | Merge ../linux-2.6-x86Rusty Russell2008-12-131-248/+383
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-42/+39
| * | | | | | Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-311-12/+6
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | sparseirq: work around compiler optimizing away __weak functionsYinghai Lu2008-12-271-2/+6
| | * | | | | irq: simplify for_each_irq_desc() usageKOSAKI Motohiro2008-12-261-10/+0
| * | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-301-244/+517
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | |
| | * | | | sparseirq: fix numa_migrate_irq_desc dependency and commentsYinghai Lu2008-12-191-1/+1
| | | |_|/ | | |/| |
| | * | | x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu2008-12-171-1/+141
| | | |/ | | |/|
| | * | x86, MSI: pass irq_cfg and irq_descYinghai Lu2008-12-081-137/+181
| | * | x86: MSI start irq numbering from nr_irqs_gsiYinghai Lu2008-12-081-7/+17
| | * | x86: use NR_IRQS_LEGACYYinghai Lu2008-12-081-5/+5
| | * | sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-111/+190
| | |/
* | | x86: io_apic.c io_apic_sync should be staticJaswinder Singh Rajput2008-12-291-1/+1
|/ /
* | x86: kill #ifdef for exit_idle()Hiroshi Shimamoto2008-12-121-2/+1
|/
* Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-301-5/+21
|\
| * Merge commit 'v2.6.28-rc6' into irq/urgentIngo Molnar2008-11-231-0/+14
| |\
| * | x86: apic honour irq affinity which was set in early bootThomas Gleixner2008-11-091-5/+21
* | | x86: revert irq number limitationThomas Gleixner2008-11-231-21/+1
| |/ |/|
* | x86: Fix interrupt leak due to migrationMatthew Wilcox2008-11-201-0/+14
|/
* x86: don't allow nr_irqs > NR_IRQSBen Hutchings2008-11-061-0/+2
* io_apic: make irq_mis_count available on 64-bit tooIngo Molnar2008-10-161-2/+0
* genirq: revert dynarrayThomas Gleixner2008-10-161-125/+74
* genirq: remove irq_to_desc_allocThomas Gleixner2008-10-161-5/+1
* genirq: remove sparse irq codeThomas Gleixner2008-10-161-126/+4
* x86: sparse_irq: fix typo in debug print outYinghai Lu2008-10-161-1/+1
* x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3Dean Nelson2008-10-161-0/+68
* x86: print out irq nr for msi/ht, v3Yinghai Lu2008-10-161-0/+5
* x86: io-apic - interrupt remapping fixCyrill Gorcunov2008-10-161-3/+2
* x86: io-apic - interrupt remapping fixCyrill Gorcunov2008-10-161-2/+17
* sparseirq: remove some debug print outYinghai Lu2008-10-161-19/+0
* x86: io-apic - do not use KERN_DEBUG marker too much, fixCyrill Gorcunov2008-10-161-5/+5
* x86: io-apic - get rid of __DO_ACTION macroCyrill Gorcunov2008-10-161-51/+52
OpenPOWER on IntegriCloud