summaryrefslogtreecommitdiffstats
path: root/arch/m32r/kernel
AgeCommit message (Expand)AuthorLines
2010-10-20Merge branch 'linus' into irq/coreIngo Molnar-1/+4
2010-10-15m32r: add kernel/.gitignore and ignore vmlinux.ldsKyle McMartin-0/+1
2010-10-15m32r: get_user takes an lvalue, not a pointerKyle McMartin-1/+1
2010-10-15m32r: restore _BLOCKABLEKyle McMartin-0/+2
2010-10-12Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner-70/+47
2010-09-24m32r: fix breakage from "m32r: use generic ptrace_resume code"Al Viro-3/+4
2010-09-24m32r: hole in shifting pc backAl Viro-21/+17
2010-09-24m32r: don't block signals if sigframe setup has failedAl Viro-10/+13
2010-09-24make m32r handle multiple pending signalsAl Viro-4/+6
2010-09-24m32r: fix rt_sigsuspend()Al Viro-38/+13
2010-09-23genirq: Cleanup irq_chip->typename leftoversThomas Gleixner-1/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells-3/+5
2010-08-13Mark arguments to certain syscalls as being constDavid Howells-1/+2
2010-05-19Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-40/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+1
2010-03-13m32r: Convert m32r to use read/update_peristent_clockJohn Stultz-40/+7
2010-03-12m32r: use generic ptrace_resume codeChristoph Hellwig-68/+29
2010-03-12Add generic sys_olduname()Christoph Hellwig-11/+0
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig-81/+0
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner-2/+2
2009-12-11Unify sys_mmap*Al Viro-25/+1
2009-11-04m32r: Should index be positive?Roel Kluin-1/+1
2009-11-04m32r: add NOTES to vmlinux.lds.S to remove .note.gnu.build-id sectionHirokazu Takata-0/+2
2009-11-04arch/m32r: Use DIV_ROUND_CLOSESTJulia Lawall-3/+3
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan-0/+1
2009-10-04m32r: Fix IPI function calls for SMPToshihiro HANAWA-2/+2
2009-10-04m32r: add rtc_lock variableHirokazu Takata-0/+9
2009-10-04m32r: export delay loop symbolsHirokazu Takata-6/+0
2009-09-24Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds-71/+18
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds-16/+16
2009-09-24cpumask: use mm_cpumask() wrapper: m32rRusty Russell-4/+4
2009-09-24cpumask: Use accessors for cpu_*_mask: m32rRusty Russell-1/+1
2009-09-24cpumask: arch_send_call_function_ipi_mask: m32rRusty Russell-11/+11
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds-3/+2
2009-09-23m32r: Cleanup linker script using new linker script macros.Tim Abbott-58/+9
2009-09-23m32r: Move the spi_stack_top and spu_stack_top into .init.data section.Tim Abbott-4/+2
2009-09-23m32r: Remove unused .altinstructions and .exit.* code from linker script.Tim Abbott-9/+0
2009-09-23m32r: Move GET_THREAD_INFO definition out of asm/thread_info.h.Tim Abbott-0/+7
2009-09-22m32r: convert to use arch_gettimeoffset()john stultz-71/+3
2009-09-22m32r: remove redundant tests on unsignedRoel Kluin-4/+3
2009-09-21Use new __init_task_data macro in arch init_task.c files.Joe Perches-3/+2
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-7/+3
2009-09-09KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells-0/+1
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells-0/+2
2009-09-02KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells-0/+5
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo-1/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan-1/+0
2009-07-09linker script: unify usage of discard definitionTejun Heo-8/+3
2009-06-24linker script: throw away .discard sectionTejun Heo-0/+1
2009-06-18ptrace: remove PT_DTRACE from arch/m32rOleg Nesterov-9/+0