aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha/include
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.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+0
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-27trim __ARCH_WANT_SYS_OLD_GETRLIMITGravatar Al Viro 1-1/+0
2017-05-21net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.Gravatar David S. Miller 1-0/+2
2017-05-15kill strlen_user()Gravatar Al Viro 1-1/+0
2017-05-11uapi: export all headers under uapi directoriesGravatar Nicolas Dichtel 1-41/+0
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+6
2017-04-08New getsockopt option to get socket cookieGravatar Chenbo Feng 1-0/+2
2017-03-28alpha: switch to RAW_COPY_USERGravatar Al Viro 1-27/+6
2017-03-28alpha: add a helper for emitting exception table entriesGravatar Al Viro 2-70/+26
2017-03-28alpha: kill the 'segment' argument of __access_ok()Gravatar Al Viro 1-41/+41
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 1-56/+11
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-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 2-0/+3
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hGravatar Luis R. Rodriguez 1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2017-02-24alpha: use generic current.hGravatar Davidlohr Bueso 2-9/+1
2017-02-01sched/cputime: Remove generic asm headersGravatar Frederic Weisbecker 1-1/+0
2017-01-24treewide: Consolidate get_dma_ops() implementationsGravatar Bart Van Assche 1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresGravatar Bart Van Assche 1-2/+2
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-10/+0
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGGravatar Francis Yan 1-0/+2
2016-11-17locking/core: Provide common cpu_relax_yield() definitionGravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Gravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Gravatar Christian Borntraeger 1-0/+1
2016-10-25locking/mutex: Kill arch specific codeGravatar Peter Zijlstra 1-9/+0
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+5
2016-10-14Merge branch 'work.uaccess' into for-linusGravatar Al Viro 1-4/+5
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+1
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+5
2016-09-15alpha: get rid of tail-zeroing in __copy_user()Gravatar Al Viro 1-4/+5
2016-09-09alpha: fix copy_from_user()Gravatar Al Viro 1-11/+8
2016-09-09x86/pkeys: Allocation/free syscallsGravatar Dave Hansen 1-0/+5
2016-08-07alpha: move exports to actual definitionsGravatar Al Viro 1-0/+1
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-1/+0
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-2/+0
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeGravatar Andy Lutomirski 1-27/+0
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-72/+92
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IGravatar Michal Hocko 1-2/+2
2016-06-16locking/atomic, arch/alpha: Convert to _relaxed atomicsGravatar Peter Zijlstra 1-12/+24
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Gravatar Peter Zijlstra 1-2/+0