Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
2ec999e5545598df373dd00d32527bb11e7070c0
/
include
/
linux
/
string.h
19e7b5f
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
13ddd16
Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 7 years ago
08a7767
string: drop __must_check from strscpy() and restore strscpy() usages in cgroup
by Tejun Heo
· 7 years ago
50fd2f2
new primitive: vmemdup_user()
by Al Viro
· 7 years ago
146734b
string.h: workaround for increased stack usage
by Arnd Bergmann
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
1359798
string.h: un-fortify memcpy_and_pad
by Martin Wilck
· 7 years ago
126e76f
Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
3b3c4ba
lib/string.c: add multibyte memset functions
by Matthew Wilcox
· 7 years ago
01f33c3
string.h: add memcpy_and_pad()
by Martin Wilck
· 7 years ago
78dcf73
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
077d2ba
replace incorrect strscpy use in FORTIFY_SOURCE
by Daniel Micay
· 7 years ago
6974f0c
include/linux/string.h: add the option of fortified string.h functions
by Daniel Micay
· 8 years ago
f351574
Provide a function to create a NUL-terminated string from unterminated data
by David Howells
· 8 years ago
0aed55a
x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass operations
by Dan Williams
· 8 years ago
53ef7d0
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
6abccd1
x86, dax, pmem: remove indirection around memcpy_from_pmem()
by Dan Williams
· 8 years ago
e1fe7b6
lib/string: add sysfs_match_string helper
by Heikki Krogerus
· 8 years ago
48a27055
include/linux: apply __malloc attribute
by Rasmus Villemoes
· 9 years ago
ef95159
lib: move strtobool() to kstrtobool()
by Kees Cook
· 9 years ago
56b0608
lib/string: introduce match_string() helper
by Andy Shevchenko
· 9 years ago
e9d408e
new helper: memdup_user_nul()
by Al Viro
· 9 years ago
30035e4
string: provide strscpy()
by Chris Metcalf
· 10 years ago
94df290
lib/string.c: introduce strreplace()
by Rasmus Villemoes
· 10 years ago
a4bb1e4
mm/util: add kstrdup_const
by Andrzej Hajda
· 10 years ago
af3cd13
lib/string.c: remove strnicmp()
by Rasmus Villemoes
· 10 years ago
14d4cc0
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 10 years ago
d4c5efd
random: add and use memzero_explicit() for clearing data
by Daniel Borkmann
· 10 years ago
b0bfb63
lib: string: Make all calls to strnicmp into calls to strncasecmp
by Rasmus Villemoes
· 10 years ago
11d200e
lib: add glibc style strchrnul() variant
by Grant Likely
· 11 years ago
b18888a
string: introduce helper to get base file name from given path
by Andy Shevchenko
· 12 years ago
607ca46
UAPI: (Scripted) Disintegrate include/linux
by David Howells
· 12 years ago
c3a5ce0
string: do not export memweight() to userspace
by WANG Cong
· 12 years ago
639b9e3
string: introduce memweight()
by Akinobu Mita
· 12 years ago
79824820
lib/string.c: introduce memchr_inv()
by Akinobu Mita
· 13 years ago
d0f1fed
Add a strtobool function matching semantics of existing in kernel equivalents
by Jonathan Cameron
· 14 years ago
d5f1fb5
lib: Introduce strnstr()
by Li Zefan
· 15 years ago
ca54cb8
Subject: Re: [PATCH] strstrip incorrectly marked __must_check
by KOSAKI Motohiro
· 15 years ago
f653398
string: factorize skip_spaces and export it to be generally available
by André Goddard Rosa
· 15 years ago
0a1b71b
strstrip(): mark as as must_check
by KOSAKI Motohiro
· 15 years ago
cab4e4c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-param
by Linus Torvalds
· 16 years ago
e4c393f
Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
610a77e
memdup_user(): introduce
by Li Zefan
· 16 years ago
66f92cf
strstarts: helper function for !strncmp(str, prefix, strlen(prefix))
by Rusty Russell
· 16 years ago
4370aa4
vsprintf: add binary printf
by Lai Jiangshan
· 16 years ago
4ac9657
linux/string.h: fix comment typo
by Jeff Garzik
· 16 years ago
e108526e
move memory_read_from_buffer() from fs.h to string.h
by Akinobu Mita
· 16 years ago
34990cf
Add a new sysfs_streq() string comparison function
by David Brownell
· 17 years ago
97ef1bb
[TIPC]: Fix headercheck wrt. tipc_config.h
by David S. Miller
· 17 years ago
d84d1cc
add argv_split()
by Jeremy Fitzhardinge
· 17 years ago
1e66df3
add kstrndup
by Jeremy Fitzhardinge
· 17 years ago
ded220b
[STRING]: Move strcasecmp/strncasecmp to lib/string.c
by David S. Miller
· 18 years ago
1a2f67b
[PATCH] kmemdup: introduce
by Alexey Dobriyan
· 18 years ago
481fad4
[PATCH] strstrip() API
by Pekka Enberg
· 19 years ago
8833d32
[PATCH] Clean up arch-overrides in linux/string.h
by Kyle McMartin
· 19 years ago
96840aa
[PATCH] strndup_user()
by Davi Arnaut
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
0db925a
[PATCH] propagate __nocast annotations
by Alexey Dobriyan
· 20 years ago
543537b
[PATCH] create a kstrdup library function
by Paulo Marques
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago