| Commit message (Expand) | Author | Age | Files | Lines |
* | i386: prepare shared kernel/io_apic.c | Thomas Gleixner | 2007-10-11 | 1 | -2847/+0 |
* | ACPI: boot correctly with "nosmp" or "maxcpus=0" | Len Brown | 2007-08-21 | 1 | -8/+0 |
* | genirq: mark io_apic level interrupts to avoid resend | Thomas Gleixner | 2007-08-12 | 1 | -2/+5 |
* | i386: remove old IRQ balancing debug cruft | Stefan Richter | 2007-07-21 | 1 | -22/+2 |
* | i386: timer_irq_works() static again | Adrian Bunk | 2007-07-21 | 1 | -1/+1 |
* | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2007-07-17 | 1 | -0/+1 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2007-05-05 | 1 | -35/+3 |
|\ |
|
| * | [PATCH] i386: convert to the kthread API | Eric W. Biederman | 2007-05-02 | 1 | -5/+3 |
| * | [PATCH] x86: remove UNEXPECTED_IO_APIC() | Adrian Bunk | 2007-05-02 | 1 | -30/+0 |
* | | MSI: arch must connect the irq and the msi_desc | Michael Ellerman | 2007-05-02 | 1 | -2/+2 |
|/ |
|
* | [PATCH] i386: irqbalance_disable() section fix | Andrew Morton | 2007-04-08 | 1 | -1/+1 |
* | [PATCH] x86_64/i386 irq: Fix !CONFIG_SMP compilation | Eric W. Biederman | 2007-02-28 | 1 | -2/+0 |
* | [PATCH] irq: Remove set_native_irq_info | Eric W. Biederman | 2007-02-26 | 1 | -5/+5 |
* | [PATCH] genirq: remove IRQ_DISABLED | Ingo Molnar | 2007-02-16 | 1 | -3/+1 |
* | [PATCH] i386, apic: clean up the APIC code | Thomas Gleixner | 2007-02-16 | 1 | -1/+1 |
* | [PATCH] Add irq flag to disable balancing for an interrupt | Thomas Gleixner | 2007-02-16 | 1 | -2/+2 |
* | [PATCH] i386: vMI backend for paravirt-ops | Zachary Amsden | 2007-02-13 | 1 | -1/+1 |
* | [PATCH] i386: Fix a typo in an IRQ handler name | Maciej W. Rozycki | 2007-02-13 | 1 | -1/+1 |
* | [PATCH] io_apic: trivial __iomem annotations | Al Viro | 2007-02-09 | 1 | -1/+1 |
* | msi: Make MSI useable more architectures | Eric W. Biederman | 2007-02-07 | 1 | -5/+12 |
* | [PATCH] i386: In assign_irq_vector look at all vectors before giving up | Eric W. Biederman | 2007-01-30 | 1 | -13/+19 |
* | [PATCH] i386: Fix io_apic.c warning | Andi Kleen | 2006-12-09 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2006-12-07 | 1 | -30/+35 |
|\ |
|
| * | [PATCH] x86-64: remove remaining pc98 code | Adrian Bunk | 2006-12-07 | 1 | -21/+2 |
| * | [PATCH] i386: Make irq_vector static | Adrian Bunk | 2006-12-07 | 1 | -1/+1 |
| * | [PATCH] i386: handle a negative return value | Adrian Bunk | 2006-12-07 | 1 | -1/+7 |
| * | [PATCH] paravirt: Add option to allow skipping the timer check | Zachary Amsden | 2006-12-07 | 1 | -2/+14 |
| * | [PATCH] i386: Fix race in IO-APIC routing entry setup. | Andi Kleen | 2006-12-07 | 1 | -5/+11 |
* | | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 | 1 | -0/+1 |
|/ |
|
* | [PATCH] Use delayed disable mode of ioapic edge triggered interrupts | Eric W. Biederman | 2006-11-15 | 1 | -1/+3 |
* | [PATCH] htirq: refactor so we only have one function that writes to the chip | Eric W. Biederman | 2006-11-08 | 1 | -14/+12 |
* | i386: write IO APIC irq routing entries in correct order | Linus Torvalds | 2006-11-01 | 1 | -3/+23 |
* | i386: clean up io-apic accesses | Linus Torvalds | 2006-11-01 | 1 | -0/+40 |
* | [PATCH] genirq: clean up irq-flow-type naming | Ingo Molnar | 2006-10-17 | 1 | -7/+10 |
* | [PATCH] use struct irq_chip instead of struct hw_interrupt_type | Aneesh Kumar K.V | 2006-10-11 | 1 | -1/+1 |
* | [PATCH] i386/x86_64: Remove global IO_APIC_VECTOR | Eric W. Biederman | 2006-10-08 | 1 | -6/+6 |
* | [PATCH] htirq: tidy up the htirq code | Eric W. Biederman | 2006-10-04 | 1 | -3/+2 |
* | [PATCH] msi: refactor and move the msi irq_chip into the arch code | Eric W. Biederman | 2006-10-04 | 1 | -23/+58 |
* | [PATCH] Initial generic hypertransport interrupt support | Eric W. Biederman | 2006-10-04 | 1 | -0/+90 |
* | [PATCH] genirq: i386 irq: Remove the msi assumption that irq == vector | Eric W. Biederman | 2006-10-04 | 1 | -132/+49 |
* | [PATCH] genirq: i386 irq: Move msi message composition into io_apic.c | Eric W. Biederman | 2006-10-04 | 1 | -0/+70 |
* | [PATCH] genirq: i386 irq: Dynamic irq support | Eric W. Biederman | 2006-10-04 | 1 | -0/+48 |
* | [PATCH] genirq: convert the i386 architecture to irq-chips | Ingo Molnar | 2006-10-04 | 1 | -104/+56 |
* | [PATCH] i386: Replace i386 open-coded cmdline parsing with | Rusty Russell | 2006-09-26 | 1 | -1/+23 |
* | [PATCH] i386: Factor out common io apic routing entry access | Andi Kleen | 2006-09-26 | 1 | -57/+43 |
* | [PATCH] i386: Allow to use GENERICARCH for UP kernels | Andi Kleen | 2006-09-26 | 1 | -0/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend() | Ingo Molnar | 2006-06-29 | 1 | -0/+9 |
* | [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[] | Ingo Molnar | 2006-06-29 | 1 | -1/+1 |