Merge tag 'omap-for-v4.20/omap1-fix-signed' of git://git.kernel.org/pub/scm/linux...
[sfrench/cifs-2.6.git] / lib / xarray.c
2018-11-03 Olof JohanssonMerge tag 'omap-for-v4.20/omap1-fix-signed' of git...
2018-10-29 Linus TorvaldsMerge tag 'armsoc-soc' of git://git./linux/kernel/git...
2018-10-29 Linus TorvaldsMerge tag 'armsoc-drivers' of git://git./linux/kernel...
2018-10-29 Linus TorvaldsMerge tag 'armsoc-defconfig' of git://git./linux/kernel...
2018-10-29 Linus TorvaldsMerge tag 'armsoc-dt' of git://git./linux/kernel/git...
2018-10-29 Linus TorvaldsMerge branch 'parisc-4.20-2' of git://git./linux/kernel...
2018-10-29 Linus TorvaldsMerge branch 'i2c/for-4.20' of git://git./linux/kernel...
2018-10-29 Linus TorvaldsMerge tag 'media/v4.20-1' of git://git./linux/kernel...
2018-10-29 Linus TorvaldsMerge tag 'tty-4.20-rc1' of git://git./linux/kernel...
2018-10-29 Linus TorvaldsMerge tag 'staging-4.20-rc1' of git://git./linux/kernel...
2018-10-29 Linus TorvaldsMerge tag 'mailbox-v4.20' of git://git.linaro.org/landi...
2018-10-29 Linus TorvaldsMerge tag 'filesystems_for_v4.20-rc1' of git://git...
2018-10-29 Linus TorvaldsMerge tag 'for_v4.20-rc1' of git://git./linux/kernel...
2018-10-29 Linus TorvaldsMerge tag '9p-for-4.20' of git://github.com/martinetd...
2018-10-29 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2018-10-29 Linus TorvaldsMerge tag 'm68k-for-v4.20-tag1' of git://git./linux...
2018-10-29 Linus TorvaldsMerge tag 'csky-for-linus-4.20' of https://github.com...
2018-10-29 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2018-10-29 Linus TorvaldsMerge tag 'drm-next-2018-10-24' of git://anongit.freede...
2018-10-28 Linus TorvaldsMerge tag 'vla-v4.20-rc1' of git://git./linux/kernel...
2018-10-28 Linus TorvaldsMerge tag 'kbuild-v4.20' of git://git./linux/kernel...
2018-10-28 Linus TorvaldsMerge tag 'linux-kselftest-4.20-rc1' of git://git....
2018-10-28 Linus TorvaldsMerge branch 'xarray' of git://git.infradead.org/users...
2018-10-21 Matthew Wilcoxxarray: Add range store functionality
2018-10-21 Matthew Wilcoxxarray: Track free entries in an XArray
2018-10-21 Matthew Wilcoxxarray: Add xa_reserve and xa_release
2018-10-21 Matthew Wilcoxxarray: Add xas_create_range
2018-10-21 Matthew Wilcoxxarray: Add xas_for_each_conflict
2018-10-21 Matthew Wilcoxxarray: Step through an XArray
2018-10-21 Matthew Wilcoxxarray: Destroy an XArray
2018-10-21 Matthew Wilcoxxarray: Extract entries from an XArray
2018-10-21 Matthew Wilcoxxarray: Add XArray iterators
2018-10-21 Matthew Wilcoxxarray: Add XArray conditional store operations
2018-10-21 Matthew Wilcoxxarray: Add XArray unconditional store operations
2018-10-21 Matthew Wilcoxxarray: Add XArray marks
2018-10-21 Matthew Wilcoxxarray: Add XArray load operation
2018-10-21 Matthew Wilcoxxarray: Add definition of struct xarray