aboutsummaryrefslogtreecommitdiff
path: root/arch/m32r/kernel
AgeCommit message (Expand)Author
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28m32r: switch to generic fork/vfork/cloneAl Viro
2012-11-28kill stray kernel_thread() garbageAl Viro
2012-10-31m32r: switch to generic sys_execve()Al Viro
2012-10-31m32r: switch to generic kernel_thread()/kernel_execve()Al Viro
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-01Uninclude linux/freezer.hRichard Weinberger
2012-10-01bury the rest of TIF_IRETAl Viro
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells
2012-09-23m32r: Add missing RCU idle APIs on idle loopFrederic Weisbecker
2012-07-17m32r: fix 'fix breakage from "m32r: use generic ptrace_resume code"' falloutGeert Uytterhoeven
2012-07-17m32r: fix pull clearing RESTORE_SIGMASK into block_sigmask() falloutGeert Uytterhoeven
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01don't call try_to_freeze() from do_signal()Al Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-21m32r: use set_current_blocked() and block_sigmask()Matt Fleming
2012-05-05m32r: Use generic init_taskThomas Gleixner
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner
2012-04-26m32r: Remove pointless function prototypesThomas Gleixner
2012-03-28Disintegrate asm/system.h for M32RDavid Howells
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-24modules: make arch's use default loader hooksJonas Bonn
2011-05-28Merge branch 'setns'Linus Torvalds
2011-05-28ns: Wire up the setns system callEric W. Biederman
2011-05-26m32r: remove redundant declarationKOSAKI Motohiro
2011-05-26m32r: convert cpumask apiKOSAKI Motohiro
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo
2011-05-20extable, core_kernel_data(): Make sure all archs define _sdataSteven Rostedt
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra
2011-03-24m32r: Use generic show_interrupts()Thomas Gleixner
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-02-05m32r: Fixup last __do_IRQ leftoverThomas Gleixner
2011-01-31m32r: Switch from do_timer() to xtime_update()Torben Hohn
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo
2011-01-21m32r: Cleanup direct irq_desc accessThomas Gleixner
2010-10-27ptrace: cleanup arch_ptrace() on m32rNamhyung Kim
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim
2010-10-20Merge branch 'linus' into irq/coreIngo Molnar