| Commit message (Expand) | Author | Age | Files | Lines |
* | m32r: use generic show_mem() | Johannes Weiner | 2008-07-26 | 1 | -36/+0 |
* | inflate: refactor inflate malloc code | Thomas Petazzoni | 2008-07-25 | 1 | -37/+0 |
* | bootmem: replace node_boot_start in struct bootmem_data | Johannes Weiner | 2008-07-24 | 2 | -5/+2 |
* | mm: drop unneeded pgdat argument from free_area_init_node() | Johannes Weiner | 2008-07-24 | 2 | -3/+2 |
* | mm: move bootmem descriptors definition to a single place | Johannes Weiner | 2008-07-24 | 1 | -3/+1 |
* | smp_call_function: get rid of the unused nonatomic/retry argument | Jens Axboe | 2008-06-26 | 1 | -2/+2 |
* | m32r: convert to generic helpers for IPI function calls | Jens Axboe | 2008-06-26 | 4 | -119/+16 |
* | [PATCH] take init_files to fs/file.c | Al Viro | 2008-05-16 | 1 | -1/+0 |
* | m32r: use generic sys_pipe | Christoph Hellwig | 2008-05-09 | 1 | -23/+0 |
* | sys_pipe(): fix file descriptor leaks | Ulrich Drepper | 2008-05-08 | 1 | -1/+4 |
* | m32r: cleanup: drop .data.idt section in vmlinux.lds script | Cyrill Gorcunov | 2008-04-29 | 1 | -3/+0 |
* | m32r: use KBUILD_DEFCONFIG | Adrian Bunk | 2008-04-29 | 2 | -863/+2 |
* | Generic semaphore implementation | Matthew Wilcox | 2008-04-17 | 3 | -191/+1 |
* | ide: introduce HAVE_IDE | Sam Ravnborg | 2008-02-09 | 1 | -0/+1 |
* | avoid overflows in kernel/time.c | H. Peter Anvin | 2008-02-08 | 1 | -0/+4 |
* | procfs: constify function pointer tables | Jan Engelhardt | 2008-02-08 | 1 | -1/+1 |
* | aout: mark arches that support A.OUT format | David Howells | 2008-02-08 | 1 | -0/+3 |
* | m32r: build fix of arch/m32r/kernel/smpboot.c | Mathieu Desnoyers | 2008-02-07 | 1 | -0/+1 |
* | Introduce flags for reserve_bootmem() | Bernhard Walle | 2008-02-07 | 2 | -6/+10 |
* | timerfd: fix remaining architectures | Andrew Morton | 2008-02-05 | 1 | -1/+1 |
* | m32r: remove dead config symbols from M32R code | Jiri Olsa | 2008-02-05 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2008-02-04 | 2 | -3/+2 |
|\ |
|
| * | arch/m32r/: Spelling fixes | Joe Perches | 2008-02-03 | 1 | -1/+1 |
| * | remove Documentation/smp.txt | Adrian Bunk | 2008-02-03 | 1 | -2/+1 |
* | | Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig | Mathieu Desnoyers | 2008-02-03 | 1 | -2/+0 |
* | | Add HAVE_OPROFILE | Mathieu Desnoyers | 2008-02-03 | 1 | -0/+1 |
|/ |
|
* | PCI: Kconfig help: don't refer to the PCI-HOWTO | Adrian Bunk | 2008-02-01 | 1 | -5/+0 |
* | spinlock: lockbreak cleanup | Nick Piggin | 2008-01-30 | 1 | -0/+5 |
* | all archs: consolidate init and exit sections in vmlinux.lds.h | Sam Ravnborg | 2008-01-28 | 1 | -6/+6 |
* | m32r: Update sys_rt_sigsuspend | Hirokazu Takata | 2007-11-28 | 1 | -10/+7 |
* | m32r: Add missing syscalls | Hirokazu Takata | 2007-11-28 | 1 | -0/+40 |
* | spelling fixes: arch/m32r/ | Simon Arlott | 2007-10-20 | 5 | -15/+15 |
* | Combine instrumentation menus in kernel/Kconfig.instrumentation | Mathieu Desnoyers | 2007-10-19 | 2 | -24/+1 |
* | Use helpers to obtain task pid in printks (arch code) | Alexey Dobriyan | 2007-10-19 | 1 | -1/+1 |
* | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 2007-10-19 | 1 | -1/+1 |
* | remove include/asm-*/ipc.h | Adrian Bunk | 2007-10-17 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2007-10-16 | 1 | -4/+4 |
|\ |
|
| * | kbuild: enable 'make AFLAGS=...' to add additional options to AS | Sam Ravnborg | 2007-10-15 | 1 | -1/+1 |
| * | kbuild: enable 'make CFLAGS=...' to add additional options to CC | Sam Ravnborg | 2007-10-14 | 1 | -3/+3 |
* | | m32r: convert to generic sys_ptrace | Christoph Hellwig | 2007-10-16 | 1 | -39/+3 |
* | | M32R: cleanup struct irqaction initializers | Thomas Gleixner | 2007-10-16 | 1 | -2/+6 |
* | | During VM oom condition, kill all threads in process group | Will Schmidt | 2007-10-16 | 1 | -1/+1 |
* | | Consolidate PTRACE_DETACH | Alexey Dobriyan | 2007-10-16 | 1 | -8/+0 |
|/ |
|
* | m32r: Rename STI/CLI macros | Hirokazu Takata | 2007-09-06 | 1 | -8/+8 |
* | m32r: build fix of entry.S | Hirokazu Takata | 2007-09-06 | 1 | -2/+2 |
* | m32r: Separate syscall table from entry.S | Hirokazu Takata | 2007-09-03 | 2 | -287/+290 |
* | m32r: Cosmetic updates of arch/m32r/kernel/entry.S | Hirokazu Takata | 2007-09-03 | 1 | -15/+7 |
* | m32r: Exit ei_handler directly for no IRQ case or IPI operations | Hirokazu Takata | 2007-09-03 | 1 | -2/+1 |
* | m32r: Simplify ei_handler code | Hirokazu Takata | 2007-09-03 | 1 | -202/+39 |
* | m32r: Define symbols to unify platform-dependent ICU checks | Hirokazu Takata | 2007-09-03 | 1 | -0/+20 |