summaryrefslogtreecommitdiffstats
path: root/lib/sort.c
AgeCommit message (Expand)AuthorLines
2021-07-08lib: fix spelling mistakesZhen Lei-1/+1
2019-11-14lib/sort: Move swap, cmp and cmp_r function types for wider useAndy Shevchenko-10/+5
2019-08-19media: lib/sort.c: implement sort() variant taking context argumentRasmus Villemoes-6/+28
2019-06-01lib/sort.c: fix kernel-doc notation warningsRandy Dunlap-6/+9
2019-05-14lib/sort: avoid indirect calls to built-in swapGeorge Spelvin-15/+36
2019-05-14lib/sort: use more efficient bottom-up heapsort variantGeorge Spelvin-31/+81
2019-05-14lib/sort: make swap functions more genericGeorge Spelvin-24/+99
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-02-24lib: add CONFIG_TEST_SORT to enable self-test of sort()Kostenzer Felix-39/+2
2015-06-25lib/sort: Add 64 bit swap functionDaniel Wagner-2/+21
2015-02-12lib/sort.c: move include inside #if 0Rasmus Villemoes-1/+1
2015-02-12lib/sort.c: use simpler includesRasmus Villemoes-2/+2
2009-01-08generic swap(): lib/sort.c: rename swap to swap_funcWu Fengguang-14/+16
2007-10-17lib/sort.c optimizationSubbaiah Venkata-1/+1
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day-1/+1
2006-10-03[PATCH] low performance of lib/sort.ckeios-5/+5
2005-10-30[PATCH] fix missing includesTim Schmielau-0/+1
2005-09-10[PATCH] lib/sort.c: small cleanupsAdrian Bunk-2/+3
2005-05-05[PATCH] fix lib/sort regression testDomen Puncer-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+119