Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/bsearch: Provide __always_inline variant | Peter Zijlstra | 2020-06-11 | 1 | -20/+2 |
* | lib/bsearch: Use generic type for comparator function | Andy Shevchenko | 2019-11-14 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 | Thomas Gleixner | 2019-06-05 | 1 | -4/+1 |
* | kprobes: Prohibit probing on bsearch() | Andrea Righi | 2019-02-13 | 1 | -0/+2 |
* | lib/bsearch.c: micro-optimize pivot position calculation | Sergey Senozhatsky | 2017-07-10 | 1 | -10/+12 |
* | lib: reduce the use of module.h wherever possible | Paul Gortmaker | 2012-03-07 | 1 | -1/+1 |
* | lib: Add generic binary search function to the kernel. | Tim Abbott | 2011-05-19 | 1 | -0/+53 |