summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | xarray: Add range store functionalityMatthew Wilcox2018-10-212-2/+129
| * | | | xarray: Move multiorder_check to in-kernel testsMatthew Wilcox2018-10-211-0/+44
| * | | | xarray: Move multiorder_shrink to kernel testsMatthew Wilcox2018-10-211-0/+37
| * | | | xarray: Move multiorder account test in-kernelMatthew Wilcox2018-10-211-0/+32
| * | | | radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox2018-10-211-12/+0Star
| * | | | radix tree: Remove radix_tree_clear_tagsMatthew Wilcox2018-10-212-13/+40
| * | | | radix tree: Remove radix_tree_maybe_preload_orderMatthew Wilcox2018-10-211-74/+0Star
| * | | | radix tree: Remove split/join codeMatthew Wilcox2018-10-211-169/+2Star
| * | | | radix tree: Remove radix_tree_update_node_tMatthew Wilcox2018-10-212-35/+9Star
| * | | | shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox2018-10-211-43/+1Star
| * | | | shmem: Convert find_swap_entry to XArrayMatthew Wilcox2018-10-211-0/+56
| * | | | mm: Convert workingset to XArrayMatthew Wilcox2018-10-211-0/+65
| * | | | page cache: Add and replace pages using the XArrayMatthew Wilcox2018-10-211-3/+3
| * | | | ida: Convert to XArrayMatthew Wilcox2018-10-212-247/+203Star
| * | | | xarray: Track free entries in an XArrayMatthew Wilcox2018-10-212-4/+145
| * | | | xarray: Add xa_reserve and xa_releaseMatthew Wilcox2018-10-212-0/+87
| * | | | xarray: Add xas_create_rangeMatthew Wilcox2018-10-212-0/+169
| * | | | xarray: Add xas_for_each_conflictMatthew Wilcox2018-10-212-0/+129
| * | | | xarray: Step through an XArrayMatthew Wilcox2018-10-212-0/+189
| * | | | xarray: Destroy an XArrayMatthew Wilcox2018-10-212-0/+62
| * | | | xarray: Extract entries from an XArrayMatthew Wilcox2018-10-211-0/+80
| * | | | xarray: Add XArray iteratorsMatthew Wilcox2018-10-212-0/+475
| * | | | xarray: Add XArray conditional store operationsMatthew Wilcox2018-10-212-0/+91
| * | | | xarray: Add XArray unconditional store operationsMatthew Wilcox2018-10-213-6/+868
| * | | | xarray: Add XArray marksMatthew Wilcox2018-10-212-2/+264
| * | | | xarray: Add XArray load operationMatthew Wilcox2018-10-215-43/+286
| * | | | xarray: Define struct xa_nodeMatthew Wilcox2018-10-211-24/+24
| * | | | xarray: Add definition of struct xarrayMatthew Wilcox2018-10-214-41/+84
| * | | | xarray: Change definition of sibling entriesMatthew Wilcox2018-09-302-45/+26Star
| * | | | xarray: Replace exceptional entriesMatthew Wilcox2018-09-302-47/+34Star
| * | | | idr: Permit any valid kernel pointer to be storedMatthew Wilcox2018-09-302-10/+15
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-271-0/+70
|\ \ \ \ \
| * | | | | lib/test_kasan.c: add tests for several string/memory API functionsAndrey Ryabinin2018-10-271-0/+70
* | | | | | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-1/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | vsprintf: print OF node name using full_nameRob Herring2018-09-071-1/+6
| | |/ / / | |/| | |
* | | | | Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-10-265-1/+160
|\ \ \ \ \
| * | | | | lib: Fix ia64 bootloader linkageAlexander Shishkin2018-10-164-32/+36
| * | | | | lib: Add memcat_p(): paste 2 pointer arrays togetherAlexander Shishkin2018-10-114-0/+155
* | | | | | Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-264-0/+346
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | lib: Add umoddi3 and udivmoddi4 of GCC library routinesZong Li2018-10-234-0/+346
* | | | | | Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-261-108/+108
|\ \ \ \ \ \
| * | | | | | lib/vsprintf: Hash printed address for netdev bits fallbackGeert Uytterhoeven2018-10-121-5/+4Star
| * | | | | | lib/vsprintf: Hash legacy clock addressesGeert Uytterhoeven2018-10-121-1/+1
| * | | | | | lib/vsprintf: Prepare for more general use of ptr_to_id()Geert Uytterhoeven2018-10-121-103/+103
| * | | | | | lib/vsprintf: Make ptr argument conts in ptr_to_id()Geert Uytterhoeven2018-10-121-1/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-262-5/+58
|\ \ \ \ \ \
| * | | | | | crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2018-09-211-3/+3
| * | | | | | crc-t10dif: crc_t10dif_mutex can be statickbuild test robot2018-09-141-1/+1
| * | | | | | crc-t10dif: Allow current transform to be inspected in sysfsMartin K. Petersen2018-09-041-0/+11
| * | | | | | crc-t10dif: Pick better transform if one becomes availableMartin K. Petersen2018-09-041-2/+44
| | |_|_|/ / | |/| | | |