Age | Commit message (Expand) | Author | Files | Lines |
2008-10-16 | [PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITY | Martin Schwidefsky | 1 | -1/+1 |
2008-09-06 | Remove asm/a.out.h files for all architectures without a.out support. | Adrian Bunk | 1 | -20/+0 |
2008-07-26 | [PATCH] kill altroot | Al Viro | 1 | -17/+0 |
2008-07-25 | Merge git://git.infradead.org/~dwmw2/random-2.6 | Linus Torvalds | 1 | -6/+0 |
2008-07-25 | remove dummy asm/kvm.h files | Adrian Bunk | 1 | -6/+0 |
2008-07-25 | clean up duplicated alloc/free_thread_info | FUJITA Tomonori | 1 | -0/+2 |
2008-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 1 | -70/+0 |
2008-07-24 | ide: remove <asm/ide.h> for some archs | Bartlomiej Zolnierkiewicz | 1 | -20/+0 |
2008-07-24 | ide-generic: remove ide_default_{io_base,irq}() inlines (take 3) | Bartlomiej Zolnierkiewicz | 1 | -50/+0 |
2008-07-24 | ide: define MAX_HWIFS in <linux/ide.h> | Bartlomiej Zolnierkiewicz | 1 | -8/+0 |
2008-07-24 | ide-generic: fix ide_default_io_base() for m32r | Bartlomiej Zolnierkiewicz | 1 | -0/+8 |
2008-07-24 | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil... | Linus Torvalds | 1 | -1/+0 |
2008-07-24 | PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures | Andrea Righi | 1 | -3/+0 |
2008-07-24 | Remove asm/semaphore.h | Matthew Wilcox | 1 | -1/+0 |
2008-06-26 | m32r: convert to generic helpers for IPI function calls | Jens Axboe | 1 | -0/+4 |
2008-06-06 | asm-m32r/uaccess.h must #include <asm/setup.h> | Adrian Bunk | 1 | -1/+1 |
2008-05-02 | m32r: types: use <asm-generic/int-*.h> for the m32r architecture | H. Peter Anvin | 1 | -30/+2 |
2008-04-29 | kernel: Move arches to use common unaligned access | Harvey Harrison | 1 | -14/+13 |
2008-04-28 | mm: introduce pte_special pte bit | Nick Piggin | 1 | -0/+10 |
2008-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 1 | -10/+0 |
2008-04-18 | ide: remove ide_init_default_irq() macro | Bartlomiej Zolnierkiewicz | 1 | -6/+0 |
2008-04-18 | ide: remove ide_default_io_ctl() macro | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2008-04-18 | ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2) | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2008-04-17 | Generic semaphore implementation | Matthew Wilcox | 1 | -144/+1 |
2008-04-02 | kvm: provide kvm.h for all architecture: fixes headers_install | Christian Borntraeger | 1 | -0/+6 |
2008-02-08 | CONFIG_HIGHPTE vs. sub-page page tables. | Martin Schwidefsky | 2 | -4/+7 |
2008-02-08 | avoid overflows in kernel/time.c | H. Peter Anvin | 1 | -1/+1 |
2008-02-08 | asm-*/posix_types.h: scrub __GLIBC__ | Mike Frysinger | 1 | -6/+2 |
2008-02-08 | aout: move STACK_TOP[_MAX] to asm/processor.h | David Howells | 2 | -7/+5 |
2008-02-07 | local_t m32r use architecture specific cmpxchg_local | Mathieu Desnoyers | 1 | -1/+361 |
2008-02-07 | Fix m32r __xchg | Mathieu Desnoyers | 1 | -3/+1 |
2008-02-07 | New cmpxchg_local (optimized for UP case) for m32r | Mathieu Desnoyers | 1 | -10/+101 |
2008-02-07 | Sanitize the type of struct user.u_ar0 | H. Peter Anvin | 1 | -1/+1 |
2008-02-07 | Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed | Kirill A. Shutemov | 2 | -4/+0 |
2008-02-06 | Fix __const_udelay declaration and definition mismatches | Jeff Dike | 1 | -1/+1 |
2008-02-05 | timerfd: fix remaining architectures | Andrew Morton | 1 | -1/+1 |
2008-02-05 | add mm argument to pte/pmd/pud/pgd_free | Benjamin Herrenschmidt | 1 | -5/+5 |
2008-02-05 | m32r: remove dead config symbols from M32R code | Jiri Olsa | 2 | -4/+2 |
2008-01-31 | [NET]: Introducing socket mark socket option. | Laszlo Attila Toth | 1 | -0/+2 |
2008-01-30 | core: remove last users of empty FASTCALL macro | Harvey Harrison | 1 | -1/+1 |
2007-11-28 | m32r: Update sys_rt_sigsuspend | Hirokazu Takata | 1 | -3/+8 |
2007-11-28 | m32r: Ignore warnings for unused syscalls | Hirokazu Takata | 1 | -0/+24 |
2007-11-28 | m32r: Add missing syscalls | Hirokazu Takata | 1 | -1/+41 |
2007-10-22 | Add CONFIG_DEBUG_SG sg validation | Jens Axboe | 1 | -0/+3 |
2007-10-22 | Change table chaining layout | Jens Axboe | 1 | -1/+1 |
2007-10-20 | ide: add CONFIG_IDE_ARCH_OBSOLETE_INIT | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2007-10-19 | forbid asm/bitops.h direct inclusion | Jiri Slaby | 1 | -0/+4 |
2007-10-19 | remove asm/bitops.h includes | Jiri Slaby | 1 | -1/+1 |
2007-10-19 | remove unused flush_tlb_pgtables | Benjamin Herrenschmidt | 1 | -3/+0 |
2007-10-18 | bitops: introduce lock ops | Nick Piggin | 1 | -0/+1 |