summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm, memcg: add rss_huge stat to memory.statDavid Rientjes2013-05-071-10/+26
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-074-639/+589
|\
| * Merge branch 'slab/next' into slab/for-linusPekka Enberg2013-05-074-639/+589
| |\
| | * mm, slab_common: Fix bootstrap creation of kmalloc cachesChristoph Lameter2013-05-061-9/+15
| | * slab: Return NULL for oversized allocationsChristoph Lameter2013-05-061-0/+3
| | * mm: slab: Verify the nodeid passed to ____cache_alloc_nodeAaron Tomlin2013-05-011-0/+1
| | * slub: tid must be retrieved from the percpu area of the current processorChristoph Lameter2013-04-051-3/+9
| | * slub: Do not dereference NULL pointer in node_matchChristoph Lameter2013-04-051-1/+1
| | * slub: add 'likely' macro to inc_slabs_node()Joonsoo Kim2013-04-021-1/+1
| | * slub: correct to calculate num of acquired objects in get_partial_node()Joonsoo Kim2013-04-021-8/+9
| | * slub: correctly bootstrap boot cachesGlauber Costa2013-02-281-0/+6
| | * mm/sl[au]b: correct allocation type check in kmalloc_slab()Joonsoo Kim2013-02-061-1/+1
| | * slab: Fixup CONFIG_PAGE_ALLOC/DEBUG_SLAB_LEAK sectionsChristoph Lameter2013-02-061-14/+15
| | * slab: Common definition for kmem_cache_nodeChristoph Lameter2013-02-012-17/+32
| | * slab: Rename list3/l3 to nodeChristoph Lameter2013-02-012-259/+259
| | * slab: Common Kmalloc cache determinationChristoph Lameter2013-02-014-142/+114
| | * slab: Common function to create the kmalloc arrayChristoph Lameter2013-02-014-99/+64
| | * slab: Common definition for the array of kmalloc cachesChristoph Lameter2013-02-013-15/+8
| | * slab: Common constants for kmalloc boundariesChristoph Lameter2013-02-011-11/+11
| | * slab: Rename nodelists to nodeChristoph Lameter2013-02-011-68/+67
| | * slab: Common name for the per node structuresChristoph Lameter2013-02-011-44/+43
| | * slab: Use common kmalloc_index/kmalloc_size functionsChristoph Lameter2013-02-011-93/+76
| | * slab: Use proper formatting specs for unsigned size_tChristoph Lameter2013-02-011-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-013-10/+40
|\ \ \
| * \ \ Merge branch 'vfree' into for-nextAl Viro2013-05-011-5/+40
| |\ \ \
| | * | | make vfree() safe to call from interrupt contextsAl Viro2013-03-101-5/+40
| * | | | lift sb_start_write() out of ->write()Al Viro2013-04-091-3/+0
| * | | | lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-2/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-013-26/+4
|\ \ \ \ \
| * | | | | make do_mremap() staticAl Viro2013-03-041-2/+1
| * | | | | teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro2013-03-032-24/+3
| | |/ / / | |/| | |
* | | | | mm: cleancache: clean up cleancache_enabledBob Liu2013-04-301-11/+0
* | | | | cleancache: Make cleancache_init use a pointer for the opsKonrad Rzeszutek Wilk2013-04-301-30/+32
* | | | | mm: cleancache: lazy initialization to allow tmem backends to build/run as mo...Dan Magenheimer2013-04-301-21/+219
* | | | | frontswap: get rid of swap_lock dependencyMinchan Kim2013-04-302-16/+32
* | | | | mm: frontswap: cleanup codeBob Liu2013-04-301-27/+30
* | | | | frontswap: make frontswap_init use a pointer for the opsKonrad Rzeszutek Wilk2013-04-301-20/+18
* | | | | mm: frontswap: lazy initialization to allow tmem backends to build/run as mod...Dan Magenheimer2013-04-301-10/+84
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-303-11/+9
|\ \ \ \ \
| * | | | | mm: Convert print_symbol to %pSRJoe Perches2013-04-292-9/+7
| * | | | | Merge branch 'master' into for-nextJiri Kosina2013-03-1847-1481/+2848
| |\ \ \ \ \ | | |/ / / /
| * | | | | hugetlb: fix sparse warning for hugetlb_register_nodeClaudiu Ghioc2013-03-071-2/+2
* | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-291-1/+1
|\ \ \ \ \ \
| * | | | | | mm/: rename random32() to prandom_u32()Akinobu Mita2013-04-291-1/+1
* | | | | | | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-04-291-31/+49
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | memcg: force use_hierarchy if sane_behaviorTejun Heo2013-04-151-0/+17
| * | | | | | memcg: fix memcg_cache_name() to use cgroup_name()Michal Hocko2013-04-071-31/+32
| | |/ / / / | |/| | | |
* | | | | | memcg: take reference before releasing rcu_read_lockLi Zefan2013-04-291-30/+33
* | | | | | mmKconfig: add an option to disable bounceVinayak Menon2013-04-291-1/+7
* | | | | | mm, nobootmem: do memset() after memblock_reserve()Joonsoo Kim2013-04-291-1/+1
OpenPOWER on IntegriCloud