summaryrefslogtreecommitdiff
path: root/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2017-08-29alpha: uapi: Add support for __SANE_USERSPACE_TYPES__Ben Hutchings2-2/+12
2017-08-29alpha: Define ioremap_wcGuenter Roeck1-0/+1
2017-08-29alpha: Fix section mismatchesMatt Turner2-3/+3
2017-08-29alpha: support R_ALPHA_REFLONG relocations for module loadingMichael Cree1-0/+3
2017-08-29alpha: Fix typo in ev6-copy_user.SRichard Henderson2-4/+5
2017-08-29alpha: Package string routines togetherRichard Henderson1-6/+16
2017-08-29alpha: Update for new syscallsRichard Henderson3-1/+24
2017-08-29alpha: Fix build error without CONFIG_VGA_HOSE.Matt Turner2-0/+4
2017-07-17tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy1-1/+1
2017-07-07Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2017-07-07Merge branch 'misc.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-41/+40
2017-07-07Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+0
2017-07-06Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-39/+14
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2017-06-21net: introduce SO_PEERGROUPS getsockoptDavid Herrmann1-0/+2
2017-06-09tty: add TIOCGPTPEER ioctlAleksa Sarai1-0/+1
2017-05-27osf_sigstack(): switch to put_user()Al Viro1-3/+2
2017-05-27osf_sys.c: switch handling of timeval32/itimerval32 to copy_{to,from}_user()Al Viro1-24/+29
2017-05-27Merge branch 'work.sys_wait' into misc.alphaAl Viro1-37/+14
2017-05-27osf_getdomainname(): use copy_to_user()Al Viro1-14/+9
2017-05-27trim __ARCH_WANT_SYS_OLD_GETRLIMITAl Viro1-1/+0
2017-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-05-22net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.David S. Miller1-0/+2
2017-05-21osf_wait4: switch to kernel_wait4()Al Viro1-39/+14
2017-05-21osf_wait4(): fix infoleakAl Viro1-2/+4
2017-05-16kill strlen_user()Al Viro1-1/+0
2017-05-11Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-41/+0
2017-05-11Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-8/+3
2017-05-10uapi: export all headers under uapi directoriesNicolas Dichtel1-41/+0
2017-05-03alpha: make short build log available for division routinesMasahiro Yamada1-2/+2
2017-05-03alpha: merge build rules of division routinesMasahiro Yamada1-7/+2
2017-05-03alpha: add $(src)/ rather than $(obj)/ to make source file pathMasahiro Yamada1-4/+4
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+6
2017-05-02Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+3
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro1-1/+0
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro10-558/+317
2017-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-04-14time: Delete do_sys_setimeofday()Deepa Dinamani1-1/+3
2017-04-08New getsockopt option to get socket cookieChenbo Feng1-0/+2
2017-04-06alpha: fix stack smashing in old_adjtimex(2)Al Viro1-1/+1
2017-04-03alpha: fix stack smashing in old_adjtimex(2)Al Viro1-1/+1
2017-03-29alpha: switch to RAW_COPY_USERAl Viro2-27/+7
2017-03-29alpha: add a helper for emitting exception table entriesAl Viro4-186/+68
2017-03-29alpha: kill the 'segment' argument of __access_ok()Al Viro1-41/+41
2017-03-29alpha: don't bother with __access_ok() in traps.cAl Viro1-2/+2
2017-03-29alpha: get rid of 'segment' argument of __{get,put}_user_check()Al Viro1-6/+6
2017-03-29alpha: add asm/extable.hAl Viro2-51/+56
2017-03-29alpha: switch __copy_user() and __do_clean_user() to normal calling conventionsAl Viro5-252/+151
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-03-25net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala1-0/+2