aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds7-942/+3578
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+70
2018-10-26lib/test_kasan.c: add tests for several string/memory API functionsAndrey Ryabinin1-0/+70
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+6
2018-10-26Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds5-1/+160
2018-10-25Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds4-0/+346
2018-10-25Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-108/+108
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-5/+58
2018-10-24Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds1-11/+9
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-47/+223
2018-10-24iov_iter: Add I/O discard iteratorDavid Howells1-7/+48
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-13/+15
2018-10-24iov_iter: Use accessor functionDavid Howells1-28/+28
2018-10-23Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-3/+3
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2018-10-23Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+9
2018-10-22lib: Add umoddi3 and udivmoddi4 of GCC library routinesZong Li4-0/+346
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+26
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-4/+7
2018-10-21radix tree: Remove multiorder supportMatthew Wilcox2-206/+13
2018-10-21xarray: Add range store functionalityMatthew Wilcox2-2/+129
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-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-10-19locking/lockdep: Make global debug_locks* variables read-mostlyWaiman Long1-2/+2