aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-10-21xarray: Add range store functionalityMatthew Wilcox
2018-10-21xarray: Move multiorder_check to in-kernel testsMatthew Wilcox
2018-10-21xarray: Move multiorder_shrink to kernel testsMatthew Wilcox
2018-10-21xarray: Move multiorder account test in-kernelMatthew Wilcox
2018-10-21radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox
2018-10-21radix tree: Remove radix_tree_clear_tagsMatthew Wilcox
2018-10-21radix tree: Remove radix_tree_maybe_preload_orderMatthew Wilcox
2018-10-21radix tree: Remove split/join codeMatthew Wilcox
2018-10-21radix tree: Remove radix_tree_update_node_tMatthew Wilcox
2018-10-21shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox
2018-10-21mm: Convert workingset to XArrayMatthew Wilcox
2018-10-21page cache: Add and replace pages using the XArrayMatthew Wilcox
2018-10-21ida: Convert to XArrayMatthew Wilcox
2018-10-21xarray: Track free entries in an XArrayMatthew Wilcox
2018-10-21xarray: Add xa_reserve and xa_releaseMatthew Wilcox
2018-10-21xarray: Add xas_create_rangeMatthew Wilcox
2018-10-21xarray: Add xas_for_each_conflictMatthew Wilcox
2018-10-21xarray: Step through an XArrayMatthew Wilcox
2018-10-21xarray: Destroy an XArrayMatthew Wilcox
2018-10-21xarray: Extract entries from an XArrayMatthew Wilcox
2018-10-21xarray: Add XArray iteratorsMatthew Wilcox
2018-10-21xarray: Add XArray conditional store operationsMatthew Wilcox
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox
2018-10-21xarray: Add XArray marksMatthew Wilcox
2018-10-21xarray: Add XArray load operationMatthew Wilcox
2018-10-21xarray: Define struct xa_nodeMatthew Wilcox
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox
2018-09-29xarray: Change definition of sibling entriesMatthew Wilcox
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox
2018-09-29idr: Permit any valid kernel pointer to be storedMatthew Wilcox
2018-09-04lib/Kconfig.debug: fix three typos in help textThibaut Sautereau
2018-09-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-08-23lib/fonts: convert comments to utf-8Arnd Bergmann
2018-08-22lib/rhashtable: guarantee initial hashtable allocationDavidlohr Bueso
2018-08-22lib/rhashtable: simplify bucket_table_alloc()Davidlohr Bueso
2018-08-22lib/test_hexdump.c: fix failure on big endian cpuChristophe Leroy
2018-08-22lib/Kconfig: remove 'default n' for testsAndy Shevchenko
2018-08-22lib: add crc64 calculation routinesColy Li
2018-08-22lib/test_debug_virtual.c: make struct pointer foo staticColin Ian King
2018-08-22lib/bitmap.c: drop unnecessary 0 check for u32 array operationsAndy Shevchenko
2018-08-21ida: Change ida_get_new_above to return the idMatthew Wilcox
2018-08-21ida: Remove old APIMatthew Wilcox
2018-08-21test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox
2018-08-21test_ida: Convert check_ida_conv to new APIMatthew Wilcox
2018-08-21test_ida: Move ida_check_maxMatthew Wilcox
2018-08-21test_ida: Move ida_check_leafMatthew Wilcox