summaryrefslogtreecommitdiffstats
path: root/arch/frv/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-042-6/+6
|\
| * frv: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-142-6/+6
* | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-042-8/+9
|\ \
| * | arch/frv/kernel/setup.c: use strncmp() instead of memcmp()Chen Gang2013-07-041-1/+1
| * | arch/frv/kernel/traps.c: using vsnprintf() instead of vsprintf()Chen Gang2013-07-041-1/+1
| * | mm/frv: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-041-6/+7
| |/
* / frv: head.S - Remove commented-out initialization codeGeert Uytterhoeven2013-06-161-5/+0Star
|/
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-2/+1Star
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-11/+0Star
* frv: Use generic idle loopThomas Gleixner2013-04-081-22/+5Star
* frv: switch to generic old sigaction()Al Viro2013-02-041-32/+0Star
* frv: switch to generic old sigsuspendAl Viro2013-02-041-10/+0Star
* frv: switch to generic sigaltstackAl Viro2013-02-041-11/+2Star
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
* frv: properly use the declarations provided by <asm/sections.h>Geert Uytterhoeven2012-12-181-7/+5Star
* frv: fix use of extinct _sbss and _ebss in debug codeGeert Uytterhoeven2012-12-181-1/+1
* flagday: don't pass regs to copy_thread()Al Viro2012-11-291-1/+1
* frv: switch to generic fork/vfork/cloneAl Viro2012-11-291-40/+5Star
* frv: fix the broken preemptAl Viro2012-11-021-20/+3Star
* frv: switch to saner kernel_execve() semanticsAl Viro2012-11-021-5/+0Star
* FRV: Fix the new-style kernel_thread() stuffDavid Howells2012-11-021-2/+3
* FRV: Fix the preemption handlingDavid Howells2012-11-021-1/+1
* FRV: Fix const sections changeAndi Kleen2012-10-171-0/+2
* FRV: Fix incorrect symbol in copy_thread()David Howells2012-10-171-1/+1
* FRV: Fix VLIW packing constraint violation in entry.SDavid Howells2012-10-171-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-127-165/+38Star
|\
| * Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0Star
| * frv: no need to raise SIGTRAP in setup_frame()Al Viro2012-10-011-8/+0Star
| * frv: switch to generic kernel_thread()Al Viro2012-10-011-22/+19Star
| * frv: switch to generic kernel_execveAl Viro2012-10-013-34/+6Star
| * frv: switch to generic sys_execve()Al Viro2012-10-011-19/+0Star
| * frv: split ret_from_fork, simplify kernel_thread() a lotAl Viro2012-10-015-100/+32Star
* | frv: kill used but uninitialized variableGeert Uytterhoeven2012-10-051-10/+9Star
* | sections: fix section conflicts in arch/frvAndi Kleen2012-10-051-1/+1
* | frv: Add missing RCU idle APIs on idle loopFrederic Weisbecker2012-09-231-0/+3
|/
* arch: remove direct definitions of KERN_<LEVEL> usesJoe Perches2012-07-311-1/+1
* frv: Remove bogus closing parenthesisGeert Uytterhoeven2012-06-021-1/+1
* FRV: Optimise the system call exit path in entry.S [ver #2]David Howells2012-06-011-6/+7
* FRV: Shrink TIF_WORK_MASK [ver #2]David Howells2012-06-011-9/+3Star
* FRV: Prevent syscall exit tracing and notify_resume at end of kernel exceptionsDavid Howells2012-06-012-11/+3Star
* new helper: signal_delivered()Al Viro2012-06-011-2/+1Star
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-4/+0Star
* TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-011-1/+1
* 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-17/+7Star
* new helper: sigmask_to_save()Al Viro2012-06-011-7/+3Star
* new helper: restore_saved_sigmask()Al Viro2012-06-011-5/+1Star
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-241-34/+13Star
|\
| * frv: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-221-6/+6