aboutsummaryrefslogtreecommitdiff
path: root/arch/frv/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-02-12all arches, signal: move restart_block to struct task_structGravatar Andy Lutomirski 2-2/+1
2014-10-09frv: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 4-8/+6
2014-10-09frv: remove unused cpuinfo_frv and friends to fix future build errorGravatar Geert Uytterhoeven 1-2/+0
2014-08-06frv: Use sigsp()Gravatar Richard Weinberger 1-13/+4
2014-08-06frv: Use get_signal() signal_setup_done()Gravatar Richard Weinberger 1-59/+40
2013-07-14frv: delete __cpuinit usage from all frv filesGravatar Paul Gortmaker 1-1/+1
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-6/+6
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 2-8/+9
2013-07-03arch/frv/kernel/setup.c: use strncmp() instead of memcmp()Gravatar Chen Gang 1-1/+1
2013-07-03arch/frv/kernel/traps.c: using vsnprintf() instead of vsprintf()Gravatar Chen Gang 1-1/+1
2013-07-03mm/frv: prepare for removing num_physpages and simplify mem_init()Gravatar Jiang Liu 1-6/+7
2013-06-16frv: head.S - Remove commented-out initialization codeGravatar Geert Uytterhoeven 1-5/+0
2013-06-14frv: Convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 2-6/+6
2013-04-30dump_stack: unify debug information printed by show_regs()Gravatar Tejun Heo 1-2/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsGravatar Tejun Heo 1-11/+0
2013-04-08frv: Use generic idle loopGravatar Thomas Gleixner 1-22/+5
2013-02-03frv: switch to generic old sigaction()Gravatar Al Viro 1-32/+0
2013-02-03frv: switch to generic old sigsuspendGravatar Al Viro 1-10/+0
2013-02-03frv: switch to generic sigaltstackGravatar Al Viro 1-11/+2
2013-01-03ARCH: drivers remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-12-17frv: properly use the declarations provided by <asm/sections.h>Gravatar Geert Uytterhoeven 1-7/+5
2012-12-17frv: fix use of extinct _sbss and _ebss in debug codeGravatar Geert Uytterhoeven 1-1/+1
2012-11-28flagday: don't pass regs to copy_thread()Gravatar Al Viro 1-1/+1
2012-11-28frv: switch to generic fork/vfork/cloneGravatar Al Viro 1-40/+5
2012-11-02frv: fix the broken preemptGravatar Al Viro 1-20/+3
2012-11-02frv: switch to saner kernel_execve() semanticsGravatar Al Viro 1-5/+0
2012-11-02FRV: Fix the new-style kernel_thread() stuffGravatar David Howells 1-2/+3
2012-11-02FRV: Fix the preemption handlingGravatar David Howells 1-1/+1
2012-10-16FRV: Fix const sections changeGravatar Andi Kleen 1-0/+2
2012-10-16FRV: Fix incorrect symbol in copy_thread()Gravatar David Howells 1-1/+1
2012-10-16FRV: Fix VLIW packing constraint violation in entry.SGravatar David Howells 1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 7-165/+38
2012-10-06frv: kill used but uninitialized variableGravatar Geert Uytterhoeven 1-10/+9
2012-10-06sections: fix section conflicts in arch/frvGravatar Andi Kleen 1-1/+1
2012-10-01Uninclude linux/freezer.hGravatar Richard Weinberger 1-1/+0
2012-10-01frv: no need to raise SIGTRAP in setup_frame()Gravatar Al Viro 1-8/+0
2012-10-01frv: switch to generic kernel_thread()Gravatar Al Viro 1-22/+19
2012-10-01frv: switch to generic kernel_execveGravatar Al Viro 3-34/+6
2012-10-01frv: switch to generic sys_execve()Gravatar Al Viro 1-19/+0
2012-10-01frv: split ret_from_fork, simplify kernel_thread() a lotGravatar Al Viro 5-100/+32
2012-09-23frv: Add missing RCU idle APIs on idle loopGravatar Frederic Weisbecker 1-0/+3
2012-07-30arch: remove direct definitions of KERN_<LEVEL> usesGravatar Joe Perches 1-1/+1
2012-06-02frv: Remove bogus closing parenthesisGravatar Geert Uytterhoeven 1-1/+1
2012-06-01FRV: Optimise the system call exit path in entry.S [ver #2]Gravatar David Howells 1-6/+7
2012-06-01FRV: Shrink TIF_WORK_MASK [ver #2]Gravatar David Howells 1-9/+3
2012-06-01FRV: Prevent syscall exit tracing and notify_resume at end of kernel exceptionsGravatar David Howells 2-11/+3
2012-06-01new helper: signal_delivered()Gravatar Al Viro 1-2/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setGravatar Al Viro 1-4/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setGravatar Al Viro 1-1/+1
2012-06-01don't call try_to_freeze() from do_signal()Gravatar Al Viro 1-4/+0