summaryrefslogtreecommitdiff
path: root/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2018-09-09sys: don't hold uts_sem while accessing userspace memoryJann Horn1-27/+24
2018-09-09osf_getdomainname(): use copy_to_user()Al Viro1-14/+9
2018-05-30locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugsAndrea Parri1-3/+18
2018-05-30locking/xchg/alpha: Add unconditional memory barrier to cmpxchg()Andrea Parri1-8/+7
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-21/+5
2018-03-24vgacon: Set VGA struct resource typesBjorn Helgaas1-0/+1
2018-02-17alpha: fix formating of stack contentMikulas Patocka1-4/+9
2018-02-17alpha: fix reboot on Avanti platformMikulas Patocka1-1/+2
2018-02-17alpha: fix crash if pthread_create races with signal deliveryMikulas Patocka1-1/+2
2017-09-07alpha: uapi: Add support for __SANE_USERSPACE_TYPES__Ben Hutchings2-2/+12
2017-05-25osf_wait4(): fix infoleakAl Viro1-2/+4
2017-01-06ptrace: Don't allow accessing an undumpable mmEric W. Biederman1-1/+1
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds1-3/+6
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes1-3/+6
2016-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-41/+7
2016-10-15Merge branch 'work.uaccess' into for-linusAl Viro3-41/+7
2016-10-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds41-131/+99
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
2016-10-08nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-10-08atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta1-1/+0
2016-09-16alpha: get rid of tail-zeroing in __copy_user()Al Viro3-41/+7
2016-09-10alpha: fix copy_from_user()Al Viro1-11/+8
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen1-0/+5
2016-08-08alpha: move exports to actual definitionsAl Viro41-131/+99
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds3-6/+2
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski3-9/+7
2016-08-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-28/+1
2016-08-03signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski1-27/+0
2016-08-03treewide: replace obsolete _refok by __refFabian Frederick1-1/+1
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+1
2016-07-27mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-72/+92
2016-07-18Kbuild: arch: look for generated headers in obtreeArnd Bergmann1-1/+1
2016-06-25tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-2/+2
2016-06-16locking/atomic, arch/alpha: Convert to _relaxed atomicsPeter Zijlstra1-12/+24
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic, arch/alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,o...Peter Zijlstra1-9/+56
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra1-2/+7
2016-06-08locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update()Jason Low1-42/+0
2016-06-08locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low1-13/+13
2016-06-04char/genrtc: remove alpha supportArnd Bergmann2-2/+0
2016-06-04rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hArnd Bergmann1-4/+2
2016-05-21lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng1-0/+1
2016-05-21exit_thread: remove empty bodiesJiri Slaby1-8/+0
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2016-05-18Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-1/+0
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2016-05-03give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro1-2/+2
2016-04-26alpha: remove ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij1-1/+0
2016-04-25alpha/PCI: Call iomem_is_exclusive() for IORESOURCE_MEM, but not IORESOURCE_IOBjorn Helgaas1-2/+2