| Commit message (Expand) | Author | Age | Files | Lines |
* | [MIPS] Make sure cpu_has_fpu is used only in atomic context | Atsushi Nemoto | 2006-10-09 | 7 | -24/+30 |
* | [MIPS] Fix build errors related to wbflush.h on tx4927/tx4938. | Atsushi Nemoto | 2006-10-09 | 5 | -29/+3 |
* | [MIPS] Alchemy: nuke usbdev; it's useless as is ... | Ralf Baechle | 2006-10-09 | 11 | -1662/+9 |
* | [MIPS] Malta: Fix build for non-MIPS32/64 configuration. | Ralf Baechle | 2006-10-09 | 1 | -6/+6 |
* | [RTC] Consistently use of tabs for formatting. | Ralf Baechle | 2006-10-09 | 1 | -2/+2 |
* | [MIPS] NUMA: Register all nodes before cpus or sysfs will barf. | Ralf Baechle | 2006-10-09 | 1 | -5/+9 |
* | [MIPS] qtronix: remove driver. | Ralf Baechle | 2006-10-09 | 1 | -605/+0 |
* | [MIPS] ret_from_irq adjustment | Atsushi Nemoto | 2006-10-09 | 4 | -23/+19 |
* | [MIPS] Fix RM9000 wait instruction detection. | Ralf Baechle | 2006-10-09 | 1 | -1/+8 |
* | [PATCH] m68k/MVME167: SERIAL167 tty flip buffer updates | Geert Uytterhoeven | 2006-10-09 | 1 | -6/+10 |
* | [PATCH] m68k/MVME167: SERIAL167 is no longer broken | Geert Uytterhoeven | 2006-10-09 | 2 | -3/+1 |
* | [PATCH] m68k/Apollo: Remove obsolete arch/m68k/apollo/dma.c | Geert Uytterhoeven | 2006-10-09 | 1 | -50/+0 |
* | [PATCH] m68k/Atari: Interrupt updates | Geert Uytterhoeven | 2006-10-09 | 3 | -4/+15 |
* | [PATCH] m68k/HP300: Enable HIL configuration options | Geert Uytterhoeven | 2006-10-09 | 4 | -5/+5 |
* | [PATCH] m68k: more syscall updates | Geert Uytterhoeven | 2006-10-09 | 2 | -1/+49 |
* | [PATCH] m68k: syscall updates | Geert Uytterhoeven | 2006-10-09 | 2 | -1/+11 |
* | [PATCH] x86_64 irq: Scream but don't die if we receive an unexpected irq | Eric W. Biederman | 2006-10-09 | 1 | -7/+7 |
* | Merge git://git.infradead.org/~dhowells/irq-2.6 | Linus Torvalds | 2006-10-09 | 46 | -70/+70 |
|\ |
|
| * | IRQ: Use the new typedef for interrupt handler function pointers | David Howells | 2006-10-09 | 46 | -70/+70 |
* | | Merge branch 'irqclean-submit1' of master.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 2006-10-09 | 74 | -329/+106 |
|\ \ |
|
| * \ | Merge branch 'submit1' of viper:/spare/repo/irq-remove-2.6 into irqcleanups | Jeff Garzik | 2006-10-06 | 74 | -329/+106 |
| |\ \ |
|
| | * | | drivers/isdn/act2000: kill irq2card_map | Jeff Garzik | 2006-10-06 | 1 | -16/+6 |
| | * | | drivers/net/eepro: kill dead code | Jeff Garzik | 2006-10-06 | 1 | -14/+0 |
| | * | | Various drivers' irq handlers: kill dead code, needless casts | Jeff Garzik | 2006-10-06 | 35 | -98/+59 |
| | * | | drivers/net: eliminate irq handler impossible checks, needless casts | Jeff Garzik | 2006-10-06 | 37 | -199/+39 |
| | * | | arch/i386/kernel/time: don't shadow 'irq' function arg | Jeff Garzik | 2006-10-06 | 1 | -2/+2 |
* | | | | [PATCH] Introduce vfs_listxattr | Bill Nottingham | 2006-10-09 | 2 | -12/+22 |
* | | | | [PATCH] tifm __iomem annotations, NULL noise removal | Al Viro | 2006-10-09 | 3 | -14/+15 |
* | | | | [PATCH] mos7840 annotations | Al Viro | 2006-10-09 | 1 | -30/+16 |
* | | | | [PATCH] s390 traps.c __user annotations | Al Viro | 2006-10-09 | 1 | -5/+5 |
* | | | | [PATCH] hppfs: readdir callback missed in prototype change | Al Viro | 2006-10-09 | 1 | -1/+1 |
* | | | | [PATCH] dlm gfp_t annotations | Al Viro | 2006-10-09 | 2 | -4/+4 |
* | | | | [PATCH] wrong order of arguments in copy_to_user() in ncpfs | Al Viro | 2006-10-09 | 1 | -1/+1 |
* | | | | [PATCH] mv64630_pic NULL noise removal | Al Viro | 2006-10-09 | 1 | -2/+2 |
* | | | | [PATCH] trivial iomem annotations (arch/powerpc/platfroms/parsemi/pci.c) | Al Viro | 2006-10-09 | 1 | -13/+13 |
* | | | | [PATCH] extern doesn't make sense on a definition of function... | Al Viro | 2006-10-09 | 1 | -2/+2 |
* | | | | [PATCH] more ia64 irq handlers | Al Viro | 2006-10-09 | 2 | -4/+4 |
* | | | | [PATCH] fallout from alpha pt_regs patches | Al Viro | 2006-10-09 | 2 | -2/+2 |
* | | | | [PATCH] sparc64 irq pt_regs fallout | Al Viro | 2006-10-09 | 2 | -5/+9 |
| |_|/
|/| | |
|
* | | | [PATCH] m68k/kernel/dma.c assumes !MMU_SUN3 | Al Viro | 2006-10-08 | 2 | -1/+7 |
* | | | [PATCH] arm: it's OK to pass pointer to volatile as iounmap() argument... | Al Viro | 2006-10-08 | 2 | -4/+4 |
* | | | Fix extraneous '&' in recent NFS client cleanup | Linus Torvalds | 2006-10-08 | 1 | -1/+1 |
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2006-10-08 | 39 | -55/+1452 |
|\ \ \ |
|
| * | | | [MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions. | Ralf Baechle | 2006-10-09 | 29 | -33/+6 |
| * | | | [MIPS] DEC: pt_regs fixes for buserror handlers | Ralf Baechle | 2006-10-09 | 6 | -11/+13 |
| * | | | [MIPS] Fix return type of gt64120_irq. | Ralf Baechle | 2006-10-09 | 1 | -1/+3 |
| * | | | [MIPS] Ocelot C: Build fix - ll_mv64340_irq takes no more regs argument. | Ralf Baechle | 2006-10-09 | 1 | -1/+1 |
| * | | | [MIPS] Jazz defconfig file. | Ralf Baechle | 2006-10-09 | 1 | -0/+1404 |
| * | | | [MIPS] Jazz: build fix - include <linux/screen_info.h> | Ralf Baechle | 2006-10-09 | 1 | -0/+1 |
| * | | | [MIPS] Jazz: Remove warning. After 7 years probably somebody test this ;) | Ralf Baechle | 2006-10-09 | 1 | -2/+0 |