summaryrefslogtreecommitdiffstats
path: root/arch/alpha/lib
AgeCommit message (Expand)AuthorLines
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+2
2024-05-03alpha: missing includesAl Viro-0/+5
2024-05-03alpha: fix modversions for strcpy() et.al.Al Viro-14/+22
2024-04-25fix missing vmalloc.h includesKent Overstreet-0/+2
2023-12-10arch: turn off -Werror for architectures with known warningsArnd Bergmann-1/+0
2023-08-22alpha: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada-32/+32
2023-03-06alpha: fix lazy-FPU mis(merged/applied/whatnot)Al Viro-2/+2
2023-02-24alpha: lazy FPU switchingAl Viro-6/+37
2023-02-14alpha: Implement "current_stack_pointer"Kees Cook-1/+1
2022-04-29net: unexport csum_and_copy_{from,to}_userChristoph Hellwig-1/+0
2021-09-18alpha: move __udiv_qrnnd library function to arch/alpha/lib/Linus Torvalds-0/+166
2021-05-06alpha: csum_partial_copy.c: add function prototypes from <net/checksum.h>Randy Dunlap-0/+1
2020-08-20alpha: propagate the calling convention changes down to csum_partial_copy.c h...Al Viro-88/+69
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro-14/+11
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro-2/+2
2020-05-29alpha: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro-3/+3
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-1/+1
2018-06-12alpha: Remove custom dec_and_lock() implementationSebastian Andrzej Siewior-46/+0
2018-01-16alpha: extend memset16 to EV6 optimised routinesMichael Cree-6/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+48
2017-09-08alpha: add support for memset16Matthew Wilcox-5/+5
2017-08-29alpha: Fix typo in ev6-copy_user.SRichard Henderson-4/+5
2017-08-29alpha: Package string routines togetherRichard Henderson-6/+16
2017-05-10Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-8/+3
2017-05-03alpha: make short build log available for division routinesMasahiro Yamada-2/+2
2017-05-03alpha: merge build rules of division routinesMasahiro Yamada-7/+2
2017-05-03alpha: add $(src)/ rather than $(obj)/ to make source file pathMasahiro Yamada-4/+4
2017-03-28alpha: add a helper for emitting exception table entriesAl Viro-8/+2
2017-03-28alpha: switch __copy_user() and __do_clean_user() to normal calling conventionsAl Viro-196/+140
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-37/+2
2016-09-15alpha: get rid of tail-zeroing in __copy_user()Al Viro-37/+2
2016-08-07alpha: move exports to actual definitionsAl Viro-26/+92
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck-6/+2
2015-09-17alpha: lib: export __delaySudip Mukherjee-0/+1
2014-01-31alpha: fix broken network checksumMikulas Patocka-2/+7
2013-11-16alpha: Prevent a NULL ptr dereference in csum_partial_copy.Jay Estabrook-5/+5
2013-11-16alpha: Eliminate compiler warning from memset macroRichard Henderson-9/+14
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers-0/+5
2012-08-19alpha: Use new generic strncpy_from_user() and strnlen_user()Michael Cree-963/+0
2012-03-28Disintegrate asm/system.h for AlphaDavid Howells-1/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-3/+3
2011-01-17alpha: change to new Makefile flag variablesmatt mooney-2/+2
2008-01-28remove __attribute_used__Adrian Bunk-2/+1
2007-12-17alpha: strncpy/strncat fixesIvan Kokshaysky-15/+15
2007-10-20spelling fixes: arch/alpha/Simon Arlott-2/+2
2007-10-19remove asm/bitops.h includesJiri Slaby-1/+1
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg-1/+1
2007-07-17missing exports of csum_...Al Viro-0/+1