summaryrefslogtreecommitdiffstats
path: root/lib/bsearch.c
Commit message (Expand)AuthorAgeFilesLines
* lib/bsearch: Provide __always_inline variantPeter Zijlstra2020-06-111-20/+2
* lib/bsearch: Use generic type for comparator functionAndy Shevchenko2019-11-141-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-4/+1
* kprobes: Prohibit probing on bsearch()Andrea Righi2019-02-131-0/+2
* lib/bsearch.c: micro-optimize pivot position calculationSergey Senozhatsky2017-07-101-10/+12
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* lib: Add generic binary search function to the kernel.Tim Abbott2011-05-191-0/+53