| Commit message (Expand) | Author | Age | Files | Lines |
* | lib/cmdline: avoid page fault in next_arg | Neel Natu | 2022-09-12 | 1 | -1/+1 |
* | lib/cmdline: Export next_arg() for being used in modules | Andy Shevchenko | 2021-05-05 | 1 | -0/+1 |
* | lib/cmdline: remove an unneeded local variable in next_arg() | Masahiro Yamada | 2021-02-26 | 1 | -4/+3 |
* | lib/cmdline: Allow get_options() to take 0 to validate the input | Andy Shevchenko | 2021-02-15 | 1 | -3/+11 |
* | lib/cmdline: Update documentation to reflect behaviour | Andy Shevchenko | 2021-02-15 | 1 | -1/+6 |
* | Merge tag 'fallthrough-fixes-clang-5.11-rc1' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2020-12-16 | 1 | -5/+6 |
|\ |
|
| * | lib: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 2020-11-19 | 1 | -0/+1 |
| * | Revert "lib: Revert use of fallthrough pseudo-keyword in lib/" | Nick Desaulniers | 2020-11-18 | 1 | -5/+5 |
* | | lib/cmdline: allow NULL to be an output for get_option() | Andy Shevchenko | 2020-12-16 | 1 | -3/+9 |
* | | lib/cmdline: fix get_option() for strings starting with hyphen | Andy Shevchenko | 2020-12-16 | 1 | -1/+7 |
|/ |
|
* | lib: Revert use of fallthrough pseudo-keyword in lib/ | Gustavo A. R. Silva | 2020-08-24 | 1 | -5/+5 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -5/+5 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | lib/cmdline.c: mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-04-09 | 1 | -0/+5 |
* | lib/cmdline.c: remove meaningless comment | Baoquan He | 2017-09-09 | 1 | -1/+0 |
* | lib/cmdline.c: fix get_options() overflow while parsing ranges | Ilya Matveychikov | 2017-06-24 | 1 | -3/+3 |
* | boot/param: Move next_arg() function to lib/cmdline.c for later reuse | Baoquan He | 2017-04-18 | 1 | -0/+57 |
* | lib: Add a generic cmdline parse function parse_option_str | Dave Young | 2014-10-03 | 1 | -0/+29 |
* | lib/cmdline.c: add size unit t/p/e to memparse | Gui Hecheng | 2014-08-07 | 1 | -5/+10 |
* | lib/cmdline.c: declare exported symbols immediately | Felipe Contreras | 2014-01-24 | 1 | -3/+2 |
* | lib/cmdline.c: fix style issues | Felipe Contreras | 2014-01-24 | 1 | -5/+4 |
* | lib: reduce the use of module.h wherever possible | Paul Gortmaker | 2012-03-07 | 1 | -1/+1 |
* | generic, memparse(): constify argument | Jeremy Fitzhardinge | 2008-07-28 | 1 | -1/+1 |
* | lib: allow memparse() to accept a NULL and ignorable second parm | Robert P. J. Day | 2008-07-25 | 1 | -5/+11 |
* | [PATCH] Numerous fixes to kernel-doc info in source files. | Robert P. J. Day | 2007-02-11 | 1 | -4/+4 |
* | [PATCH] get_options to allow a hypenated range for isolcpus | Derek Fults | 2006-12-07 | 1 | -1/+34 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+120 |