summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2013-07-07mm/slab: Fix /proc/slabinfo unwriteable for slabWanpeng Li
2013-07-07mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li
2013-07-07mm/slab: Fix drain freelist excessivelyWanpeng Li
2013-06-08mm, slab: moved kmem_cache_alloc_node comment to correct placeZhouping Liu
2013-05-06mm, slab_common: Fix bootstrap creation of kmalloc cachesChristoph Lameter
2013-05-06slab: Return NULL for oversized allocationsChristoph Lameter
2013-05-01mm: slab: Verify the nodeid passed to ____cache_alloc_nodeAaron Tomlin
2013-04-05slub: tid must be retrieved from the percpu area of the current processorChristoph Lameter
2013-04-05slub: Do not dereference NULL pointer in node_matchChristoph Lameter
2013-04-02slub: add 'likely' macro to inc_slabs_node()Joonsoo Kim
2013-04-02slub: correct to calculate num of acquired objects in get_partial_node()Joonsoo Kim
2013-02-28slub: correctly bootstrap boot cachesGlauber Costa
2013-02-06mm/sl[au]b: correct allocation type check in kmalloc_slab()Joonsoo Kim
2013-02-06slab: Fixup CONFIG_PAGE_ALLOC/DEBUG_SLAB_LEAK sectionsChristoph Lameter
2013-02-01slab: Common definition for kmem_cache_nodeChristoph Lameter
2013-02-01slab: Rename list3/l3 to nodeChristoph Lameter
2013-02-01slab: Common Kmalloc cache determinationChristoph Lameter
2013-02-01slab: Common function to create the kmalloc arrayChristoph Lameter
2013-02-01slab: Common definition for the array of kmalloc cachesChristoph Lameter
2013-02-01slab: Common constants for kmalloc boundariesChristoph Lameter
2013-02-01slab: Rename nodelists to nodeChristoph Lameter
2013-02-01slab: Common name for the per node structuresChristoph Lameter
2013-02-01slab: Use common kmalloc_index/kmalloc_size functionsChristoph Lameter
2013-02-01slab: Use proper formatting specs for unsigned size_tChristoph Lameter
2012-12-21Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-21memcg: don't register hotcpu notifier from ->css_alloc()Tejun Heo
2012-12-21mm: clean up transparent hugepage sysfs error messagesJeremy Eder
2012-12-21mm: cma: WARN if freed memory is still in useMarek Szyprowski
2012-12-21mm: fix calculation of dirtyable memorySonny Rao
2012-12-21compaction: fix build error in CMA && !COMPACTIONMinchan Kim
2012-12-20Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Al Viro
2012-12-20mm: drop vmtruncateMarco Stornelli
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-20ksm: make rmap walks more scalableHugh Dickins
2012-12-20mm: do not sleep in balance_pgdat if there's no i/o congestionZlatko Calusic
2012-12-18mm/vmscan.c: avoid possible deadlock caused by too_many_isolated()Fengguang Wu
2012-12-18vmscan: comment too_many_isolated()Fengguang Wu
2012-12-18mm/kmemleak.c: remove obsolete simple_strtoulAbhijit Pawar
2012-12-18mm/memory_hotplug.c: improve commentsTang Chen
2012-12-18mm/hugetlb: create hugetlb cgroup file in hugetlb_initJianguo Wu
2012-12-18mm/mprotect.c: coding-style cleanupsAndrew Morton
2012-12-18slub: drop mutex before deleting sysfs entryGlauber Costa
2012-12-18memcg: add comments clarifying aspects of cache attribute propagationGlauber Costa
2012-12-18slub: slub-specific propagation changesGlauber Costa
2012-12-18slab: propagate tunable valuesGlauber Costa
2012-12-18memcg: aggregate memcg cache values in slabinfoGlauber Costa
2012-12-18memcg/sl[au]b: shrink dead cachesGlauber Costa
2012-12-18memcg/sl[au]b: track all the memcg children of a kmem_cacheGlauber Costa
2012-12-18memcg: destroy memcg cachesGlauber Costa
2012-12-18sl[au]b: allocate objects from memcg cacheGlauber Costa