aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-21radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox1-2/+0
2018-10-21radix tree: Remove radix_tree_clear_tagsMatthew Wilcox1-2/+0
2018-10-21radix tree: Remove radix_tree_maybe_preload_orderMatthew Wilcox1-1/+0
2018-10-21radix tree: Remove split/join codeMatthew Wilcox1-6/+0
2018-10-21radix tree: Remove radix_tree_update_node_tMatthew Wilcox1-6/+1
2018-10-21shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox1-5/+1
2018-10-21pagevec: Use xa_mark_tMatthew Wilcox1-3/+5
2018-10-21mm: Convert delete_from_swap_cache to XArrayMatthew Wilcox1-2/+3
2018-10-21mm: Convert workingset to XArrayMatthew Wilcox1-9/+0
2018-10-21mm: Convert page-writeback to XArrayMatthew Wilcox1-7/+10
2018-10-21page cache: Convert find_get_entries_tag to XArrayMatthew Wilcox1-1/+1
2018-10-21page cache; Convert find_get_pages_range_tag to XArrayMatthew Wilcox1-2/+2
2018-10-21page cache: Convert find_get_pages_contig to XArrayMatthew Wilcox1-17/+0
2018-10-21page cache: Add and replace pages using the XArrayMatthew Wilcox2-5/+6
2018-10-21page cache: Convert hole search to XArrayMatthew Wilcox1-2/+2
2018-10-21page cache: Rearrange address_spaceMatthew Wilcox1-15/+31
2018-10-21ida: Convert to XArrayMatthew Wilcox1-11/+7
2018-10-21xarray: Track free entries in an XArrayMatthew Wilcox1-0/+101
2018-10-21xarray: Add xa_reserve and xa_releaseMatthew Wilcox1-2/+32
2018-10-21xarray: Add xas_create_rangeMatthew Wilcox1-0/+13
2018-10-21xarray: Add xas_for_each_conflictMatthew Wilcox1-0/+17
2018-10-21xarray: Step through an XArrayMatthew Wilcox1-0/+67
2018-10-21xarray: Destroy an XArrayMatthew Wilcox1-0/+1
2018-10-21xarray: Extract entries from an XArrayMatthew Wilcox1-0/+2
2018-10-21xarray: Add XArray iteratorsMatthew Wilcox1-0/+165
2018-10-21xarray: Add XArray conditional store operationsMatthew Wilcox1-0/+60
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox1-2/+145
2018-10-21xarray: Add XArray marksMatthew Wilcox1-0/+63
2018-10-21xarray: Add XArray load operationMatthew Wilcox1-0/+336
2018-10-21xarray: Define struct xa_nodeMatthew Wilcox2-26/+30
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox2-20/+78
2018-09-29xarray: Change definition of sibling entriesMatthew Wilcox2-4/+93
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox3-40/+117
2018-09-29Update email addressMatthew Wilcox1-1/+1
2018-09-28Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiGreg Kroah-Hartman1-3/+4
2018-09-28Merge tag 'regulator-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorGreg Kroah-Hartman2-6/+33
2018-09-28Merge tag 'drm-fixes-2018-09-28' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman1-1/+0
2018-09-27Revert "drm/panel: Add device_link from panel device to DRM device"Linus Walleij1-1/+0
2018-09-25erge tag 'libnvdimm-fixes-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmGreg Kroah-Hartman1-1/+1
2018-09-25Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name"Lubomir Rintel1-1/+1
2018-09-25Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman3-3/+5
2018-09-23netpoll: make ndo_poll_controller() optionalEric Dumazet1-2/+3
2018-09-23Merge tag 'mfd-fixes-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdGreg Kroah-Hartman1-7/+9
2018-09-23Merge tag 'for-linus-20180922' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman1-1/+4
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval1-1/+4
2018-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGreg Kroah-Hartman2-2/+1
2018-09-21Merge tag 'drm-fixes-2018-09-21' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman1-1/+1
2018-09-20spi: spi-mem: Move the DMA-able constraint doc to the kerneldoc headerBoris Brezillon1-3/+2
2018-09-20spi: spi-mem: Add missing description for data.nbytes fieldBoris Brezillon1-0/+2
2018-09-20Compiler Attributes: naked can be sharedMiguel Ojeda2-8/+8