summaryrefslogtreecommitdiffstats
path: root/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* alpha: switch __copy_user() and __do_clean_user() to normal calling conventionsAl Viro2021-03-175-252/+151
* alpha: Package string routines togetherRichard Henderson2021-03-171-6/+16
* alpha: make short build log available for division routinesMasahiro Yamada2021-03-171-2/+2
* alpha: merge build rules of division routinesMasahiro Yamada2021-03-171-7/+2
* alpha: add $(src)/ rather than $(obj)/ to make source file pathMasahiro Yamada2021-03-171-4/+4
* alpha: fix annotation of io{read,write}{16,32}be()Luc Van Oostenryck2020-08-261-4/+4
* alpha: Fix Eiger NR_IRQS to 128Meelis Roos2019-02-201-3/+3
* alpha: fix page fault handling for r16-r18 targetsSergei Trofimovich2019-02-201-1/+1
* arch/alpha, termios: implement BOTHER, IBSHIFT and termios2H. Peter Anvin (Intel)2018-11-213-1/+29
* sys: don't hold uts_sem while accessing userspace memoryJann Horn2018-09-091-27/+24
* osf_getdomainname(): use copy_to_user()Al Viro2018-09-091-14/+9
* locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugsAndrea Parri2018-05-301-3/+18
* locking/xchg/alpha: Add unconditional memory barrier to cmpxchg()Andrea Parri2018-05-301-8/+7
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2018-05-191-21/+5
* vgacon: Set VGA struct resource typesBjorn Helgaas2018-03-241-0/+1
* alpha: fix formating of stack contentMikulas Patocka2018-02-171-4/+9
* alpha: fix reboot on Avanti platformMikulas Patocka2018-02-171-1/+2
* alpha: fix crash if pthread_create races with signal deliveryMikulas Patocka2018-02-171-1/+2
* alpha: uapi: Add support for __SANE_USERSPACE_TYPES__Ben Hutchings2017-09-072-2/+12
* osf_wait4(): fix infoleakAl Viro2017-05-251-2/+4
* ptrace: Don't allow accessing an undumpable mmEric W. Biederman2017-01-061-1/+1
* Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-191-3/+6
|\
| * mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-3/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-143-41/+7
|\ \
| * \ Merge branch 'work.uaccess' into for-linusAl Viro2016-10-143-41/+7
| |\ \ | | |/ | |/|
| | * alpha: get rid of tail-zeroing in __copy_user()Al Viro2016-09-153-41/+7
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-1441-131/+99
|\ \ \ | |/ / |/| |
| * | alpha: move exports to actual definitionsAl Viro2016-08-0741-131/+99
* | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-101-0/+5
|\ \ \
| * | | x86/pkeys: Allocation/free syscallsDave Hansen2016-09-091-0/+5
| |/ /
* | | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+1
* | | atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta2016-10-071-1/+0
| |/ |/|
* | alpha: fix copy_from_user()Al Viro2016-09-091-11/+8
|/
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-053-6/+2
|\
| * char/genrtc: remove alpha supportArnd Bergmann2016-06-042-2/+0
| * rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hArnd Bergmann2016-06-041-4/+2
* | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-043-9/+7
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-022-28/+1
|\ \
| * | signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-08-021-27/+0
| * | treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-021-1/+1
|\ \ \ | |/ / |/| |
| * | Kbuild: arch: look for generated headers in obtreeArnd Bergmann2016-07-181-1/+1
| |/
* | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-253-72/+92
|\ \
| * | locking/atomic, arch/alpha: Convert to _relaxed atomicsPeter Zijlstra2016-06-161-12/+24
| * | locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2016-06-161-2/+0
| * | locking/atomic, arch/alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,o...Peter Zijlstra2016-06-161-9/+56
| * | locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra2016-06-141-2/+7
| * | locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update()Jason Low2016-06-081-42/+0
| * | locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low2016-06-081-13/+13
| |/