aboutsummaryrefslogtreecommitdiff
path: root/arch/frv/kernel
AgeCommit message (Expand)Author
2013-02-03frv: switch to generic old sigaction()Al Viro
2013-02-03frv: switch to generic old sigsuspendAl Viro
2013-02-03frv: switch to generic sigaltstackAl Viro
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman
2012-12-17frv: properly use the declarations provided by <asm/sections.h>Geert Uytterhoeven
2012-12-17frv: fix use of extinct _sbss and _ebss in debug codeGeert Uytterhoeven
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28frv: switch to generic fork/vfork/cloneAl Viro
2012-11-02frv: fix the broken preemptAl Viro
2012-11-02frv: switch to saner kernel_execve() semanticsAl Viro
2012-11-02FRV: Fix the new-style kernel_thread() stuffDavid Howells
2012-11-02FRV: Fix the preemption handlingDavid Howells
2012-10-16FRV: Fix const sections changeAndi Kleen
2012-10-16FRV: Fix incorrect symbol in copy_thread()David Howells
2012-10-16FRV: Fix VLIW packing constraint violation in entry.SDavid Howells
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-06frv: kill used but uninitialized variableGeert Uytterhoeven
2012-10-06sections: fix section conflicts in arch/frvAndi Kleen
2012-10-01Uninclude linux/freezer.hRichard Weinberger
2012-10-01frv: no need to raise SIGTRAP in setup_frame()Al Viro
2012-10-01frv: switch to generic kernel_thread()Al Viro
2012-10-01frv: switch to generic kernel_execveAl Viro
2012-10-01frv: switch to generic sys_execve()Al Viro
2012-10-01frv: split ret_from_fork, simplify kernel_thread() a lotAl Viro
2012-09-23frv: Add missing RCU idle APIs on idle loopFrederic Weisbecker
2012-07-30arch: remove direct definitions of KERN_<LEVEL> usesJoe Perches
2012-06-02frv: Remove bogus closing parenthesisGeert Uytterhoeven
2012-06-01FRV: Optimise the system call exit path in entry.S [ver #2]David Howells
2012-06-01FRV: Shrink TIF_WORK_MASK [ver #2]David Howells
2012-06-01FRV: Prevent syscall exit tracing and notify_resume at end of kernel exceptionsDavid Howells
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro
2012-06-01don't call try_to_freeze() from do_signal()Al Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-05-21frv: missing checks of __get_user()/__put_user() return valuesAl Viro
2012-05-21frv: use set_current_blocked() and block_sigmask()Matt Fleming
2012-05-21new helper: sigsuspend()Al Viro
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha
2012-05-05frv: Use generic init_taskThomas Gleixner
2012-05-05frv: Use core allocator for task_structThomas Gleixner
2012-05-05frv: Use correct size for task_struct allocationThomas Gleixner
2012-03-28Disintegrate asm/system.h for FRVDavid Howells
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner
2011-10-31kgdb: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko