| Commit message (Expand) | Author | Age | Files | Lines |
* | alpha: math-emu: Fix modular build | Ben Hutchings | 2017-09-04 | 2 | -0/+3 |
* | alpha: Restore symbol versions for symbols exported from assembly | Ben Hutchings | 2017-09-04 | 1 | -0/+18 |
* | alpha: defconfig: Cleanup from old Kconfig options | Krzysztof Kozlowski | 2017-09-04 | 1 | -2/+0 |
* | alpha: use kobj_to_dev() | Geliang Tang | 2017-09-04 | 1 | -2/+1 |
* | alpha: squash lines for immediate return | Masahiro Yamada | 2017-09-04 | 3 | -15/+4 |
* | alpha: kernel: Use vma_pages() | Shyam Saini | 2017-09-04 | 1 | -2/+2 |
* | alpha: silence a buffer overflow warning | Dan Carpenter | 2017-09-04 | 1 | -2/+3 |
* | alpha: marvel: make use of raw_spinlock variants | Julia Cartwright | 2017-09-04 | 3 | -8/+8 |
* | alpha: cleanup: remove __NR_sys_epoll_*, leave __NR_epoll_* | Sergei Trofimovich | 2017-09-04 | 1 | -5/+0 |
* | alpha: use generic fb.h | Tobias Klauser | 2017-09-04 | 2 | -13/+1 |
* | alpha: uapi: Add support for __SANE_USERSPACE_TYPES__ | Ben Hutchings | 2017-08-29 | 2 | -2/+12 |
* | alpha: Define ioremap_wc | Guenter Roeck | 2017-08-29 | 1 | -0/+1 |
* | alpha: Fix section mismatches | Matt Turner | 2017-08-29 | 2 | -3/+3 |
* | alpha: support R_ALPHA_REFLONG relocations for module loading | Michael Cree | 2017-08-29 | 1 | -0/+3 |
* | alpha: Fix typo in ev6-copy_user.S | Richard Henderson | 2017-08-29 | 2 | -4/+5 |
* | alpha: Package string routines together | Richard Henderson | 2017-08-29 | 1 | -6/+16 |
* | alpha: Update for new syscalls | Richard Henderson | 2017-08-29 | 3 | -1/+24 |
* | alpha: Fix build error without CONFIG_VGA_HOSE. | Matt Turner | 2017-08-29 | 2 | -0/+4 |
* | tty: Fix TIOCGPTPEER ioctl definition | Gleb Fotengauer-Malinovskiy | 2017-07-17 | 1 | -1/+1 |
* | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-07 | 1 | -1/+0 |
|\ |
|
| * | kill strlen_user() | Al Viro | 2017-05-16 | 1 | -1/+0 |
* | | Merge branch 'misc.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2017-07-07 | 1 | -41/+40 |
|\ \ |
|
| * | | osf_sigstack(): switch to put_user() | Al Viro | 2017-05-27 | 1 | -3/+2 |
| * | | osf_sys.c: switch handling of timeval32/itimerval32 to copy_{to,from}_user() | Al Viro | 2017-05-27 | 1 | -24/+29 |
| * | | Merge branch 'work.sys_wait' into misc.alpha | Al Viro | 2017-05-27 | 1 | -37/+14 |
| |\ \ |
|
| * | | | osf_getdomainname(): use copy_to_user() | Al Viro | 2017-05-27 | 1 | -14/+9 |
| | |/
| |/| |
|
* | | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2017-07-07 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | trim __ARCH_WANT_SYS_OLD_GETRLIMIT | Al Viro | 2017-05-27 | 1 | -1/+0 |
| |/ / |
|
* | | | Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-07-05 | 1 | -39/+14 |
|\ \ \
| | |/
| |/| |
|
| * | | osf_wait4: switch to kernel_wait4() | Al Viro | 2017-05-21 | 1 | -39/+14 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-07-05 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | net: introduce SO_PEERGROUPS getsockopt | David Herrmann | 2017-06-21 | 1 | -0/+2 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-05-23 | 1 | -2/+4 |
| |\| | |
|
| * | | | net: Define SCM_TIMESTAMPING_PKTINFO on all architectures. | David S. Miller | 2017-05-22 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | tty: add TIOCGPTPEER ioctl | Aleksa Sarai | 2017-06-09 | 1 | -0/+1 |
| |/
|/| |
|
* | | osf_wait4(): fix infoleak | Al Viro | 2017-05-21 | 1 | -2/+4 |
|/ |
|
* | Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-05-11 | 1 | -41/+0 |
|\ |
|
| * | uapi: export all headers under uapi directories | Nicolas Dichtel | 2017-05-10 | 1 | -41/+0 |
* | | Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2017-05-11 | 1 | -8/+3 |
|\ \
| |/
|/| |
|
| * | alpha: make short build log available for division routines | Masahiro Yamada | 2017-05-03 | 1 | -2/+2 |
| * | alpha: merge build rules of division routines | Masahiro Yamada | 2017-05-03 | 1 | -7/+2 |
| * | alpha: add $(src)/ rather than $(obj)/ to make source file path | Masahiro Yamada | 2017-05-03 | 1 | -4/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-05-03 | 1 | -0/+6 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-16 | 1 | -1/+1 |
| |\ \ |
|
| | * | | alpha: fix stack smashing in old_adjtimex(2) | Al Viro | 2017-04-03 | 1 | -1/+1 |
| | |/ |
|
| * | | New getsockopt option to get socket cookie | Chenbo Feng | 2017-04-08 | 1 | -0/+2 |
| * | | net: Introduce SO_INCOMING_NAPI_ID | Sridhar Samudrala | 2017-03-25 | 1 | -0/+2 |
| * | | sock: introduce SO_MEMINFO getsockopt | Josh Hunt | 2017-03-22 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-05-02 | 1 | -1/+3 |
|\ \ |
|
| * | | time: Delete do_sys_setimeofday() | Deepa Dinamani | 2017-04-14 | 1 | -1/+3 |
| |/ |
|