aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/csum-wrappers_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-20amd64: switch csum_partial_copy_generic() to new calling conventionsAl Viro1-63/+9
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro1-22/+16
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-2/+2
2020-05-29x86: switch both 32bit and 64bit to providing csum_and_copy_from_user()Al Viro1-3/+3
2020-05-29x86_64: csum_..._copy_..._user(): switch to unsafe_..._user()Al Viro1-11/+12
2020-04-22get rid of csum_partial_copy_to_user()Al Viro1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Thomas Gleixner1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski1-0/+1
2016-07-14x86/lib: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck1-1/+1
2014-11-16x86-64: make csum_partial_copy_from_user() error handling consistentLinus Torvalds1-3/+2
2013-09-01x86, smap: Handle csum_partial_copy_*_user()H. Peter Anvin1-2/+10
2012-06-18x86: Fix kernel-doc warningsWanpeng Li1-1/+1
2008-02-19x86: clean up csum-wrappers_64.c some moreIngo Molnar1-36/+51
2008-02-19x86: coding style fixes in arch/x86/lib/csum-wrappers_64.cPaolo Ciarrocchi1-40/+40
2007-10-11x86_64: move libThomas Gleixner1-0/+135