aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha/lib
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-06-12alpha: Remove custom dec_and_lock() implementationGravatar Sebastian Andrzej Siewior 2-46/+0
2018-01-16alpha: extend memset16 to EV6 optimised routinesGravatar Michael Cree 1-6/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 48-0/+48
2017-09-08alpha: add support for memset16Gravatar Matthew Wilcox 1-5/+5
2017-08-29alpha: Fix typo in ev6-copy_user.SGravatar Richard Henderson 2-4/+5
2017-08-29alpha: Package string routines togetherGravatar Richard Henderson 1-6/+16
2017-05-10Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-8/+3
2017-05-03alpha: make short build log available for division routinesGravatar Masahiro Yamada 1-2/+2
2017-05-03alpha: merge build rules of division routinesGravatar Masahiro Yamada 1-7/+2
2017-05-03alpha: add $(src)/ rather than $(obj)/ to make source file pathGravatar Masahiro Yamada 1-4/+4
2017-03-28alpha: add a helper for emitting exception table entriesGravatar Al Viro 1-8/+2
2017-03-28alpha: switch __copy_user() and __do_clean_user() to normal calling conventionsGravatar Al Viro 4-196/+140
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-37/+2
2016-09-15alpha: get rid of tail-zeroing in __copy_user()Gravatar Al Viro 2-37/+2
2016-08-07alpha: move exports to actual definitionsGravatar Al Viro 36-26/+92
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesGravatar Alexander Duyck 1-6/+2
2015-09-17alpha: lib: export __delayGravatar Sudip Mukherjee 1-0/+1
2014-01-31alpha: fix broken network checksumGravatar Mikulas Patocka 1-2/+7
2013-11-16alpha: Prevent a NULL ptr dereference in csum_partial_copy.Gravatar Jay Estabrook 1-5/+5
2013-11-16alpha: Eliminate compiler warning from memset macroGravatar Richard Henderson 2-9/+14
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Gravatar Mathieu Desnoyers 1-0/+5
2012-08-19alpha: Use new generic strncpy_from_user() and strnlen_user()Gravatar Michael Cree 5-963/+0
2012-03-28Disintegrate asm/system.h for AlphaGravatar David Howells 1-1/+0
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 3-3/+3
2011-01-17alpha: change to new Makefile flag variablesGravatar matt mooney 1-2/+2
2008-01-28remove __attribute_used__Gravatar Adrian Bunk 1-2/+1
2007-12-17alpha: strncpy/strncat fixesGravatar Ivan Kokshaysky 3-15/+15
2007-10-20spelling fixes: arch/alpha/Gravatar Simon Arlott 2-2/+2
2007-10-19remove asm/bitops.h includesGravatar Jiri Slaby 1-1/+1
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCGravatar Sam Ravnborg 1-1/+1
2007-07-17missing exports of csum_...Gravatar Al Viro 1-0/+1
2007-06-24alpha: fix alignment problem in csum_ipv6_magic()Gravatar Ivan Kokshaysky 2-23/+70
2007-05-30alpha: cleanup in bitops.hGravatar Richard Henderson 2-1/+40
2007-04-26[STRING]: Move strcasecmp/strncasecmp to lib/string.cGravatar David S. Miller 2-27/+0
2006-12-02[NET]: Alpha checksum annotations and cleanups.Gravatar Al Viro 2-42/+26
2006-10-03fix file specification in commentsGravatar Uwe Zeisberger 3-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 2-2/+0
2006-04-25[PATCH] Alpha: strncpy() fixGravatar Ivan Kokshaysky 1-4/+4
2006-03-26[PATCH] bitops: alpha: use config options instead of __alpha_fix__ and __alph...Gravatar Akinobu Mita 2-5/+5
2005-09-09kbuild: alpha,x86_64 use generic asm-offsets.h supportGravatar Sam Ravnborg 2-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 53-0/+7901