summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* | | [PATCH] uml: remove duplicate exportPaolo 'Blaisorblade' Giarrusso2006-10-111-3/+0Star
* | | [PATCH] uml: asm offsets duplication removalPaolo 'Blaisorblade' Giarrusso2006-10-113-8/+10
* | | [PATCH] uml: allow using again x86/x86_64 crypto codePaolo 'Blaisorblade' Giarrusso2006-10-114-1/+4
* | | [PATCH] uml: declare in Kconfig our partial LOCKDEP supportPaolo 'Blaisorblade' Giarrusso2006-10-111-0/+13
* | | [PATCH] uml: fix uname under setarch i386Paolo 'Blaisorblade' Giarrusso2006-10-111-1/+8
* | | [PATCH] uml: fix processor selection to exclude unsupported processors and fe...Paolo 'Blaisorblade' Giarrusso2006-10-111-1/+2
* | | [PATCH] uml: make UML_SETJMP always safePaolo 'Blaisorblade' Giarrusso2006-10-111-1/+2
* | | [PATCH] uml: make TT mode compile after setjmp-related changesPaolo 'Blaisorblade' Giarrusso2006-10-112-4/+3Star
* | | [PATCH] uml: readd forgot prototypePaolo 'Blaisorblade' Giarrusso2006-10-111-0/+1
* | | [PATCH] uml: correct removal of pte_mkexecPaolo 'Blaisorblade' Giarrusso2006-10-111-4/+1Star
* | | [PATCH] uml: revert wrong patchPaolo 'Blaisorblade' Giarrusso2006-10-111-1/+1
* | | [PATCH] use struct irq_chip instead of struct hw_interrupt_typeAneesh Kumar K.V2006-10-112-2/+2
* | | [PATCH] mm: use symbolic names instead of indices for zone initialisationMel Gorman2006-10-119-27/+36
* | | [PATCH] IRQ: Fix AVR32 breakageHaavard Skinnemoen2006-10-113-9/+13
|/ /
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2006-10-1135-124/+320
|\ \
| * | [POWERPC] Fix secondary CPU startup on old "powersurge" SMP powermacsPaul Mackerras2006-10-101-1/+6
| * | [POWERPC] ARCH=ppc pt_regs fixesAl Viro2006-10-1030-93/+79Star
| * | [POWERPC] Update maple defconfigBenjamin Herrenschmidt2006-10-101-13/+43
| * | [POWERPC] Fix Maple secondary IDE interruptBenjamin Herrenschmidt2006-10-101-2/+15
| * | [POWERPC] Make U4 PCIe work on mapleBenjamin Herrenschmidt2006-10-101-7/+169
| * | [POWERPC] cell: fix default zImage build targetGeoff Levand2006-10-101-6/+6
| * | [POWERPC] Fix boot wrapper invocation if CROSS_COMPILE contains spacesMichael Ellerman2006-10-101-2/+2
| * | [POWERPC] Fix xmon IRQ handler for pt_regs removalPaul Mackerras2006-10-101-3/+3
* | | [PATCH] missed const in prototypeAl Viro2006-10-111-1/+1
* | | [PATCH] ptrace32 trivial __user annotationsAl Viro2006-10-111-2/+2
* | | [PATCH] ia64/sn __iomem annotationsAl Viro2006-10-112-22/+22
* | | [PATCH] ia64/hp NULL noise removalAl Viro2006-10-113-7/+7
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-10-103-7/+21
|\ \ \
| * | | [SPARC32]: Fix prom.c build warningMartin Habets2006-10-101-2/+5
| * | | [SPARC64]: Update defconfig.David S. Miller2006-10-101-4/+15
| * | | [SPARC64]: Fix of_device bus_id settings.David S. Miller2006-10-101-1/+1
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds2006-10-104-6/+0Star
|\ \ \
| * | | [HEADERS] Put linux/config.h out of its misery.Dave Jones2006-10-104-6/+0Star
| |/ /
* | | [MIPS] Make sure cpu_has_fpu is used only in atomic contextAtsushi Nemoto2006-10-106-22/+26
* | | [MIPS] Fix build errors related to wbflush.h on tx4927/tx4938.Atsushi Nemoto2006-10-105-29/+3Star
* | | [MIPS] Alchemy: nuke usbdev; it's useless as is ...Ralf Baechle2006-10-1010-1589/+9Star
* | | [MIPS] Malta: Fix build for non-MIPS32/64 configuration.Ralf Baechle2006-10-101-6/+6
* | | [MIPS] NUMA: Register all nodes before cpus or sysfs will barf.Ralf Baechle2006-10-101-5/+9
* | | [MIPS] ret_from_irq adjustmentAtsushi Nemoto2006-10-104-23/+19Star
* | | [MIPS] Fix RM9000 wait instruction detection.Ralf Baechle2006-10-101-1/+8
|/ /
* | [PATCH] m68k/MVME167: SERIAL167 is no longer brokenGeert Uytterhoeven2006-10-091-1/+1
* | [PATCH] m68k/Apollo: Remove obsolete arch/m68k/apollo/dma.cGeert Uytterhoeven2006-10-091-50/+0Star
* | [PATCH] m68k/Atari: Interrupt updatesGeert Uytterhoeven2006-10-093-4/+15
* | [PATCH] m68k: more syscall updatesGeert Uytterhoeven2006-10-091-0/+24
* | [PATCH] m68k: syscall updatesGeert Uytterhoeven2006-10-091-0/+5
* | [PATCH] x86_64 irq: Scream but don't die if we receive an unexpected irqEric W. Biederman2006-10-091-7/+7
* | Merge git://git.infradead.org/~dhowells/irq-2.6Linus Torvalds2006-10-0939-61/+61
|\ \
| * | IRQ: Use the new typedef for interrupt handler function pointersDavid Howells2006-10-0939-61/+61
* | | Merge branch 'irqclean-submit1' of master.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2006-10-091-2/+2
|\ \ \
| * \ \ Merge branch 'submit1' of viper:/spare/repo/irq-remove-2.6 into irqcleanupsJeff Garzik2006-10-061-2/+2
| |\ \ \