aboutsummaryrefslogtreecommitdiff
path: root/lib/cmdline.c
AgeCommit message (Expand)Author
2021-02-26lib/cmdline: remove an unneeded local variable in next_arg()Masahiro Yamada
2021-02-15lib/cmdline: Allow get_options() to take 0 to validate the inputAndy Shevchenko
2021-02-15lib/cmdline: Update documentation to reflect behaviourAndy Shevchenko
2020-12-16Merge tag 'fallthrough-fixes-clang-5.11-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2020-12-15lib/cmdline: allow NULL to be an output for get_option()Andy Shevchenko
2020-12-15lib/cmdline: fix get_option() for strings starting with hyphenAndy Shevchenko
2020-11-19lib: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers
2020-08-24lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner
2019-04-08lib/cmdline.c: mark expected switch fall-throughsGustavo A. R. Silva
2017-09-08lib/cmdline.c: remove meaningless commentBaoquan He
2017-06-23lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov
2017-04-18boot/param: Move next_arg() function to lib/cmdline.c for later reuseBaoquan He
2014-10-03lib: Add a generic cmdline parse function parse_option_strDave Young
2014-08-06lib/cmdline.c: add size unit t/p/e to memparseGui Hecheng
2014-01-23lib/cmdline.c: declare exported symbols immediatelyFelipe Contreras
2014-01-23lib/cmdline.c: fix style issuesFelipe Contreras
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker
2008-07-28generic, memparse(): constify argumentJeremy Fitzhardinge
2008-07-25lib: allow memparse() to accept a NULL and ignorable second parmRobert P. J. Day
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day
2006-12-07[PATCH] get_options to allow a hypenated range for isolcpusDerek Fults
2005-04-16Linux-2.6.12-rc2Linus Torvalds