summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2018-10-21radix tree: Remove multiorder supportMatthew Wilcox-206/+13
2018-10-21xarray: Add range store functionalityMatthew Wilcox-2/+129
2018-10-21xarray: Move multiorder_check to in-kernel testsMatthew Wilcox-0/+44
2018-10-21xarray: Move multiorder_shrink to kernel testsMatthew Wilcox-0/+37
2018-10-21xarray: Move multiorder account test in-kernelMatthew Wilcox-0/+32
2018-10-21radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox-12/+0
2018-10-21radix tree: Remove radix_tree_clear_tagsMatthew Wilcox-13/+40
2018-10-21radix tree: Remove radix_tree_maybe_preload_orderMatthew Wilcox-74/+0
2018-10-21radix tree: Remove split/join codeMatthew Wilcox-169/+2
2018-10-21radix tree: Remove radix_tree_update_node_tMatthew Wilcox-35/+9
2018-10-21shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox-43/+1
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox-0/+56
2018-10-21mm: Convert workingset to XArrayMatthew Wilcox-0/+65
2018-10-21page cache: Add and replace pages using the XArrayMatthew Wilcox-3/+3
2018-10-21ida: Convert to XArrayMatthew Wilcox-247/+203
2018-10-21xarray: Track free entries in an XArrayMatthew Wilcox-4/+145
2018-10-21xarray: Add xa_reserve and xa_releaseMatthew Wilcox-0/+87
2018-10-21xarray: Add xas_create_rangeMatthew Wilcox-0/+169
2018-10-21xarray: Add xas_for_each_conflictMatthew Wilcox-0/+129
2018-10-21xarray: Step through an XArrayMatthew Wilcox-0/+189
2018-10-21xarray: Destroy an XArrayMatthew Wilcox-0/+62
2018-10-21xarray: Extract entries from an XArrayMatthew Wilcox-0/+80
2018-10-21xarray: Add XArray iteratorsMatthew Wilcox-0/+475
2018-10-21xarray: Add XArray conditional store operationsMatthew Wilcox-0/+91
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox-6/+868
2018-10-21xarray: Add XArray marksMatthew Wilcox-2/+264
2018-10-21xarray: Add XArray load operationMatthew Wilcox-43/+286
2018-10-21xarray: Define struct xa_nodeMatthew Wilcox-24/+24
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox-41/+84
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2018-10-19locking/lockdep: Make global debug_locks* variables read-mostlyWaiman Long-2/+2
2018-10-19locking/lockdep: Fix debug_locks off performance problemWaiman Long-1/+1
2018-10-16lib: Fix ia64 bootloader linkageAlexander Shishkin-32/+36
2018-10-15test_ida: Fix lockdep warningMatthew Wilcox-2/+2
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+18
2018-10-12doc: printk-formats: Remove bogus kobject references for device nodesGeert Uytterhoeven-11/+9
2018-10-12Merge tag 'mtd/fixes-for-4.19-rc8' of git://git.infradead.org/linux-mtdGreg Kroah-Hartman-5/+13
2018-10-12lib/vsprintf: Hash printed address for netdev bits fallbackGeert Uytterhoeven-5/+4
2018-10-12lib/vsprintf: Hash legacy clock addressesGeert Uytterhoeven-1/+1
2018-10-12lib/vsprintf: Prepare for more general use of ptr_to_id()Geert Uytterhoeven-103/+103
2018-10-12lib/vsprintf: Make ptr argument conts in ptr_to_id()Geert Uytterhoeven-1/+2
2018-10-12lib/bch: fix possible stack overrunArnd Bergmann-5/+13
2018-10-11Makefile: Globally enable VLA warningKees Cook-0/+2
2018-10-11lib: Add memcat_p(): paste 2 pointer arrays togetherAlexander Shishkin-0/+155
2018-10-10Merge tag 'trace-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-1/+1
2018-10-09s390/kasan: add option for 4-level paging supportVasily Gorbik-0/+9
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+1
2018-10-08netlink: Add strict version of nlmsg_parse and nla_parseDavid Ahern-12/+36
2018-10-05vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointersSteven Rostedt (VMware)-1/+1
2018-10-04ARM: 8800/1: use choice for kernel unwindersStefan Agner-3/+3