aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-17m32r: fix 'fix breakage from "m32r: use generic ptrace_resume code"' falloutGeert Uytterhoeven1-4/+3
2012-07-17m32r: fix pull clearing RESTORE_SIGMASK into block_sigmask() falloutGeert Uytterhoeven1-1/+1
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01don't call try_to_freeze() from do_signal()Al Viro1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-5/+3
2012-06-01new helper: sigmask_to_save()Al Viro1-9/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-21m32r: use set_current_blocked() and block_sigmask()Matt Fleming1-10/+2
2012-05-05m32r: Use generic init_taskThomas Gleixner2-35/+1
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner1-1/+1
2012-04-26m32r: Remove pointless function prototypesThomas Gleixner1-4/+0
2012-03-28Disintegrate asm/system.h for M32RDavid Howells2-2/+0
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma2-2/+2
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-38/+0
2011-05-28Merge branch 'setns'Linus Torvalds1-0/+1
2011-05-28ns: Wire up the setns system callEric W. Biederman1-0/+1
2011-05-26m32r: remove redundant declarationKOSAKI Motohiro1-11/+2
2011-05-26m32r: convert cpumask apiKOSAKI Motohiro2-50/+49
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo1-45/+0
2011-05-20extable, core_kernel_data(): Make sure all archs define _sdataSteven Rostedt1-0/+1
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-3/+1
2011-03-24m32r: Use generic show_interrupts()Thomas Gleixner1-45/+0
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo1-1/+1
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+2
2011-02-05m32r: Fixup last __do_IRQ leftoverThomas Gleixner1-1/+1
2011-01-31m32r: Switch from do_timer() to xtime_update()Torben Hohn1-3/+2
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo1-1/+1
2011-01-21m32r: Cleanup direct irq_desc accessThomas Gleixner1-4/+6
2010-10-27ptrace: cleanup arch_ptrace() on m32rNamhyung Kim1-4/+4
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-10-20Merge branch 'linus' into irq/coreIngo Molnar2-1/+4
2010-10-15m32r: add kernel/.gitignore and ignore vmlinux.ldsKyle McMartin1-0/+1
2010-10-15m32r: get_user takes an lvalue, not a pointerKyle McMartin1-1/+1
2010-10-15m32r: restore _BLOCKABLEKyle McMartin1-0/+2
2010-10-12Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner3-70/+47
2010-09-24m32r: fix breakage from "m32r: use generic ptrace_resume code"Al Viro1-3/+4
2010-09-24m32r: hole in shifting pc backAl Viro1-21/+17
2010-09-24m32r: don't block signals if sigframe setup has failedAl Viro1-10/+13
2010-09-24make m32r handle multiple pending signalsAl Viro2-4/+6
2010-09-24m32r: fix rt_sigsuspend()Al Viro2-38/+13
2010-09-23genirq: Cleanup irq_chip->typename leftoversThomas Gleixner1-1/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells2-3/+5
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+2
2010-05-19Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-40/+7