aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-21xarray: Move multiorder_check to in-kernel testsMatthew Wilcox1-0/+44
2018-10-21xarray: Move multiorder_shrink to kernel testsMatthew Wilcox1-0/+37
2018-10-21xarray: Move multiorder account test in-kernelMatthew Wilcox1-0/+32
2018-10-21radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox1-12/+0
2018-10-21radix tree: Remove radix_tree_clear_tagsMatthew Wilcox2-13/+40
2018-10-21radix tree: Remove radix_tree_maybe_preload_orderMatthew Wilcox1-74/+0
2018-10-21radix tree: Remove split/join codeMatthew Wilcox1-169/+2
2018-10-21radix tree: Remove radix_tree_update_node_tMatthew Wilcox2-35/+9
2018-10-21shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox1-43/+1
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox1-0/+56
2018-10-21mm: Convert workingset to XArrayMatthew Wilcox1-0/+65
2018-10-21page cache: Add and replace pages using the XArrayMatthew Wilcox1-3/+3
2018-10-21ida: Convert to XArrayMatthew Wilcox2-247/+203
2018-10-21xarray: Track free entries in an XArrayMatthew Wilcox2-4/+145
2018-10-21xarray: Add xa_reserve and xa_releaseMatthew Wilcox2-0/+87
2018-10-21xarray: Add xas_create_rangeMatthew Wilcox2-0/+169
2018-10-21xarray: Add xas_for_each_conflictMatthew Wilcox2-0/+129
2018-10-21xarray: Step through an XArrayMatthew Wilcox2-0/+189
2018-10-21xarray: Destroy an XArrayMatthew Wilcox2-0/+62
2018-10-21xarray: Extract entries from an XArrayMatthew Wilcox1-0/+80
2018-10-21xarray: Add XArray iteratorsMatthew Wilcox2-0/+475
2018-10-21xarray: Add XArray conditional store operationsMatthew Wilcox2-0/+91
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox3-6/+868
2018-10-21xarray: Add XArray marksMatthew Wilcox2-2/+264
2018-10-21xarray: Add XArray load operationMatthew Wilcox5-43/+286
2018-10-21xarray: Define struct xa_nodeMatthew Wilcox1-24/+24
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox4-41/+84
2018-09-29xarray: Change definition of sibling entriesMatthew Wilcox2-45/+26
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox2-47/+34
2018-09-29idr: Permit any valid kernel pointer to be storedMatthew Wilcox2-10/+15
2018-09-04lib/Kconfig.debug: fix three typos in help textThibaut Sautereau1-2/+2
2018-09-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha1-1/+0
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+0
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds5-109/+238
2018-08-23lib/fonts: convert comments to utf-8Arnd Bergmann4-512/+512
2018-08-22lib/rhashtable: guarantee initial hashtable allocationDavidlohr Bueso1-3/+11
2018-08-22lib/rhashtable: simplify bucket_table_alloc()Davidlohr Bueso1-5/+2
2018-08-22lib/test_hexdump.c: fix failure on big endian cpuChristophe Leroy1-5/+23
2018-08-22lib/Kconfig: remove 'default n' for testsAndy Shevchenko2-18/+0
2018-08-22lib: add crc64 calculation routinesColy Li5-0/+145
2018-08-22lib/test_debug_virtual.c: make struct pointer foo staticColin Ian King1-1/+1
2018-08-22lib/bitmap.c: drop unnecessary 0 check for u32 array operationsAndy Shevchenko1-8/+1
2018-08-21ida: Change ida_get_new_above to return the idMatthew Wilcox1-18/+12
2018-08-21ida: Remove old APIMatthew Wilcox2-50/+7
2018-08-21test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox1-0/+54
2018-08-21test_ida: Convert check_ida_conv to new APIMatthew Wilcox1-0/+30
2018-08-21test_ida: Move ida_check_maxMatthew Wilcox1-0/+23
2018-08-21test_ida: Move ida_check_leafMatthew Wilcox1-0/+25
2018-08-21ida: Start new test_ida moduleMatthew Wilcox3-0/+49