index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
checksum_64.h
Age
Commit message (
Expand
)
Author
2023-01-27
net: checksum: drop the linux/uaccess.h include
Jakub Kicinski
2020-08-20
amd64: switch csum_partial_copy_generic() to new calling conventions
Al Viro
2020-08-20
saner calling conventions for csum_and_copy_..._user()
Al Viro
2020-08-20
csum_partial_copy_nocheck(): drop the last argument
Al Viro
2020-05-29
x86: switch 32bit csum_and_copy_to_user() to user_access_{begin,end}()
Al Viro
2020-05-29
x86: switch both 32bit and 64bit to providing csum_and_copy_from_user()
Al Viro
2020-04-22
get rid of csum_partial_copy_to_user()
Al Viro
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-03-13
ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short
Alexander Duyck
2016-03-13
ipv4: Update parameters for csum_tcpudp_magic to their original types
Alexander Duyck
2014-05-05
net: Change x86_64 add32_with_carry to allow memory operand
Tom Herbert
2014-05-05
x86_64: csum_add for x86_64
Tom Herbert
2013-08-06
x86, asmlinkage: Make 64bit checksum functions visible
Andi Kleen
2008-10-22
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro