| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-05-19 | 1 | -1/+0 |
|\ |
|
| * | [PATCH] take init_files to fs/file.c | Al Viro | 2008-05-16 | 1 | -1/+0 |
* | | m68k: Correctly handle multi-ISA at runtime | Geert Uytterhoeven | 2008-05-18 | 1 | -3/+3 |
* | | m68k: Prefix ISA type with ISA_TYPE_ | Geert Uytterhoeven | 2008-05-18 | 1 | -3/+3 |
* | | m68k: export m68k_mmutype | Geert Uytterhoeven | 2008-05-18 | 1 | -1/+2 |
* | | m68k: Correct jump if not running on HP300 | Geert Uytterhoeven | 2008-05-18 | 1 | -1/+1 |
|/ |
|
* | m68k: Handle 68040 bus faults | Roman Zippel | 2008-05-05 | 1 | -3/+14 |
* | unified (weak) sys_pipe implementation | Ulrich Drepper | 2008-05-03 | 1 | -17/+0 |
* | m68k/m68kmmu: use kbuild.h instead of defining macros in asm-offsets.c | Christoph Lameter | 2008-04-29 | 1 | -3/+1 |
* | m68k: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-28 | 1 | -5/+5 |
* | Generic semaphore implementation | Matthew Wilcox | 2008-04-17 | 3 | -139/+1 |
* | m68k{,nommu}: Wire up new timerfd syscalls | Geert Uytterhoeven | 2008-03-04 | 1 | -1/+3 |
* | procfs: constify function pointer tables | Jan Engelhardt | 2008-02-08 | 1 | -1/+1 |
* | aout: remove unnecessary inclusions of {asm, linux}/a.out.h | David Howells | 2008-02-08 | 2 | -2/+0 |
* | aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT | David Howells | 2008-02-08 | 1 | -47/+0 |
* | m68k: correct setting of struct user.u_ar0 | Geert Uytterhoeven | 2008-02-07 | 1 | -1/+1 |
* | Introduce flags for reserve_bootmem() | Bernhard Walle | 2008-02-07 | 1 | -1/+2 |
* | timerfd: new timerfd API | Davide Libenzi | 2008-02-05 | 1 | -1/+1 |
* | all archs: consolidate init and exit sections in vmlinux.lds.h | Sam Ravnborg | 2008-01-28 | 2 | -8/+8 |
* | 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 |