Commits

Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', 'topic/slub/cleanups' and 'topic/slub/perf' into for-linus
Showing diff toe8120ff1ffc
- Linus Torvalds committed 8e0ee43bc2cLinux 2.6.29
- Américo Wang committed 6e9ed0cc4b9slob: clean up the code - Use NULL instead of plain 0; - Rename slob_page() to is_slob...
- Nick Piggin committed 6fb8f424393slob: fix lockup in slob_free() Don't hold SLOB lock when freeing the page. Reduces lo...
- David Rientjes committed c0bdb232b23slub: rename calculate_min_partial() to set_min_partial() As suggested by Christoph La...
- Akinobu Mita committed 1a00df4a2ccslub: use get_track() Use get_track() in set_track() Signed-off-by: Akinobu Mita <aki...
- Zhang Yanmin committed e8120ff1ffcSLUB: Fix default slab order for big object sizes The default order of kmalloc-8192 on...