summaryrefslogtreecommitdiffstats
path: root/arch/frv/kernel
AgeCommit message (Expand)AuthorLines
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro-17/+7
2012-06-01new helper: sigmask_to_save()Al Viro-7/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro-5/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro-2/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-34/+13
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-11/+0
2012-05-21frv: missing checks of __get_user()/__put_user() return valuesAl Viro-6/+6
2012-05-21frv: use set_current_blocked() and block_sigmask()Matt Fleming-17/+4
2012-05-21new helper: sigsuspend()Al Viro-11/+3
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha-11/+0
2012-05-05frv: Use generic init_taskThomas Gleixner-33/+1
2012-05-05frv: Use core allocator for task_structThomas Gleixner-10/+0
2012-05-05frv: Use correct size for task_struct allocationThomas Gleixner-7/+2
2012-03-28Disintegrate asm/system.h for FRVDavid Howells-10/+0
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner-3/+1
2011-10-31kgdb: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko-22/+22
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-07-26frv, exec: remove redundant set_fs(USER_DS)Mathias Krause-4/+1
2011-07-24modules: make arch's use default loader hooksJonas Bonn-54/+3
2011-05-28ns: Wire up the setns system callEric W. Biederman-0/+1
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-2/+2
2011-03-29FRV: Use generic show_interrupts()Thomas Gleixner-42/+3
2011-03-29FRV: Convert genirq namespaceThomas Gleixner-6/+7
2011-03-29frv: Select GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner-1/+2
2011-03-29frv: Convert cpu irq_chip to new functionsThomas Gleixner-13/+13
2011-03-29frv: Convert mb93493 irq_chip to new functionsThomas Gleixner-11/+11
2011-03-29frv: Convert mb93093 irq_chip to new functionThomas Gleixner-13/+13
2011-03-29frv: Convert mb93091 irq_chip to new functionsThomas Gleixner-13/+13
2011-03-29frv: Fix typo from __do_IRQ overhaulThomas Gleixner-1/+1
2011-03-29frv: Remove stale irq_chip.endThomas Gleixner-7/+0
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo-1/+1
2011-03-22mm: NUMA aware alloc_task_struct_node()Eric Dumazet-2/+3
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds-1/+1
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-12/+2
2011-03-11futex: Sanitize futex ops argument typesMichel Lespinasse-7/+7
2011-01-31frv: Switch do_timer() to xtime_update()Torben Hohn-12/+2
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-1/+0
2010-10-27ptrace: cleanup arch_ptrace() on frvNamhyung Kim-16/+13
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim-1/+2
2010-09-20frv: double syscall restarts, syscall restart in sigreturn()Al Viro-1/+3
2010-09-20frv: handling of restart into restart_syscall is fsckedAl Viro-1/+1
2010-09-20frv: avoid infinite loop of SIGSEGV deliveryAl Viro-2/+2
2010-09-20frv: fix address verification holes in setup_frame/setup_rt_frameAl Viro-16/+22
2010-09-20frv: restart_block.fn needs to be reset on sigreturnAl Viro-0/+3
2010-08-17Make do_execve() take a const filename pointerDavid Howells-2/+3
2010-08-13Mark arguments to certain syscalls as being constDavid Howells-1/+2
2010-06-18Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar-9/+15