1. b38f6c5 XArray: Fix xa_release in allocating arrays by Matthew Wilcox · 6 years ago
  2. 2fa044e XArray: Add cyclic allocation by Matthew Wilcox · 7 years ago
  3. a3e4d3f XArray: Redesign xa_alloc API by Matthew Wilcox · 7 years ago
  4. 3ccaf57 XArray: Add support for 1s-based allocation by Matthew Wilcox · 7 years ago
  5. fd9dc93 XArray: Change xa_insert to return -EBUSY by Matthew Wilcox · 6 years ago
  6. 809ab93 XArray: Update xa_erase family descriptions by Matthew Wilcox · 7 years ago
  7. b0606fe XArray: Honour reserved entries in xa_insert by Matthew Wilcox · 7 years ago
  8. 76b4e52 XArray: Permit storing 2-byte-aligned pointers by Matthew Wilcox · 7 years ago
  9. 02669b1 XArray: Turn xa_init_flags into a static inline by Matthew Wilcox · 7 years ago
  10. 4848361 XArray: Fix xa_alloc when id exceeds max by Matthew Wilcox · 7 years ago
  11. 44a4a66 XArray: Correct xa_store_range by Matthew Wilcox · 7 years ago
  12. 804dfaf XArray: Fix Documentation by Matthew Wilcox · 7 years ago
  13. d9c4804 XArray: Handle NULL pointers differently for allocation by Matthew Wilcox · 7 years ago
  14. 611f318 XArray: Unify xa_store and __xa_store by Matthew Wilcox · 7 years ago
  15. 9c16bb8 XArray: Turn xa_erase into an exported function by Matthew Wilcox · 7 years ago
  16. c5beb07 XArray: Unify xa_cmpxchg and __xa_cmpxchg by Matthew Wilcox · 7 years ago
  17. 4c0608f XArray: Regularise xa_reserve by Matthew Wilcox · 7 years ago
  18. 9ee5a3b XArray: Export __xa_foo to non-GPL modules by Matthew Wilcox · 7 years ago
  19. 8229706e XArray: Fix xa_for_each with a single element at 0 by Matthew Wilcox · 7 years ago
  20. 0e9446c xarray: Add range store functionality by Matthew Wilcox · 7 years ago
  21. 371c752 xarray: Track free entries in an XArray by Matthew Wilcox · 7 years ago
  22. 9f14d4f xarray: Add xa_reserve and xa_release by Matthew Wilcox · 7 years ago
  23. 2264f51 xarray: Add xas_create_range by Matthew Wilcox · 8 years ago
  24. 4e99d4e xarray: Add xas_for_each_conflict by Matthew Wilcox · 7 years ago
  25. 64d3e9a xarray: Step through an XArray by Matthew Wilcox · 8 years ago
  26. 687149f xarray: Destroy an XArray by Matthew Wilcox · 8 years ago
  27. 80a0a1a xarray: Extract entries from an XArray by Matthew Wilcox · 8 years ago
  28. b803b42 xarray: Add XArray iterators by Matthew Wilcox · 8 years ago
  29. 41aec91 xarray: Add XArray conditional store operations by Matthew Wilcox · 8 years ago
  30. 58d6ea3 xarray: Add XArray unconditional store operations by Matthew Wilcox · 8 years ago
  31. 9b89a03 xarray: Add XArray marks by Matthew Wilcox · 8 years ago
  32. ad3d6c7 xarray: Add XArray load operation by Matthew Wilcox · 8 years ago
  33. f8d5d0c xarray: Add definition of struct xarray by Matthew Wilcox · 8 years ago