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