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