summaryrefslogtreecommitdiffstats
path: root/lib/sort.c
Commit message (Expand)AuthorAgeFilesLines
* 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-011-6/+9
* lib/sort: avoid indirect calls to built-in swapGeorge Spelvin2019-05-141-15/+36
* lib/sort: use more efficient bottom-up heapsort variantGeorge Spelvin2019-05-141-31/+81
* lib/sort: make swap functions more genericGeorge Spelvin2019-05-141-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-241-39/+2
* lib/sort: Add 64 bit swap functionDaniel Wagner2015-06-251-2/+21
* lib/sort.c: move include inside #if 0Rasmus Villemoes2015-02-121-1/+1
* lib/sort.c: use simpler includesRasmus Villemoes2015-02-121-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-301-0/+1
* [PATCH] lib/sort.c: small cleanupsAdrian Bunk2005-09-101-2/+3
* [PATCH] fix lib/sort regression testDomen Puncer2005-05-051-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+119