aboutsummaryrefslogtreecommitdiff
path: root/lib/list_sort.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-08lib: 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-12lib/list_sort.c: rearrange includesRasmus Villemoes
2014-08-06lib/list_sort.c: convert to pr_fooAndrew Morton
2014-08-06lib: list_sort.c: Limit number of unused cmp callbacksRasmus Villemoes
2014-08-06lib: list_sort_test(): simplify and harden cleanupRasmus Villemoes
2014-08-06lib: list_sort_test(): add extra corruption checkRasmus Villemoes
2014-08-06lib: list_sort_test(): return -ENOMEM when allocation failsRasmus Villemoes
2013-04-29lib/: rename random32() to prandom_u32()Akinobu Mita
2010-10-26lib/list_sort: test: check element addressesArtem Bityutskiy
2010-10-26lib/list_sort: test: unify test messagesArtem Bityutskiy
2010-10-26lib/list_sort: test: improve errors handlingArtem Bityutskiy
2010-10-26lib/list_sort: test: use generic random32Artem Bityutskiy
2010-10-26lib/list_sort: test: use more reasonable printk levelsArtem Bityutskiy
2010-10-26lib/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-12lib: Introduce generic list_sort functionDave Chinner