summaryrefslogtreecommitdiffstats
path: root/lib/bsearch.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-4/+1Star
* kprobes: Prohibit probing on bsearch()Andrea Righi2019-02-131-0/+2
* lib/bsearch.c: micro-optimize pivot position calculationSergey Senozhatsky2017-07-111-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