summaryrefslogtreecommitdiffstats
path: root/arch/frv/kernel
Commit message (Expand)AuthorAgeFilesLines
* frv: Rewrite atomic implementationPeter Zijlstra2015-07-272-8/+3Star
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-152-17/+4Star
|\
| * frv: Remove signal translation and exec_domainRichard Weinberger2015-04-122-17/+4Star
* | whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro2015-04-121-4/+0Star
|/
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-132-2/+1Star
* frv: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-10-104-8/+6Star
* frv: remove unused cpuinfo_frv and friends to fix future build errorGeert Uytterhoeven2014-10-101-2/+0Star
* frv: Use sigsp()Richard Weinberger2014-08-061-13/+4Star
* frv: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-59/+40Star
* frv: delete __cpuinit usage from all frv filesPaul Gortmaker2013-07-151-1/+1
* 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