aboutsummaryrefslogtreecommitdiff
path: root/arch/score
AgeCommit message (Expand)AuthorFilesLines
2013-01-03ARCH: drivers remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-3/+1
2012-12-20UAPI: (Scripted) Disintegrate arch/score/include/asmGravatar David Howells 35-80/+118
2012-12-19missing user_stack_pointer() instancesGravatar Al Viro 1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesGravatar Al Viro 2-3/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 7-157/+29
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 1-0/+1
2012-11-28flagday: don't pass regs to copy_thread()Gravatar Al Viro 1-2/+2
2012-11-28score: switch to generic fork/vfork/cloneGravatar Al Viro 6-58/+8
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Gravatar Al Viro 7-102/+24
2012-11-28score: do_sigaltstack() expects a userland pointer...Gravatar Al Viro 1-5/+2
2012-11-13tracing,x86: Add a TSC trace_clockGravatar David Sharp 1-0/+1
2012-10-15score: switch to generic sys_execve()Gravatar Al Viro 4-30/+1
2012-10-15score: switch to generic kernel_thread()/kernel_execve()Gravatar Al Viro 5-72/+23
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-15/+3
2012-10-12vfs: define struct filename and have getname() return itGravatar Jeff Layton 1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-4/+1
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Gravatar Linus Torvalds 1-0/+2
2012-10-07Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersGravatar Linus Torvalds 1-5/+0
2012-10-06cross-arch: don't corrupt personality flags upon exec()Gravatar Jiri Kosina 1-1/+1
2012-10-06score: select generic atomic64_t supportGravatar Fengguang Wu 1-0/+1
2012-10-06sections: fix section conflicts in arch/scoreGravatar Andi Kleen 1-0/+1
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Gravatar Arnd Bergmann 3-6/+6
2012-10-04UAPI: Fix the guards on various asm/unistd.h filesGravatar David Howells 1-5/+0
2012-10-03asm-generic: Add default clkdev.hGravatar Mark Brown 1-0/+2
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesGravatar David Howells 1-0/+3
2012-10-01sanitize tsk_is_polling()Gravatar Al Viro 1-3/+0
2012-10-01bury _TIF_RESTORE_SIGMASKGravatar Al Viro 1-1/+0
2012-10-01score: fix bogus restarts on sigreturn()Gravatar Al Viro 1-0/+1
2012-09-28Make most arch asm/module.h files use asm-generic/module.hGravatar David Howells 3-15/+3
2012-09-23score: Add missing RCU idle APIs on idle loopGravatar Frederic Weisbecker 1-1/+3
2012-06-01new helper: signal_delivered()Gravatar Al Viro 1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setGravatar Al Viro 1-3/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Gravatar Al Viro 1-19/+5
2012-06-01new helper: sigmask_to_save()Gravatar Al Viro 1-9/+3
2012-06-01new helper: restore_saved_sigmask()Gravatar Al Viro 1-4/+1
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+0
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+1
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Gravatar Al Viro 1-2/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-14/+15
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2012-05-21score: add handling of NOTIFY_RESUME to do_notify_resume()Gravatar Al Viro 1-1/+8
2012-05-21score: don't open-code force_sigsegv()Gravatar Al Viro 1-3/+1
2012-05-21score: ->restart_block.fn needs to be reset on rt_sigreturnGravatar Al Viro 1-0/+3
2012-05-21score: use set_current_blocked() and block_sigmask()Gravatar Matt Fleming 1-12/+3
2012-05-21score: don't mask signals if we fail to setup signal stackGravatar Matt Fleming 1-6/+8
2012-05-21timers: Fixup the Kconfig consolidation falloutGravatar Thomas Gleixner 1-1/+0
2012-05-21score: Use generic time configGravatar Anna-Maria Gleixner 1-3/+1
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Gravatar Suresh Siddha 1-1/+0