1. b5c7e7e all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate by Yury Norov · 3 years, 4 months ago
  2. 9d6ecac lib/genalloc: add parameter description to fix doc compile warning by Alex Shi · 3 years, 8 months ago
  3. ade29d4 lib/genalloc.c: Fix a typo by Bhaskar Chowdhury · 3 years, 8 months ago
  4. 0e24465 lib/genalloc.c: change return type to unsigned long for bitmap_set_ll by Huang Shijie · 3 years, 10 months ago
  5. 3684566 lib/genalloc: fix the overflow when size is too big by Huang Shijie · 4 years ago
  6. 964975a lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addr by Huang Shijie · 5 years ago
  7. fd7eb25 lib/genalloc.c: export symbol addr_in_gen_pool by Huang Shijie · 5 years ago
  8. ea83df7 genalloc: Fix a set of docs build warnings by Jonathan Corbet · 5 years ago
  9. 9e3a25d Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  10. cf394fc lib/genalloc.c: Add algorithm, align and zeroed family of DMA allocators by Fredrik Noring · 6 years ago
  11. 40b0b3f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230 by Thomas Gleixner · 6 years ago
  12. 795ee30 lib/genalloc: introduce chunk owners by Dan Williams · 6 years ago
  13. da83a72 lib/genalloc: add gen_pool_dma_zalloc() for zeroed DMA allocations by Fredrik Noring · 6 years ago
  14. 35004f2 lib/genalloc.c: include vmalloc.h by Olof Johansson · 6 years ago
  15. 6862d2f lib/genalloc.c: use vzalloc_node() to allocate the bitmap by Huang Shijie · 6 years ago
  16. 52fbf11 lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunk by Alexey Skidanov · 6 years ago
  17. 36a3d1d lib/genalloc.c: make the avail variable an atomic_long_t by Stephen Bates · 7 years ago
  18. 62e931f lib/genalloc.c: start search from start of chunk by Daniel Mentz · 8 years ago
  19. 0e6e01f CPM/QE: use genalloc to manage CPM/QE muram by Zhao Qiang · 9 years ago
  20. b26981c genalloc:support allocating specific region by Zhao Qiang · 9 years ago
  21. de2dd0e genalloc:support memory-allocation with bytes-alignment to genalloc by Zhao Qiang · 9 years ago
  22. c98c363 genalloc: add support of multiple gen_pools per device by Vladimir Zapolskiy · 9 years ago
  23. 7385817 genalloc: add name arg to gen_pool_get() and devm_gen_pool_create() by Vladimir Zapolskiy · 9 years ago
  24. abdd4a7 genalloc: rename of_get_named_gen_pool() to of_gen_pool_get() by Vladimir Zapolskiy · 9 years ago
  25. 0030edf genalloc: rename dev_get_gen_pool() to gen_pool_get() by Vladimir Zapolskiy · 9 years ago
  26. 310ee9e lib/genalloc.c: check result of devres_alloc() by Jan Kara · 10 years ago
  27. 18fa6d2 lib/genalloc.c: remove redundant include by Rasmus Villemoes · 10 years ago
  28. ad3d5d2 lib/genalloc.c: fix the end addr check in addr_in_gen_pool() by Toshi Kikuchi · 10 years ago
  29. b724aa2 lib/genalloc.c: export devm_gen_pool_create() for modules by Michal Simek · 10 years ago
  30. 9efb3a4 lib/genalloc.c: add genpool range check function by Laura Abbott · 10 years ago
  31. 505e3be lib/genalloc.c: add power aligned algorithm by Laura Abbott · 10 years ago
  32. 6f3aabd genalloc: fix device node resource counter by Vladimir Zapolskiy · 10 years ago
  33. 0368dfd lib/genalloc.c: add check gen_pool_dma_alloc() if dma pointer is not NULL by Lad, Prabhakar · 11 years ago
  34. 684f0d3 lib/genalloc: add a helper function for DMA buffer allocation by Nicolin Chen · 11 years ago
  35. 5ab58ac lib/genalloc.c: correct dev_get_gen_pool documentation by Emilio López · 11 years ago
  36. ade34a3 lib/genalloc.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) by Joe Perches · 11 years ago
  37. 674470d lib/genalloc.c: fix overflow of ending address of memory chunk by Joonyoung Shim · 11 years ago
  38. 9375db0 genalloc: add devres support, allow to find a managed pool by device by Philipp Zabel · 12 years ago
  39. eedce14 genalloc: stop crashing the system when destroying a pool by Thadeu Lima de Souza Cascardo · 12 years ago
  40. ca279cf genalloc: make it possible to use a custom allocation algorithm by Benjamin Gaignard · 12 years ago
  41. 8bc3bcc lib: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  42. 7f18427 lib, Make gen_pool memory allocator lockless by Huang Ying · 13 years ago
  43. 3c8f370 lib/genalloc.c: add support for specifying the physical address by Jean-Christophe PLAGNIOL-VILLARD · 14 years ago
  44. e621ba9 genalloc: fix allocation from end of pool by Imre Deak · 15 years ago
  45. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  46. 243797f genalloc: use bitmap_find_next_zero_area by Akinobu Mita · 15 years ago
  47. 8e8a2de lib/genalloc.c: remove unmatched write_lock() in gen_pool_destroy by Zygo Blaxell · 16 years ago
  48. 94f6030 Slab allocators: Replace explicit zeroing with __GFP_ZERO by Christoph Lameter · 17 years ago
  49. 96c62d5 [PATCH] genalloc warning fixes by Andrew Morton · 18 years ago
  50. a58cbd7 [PATCH] make genpool allocator adhere to kernel-doc standards by Dean Nelson · 18 years ago
  51. 322acc9 [PATCH] LIB: add gen_pool_destroy() by Steve Wise · 18 years ago
  52. 929f972 [PATCH] change gen_pool allocator to not touch managed memory by Dean Nelson · 19 years ago
  53. 4659633 [PATCH] fix broken lib/genalloc.c by Chris Humbert · 19 years ago
  54. f14f75b [PATCH] ia64 uncached alloc by Jes Sorensen · 20 years ago