Age | Commit message (Expand) | Author | Files | Lines |
2018-10-21 | mm: Convert delete_from_swap_cache to XArray | Matthew Wilcox | 3 | -17/+14 |
2018-10-21 | mm: Convert add_to_swap_cache to XArray | Matthew Wilcox | 1 | -64/+29 |
2018-10-21 | mm: Convert truncate to XArray | Matthew Wilcox | 1 | -9/+6 |
2018-10-21 | mm: Convert workingset to XArray | Matthew Wilcox | 3 | -39/+86 |
2018-10-21 | mm: Convert page-writeback to XArray | Matthew Wilcox | 2 | -53/+36 |
2018-10-21 | page cache: Convert filemap_range_has_page to XArray | Matthew Wilcox | 1 | -8/+19 |
2018-10-21 | page cache: Remove stray radix comment | Matthew Wilcox | 1 | -1/+1 |
2018-10-21 | page cache: Convert delete_batch to XArray | Matthew Wilcox | 1 | -15/+13 |
2018-10-21 | radix tree test suite: Convert regression1 to XArray | Matthew Wilcox | 1 | -39/+19 |
2018-10-21 | page cache: Convert filemap_map_pages to XArray | Matthew Wilcox | 1 | -29/+13 |
2018-10-21 | page cache: Convert find_get_entries_tag to XArray | Matthew Wilcox | 2 | -31/+25 |
2018-10-21 | page cache; Convert find_get_pages_range_tag to XArray | Matthew Wilcox | 2 | -44/+28 |
2018-10-21 | page cache: Convert find_get_pages_contig to XArray | Matthew Wilcox | 4 | -72/+22 |
2018-10-21 | page cache: Convert find_get_pages_range to XArray | Matthew Wilcox | 1 | -33/+19 |
2018-10-21 | page cache: Convert find_get_entries to XArray | Matthew Wilcox | 1 | -28/+23 |
2018-10-21 | page cache: Convert find_get_entry to XArray | Matthew Wilcox | 1 | -35/+28 |
2018-10-21 | page cache: Convert page deletion to XArray | Matthew Wilcox | 1 | -18/+13 |
2018-10-21 | page cache: Add and replace pages using the XArray | Matthew Wilcox | 4 | -90/+66 |
2018-10-21 | page cache: Convert hole search to XArray | Matthew Wilcox | 4 | -65/+55 |
2018-10-21 | page cache: Rearrange address_space | Matthew Wilcox | 1 | -15/+31 |
2018-10-21 | ida: Convert to XArray | Matthew Wilcox | 4 | -263/+213 |
2018-10-21 | xarray: Track free entries in an XArray | Matthew Wilcox | 4 | -7/+266 |
2018-10-21 | xarray: Add MAINTAINERS entry | Matthew Wilcox | 1 | -0/+11 |
2018-10-21 | xarray: Add xa_reserve and xa_release | Matthew Wilcox | 4 | -2/+125 |
2018-10-21 | xarray: Add xas_create_range | Matthew Wilcox | 3 | -0/+182 |
2018-10-21 | xarray: Add xas_for_each_conflict | Matthew Wilcox | 3 | -0/+146 |
2018-10-21 | xarray: Step through an XArray | Matthew Wilcox | 3 | -0/+256 |
2018-10-21 | xarray: Destroy an XArray | Matthew Wilcox | 3 | -0/+63 |
2018-10-21 | xarray: Extract entries from an XArray | Matthew Wilcox | 2 | -0/+82 |
2018-10-21 | xarray: Add XArray iterators | Matthew Wilcox | 3 | -0/+640 |
2018-10-21 | xarray: Add XArray conditional store operations | Matthew Wilcox | 3 | -0/+151 |
2018-10-21 | xarray: Add XArray unconditional store operations | Matthew Wilcox | 10 | -9/+1055 |
2018-10-21 | xarray: Add XArray marks | Matthew Wilcox | 7 | -13/+445 |
2018-10-21 | xarray: Add XArray load operation | Matthew Wilcox | 14 | -45/+661 |
2018-10-21 | xarray: Add documentation | Matthew Wilcox | 2 | -0/+405 |
2018-10-21 | xarray: Define struct xa_node | Matthew Wilcox | 5 | -73/+77 |
2018-10-21 | xarray: Add definition of struct xarray | Matthew Wilcox | 12 | -68/+181 |
2018-09-30 | xarray: Change definition of sibling entries | Matthew Wilcox | 6 | -50/+121 |
2018-09-30 | xarray: Replace exceptional entries | Matthew Wilcox | 26 | -232/+278 |
2018-09-30 | idr: Permit any valid kernel pointer to be stored | Matthew Wilcox | 3 | -10/+78 |
2018-09-30 | Update email address | Matthew Wilcox | 9 | -11/+18 |
2018-09-30 | Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-block | Greg Kroah-Hartman | 8 | -19/+25 |
2018-09-30 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman | 1 | -19/+0 |
2018-09-30 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Greg Kroah-Hartman | 3 | -13/+28 |
2018-09-29 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 1 | -0/+6 |
2018-09-29 | Merge tag 'pm-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Greg Kroah-Hartman | 1 | -2/+2 |
2018-09-29 | cpufreq: qcom-kryo: Fix section annotations | Nathan Chancellor | 1 | -2/+2 |
2018-09-29 | Merge tag 'dma-mapping-4.19-3' of git://git.infradead.org/users/hch/dma-mapping | Greg Kroah-Hartman | 1 | -0/+3 |
2018-09-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Greg Kroah-Hartman | 5 | -48/+38 |
2018-09-29 | Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 5 | -18/+86 |