summaryrefslogtreecommitdiff
path: root/arch/alpha
AgeCommit message (Expand)Author
2021-10-06alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatileGuenter Roeck
2021-08-15alpha: Send stop IPI to send to online CPUsPrarit Bhargava
2021-03-17alpha: switch __copy_user() and __do_clean_user() to normal calling conventionsAl Viro
2021-03-17alpha: Package string routines togetherRichard Henderson
2021-03-17alpha: make short build log available for division routinesMasahiro Yamada
2021-03-17alpha: merge build rules of division routinesMasahiro Yamada
2021-03-17alpha: add $(src)/ rather than $(obj)/ to make source file pathMasahiro Yamada
2020-08-26alpha: fix annotation of io{read,write}{16,32}be()Luc Van Oostenryck
2019-02-20alpha: Fix Eiger NR_IRQS to 128Meelis Roos
2019-02-20alpha: fix page fault handling for r16-r18 targetsSergei Trofimovich
2018-11-21arch/alpha, termios: implement BOTHER, IBSHIFT and termios2H. Peter Anvin (Intel)
2018-09-09sys: don't hold uts_sem while accessing userspace memoryJann Horn
2018-09-09osf_getdomainname(): use copy_to_user()Al Viro
2018-05-30locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugsAndrea Parri
2018-05-30locking/xchg/alpha: Add unconditional memory barrier to cmpxchg()Andrea Parri
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2018-03-24vgacon: Set VGA struct resource typesBjorn Helgaas
2018-02-17alpha: fix formating of stack contentMikulas Patocka
2018-02-17alpha: fix reboot on Avanti platformMikulas Patocka
2018-02-17alpha: fix crash if pthread_create races with signal deliveryMikulas Patocka
2017-09-07alpha: uapi: Add support for __SANE_USERSPACE_TYPES__Ben Hutchings
2017-05-25osf_wait4(): fix infoleakAl Viro
2017-01-06ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-14Merge branch 'work.uaccess' into for-linusAl Viro
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf
2016-10-07atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta
2016-09-15alpha: get rid of tail-zeroing in __copy_user()Al Viro
2016-09-09alpha: fix copy_from_user()Al Viro
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen
2016-08-07alpha: move exports to actual definitionsAl Viro
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-07-18Kbuild: arch: look for generated headers in obtreeArnd Bergmann
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko
2016-06-16locking/atomic, arch/alpha: Convert to _relaxed atomicsPeter Zijlstra
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra
2016-06-16locking/atomic, arch/alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,o...Peter Zijlstra
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra
2016-06-08locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update()Jason Low