summaryrefslogtreecommitdiffstats
path: root/lib/sort.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib/sort: optimize heapsort for handling final 2 or 3 elementsKuan-Wei Chiu2024-06-251-4/+6
* lib/sort: fix outdated comment regarding glibc qsort()Kuan-Wei Chiu2024-06-251-1/+1
* lib/sort: remove unused pr_fmt macroKuan-Wei Chiu2024-06-251-2/+0
* lib/sort: optimize heapsort with double-pop variationKuan-Wei Chiu2024-02-231-4/+14
* lib/sort: optimize heapsort for equal elements in sift-down pathKuan-Wei Chiu2024-02-231-1/+1
* lib/sort: Add priv pointer to swap functionJiri Olsa2022-03-181-10/+30
* lib: fix spelling mistakesZhen Lei2021-07-081-1/+1
* lib/sort: Move swap, cmp and cmp_r function types for wider useAndy Shevchenko2019-11-141-10/+5
* media: lib/sort.c: implement sort() variant taking context argumentRasmus Villemoes2019-08-191-6/+28
* lib/sort.c: fix kernel-doc notation warningsRandy Dunlap2019-06-021-6/+9
* lib/sort: avoid indirect calls to built-in swapGeorge Spelvin2019-05-151-15/+36
* lib/sort: use more efficient bottom-up heapsort variantGeorge Spelvin2019-05-151-31/+81
* lib/sort: make swap functions more genericGeorge Spelvin2019-05-151-24/+99
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* lib: add CONFIG_TEST_SORT to enable self-test of sort()Kostenzer Felix2017-02-251-39/+2
* lib/sort: Add 64 bit swap functionDaniel Wagner2015-06-261-2/+21
* lib/sort.c: move include inside #if 0Rasmus Villemoes2015-02-131-1/+1
* lib/sort.c: use simpler includesRasmus Villemoes2015-02-131-2/+2
* generic swap(): lib/sort.c: rename swap to swap_funcWu Fengguang2009-01-081-14/+16
* lib/sort.c optimizationSubbaiah Venkata2007-10-171-1/+1
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-1/+1
* [PATCH] low performance of lib/sort.ckeios2006-10-031-5/+5
* [PATCH] fix missing includesTim Schmielau2005-10-311-0/+1
* [PATCH] lib/sort.c: small cleanupsAdrian Bunk2005-09-101-2/+3
* [PATCH] fix lib/sort regression testDomen Puncer2005-05-061-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-171-0/+119