aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/boot/string.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-02x86/boot: Repair kernel-doc for boot_kstrtoul()Gravatar Lukas Bulwahn 1-1/+1
2020-05-04x86/boot: Add kstrtoul() from lib/Gravatar Vamshi K Sthambamkadi 1-1/+42
2019-08-08x86/purgatory: Do not use __builtin_memcpy and __builtin_memsetGravatar Nick Desaulniers 1-0/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Gravatar Thomas Gleixner 1-3/+1
2019-03-21x86/boot: Restrict header scope to make Clang happyGravatar Nick Desaulniers 1-1/+2
2019-02-01x86/boot: Copy kstrtoull() to boot/string.cGravatar Chao Fan 1-0/+141
2018-08-02x86/boot: Use CC_SET()/CC_OUT() instead of open coding itGravatar Uros Bizjak 1-2/+3
2017-07-25x86/boot: #undef memcpy() et al in string.cGravatar Michael Davidson 1-0/+9
2017-05-24x86/KASLR: Parse all 'memmap=' boot option entriesGravatar Baoquan He 1-0/+8
2017-01-28Merge branch 'linus' into x86/boot, to pick up fixesGravatar Ingo Molnar 1-0/+1
2017-01-25x86/boot: Fix KASLR and memmap= collisionGravatar Dave Jiang 1-0/+13
2017-01-09x86/boot: Add missing declaration of string functionsGravatar Nicholas Mc Guire 1-0/+1
2016-06-08x86, asm: use bool for bitops and other assembly outputsGravatar H. Peter Anvin 1-1/+1
2015-03-23x86/boot: Standardize strcmp()Gravatar Arjun Sreedharan 1-1/+1
2014-05-08x86, boot: Remove misc.h inclusion from compressed/string.cGravatar Vivek Goyal 1-6/+0
2014-05-08x86, boot: Do not include boot.h in string.cGravatar Vivek Goyal 1-1/+2
2014-03-19x86, boot: Move memcmp() into string.h and string.cGravatar Vivek Goyal 1-0/+14
2011-12-12x86, efi: EFI boot stub supportGravatar Matt Fleming 1-0/+35
2010-07-13x86, setup: Make the setup code also accept console=uart8250Gravatar Yinghai Lu 1-0/+22
2010-07-12x86, setup: Early-boot serial I/O supportGravatar Pekka Enberg 1-0/+41
2008-04-19x86: remove pointless commentsGravatar WANG Cong 1-2/+0
2007-10-11i386: move bootGravatar Thomas Gleixner 1-0/+52