Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-20lib: list_sort.c: add a blank line to avoid kernel-doc warningsMauro Carvalho Chehab
2019-05-23lib/list_sort: fix kerneldoc build errorJonathan Corbet
2019-05-15lib/list_sort: optimize number of calls to comparison functionGeorge Spelvin
2019-05-15lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITSGeorge Spelvin
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-09lib: add module support to linked list sorting testsGeert Uytterhoeven
2015-06-16lib/list_sort: use late_initcall to hook in self testsPaul Gortmaker
2015-02-13lib/list_sort.c: rearrange includesRasmus Villemoes
2014-08-07lib/list_sort.c: convert to pr_fooAndrew Morton
2014-08-07lib: list_sort.c: Limit number of unused cmp callbacksRasmus Villemoes
2014-08-07lib: list_sort_test(): simplify and harden cleanupRasmus Villemoes
2014-08-07lib: list_sort_test(): add extra corruption checkRasmus Villemoes
2014-08-07lib: list_sort_test(): return -ENOMEM when allocation failsRasmus Villemoes
2013-04-30lib/: rename random32() to prandom_u32()Akinobu Mita
2010-10-27lib/list_sort: test: check element addressesArtem Bityutskiy
2010-10-27lib/list_sort: test: unify test messagesArtem Bityutskiy
2010-10-27lib/list_sort: test: improve errors handlingArtem Bityutskiy
2010-10-27lib/list_sort: test: use generic random32Artem Bityutskiy
2010-10-27lib/list_sort: test: use more reasonable printk levelsArtem Bityutskiy
2010-10-27lib/Kconfig.debug: add list_sort debugging switchArtem Bityutskiy
2010-10-01lib/list_sort: do not pass bad pointers to cmp callbackDon Mullis
2010-03-06lib: revise list_sort() header commentDon Mullis
2010-03-06lib: more scalable list_sort()Don Mullis
2010-01-13lib: Introduce generic list_sort functionDave Chinner