Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | xarray: Add range store functionality | Matthew Wilcox | 2018-10-21 | 2 | -2/+129 | |
| * | | | | xarray: Move multiorder_check to in-kernel tests | Matthew Wilcox | 2018-10-21 | 1 | -0/+44 | |
| * | | | | xarray: Move multiorder_shrink to kernel tests | Matthew Wilcox | 2018-10-21 | 1 | -0/+37 | |
| * | | | | xarray: Move multiorder account test in-kernel | Matthew Wilcox | 2018-10-21 | 1 | -0/+32 | |
| * | | | | radix tree test suite: Convert tag_tagged_items to XArray | Matthew Wilcox | 2018-10-21 | 1 | -12/+0 | |
| * | | | | radix tree: Remove radix_tree_clear_tags | Matthew Wilcox | 2018-10-21 | 2 | -13/+40 | |
| * | | | | radix tree: Remove radix_tree_maybe_preload_order | Matthew Wilcox | 2018-10-21 | 1 | -74/+0 | |
| * | | | | radix tree: Remove split/join code | Matthew Wilcox | 2018-10-21 | 1 | -169/+2 | |
| * | | | | radix tree: Remove radix_tree_update_node_t | Matthew Wilcox | 2018-10-21 | 2 | -35/+9 | |
| * | | | | shmem: Convert shmem_alloc_hugepage to XArray | Matthew Wilcox | 2018-10-21 | 1 | -43/+1 | |
| * | | | | shmem: Convert find_swap_entry to XArray | Matthew Wilcox | 2018-10-21 | 1 | -0/+56 | |
| * | | | | mm: Convert workingset to XArray | Matthew Wilcox | 2018-10-21 | 1 | -0/+65 | |
| * | | | | page cache: Add and replace pages using the XArray | Matthew Wilcox | 2018-10-21 | 1 | -3/+3 | |
| * | | | | ida: Convert to XArray | Matthew Wilcox | 2018-10-21 | 2 | -247/+203 | |
| * | | | | xarray: Track free entries in an XArray | Matthew Wilcox | 2018-10-21 | 2 | -4/+145 | |
| * | | | | xarray: Add xa_reserve and xa_release | Matthew Wilcox | 2018-10-21 | 2 | -0/+87 | |
| * | | | | xarray: Add xas_create_range | Matthew Wilcox | 2018-10-21 | 2 | -0/+169 | |
| * | | | | xarray: Add xas_for_each_conflict | Matthew Wilcox | 2018-10-21 | 2 | -0/+129 | |
| * | | | | xarray: Step through an XArray | Matthew Wilcox | 2018-10-21 | 2 | -0/+189 | |
| * | | | | xarray: Destroy an XArray | Matthew Wilcox | 2018-10-21 | 2 | -0/+62 | |
| * | | | | xarray: Extract entries from an XArray | Matthew Wilcox | 2018-10-21 | 1 | -0/+80 | |
| * | | | | xarray: Add XArray iterators | Matthew Wilcox | 2018-10-21 | 2 | -0/+475 | |
| * | | | | xarray: Add XArray conditional store operations | Matthew Wilcox | 2018-10-21 | 2 | -0/+91 | |
| * | | | | xarray: Add XArray unconditional store operations | Matthew Wilcox | 2018-10-21 | 3 | -6/+868 | |
| * | | | | xarray: Add XArray marks | Matthew Wilcox | 2018-10-21 | 2 | -2/+264 | |
| * | | | | xarray: Add XArray load operation | Matthew Wilcox | 2018-10-21 | 5 | -43/+286 | |
| * | | | | xarray: Define struct xa_node | Matthew Wilcox | 2018-10-21 | 1 | -24/+24 | |
| * | | | | xarray: Add definition of struct xarray | Matthew Wilcox | 2018-10-21 | 4 | -41/+84 | |
| * | | | | xarray: Change definition of sibling entries | Matthew Wilcox | 2018-09-29 | 2 | -45/+26 | |
| * | | | | xarray: Replace exceptional entries | Matthew Wilcox | 2018-09-29 | 2 | -47/+34 | |
| * | | | | idr: Permit any valid kernel pointer to be stored | Matthew Wilcox | 2018-09-29 | 2 | -10/+15 | |
* | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-10-26 | 1 | -0/+70 | |
|\ \ \ \ \ | ||||||
| * | | | | | lib/test_kasan.c: add tests for several string/memory API functions | Andrey Ryabinin | 2018-10-26 | 1 | -0/+70 | |
* | | | | | | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-10-26 | 1 | -1/+6 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | vsprintf: print OF node name using full_name | Rob Herring | 2018-09-07 | 1 | -1/+6 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-10-26 | 5 | -1/+160 | |
|\ \ \ \ \ | ||||||
| * | | | | | lib: Fix ia64 bootloader linkage | Alexander Shishkin | 2018-10-16 | 4 | -32/+36 | |
| * | | | | | lib: Add memcat_p(): paste 2 pointer arrays together | Alexander Shishkin | 2018-10-11 | 4 | -0/+155 | |
* | | | | | | Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-10-25 | 4 | -0/+346 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | lib: Add umoddi3 and udivmoddi4 of GCC library routines | Zong Li | 2018-10-22 | 4 | -0/+346 | |
* | | | | | | Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-10-25 | 1 | -108/+108 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | lib/vsprintf: Hash printed address for netdev bits fallback | Geert Uytterhoeven | 2018-10-12 | 1 | -5/+4 | |
| * | | | | | | lib/vsprintf: Hash legacy clock addresses | Geert Uytterhoeven | 2018-10-12 | 1 | -1/+1 | |
| * | | | | | | lib/vsprintf: Prepare for more general use of ptr_to_id() | Geert Uytterhoeven | 2018-10-12 | 1 | -103/+103 | |
| * | | | | | | lib/vsprintf: Make ptr argument conts in ptr_to_id() | Geert Uytterhoeven | 2018-10-12 | 1 | -1/+2 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-10-25 | 2 | -5/+58 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | crypto: chacha20 - Fix chacha20_block() keystream alignment (again) | Eric Biggers | 2018-09-21 | 1 | -3/+3 | |
| * | | | | | | crc-t10dif: crc_t10dif_mutex can be static | kbuild test robot | 2018-09-14 | 1 | -1/+1 | |
| * | | | | | | crc-t10dif: Allow current transform to be inspected in sysfs | Martin K. Petersen | 2018-09-04 | 1 | -0/+11 | |
| * | | | | | | crc-t10dif: Pick better transform if one becomes available | Martin K. Petersen | 2018-09-04 | 1 | -2/+44 | |
| | |_|_|/ / | |/| | | | |