summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2012-12-11slub: Use statically allocated kmem_cache boot structure for bootstrapChristoph Lameter
2012-12-11mm, sl[au]b: create common functions for boot slab creationChristoph Lameter
2012-12-11slab: Simplify bootstrapChristoph Lameter
2012-12-11slub: Use correct cpu_slab on dead cpuChristoph Lameter
2012-11-15mm: fix slab.c kernel-doc warningsRandy Dunlap
2012-10-31mm/slob: use min_t() to compare ARCH_SLAB_MINALIGNArnd Bergmann
2012-10-31slab: Ignore internal flags in cache creationGlauber Costa
2012-10-31mm/slob: Use free_page instead of put_page for page-size kmalloc allocationsEzequiel Garcia
2012-10-31mm/sl[aou]b: Move common kmem_cache_size() to slab.hEzequiel Garcia
2012-10-31mm/slob: Use object_size field in kmem_cache_size()Ezequiel Garcia
2012-10-31mm/slob: Drop usage of page->private for storing page-sized allocationsEzequiel Garcia
2012-10-24slub: Commonize slab_cache field in struct pageGlauber Costa
2012-10-24Merge branch 'slab/procfs' into slab/nextPekka Enberg
2012-10-24sl[au]b: Process slabinfo_show in common codeGlauber Costa
2012-10-24mm/sl[au]b: Move print_slabinfo_header to slab_common.cGlauber Costa
2012-10-24mm/sl[au]b: Move slabinfo processing to slab_common.cGlauber Costa
2012-10-19slub: remove one code path and reduce lock contention in __slab_free()Joonsoo Kim
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-10-12Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-12Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-10-10mm, slab: release slab_mutex earlier in kmem_cache_destroy()Jiri Kosina
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins
2012-10-09mm: thp: Use more portable PMD clearing sequenece in zap_huge_pmd().David Miller
2012-10-09mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller
2012-10-09memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX...Yasuaki Ishimatsu
2012-10-09mm: document PageHuge somewhatAndrew Morton
2012-10-09mm: use %pK for /proc/vmallocinfoKees Cook
2012-10-09mm, thp: fix mlock statisticsDavid Rientjes
2012-10-09mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes
2012-10-09memory-hotplug: update memory block's state and notify userspaceWen Congyang
2012-10-09memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang
2012-10-09mm: avoid section mismatch warning for memblock_type_nameRaghavendra D Prabhu
2012-10-09cma: decrease cc.nr_migratepages after reclaiming pagelistMinchan Kim
2012-10-09CMA: migrate mlocked pagesMinchan Kim
2012-10-09mm/memory.c: fix typo in commentRobert P. J. Day
2012-10-09mm: remove unevictable_pgs_mlockfreedHugh Dickins
2012-10-09memory-hotplug: fix zone stat mismatchMinchan Kim
2012-10-09mm: revert 0def08e3 ("mm/mempolicy.c: check return code of check_range")Minchan Kim
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Haggai Eran
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg
2012-10-09hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreachMichal Hocko
2012-10-09mm, numa: reclaim from all nodes within reclaim distanceDavid Rientjes
2012-10-09mm: remove free_page_mlockHugh Dickins
2012-10-09mm: use clear_page_mlock() in page_remove_rmap()Hugh Dickins
2012-10-09mm: remove vma arg from page_evictableHugh Dickins
2012-10-09mm: fix invalidate_complete_page2() lock orderingHugh Dickins
2012-10-09memcg: move mem_cgroup_is_root upwardsMichal Hocko