aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2017-07-06Merge branch 'misc.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-41/+40
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+0
2017-07-05Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-39/+14
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+4
2017-06-21net: introduce SO_PEERGROUPS getsockoptGravatar David Herrmann 1-0/+2
2017-06-09tty: add TIOCGPTPEER ioctlGravatar Aleksa Sarai 1-0/+1
2017-05-27osf_sigstack(): switch to put_user()Gravatar Al Viro 1-3/+2
2017-05-27osf_sys.c: switch handling of timeval32/itimerval32 to copy_{to,from}_user()Gravatar Al Viro 1-24/+29
2017-05-27Merge branch 'work.sys_wait' into misc.alphaGravatar Al Viro 1-37/+14
2017-05-27osf_getdomainname(): use copy_to_user()Gravatar Al Viro 1-14/+9
2017-05-27trim __ARCH_WANT_SYS_OLD_GETRLIMITGravatar Al Viro 1-1/+0
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+4
2017-05-21net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.Gravatar David S. Miller 1-0/+2
2017-05-21osf_wait4: switch to kernel_wait4()Gravatar Al Viro 1-39/+14
2017-05-21osf_wait4(): fix infoleakGravatar Al Viro 1-2/+4
2017-05-15kill strlen_user()Gravatar Al Viro 1-1/+0
2017-05-10Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-41/+0
2017-05-10Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-8/+3
2017-05-11uapi: export all headers under uapi directoriesGravatar Nicolas Dichtel 1-41/+0
2017-05-03alpha: make short build log available for division routinesGravatar Masahiro Yamada 1-2/+2
2017-05-03alpha: merge build rules of division routinesGravatar Masahiro Yamada 1-7/+2
2017-05-03alpha: add $(src)/ rather than $(obj)/ to make source file pathGravatar Masahiro Yamada 1-4/+4
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+6
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+3
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowGravatar Al Viro 1-1/+0
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Gravatar Al Viro 10-558/+317
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2017-04-14time: Delete do_sys_setimeofday()Gravatar Deepa Dinamani 1-1/+3
2017-04-08New getsockopt option to get socket cookieGravatar Chenbo Feng 1-0/+2
2017-04-06alpha: fix stack smashing in old_adjtimex(2)Gravatar Al Viro 1-1/+1
2017-04-03alpha: fix stack smashing in old_adjtimex(2)Gravatar Al Viro 1-1/+1
2017-03-28alpha: switch to RAW_COPY_USERGravatar Al Viro 2-27/+7
2017-03-28alpha: add a helper for emitting exception table entriesGravatar Al Viro 4-186/+68
2017-03-28alpha: kill the 'segment' argument of __access_ok()Gravatar Al Viro 1-41/+41
2017-03-28alpha: don't bother with __access_ok() in traps.cGravatar Al Viro 1-2/+2
2017-03-28alpha: get rid of 'segment' argument of __{get,put}_user_check()Gravatar Al Viro 1-6/+6
2017-03-28alpha: add asm/extable.hGravatar Al Viro 2-51/+56
2017-03-28alpha: switch __copy_user() and __do_clean_user() to normal calling conventionsGravatar Al Viro 5-252/+151
2017-03-28new helper: uaccess_kernel()Gravatar Al Viro 1-1/+1
2017-03-24net: Introduce SO_INCOMING_NAPI_IDGravatar Sridhar Samudrala 1-0/+2
2017-03-22sock: introduce SO_MEMINFO getsockoptGravatar Josh Hunt 1-0/+2
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hGravatar Al Viro 1-4/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hGravatar Al Viro 1-3/+0
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 2-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 4-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2