Commit Graph

328 Commits (e4008276fddd10445ff06707694a938cb7f35ed4)

Author SHA1 Message Date
Dmitry Monakhov 4c13dd3b48 failslab: add ability to filter slab caches 15 years ago
Nick Piggin 44b57f1cc7 slab: fix regression in touched logic 15 years ago
Haicheng Li f3186a9c51 slab: initialize unused alien cache entry as NULL at alloc_alien_cache(). 15 years ago
Pekka Enberg 00afa75806 SLAB: Fix lockdep annotation breakage 15 years ago
Rusty Russell 58463c1fe2 cpumask: avoid deprecated function in mm/slab.c 15 years ago
Li Zefan 0bb38a5cde tracing, slab: Fix no callsite ifndef CONFIG_KMEMTRACE 15 years ago
Li Zefan 0f24f1287a tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACING 15 years ago
J. R. Okajima ddbf2e8366 slab, kmemleak: pass the correct pointer to kmemleak_erase() 15 years ago
J. R. Okajima f3d8b53a3a slab, kmemleak: stop calling kmemleak_erase() unconditionally 15 years ago
Tim Blechmann 8e15b79cf4 SLAB: Fix unlikely() annotation in __cache_alloc_node() 15 years ago
Pekka Enberg ce79ddc8e2 SLAB: Fix lockdep annotations for CPU hotplug 15 years ago
Tejun Heo 1871e52c76 percpu: make percpu symbols under kernel/ and mm/ unique 16 years ago
Catalin Marinas c017b4be3e kmemleak: Simplify the kmemleak_scan_area() function prototype 16 years ago
Catalin Marinas e7cb55b946 kmemleak: Do not use off-slab management with SLAB_NOLEAKTRACE 16 years ago
Jan Beulich 4481374ce8 mm: replace various uses of num_physpages by totalram_pages 16 years ago
Pekka Enberg ec5a36f94e SLAB: Fix lockdep annotations 16 years ago
Paul E. McKenney 7ed9f7e5db fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]b 16 years ago
Benjamin Herrenschmidt dcce284a25 mm: Extend gfp masking to the page allocator 16 years ago
Mel Gorman b6e68bc1ba page allocator: slab: use nr_online_nodes to check for a NUMA platform 16 years ago
Mel Gorman 6484eb3e2a page allocator: do not check NUMA node ID when the caller knows the node is valid 16 years ago
Vegard Nossum b1eeab6768 kmemcheck: add hooks for the page allocator 16 years ago
Pekka Enberg c175eea466 slab: add hooks for kmemcheck 16 years ago
Pekka Enberg 8eae985f08 slab: move struct kmem_cache to headers 16 years ago
Pekka Enberg 8429db5c63 slab: setup cpu caches later on when interrupts are enabled 16 years ago
Pekka Enberg 7e85ee0c1d slab,slub: don't enable interrupts during early boot 16 years ago
Pekka Enberg eb91f1d0a5 slab: fix gfp flag in setup_cpu_cache() 16 years ago
Pekka Enberg 83b519e8b9 slab: setup allocators earlier in the boot sequence 16 years ago
Catalin Marinas d5cff63529 kmemleak: Add the slab memory allocation/freeing hooks 16 years ago
Ron Lee 6746136520 slab: fix generic PAGE_POISONING conflict with SLAB_RED_ZONE 16 years ago
Zhaolei 02af61bb50 tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint part 16 years ago
Pekka Enberg 2121db74ba kmemtrace: trace kfree() calls with NULL or zero-length objects 16 years ago
Eduard - Gabriel Munteanu ca2b84cb3c kmemtrace: use tracepoints 16 years ago
Jean Delvare bf6aede712 workqueue: add to_delayed_work() helper function 16 years ago
Rusty Russell a70f730282 cpumask: replace node_to_cpumask with cpumask_of_node. 16 years ago
Nick Piggin cf40bd16fd lockdep: annotate reclaim context (__GFP_NOFS) 16 years ago
Kirill A. Shutemov b1aabecd55 mm: Export symbol ksize() 16 years ago
Rusty Russell 174596a0b9 cpumask: convert mm/ 16 years ago
Ingo Molnar f09eac9034 tracing/kmemtrace: fix typo 16 years ago
Ingo Molnar 3fd4bc015e tracing/kmemtrace: export kmemtrace_mark_alloc_node() / kmemtrace_mark_free() 16 years ago
Ingo Molnar 2a38b1c4f1 kmemtrace: move #include lines 16 years ago
Eduard - Gabriel Munteanu 36555751c6 kmemtrace: SLAB hooks. 16 years ago
Eduard - Gabriel Munteanu 35995a4d81 SLUB: Replace __builtin_return_address(0) with _RET_IP_. 16 years ago
Pekka Enberg 8759ec50a6 slab: remove GFP_THISNODE clearing from alloc_slabmgmt() 16 years ago
Akinobu Mita 773ff60e84 SLUB: failslab support 16 years ago
Catalin Marinas 249da16658 slab: Update the kmem_cache_create documentation regarding the name parameter 16 years ago
roel kluin 249b9f331e slab: unsigned slabp->inuse cannot be less than 0 16 years ago
Eduard - Gabriel Munteanu ce71e27c6f SLUB: Replace __builtin_return_address(0) with _RET_IP_. 16 years ago
Alexey Dobriyan 7b3c3a50a3 proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c 17 years ago
Alexey Dobriyan a0ec95a8e6 proc: move /proc/slab_allocators boilerplate to mm/slab.c 17 years ago
Adrian Bunk 231367fd9b mm: unexport ksize 17 years ago