aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-09m32r: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+0
2014-08-06m32r: Use sigsp()Richard Weinberger1-9/+3
2014-08-06m32r: Use get_signal() signal_setup_done()Richard Weinberger1-27/+20
2013-11-13m32r: Use preempt_schedule_irqThomas Gleixner1-7/+1
2013-07-14m32r: delete __cpuinit usage from all m32r filesPaul Gortmaker1-1/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-9/+0
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-4/+2
2013-04-29m32r: Convert print_symbol to %pSRJoe Perches1-4/+2
2013-04-08m32r: Use generic idle loopThomas Gleixner2-19/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-14/+2
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+3
2013-02-17m32r idle: delete pm_idle, and other dead idle codeLen Brown1-49/+2
2013-02-03m32r: switch to generic sigaltstackAl Viro1-14/+2
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson1-1/+1
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-24time: convert arch_gettimeoffset to a pointerStephen Warren1-1/+3
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28m32r: switch to generic fork/vfork/cloneAl Viro1-42/+4
2012-11-28kill stray kernel_thread() garbageAl Viro1-1/+0
2012-10-31m32r: switch to generic sys_execve()Al Viro1-36/+10
2012-10-31m32r: switch to generic kernel_thread()/kernel_execve()Al Viro3-65/+25
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-15/+0
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-3/+0
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-10-01bury the rest of TIF_IRETAl Viro1-2/+0
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-15/+0
2012-09-23m32r: Add missing RCU idle APIs on idle loopFrederic Weisbecker1-0/+3
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