summaryrefslogtreecommitdiffstats
path: root/arch/m32r/kernel
Commit message (Expand)AuthorAgeFilesLines
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-1/+1
* m32r: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-10-101-1/+0Star
* m32r: Use sigsp()Richard Weinberger2014-08-061-9/+3Star
* m32r: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-27/+20Star
* m32r: Use preempt_schedule_irqThomas Gleixner2013-11-131-7/+1Star
* m32r: delete __cpuinit usage from all m32r filesPaul Gortmaker2013-07-151-1/+1
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-0/+2
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-9/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-4/+2Star
|\
| * m32r: Convert print_symbol to %pSRJoe Perches2013-04-291-4/+2Star
* | m32r: Use generic idle loopThomas Gleixner2013-04-082-19/+1Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-241-14/+2Star
|\
| * m32r: switch to generic sigaltstackAl Viro2013-02-041-14/+2Star
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-1/+3
|\ \
| * | Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2013-01-141-1/+1
| |\|
| * | time: convert arch_gettimeoffset to a pointerStephen Warren2012-12-241-1/+3
* | | m32r idle: delete pm_idle, and other dead idle codeLen Brown2013-02-181-49/+2Star
| |/ |/|
* | ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
|/
* flagday: don't pass regs to copy_thread()Al Viro2012-11-291-1/+1
* m32r: switch to generic fork/vfork/cloneAl Viro2012-11-291-42/+4Star
* kill stray kernel_thread() garbageAl Viro2012-11-291-1/+0Star
* m32r: switch to generic sys_execve()Al Viro2012-11-011-36/+10Star
* m32r: switch to generic kernel_thread()/kernel_execve()Al Viro2012-11-013-65/+25Star
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-15/+0Star
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-15/+0Star
* | vfs: define struct filename and have getname() return itJeff Layton2012-10-131-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-3/+0Star
|\ \
| * | Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0Star
| * | bury the rest of TIF_IRETAl Viro2012-10-011-2/+0Star
| |/
* / m32r: Add missing RCU idle APIs on idle loopFrederic Weisbecker2012-09-231-0/+3
|/
* m32r: fix 'fix breakage from "m32r: use generic ptrace_resume code"' falloutGeert Uytterhoeven2012-07-181-4/+3Star
* m32r: fix pull clearing RESTORE_SIGMASK into block_sigmask() falloutGeert Uytterhoeven2012-07-181-1/+1
* new helper: signal_delivered()Al Viro2012-06-011-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-3/+0Star
* don't call try_to_freeze() from do_signal()Al Viro2012-06-011-4/+0Star
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-5/+3Star
* new helper: sigmask_to_save()Al Viro2012-06-011-9/+3Star
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1Star
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-2/+0Star
* m32r: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-221-10/+2Star
* m32r: Use generic init_taskThomas Gleixner2012-05-052-35/+1Star
* smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
* m32r: Remove pointless function prototypesThomas Gleixner2012-04-261-4/+0Star
* Disintegrate asm/system.h for M32RDavid Howells2012-03-282-2/+0Star
* sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1Star
* All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-271-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-272-2/+2
* modules: make arch's use default loader hooksJonas Bonn2011-07-241-38/+0Star
* Merge branch 'setns'Linus Torvalds2011-05-281-0/+1
|\
| * ns: Wire up the setns system callEric W. Biederman2011-05-281-0/+1