| Commit message (Expand) | Author | Age | Files | Lines |
* | alpha: switch __copy_user() and __do_clean_user() to normal calling conventions | Al Viro | 2021-03-17 | 5 | -252/+151 |
* | alpha: Package string routines together | Richard Henderson | 2021-03-17 | 1 | -6/+16 |
* | alpha: make short build log available for division routines | Masahiro Yamada | 2021-03-17 | 1 | -2/+2 |
* | alpha: merge build rules of division routines | Masahiro Yamada | 2021-03-17 | 1 | -7/+2 |
* | alpha: add $(src)/ rather than $(obj)/ to make source file path | Masahiro Yamada | 2021-03-17 | 1 | -4/+4 |
* | alpha: fix annotation of io{read,write}{16,32}be() | Luc Van Oostenryck | 2020-08-26 | 1 | -4/+4 |
* | alpha: Fix Eiger NR_IRQS to 128 | Meelis Roos | 2019-02-20 | 1 | -3/+3 |
* | alpha: fix page fault handling for r16-r18 targets | Sergei Trofimovich | 2019-02-20 | 1 | -1/+1 |
* | arch/alpha, termios: implement BOTHER, IBSHIFT and termios2 | H. Peter Anvin (Intel) | 2018-11-21 | 3 | -1/+29 |
* | sys: don't hold uts_sem while accessing userspace memory | Jann Horn | 2018-09-09 | 1 | -27/+24 |
* | osf_getdomainname(): use copy_to_user() | Al Viro | 2018-09-09 | 1 | -14/+9 |
* | locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugs | Andrea Parri | 2018-05-30 | 1 | -3/+18 |
* | locking/xchg/alpha: Add unconditional memory barrier to cmpxchg() | Andrea Parri | 2018-05-30 | 1 | -8/+7 |
* | futex: Remove duplicated code and fix undefined behaviour | Jiri Slaby | 2018-05-19 | 1 | -21/+5 |
* | vgacon: Set VGA struct resource types | Bjorn Helgaas | 2018-03-24 | 1 | -0/+1 |
* | alpha: fix formating of stack content | Mikulas Patocka | 2018-02-17 | 1 | -4/+9 |
* | alpha: fix reboot on Avanti platform | Mikulas Patocka | 2018-02-17 | 1 | -1/+2 |
* | alpha: fix crash if pthread_create races with signal delivery | Mikulas Patocka | 2018-02-17 | 1 | -1/+2 |
* | alpha: uapi: Add support for __SANE_USERSPACE_TYPES__ | Ben Hutchings | 2017-09-07 | 2 | -2/+12 |
* | osf_wait4(): fix infoleak | Al Viro | 2017-05-25 | 1 | -2/+4 |
* | ptrace: Don't allow accessing an undumpable mm | Eric W. Biederman | 2017-01-06 | 1 | -1/+1 |
* | Merge branch 'gup_flag-cleanups' | Linus Torvalds | 2016-10-19 | 1 | -3/+6 |
|\ |
|
| * | mm: replace access_process_vm() write parameter with gup_flags | Lorenzo Stoakes | 2016-10-19 | 1 | -3/+6 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-14 | 3 | -41/+7 |
|\ \ |
|
| * \ | Merge branch 'work.uaccess' into for-linus | Al Viro | 2016-10-14 | 3 | -41/+7 |
| |\ \
| | |/
| |/| |
|
| | * | alpha: get rid of tail-zeroing in __copy_user() | Al Viro | 2016-09-15 | 3 | -41/+7 |
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2016-10-14 | 41 | -131/+99 |
|\ \ \
| |/ /
|/| | |
|
| * | | alpha: move exports to actual definitions | Al Viro | 2016-08-07 | 41 | -131/+99 |
* | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-10 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | x86/pkeys: Allocation/free syscalls | Dave Hansen | 2016-09-09 | 1 | -0/+5 |
| |/ / |
|
* | | | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 2016-10-07 | 1 | -0/+1 |
* | | | atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE | Vineet Gupta | 2016-10-07 | 1 | -1/+0 |
| |/
|/| |
|
* | | alpha: fix copy_from_user() | Al Viro | 2016-09-09 | 1 | -11/+8 |
|/ |
|
* | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 2016-08-05 | 3 | -6/+2 |
|\ |
|
| * | char/genrtc: remove alpha support | Arnd Bergmann | 2016-06-04 | 2 | -2/+0 |
| * | rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h | Arnd Bergmann | 2016-06-04 | 1 | -4/+2 |
* | | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 3 | -9/+7 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-08-02 | 2 | -28/+1 |
|\ \ |
|
| * | | signal: consolidate {TS,TLF}_RESTORE_SIGMASK code | Andy Lutomirski | 2016-08-02 | 1 | -27/+0 |
| * | | treewide: replace obsolete _refok by __ref | Fabian Frederick | 2016-08-02 | 1 | -1/+1 |
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2016-08-02 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Kbuild: arch: look for generated headers in obtree | Arnd Bergmann | 2016-07-18 | 1 | -1/+1 |
| |/ |
|
* | | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 2016-07-26 | 1 | -1/+1 |
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-07-25 | 3 | -72/+92 |
|\ \ |
|
| * | | locking/atomic, arch/alpha: Convert to _relaxed atomics | Peter Zijlstra | 2016-06-16 | 1 | -12/+24 |
| * | | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 2016-06-16 | 1 | -2/+0 |
| * | | locking/atomic, arch/alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,o... | Peter Zijlstra | 2016-06-16 | 1 | -9/+56 |
| * | | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 2016-06-14 | 1 | -2/+7 |
| * | | locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update() | Jason Low | 2016-06-08 | 1 | -42/+0 |
| * | | locking/rwsem: Convert sem->count to 'atomic_long_t' | Jason Low | 2016-06-08 | 1 | -13/+13 |
| |/ |
|