aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-17tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy1-1/+1
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
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-27trim __ARCH_WANT_SYS_OLD_GETRLIMITAl Viro1-1/+0
2017-05-21net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.David S. Miller1-0/+2
2017-05-15kill strlen_user()Al Viro1-1/+0
2017-05-11uapi: export all headers under uapi directoriesNicolas Dichtel1-41/+0
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+6
2017-04-08New getsockopt option to get socket cookieChenbo Feng1-0/+2
2017-03-28alpha: switch to RAW_COPY_USERAl Viro1-27/+6
2017-03-28alpha: add a helper for emitting exception table entriesAl Viro2-70/+26
2017-03-28alpha: kill the 'segment' argument of __access_ok()Al Viro1-41/+41
2017-03-28alpha: get rid of 'segment' argument of __{get,put}_user_check()Al Viro1-6/+6
2017-03-28alpha: add asm/extable.hAl Viro2-51/+56
2017-03-28alpha: switch __copy_user() and __do_clean_user() to normal calling conventionsAl Viro1-56/+11
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-03-24net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala1-0/+2
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt1-0/+2
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-4/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar2-0/+3
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+2
2017-02-24alpha: use generic current.hDavidlohr Bueso2-9/+1
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker1-1/+0
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+0
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan1-0/+2
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger1-0/+1
2016-10-25locking/mutex: Kill arch specific codePeter Zijlstra1-9/+0
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+5
2016-10-14Merge branch 'work.uaccess' into for-linusAl Viro1-4/+5
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+1
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2016-09-15alpha: get rid of tail-zeroing in __copy_user()Al Viro1-4/+5
2016-09-09alpha: fix copy_from_user()Al Viro1-11/+8
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen1-0/+5
2016-08-07alpha: move exports to actual definitionsAl Viro1-0/+1
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-1/+0
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-2/+0
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski1-27/+0
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-72/+92
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-2/+2
2016-06-16locking/atomic, arch/alpha: Convert to _relaxed atomicsPeter Zijlstra1-12/+24