| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2018-11-02 | 1 | -41/+84 |
|\ |
|
| * | iov_iter: Add I/O discard iterator | David Howells | 2018-10-24 | 1 | -7/+48 |
| * | iov_iter: Separate type from direction and use accessor functions | David Howells | 2018-10-24 | 1 | -13/+15 |
| * | iov_iter: Use accessor function | David Howells | 2018-10-24 | 1 | -28/+28 |
* | | Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-11-01 | 4 | -346/+0 |
|\ \ |
|
| * | | Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines" | Palmer Dabbelt | 2018-10-31 | 4 | -346/+0 |
* | | | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | | | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | | | memblock: remove _virt from APIs returning virtual address | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | | | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport | 2018-10-31 | 1 | -2/+1 |
* | | | lib/lz4: update LZ4 decompressor module | Gao Xiang | 2018-10-31 | 2 | -141/+349 |
* | | | lib/kstrtox.c: delete unnecessary casts | Alexey Dobriyan | 2018-10-31 | 1 | -8/+8 |
* | | | lib/sg_pool.c: remove unnecessary null check when freeing object | zhong jiang | 2018-10-31 | 1 | -4/+3 |
* | | | lib/zlib_inflate/inflate.c: remove fall through warnings | Corentin Labbe | 2018-10-31 | 1 | -0/+12 |
* | | | lib/parser.c: switch match_number() over to use match_strdup() | Eric Biggers | 2018-10-31 | 1 | -4/+1 |
* | | | lib/parser.c: switch match_u64int() over to use match_strdup() | Eric Biggers | 2018-10-31 | 1 | -4/+1 |
* | | | lib/parser.c: switch match_strdup() over to use kmemdup_nul() | Eric Biggers | 2018-10-31 | 1 | -5/+1 |
* | | | lib/bitmap.c: simplify bitmap_print_to_pagebuf() | Rasmus Villemoes | 2018-10-31 | 1 | -5/+2 |
* | | | lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebuf | Rasmus Villemoes | 2018-10-31 | 1 | -4/+6 |
* | | | lib/bitmap.c: remove wrong documentation | Rasmus Villemoes | 2018-10-31 | 1 | -5/+0 |
* | | | Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 2018-10-28 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Makefile: Globally enable VLA warning | Kees Cook | 2018-10-11 | 1 | -0/+2 |
* | | | | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2018-10-28 | 7 | -942/+3578 |
|\ \ \ \ |
|
| * | | | | radix tree: Remove multiorder support | Matthew Wilcox | 2018-10-21 | 2 | -206/+13 |
| * | | | | 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 |