summaryrefslogtreecommitdiffstats
path: root/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* alpha: uapi: Add support for __SANE_USERSPACE_TYPES__Ben Hutchings2017-08-292-2/+12
* alpha: Define ioremap_wcGuenter Roeck2017-08-291-0/+1
* alpha: Fix section mismatchesMatt Turner2017-08-292-3/+3
* alpha: support R_ALPHA_REFLONG relocations for module loadingMichael Cree2017-08-291-0/+3
* alpha: Fix typo in ev6-copy_user.SRichard Henderson2017-08-292-4/+5
* alpha: Package string routines togetherRichard Henderson2017-08-291-6/+16
* alpha: Update for new syscallsRichard Henderson2017-08-293-1/+24
* alpha: Fix build error without CONFIG_VGA_HOSE.Matt Turner2017-08-292-0/+4
* tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy2017-07-171-1/+1
* Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-061-1/+0
|\
| * kill strlen_user()Al Viro2017-05-151-1/+0
* | Merge branch 'misc.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-061-41/+40
|\ \
| * | osf_sigstack(): switch to put_user()Al Viro2017-05-271-3/+2
| * | osf_sys.c: switch handling of timeval32/itimerval32 to copy_{to,from}_user()Al Viro2017-05-271-24/+29
| * | Merge branch 'work.sys_wait' into misc.alphaAl Viro2017-05-271-37/+14
| |\ \
| * | | osf_getdomainname(): use copy_to_user()Al Viro2017-05-271-14/+9
| | |/ | |/|
* | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-061-1/+0
|\ \ \
| * | | trim __ARCH_WANT_SYS_OLD_GETRLIMITAl Viro2017-05-271-1/+0
| |/ /
* | | Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-051-39/+14
|\ \ \ | | |/ | |/|
| * | osf_wait4: switch to kernel_wait4()Al Viro2017-05-211-39/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-0/+4
|\ \ \
| * | | net: introduce SO_PEERGROUPS getsockoptDavid Herrmann2017-06-211-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-221-2/+4
| |\ \ \ | | |/ /
| * | | net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.David S. Miller2017-05-211-0/+2
| | |/ | |/|
* | | tty: add TIOCGPTPEER ioctlAleksa Sarai2017-06-091-0/+1
| |/ |/|
* | osf_wait4(): fix infoleakAl Viro2017-05-211-2/+4
|/
* Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-101-41/+0
|\
| * uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-111-41/+0
* | Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-05-101-8/+3
|\ \ | |/ |/|
| * alpha: make short build log available for division routinesMasahiro Yamada2017-05-031-2/+2
| * alpha: merge build rules of division routinesMasahiro Yamada2017-05-031-7/+2
| * alpha: add $(src)/ rather than $(obj)/ to make source file pathMasahiro Yamada2017-05-031-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-0/+6
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-151-1/+1
| |\ \
| | * | alpha: fix stack smashing in old_adjtimex(2)Al Viro2017-04-031-1/+1
| | |/
| * | New getsockopt option to get socket cookieChenbo Feng2017-04-081-0/+2
| * | net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala2017-03-241-0/+2
| * | sock: introduce SO_MEMINFO getsockoptJosh Hunt2017-03-221-0/+2
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-011-1/+3
|\ \
| * | time: Delete do_sys_setimeofday()Deepa Dinamani2017-04-141-1/+3
| |/
* | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-1/+0
| |
| \
*-. \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-2610-558/+317
|\ \ \
| * | | alpha: switch to RAW_COPY_USERAl Viro2017-03-282-27/+7
| * | | alpha: add a helper for emitting exception table entriesAl Viro2017-03-284-186/+68
| * | | alpha: kill the 'segment' argument of __access_ok()Al Viro2017-03-281-41/+41
| * | | alpha: don't bother with __access_ok() in traps.cAl Viro2017-03-281-2/+2
| * | | alpha: get rid of 'segment' argument of __{get,put}_user_check()Al Viro2017-03-281-6/+6
| * | | alpha: add asm/extable.hAl Viro2017-03-282-51/+56
| * | | alpha: switch __copy_user() and __do_clean_user() to normal calling conventionsAl Viro2017-03-285-252/+151
| |/ /
| * | new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
OpenPOWER on IntegriCloud