| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | m68k: sg fallout | Geert Uytterhoeven | 2007-10-24 | 1 | -1/+1 |
* | Update arch/ to use sg helpers | Jens Axboe | 2007-10-22 | 1 | -1/+1 |
* | Use helpers to obtain task pid in printks (arch code) | Alexey Dobriyan | 2007-10-19 | 1 | -2/+2 |
* | remove include/asm-*/ipc.h | Adrian Bunk | 2007-10-17 | 1 | -1/+1 |
* | Consolidate PTRACE_DETACH | Alexey Dobriyan | 2007-10-16 | 1 | -4/+0 |
* | m68k(nommu): add missing syscalls | Geert Uytterhoeven | 2007-09-11 | 1 | -0/+10 |
* | Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACH | Roland McGrath | 2007-09-10 | 1 | -1/+0 |
* | m68k: Dont include RODATA into text segment | Roman Zippel | 2007-08-22 | 1 | -2/+2 |
* | m68k: Remove unnecessary m68k_memoffset export and init | Roman Zippel | 2007-08-22 | 1 | -2/+0 |
* | Remove fs.h from mm.h | Alexey Dobriyan | 2007-07-29 | 2 | -0/+2 |
* | take declarations of enable_irq() et.al. to linux/interrupt.h | Al Viro | 2007-07-22 | 1 | -0/+4 |
* | m68k: missing __init | Al Viro | 2007-07-20 | 1 | -1/+1 |
* | m68k: missing exports | Al Viro | 2007-07-20 | 1 | -0/+1 |
* | m68k: use .text.head | Al Viro | 2007-07-20 | 4 | -3/+4 |
* | PTRACE_POKEDATA consolidation | Alexey Dobriyan | 2007-07-17 | 1 | -2/+1 |
* | PTRACE_PEEKDATA consolidation | Alexey Dobriyan | 2007-07-17 | 1 | -4/+1 |
* | Report that kernel is tainted if there was an OOPS | Pavel Emelianov | 2007-07-17 | 1 | -0/+1 |
* | m68k: discontinuous memory support | Roman Zippel | 2007-05-31 | 2 | -29/+11 |
* | m68k: runtime patching infrastructure | Roman Zippel | 2007-05-31 | 5 | -3/+45 |
* | all-archs: consolidate .data section definition in asm-generic | Sam Ravnborg | 2007-05-19 | 2 | -2/+2 |
* | all-archs: consolidate .text section definition in asm-generic | Sam Ravnborg | 2007-05-19 | 2 | -2/+2 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | SPIN_LOCK_UNLOCKED cleanup in arch/m68k | Milind Arun Choudhary | 2007-05-07 | 1 | -2/+2 |
* | m68k: Mac II ADB fixes | Finn Thain | 2007-05-04 | 1 | -0/+10 |
* | m68k: early parameter support | Roman Zippel | 2007-05-04 | 1 | -38/+1 |
* | m68k: reformat various m68k files | Roman Zippel | 2007-05-04 | 3 | -186/+189 |
* | [PATCH] Declare init_irq_proc before we use it. | Andrew Morton | 2007-02-19 | 1 | -0/+1 |
* | [PATCH] Dynamic kernel command-line: m68k | Alon Bar-Lev | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] sort the devres mess out | Al Viro | 2007-02-11 | 1 | -1/+3 |
* | [PATCH] Consolidate default sched_clock() | Alexey Dobriyan | 2007-02-11 | 1 | -9/+0 |
* | [PATCH] disable init/initramfs.c: architectures | Jean-Paul Saman | 2007-02-11 | 2 | -0/+4 |
* | [PATCH] M68K: user ARRAY_SIZE macro when appropriate | Ahmed S. Darwish | 2007-02-11 | 2 | -3/+3 |
* | [PATCH] Sun3: General updates | Sam Creasey | 2006-12-09 | 2 | -11/+1 |
* | [PATCH] m68k: consolidate initcall sections | Geert Uytterhoeven | 2006-10-29 | 2 | -14/+2 |
* | [PATCH] clean m68k ksyms | Al Viro | 2006-10-11 | 3 | -51/+18 |
* | [PATCH] misc m68k __user annotations | Al Viro | 2006-10-11 | 2 | -7/+7 |
* | [PATCH] m68k/Atari: Interrupt updates | Geert Uytterhoeven | 2006-10-09 | 1 | -0/+1 |
* | [PATCH] m68k: more syscall updates | Geert Uytterhoeven | 2006-10-09 | 1 | -0/+24 |
* | [PATCH] m68k: syscall updates | Geert Uytterhoeven | 2006-10-09 | 1 | -0/+5 |
* | IRQ: Use the new typedef for interrupt handler function pointers | David Howells | 2006-10-09 | 2 | -2/+2 |
* | [PATCH] m68k/kernel/dma.c assumes !MMU_SUN3 | Al Viro | 2006-10-08 | 1 | -1/+2 |
* | [PATCH] m68k pt_regs fixes | Al Viro | 2006-10-07 | 4 | -12/+21 |
* | [PATCH] m68k: dma_alloc_coherent() has gfp_t as the last argument | Al Viro | 2006-10-06 | 1 | -2/+2 |
* | [PATCH] m68k: cleanup string functions | Roman Zippel | 2006-10-06 | 1 | -4/+0 |
* | Remove all inclusions of <linux/config.h> | Dave Jones | 2006-10-04 | 1 | -1/+0 |
* | [PATCH] provide kernel_execve on all architectures | Arnd Bergmann | 2006-10-02 | 1 | -0/+16 |
* | [PATCH] kill wall_jiffies | Atsushi Nemoto | 2006-10-01 | 1 | -13/+3 |
* | [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) | Atsushi Nemoto | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] irq-flags: M68K: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 11 | -11/+0 |