1. 7878c23 slab: remove /proc/slab_allocators by Qian Cai · 6 years ago
  2. 5b7c414 mm: move obj_to_index to include/linux/slab_def.h by Andrey Konovalov · 6 years ago
  3. 05fec35 slab: clean up the code comment in slab kmem_cache struct by Baoquan He · 7 years ago
  4. 7bbdb81 slab: make usercopy region 32-bit by Alexey Dobriyan · 7 years ago
  5. 8eb8284 usercopy: Prepare for usercopy whitelisting by David Windsor · 8 years ago
  6. d50112e slab, slub, slob: add slab_flags_t by Alexey Dobriyan · 7 years ago
  7. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  8. 80a9201 mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB by Alexander Potapenko · 8 years ago
  9. 7c00fce mm: reorganize SLAB freelist randomization by Thomas Garnier · 8 years ago
  10. c7ce4f60 mm: SLAB freelist randomization by Thomas Garnier · 9 years ago
  11. 7ed2f9e mm, kasan: SLAB support by Alexander Potapenko · 9 years ago
  12. d31676d mm/slab: alternative implementation for DEBUG_SLAB_LEAK by Joonsoo Kim · 9 years ago
  13. 127424c mm: memcontrol: move kmem accounting code to CONFIG_MEMCG by Johannes Weiner · 9 years ago
  14. f7ce319 slab: embed memcg_cache_params to kmem_cache by Vladimir Davydov · 10 years ago
  15. bf0dea2 mm/slab: use percpu allocator for cpu cache by Joonsoo Kim · 10 years ago
  16. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  17. 809fa97 reciprocal_divide: update/correction of the algorithm by Hannes Frederic Sowa · 11 years ago
  18. 24755e2 slab: struct kmem_cache is protected by slab_mutex by Fam Zheng · 11 years ago
  19. 24f971a Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  20. 8456a64 slab: use struct page for slab management by Joonsoo Kim · 11 years ago
  21. f1b6eb6 mm/sl[aou]b: Move kmallocXXX functions to common code by Christoph Lameter · 11 years ago
  22. 6286ae9 slab: Return NULL for oversized allocations by Christoph Lameter · 12 years ago
  23. 9425c58 slab: Common definition for the array of kmalloc caches by Christoph Lameter · 12 years ago
  24. 6a67368 slab: Rename nodelists to node by Christoph Lameter · 12 years ago
  25. 6744f08 slab: Common name for the per node structures by Christoph Lameter · 12 years ago
  26. e336601 slab: Use common kmalloc_index/kmalloc_size functions by Christoph Lameter · 12 years ago
  27. ba6c496 slab/slub: struct memcg_params by Glauber Costa · 12 years ago
  28. 3c58346 slab: Simplify bootstrap by Christoph Lameter · 12 years ago
  29. dffa3f9 mm/slab: Fix kmem_cache_alloc_node_trace() declaration by Ezequiel Garcia · 12 years ago
  30. 4052147 mm, slab: Match SLAB and SLUB kmem_cache_alloc_xxx_trace() prototype by Ezequiel Garcia · 12 years ago
  31. ff4fcd0 mm, slab: Remove silly function slab_buffer_size() by Ezequiel Garcia · 12 years ago
  32. c0931ef mm, slab: remove dflags by David Rientjes · 12 years ago
  33. a618e89 slab: rename gfpflags to allocflags by Glauber Costa · 13 years ago
  34. 3b0efdf mm, sl[aou]b: Extract common fields from struct kmem_cache by Christoph Lameter · 13 years ago
  35. 4dee6b6 tracing/mm: Move include of trace/events/kmem.h out of header into slab.c by Steven Rostedt · 13 years ago
  36. b56efcf slab: shrink sizeof(struct kmem_cache) by Eric Dumazet · 14 years ago
  37. 3192b92 slab, slub, slob: Unify alignment definition by Christoph Lameter · 14 years ago
  38. 85beb58 tracing/slab: Move kmalloc tracepoint out of inline code by Steven Rostedt · 14 years ago
  39. a6eb9fe dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN by FUJITA Tomonori · 14 years ago
  40. 039ca4e tracing: Remove kmemtrace ftrace plugin by Li Zefan · 15 years ago
  41. 1f0ce8b3 mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slab_def.h> by David Woodhouse · 15 years ago
  42. 0f24f12 tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACING by Li Zefan · 15 years ago
  43. 8eae985 slab: move struct kmem_cache to headers by Pekka Enberg · 17 years ago
  44. 02af61b tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint part by Zhaolei · 16 years ago
  45. ca2b84cb kmemtrace: use tracepoints by Eduard - Gabriel Munteanu · 16 years ago
  46. dc573f9 Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
  47. 1cf3eb2 kmalloc: return NULL instead of link failure by Jeff Mahoney · 16 years ago
  48. 36994e5 tracing/kmemtrace: normalize the raw tracer event to the unified tracing API by Frederic Weisbecker · 16 years ago
  49. 3655575 kmemtrace: SLAB hooks. by Eduard - Gabriel Munteanu · 16 years ago
  50. 1c61fc4 slab - use angle brackets for include of kmalloc_sizes.h by Joe Perches · 17 years ago
  51. 158a962 Unify /proc/slabinfo configuration by Linus Torvalds · 17 years ago
  52. 81cda66 Slab allocators: Cleanup zeroing allocations by Christoph Lameter · 18 years ago
  53. 6cb8f91 Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics by Christoph Lameter · 18 years ago
  54. 6193a2f slob: initial NUMA support by Paul Mundt · 18 years ago
  55. 3ca12ee SLAB: Move two remaining SLAB specific definitions to slab_def.h by Christoph Lameter · 18 years ago
  56. 4b51d66 [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM by Christoph Lameter · 18 years ago
  57. 2e892f4 [PATCH] Cleanup slab headers / API to allow easy addition of new slab allocators by Christoph Lameter · 18 years ago