aboutsummaryrefslogtreecommitdiff
path: root/lib/cmdline.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-11lib/cmdline: avoid page fault in next_argGravatar Neel Natu 1-1/+1
2021-05-05lib/cmdline: Export next_arg() for being used in modulesGravatar Andy Shevchenko 1-0/+1
2021-02-26lib/cmdline: remove an unneeded local variable in next_arg()Gravatar Masahiro Yamada 1-4/+3
2021-02-15lib/cmdline: Allow get_options() to take 0 to validate the inputGravatar Andy Shevchenko 1-3/+11
2021-02-15lib/cmdline: Update documentation to reflect behaviourGravatar Andy Shevchenko 1-1/+6
2020-12-16Merge tag 'fallthrough-fixes-clang-5.11-rc1' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-5/+6
2020-12-15lib/cmdline: allow NULL to be an output for get_option()Gravatar Andy Shevchenko 1-3/+9
2020-12-15lib/cmdline: fix get_option() for strings starting with hyphenGravatar Andy Shevchenko 1-1/+7
2020-11-19lib: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Gravatar Nick Desaulniers 1-5/+5
2020-08-24lib: Revert use of fallthrough pseudo-keyword in lib/Gravatar Gustavo A. R. Silva 1-5/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-5/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Gravatar Thomas Gleixner 1-4/+1
2019-04-08lib/cmdline.c: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+5
2017-09-08lib/cmdline.c: remove meaningless commentGravatar Baoquan He 1-1/+0
2017-06-23lib/cmdline.c: fix get_options() overflow while parsing rangesGravatar Ilya Matveychikov 1-3/+3
2017-04-18boot/param: Move next_arg() function to lib/cmdline.c for later reuseGravatar Baoquan He 1-0/+57
2014-10-03lib: Add a generic cmdline parse function parse_option_strGravatar Dave Young 1-0/+29
2014-08-06lib/cmdline.c: add size unit t/p/e to memparseGravatar Gui Hecheng 1-5/+10
2014-01-23lib/cmdline.c: declare exported symbols immediatelyGravatar Felipe Contreras 1-3/+2
2014-01-23lib/cmdline.c: fix style issuesGravatar Felipe Contreras 1-5/+4
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2008-07-28generic, memparse(): constify argumentGravatar Jeremy Fitzhardinge 1-1/+1
2008-07-25lib: allow memparse() to accept a NULL and ignorable second parmGravatar Robert P. J. Day 1-5/+11
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Gravatar Robert P. J. Day 1-4/+4
2006-12-07[PATCH] get_options to allow a hypenated range for isolcpusGravatar Derek Fults 1-1/+34
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+120