summaryrefslogtreecommitdiffstats
path: root/arch/alpha/lib
Commit message (Expand)AuthorAgeFilesLines
* alpha: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-2232-32/+32
* alpha: fix lazy-FPU mis(merged/applied/whatnot)Al Viro2023-03-061-2/+2
* alpha: lazy FPU switchingAl Viro2023-02-241-6/+37
* alpha: Implement "current_stack_pointer"Kees Cook2023-02-141-1/+1
* net: unexport csum_and_copy_{from,to}_userChristoph Hellwig2022-04-291-1/+0
* alpha: move __udiv_qrnnd library function to arch/alpha/lib/Linus Torvalds2021-09-182-0/+166
* alpha: csum_partial_copy.c: add function prototypes from <net/checksum.h>Randy Dunlap2021-05-061-0/+1
* alpha: propagate the calling convention changes down to csum_partial_copy.c h...Al Viro2020-08-201-88/+69
* saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-201-14/+11
* csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-2/+2
* alpha: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro2020-05-291-3/+3
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* alpha: Remove custom dec_and_lock() implementationSebastian Andrzej Siewior2018-06-122-46/+0
* alpha: extend memset16 to EV6 optimised routinesMichael Cree2018-01-161-6/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0248-0/+48
* alpha: add support for memset16Matthew Wilcox2017-09-081-5/+5
* alpha: Fix typo in ev6-copy_user.SRichard Henderson2017-08-292-4/+5
* alpha: Package string routines togetherRichard Henderson2017-08-291-6/+16
* Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-05-101-8/+3
|\
| * alpha: make short build log available for division routinesMasahiro Yamada2017-05-031-2/+2
| * alpha: merge build rules of division routinesMasahiro Yamada2017-05-031-7/+2
| * alpha: add $(src)/ rather than $(obj)/ to make source file pathMasahiro Yamada2017-05-031-4/+4
* | alpha: add a helper for emitting exception table entriesAl Viro2017-03-281-8/+2
* | alpha: switch __copy_user() and __do_clean_user() to normal calling conventionsAl Viro2017-03-284-196/+140
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-142-37/+2
|\
| * alpha: get rid of tail-zeroing in __copy_user()Al Viro2016-09-152-37/+2
* | alpha: move exports to actual definitionsAl Viro2016-08-0736-26/+92
|/
* ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-131-6/+2
* alpha: lib: export __delaySudip Mukherjee2015-09-171-0/+1
* alpha: fix broken network checksumMikulas Patocka2014-01-311-2/+7
* alpha: Prevent a NULL ptr dereference in csum_partial_copy.Jay Estabrook2013-11-161-5/+5
* alpha: Eliminate compiler warning from memset macroRichard Henderson2013-11-162-9/+14
* kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers2013-09-111-0/+5
* alpha: Use new generic strncpy_from_user() and strnlen_user()Michael Cree2012-08-195-963/+0
* Disintegrate asm/system.h for AlphaDavid Howells2012-03-281-1/+0
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* Fix common misspellingsLucas De Marchi2011-03-313-3/+3
* alpha: change to new Makefile flag variablesmatt mooney2011-01-171-2/+2
* remove __attribute_used__Adrian Bunk2008-01-281-2/+1
* alpha: strncpy/strncat fixesIvan Kokshaysky2007-12-173-15/+15
* spelling fixes: arch/alpha/Simon Arlott2007-10-202-2/+2
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg2007-10-141-1/+1
* missing exports of csum_...Al Viro2007-07-171-0/+1
* alpha: fix alignment problem in csum_ipv6_magic()Ivan Kokshaysky2007-06-242-23/+70
* alpha: cleanup in bitops.hRichard Henderson2007-05-302-1/+40
* [STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller2007-04-262-27/+0
* [NET]: Alpha checksum annotations and cleanups.Al Viro2006-12-022-42/+26
* fix file specification in commentsUwe Zeisberger2006-10-033-3/+3