summaryrefslogtreecommitdiffstats
path: root/lib/cmdline.c
Commit message (Expand)AuthorAgeFilesLines
* lib/cmdline: Export next_arg() for being used in modulesAndy Shevchenko2021-05-051-0/+1
* lib/cmdline: remove an unneeded local variable in next_arg()Masahiro Yamada2021-02-261-4/+3
* lib/cmdline: Allow get_options() to take 0 to validate the inputAndy Shevchenko2021-02-151-3/+11
* lib/cmdline: Update documentation to reflect behaviourAndy Shevchenko2021-02-151-1/+6
* Merge tag 'fallthrough-fixes-clang-5.11-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2020-12-161-5/+6
|\
| * lib: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-191-0/+1
| * Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers2020-11-181-5/+5
* | lib/cmdline: allow NULL to be an output for get_option()Andy Shevchenko2020-12-151-3/+9
* | lib/cmdline: fix get_option() for strings starting with hyphenAndy Shevchenko2020-12-151-1/+7
|/
* lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva2020-08-241-5/+5
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-5/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-191-4/+1
* lib/cmdline.c: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-0/+5
* lib/cmdline.c: remove meaningless commentBaoquan He2017-09-081-1/+0
* lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov2017-06-231-3/+3
* boot/param: Move next_arg() function to lib/cmdline.c for later reuseBaoquan He2017-04-181-0/+57
* lib: Add a generic cmdline parse function parse_option_strDave Young2014-10-031-0/+29
* lib/cmdline.c: add size unit t/p/e to memparseGui Hecheng2014-08-061-5/+10
* lib/cmdline.c: declare exported symbols immediatelyFelipe Contreras2014-01-231-3/+2
* lib/cmdline.c: fix style issuesFelipe Contreras2014-01-231-5/+4
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* generic, memparse(): constify argumentJeremy Fitzhardinge2008-07-281-1/+1
* lib: allow memparse() to accept a NULL and ignorable second parmRobert P. J. Day2008-07-251-5/+11
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-4/+4
* [PATCH] get_options to allow a hypenated range for isolcpusDerek Fults2006-12-071-1/+34
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+120