summaryrefslogtreecommitdiff
path: root/arch/x86/lib/csum-wrappers_64.c
AgeCommit message (Expand)Author
2020-08-20amd64: switch csum_partial_copy_generic() to new calling conventionsAl Viro
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro
2020-05-29x86: switch both 32bit and 64bit to providing csum_and_copy_from_user()Al Viro
2020-05-29x86_64: csum_..._copy_..._user(): switch to unsafe_..._user()Al Viro
2020-04-22get rid of csum_partial_copy_to_user()Al Viro
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Thomas Gleixner
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski
2016-07-14x86/lib: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck
2014-11-16x86-64: make csum_partial_copy_from_user() error handling consistentLinus Torvalds
2013-09-01x86, smap: Handle csum_partial_copy_*_user()H. Peter Anvin
2012-06-18x86: Fix kernel-doc warningsWanpeng Li
2008-02-19x86: clean up csum-wrappers_64.c some moreIngo Molnar
2008-02-19x86: coding style fixes in arch/x86/lib/csum-wrappers_64.cPaolo Ciarrocchi
2007-10-11x86_64: move libThomas Gleixner