summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* | | [PATCH] alpha pt_regs cleanups: collapse set_irq_regs() in titan_dispatch_irqs()Al Viro2006-10-083-7/+4
* | | [PATCH] alpha pt_regs cleanups: machine_check()Al Viro2006-10-0819-69/+60
* | | [PATCH] alpha pt_regs cleanups: handle_irq()Al Viro2006-10-0822-41/+40
* | | [PATCH] alpha pt_regs cleanups: device_interruptAl Viro2006-10-0821-76/+82
* | | [PATCH] m68k pt_regs fixes, part 2Al Viro2006-10-081-1/+1
* | | [PATCH] sparc32 rwlock fixAl Viro2006-10-082-1/+23
* | | [PATCH] sparc64 pt_regs fixesAl Viro2006-10-088-17/+24
* | | [PATCH] sparc32 pt_regs fixesAl Viro2006-10-089-22/+43
* | | Merge branch 'irq-fixes' of git://git.parisc-linux.org/git/linux-2.6Linus Torvalds2006-10-085-129/+177
|\ \ \
| * | | [PARISC] More pt_regs removalMatthew Wilcox2006-10-072-27/+12
| * | | [PARISC] Make firmware calls irqsafe-ish...Kyle McMartin2006-10-072-99/+159
| * | | [PA-RISC] Fix boot breakageMatthew Wilcox2006-10-071-3/+3
| * | | [PARISC] Use set_irq_regsMatthew Wilcox2006-10-071-0/+3
* | | | [PATCH] x86_64 irq: Allocate a vector across all cpus for genapic_flat.Eric W. Biederman2006-10-083-48/+115
* | | | [PATCH] i386/x86_64: Remove global IO_APIC_VECTOREric W. Biederman2006-10-082-10/+10
* | | | [PATCH] i386/x86_64: FIX pci_enable_irq to set dev->irq to the irq numberEric W. Biederman2006-10-081-4/+0
* | | | [MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle2006-10-0871-610/+529
* | | | [MIPS] Show actual CPU information in /proc/cpuinfoKarl-Johan Karlsson2006-10-081-5/+5
* | | | [MIPS] Cobalt: Time runs too quicklyScott Ashcroft2006-10-081-2/+2
* | | | [MIPS] Update Malta config.Ralf Baechle2006-10-082-33/+85
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2006-10-0746-134/+433
|\ \ \ \
| * | | | [POWERPC] PReP fixup after irq changesOlaf Hering2006-10-071-7/+7
| * | | | [POWERPC] SPU fixup after irq changesOlaf Hering2006-10-071-3/+3
| * | | | [POWERPC] Fix up after irq changesOlaf Hering2006-10-0732-81/+73
| * | | | [POWERPC] Fix iseries/smp.c for irq breakageStephen Rothwell2006-10-073-7/+12
| * | | | [POWERPC] Update iseries_defconfigStephen Rothwell2006-10-071-17/+69
| * | | | [POWERPC] Fix fsl_soc build breaksOlof Johansson2006-10-071-4/+5
| * | | | [POWERPC] Minor fix for bootargs propertyGeoff Levand2006-10-061-1/+1
| * | | | [POWERPC] Update pSeries defconfig for SATABrian King2006-10-061-1/+1
| * | | | [POWERPC] Don't get PCI IRQ from OF for devices with no IRQBenjamin Herrenschmidt2006-10-061-6/+11
| * | | | [POWERPC] Fix zImage decompress locationBenjamin Herrenschmidt2006-10-061-4/+1
| * | | | [POWERPC] linux,tce-size property is 32 bitsNathan Lynch2006-10-061-1/+2
| * | | | [POWERPC] Add DTS for MPC8349E-mITX boardTimur Tabi2006-10-061-0/+246
| * | | | [POWERPC] Fix harmless typoNick Piggin2006-10-061-1/+1
| * | | | [PPC] Fix some irq breakage with ARCH=ppcPaul Mackerras2006-10-061-1/+1
| | |_|/ | |/| |
* | | | [PATCH] m32r pt_regs fixesAl Viro2006-10-073-11/+17
* | | | [PATCH] minimal alpha pt_regs fixesAl Viro2006-10-074-6/+13
* | | | [PATCH] m68k pt_regs fixesAl Viro2006-10-0730-138/+148
| |/ / |/| |
* | | Merge branch 'irq-fixes' of git://git.parisc-linux.org/git/linux-2.6Linus Torvalds2006-10-062-4/+4
|\ \ \
| * | | Build fixes for struct pt_regs removalMatthew Wilcox2006-10-062-4/+4
| | |/ | |/|
* | | [PATCH] x86_64 irq_regs fixAndrew Morton2006-10-061-1/+4
* | | ARM: fix up nested irq regs usageLinus Torvalds2006-10-061-1/+2
|/ /
* | [PATCH] ixp4xxdefconfig arm fixesFrederik Deweerdt2006-10-061-1/+2
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-10-063-4/+10
|\ \
| * | [IA64] Fix breakage from irq changeTony Luck2006-10-063-4/+10
| |/
* | Initial blind fixup for arm for irq changesLinus Torvalds2006-10-0690-309/+260
* | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2006-10-068-82/+45
|\ \
| * | [S390] Use CONFIG_GENERIC_TIME and define TOD clock source.Martin Schwidefsky2006-10-063-68/+24
| * | [S390] irq change build fixes.Heiko Carstens2006-10-066-14/+21
| |/
* | [PATCH] um: irq changes break buildPekka Enberg2006-10-061-1/+1
OpenPOWER on IntegriCloud