summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm, CMA: clean-up log messageJoonsoo Kim2014-08-071-2/+2
* mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim2014-08-071-6/+7
* mm, CMA: clean-up CMA allocation error pathJoonsoo Kim2014-08-071-3/+4
* CMA: generalize CMA reserved area management functionalityJoonsoo Kim2014-08-073-0/+345
* mm/internal.h: use nth_pageFabian Frederick2014-08-071-1/+1
* mm: page_alloc: simplify drain_zone_pages by using min()Michal Nazarewicz2014-08-071-6/+2Star
* mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen2014-08-071-3/+6
* mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault()Hugh Dickins2014-08-071-1/+1
* vmalloc: use rcu list iterator to reduce vmap_area_lock contentionJoonsoo Kim2014-08-071-3/+3
* mm/page_alloc.c: unexport alloc_pages_exact_nid()Andrew Morton2014-08-071-1/+0Star
* mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()Fabian Frederick2014-08-071-1/+1
* mm/memory_hotplug.c: add __meminit to grow_zone_span/grow_pgdat_spanFabian Frederick2014-08-071-4/+4
* mm/readahead.c: remove unused file_ra_state from count_history_pagesFabian Frederick2014-08-071-2/+1Star
* slab: convert last use of __FUNCTION__ to __func__Joe Perches2014-08-071-1/+1
* slab: fix the alias count (via sysfs) of slab cacheGu Zheng2014-08-071-1/+1
* mm, slub: fix some indenting in cmpxchg_double_slab()Dan Carpenter2014-08-071-6/+6
* mm/slab.c: fix commentsWang Sheng-Hui2014-08-071-4/+5
* mm: move slab related stuff from util.c to slab_common.cAndrey Ryabinin2014-08-072-102/+101Star
* slub: avoid duplicate creation on the first objectWei Yang2014-08-071-8/+11
* slab: change int to size_t for representing allocation sizeJoonsoo Kim2014-08-071-4/+4
* slab: remove BAD_ALIEN_MAGICJoonsoo Kim2014-08-071-3/+1Star
* slab: remove a useless lockdep annotationJoonsoo Kim2014-08-071-153/+0Star
* slab: destroy a slab without holding any alien cache lockJoonsoo Kim2014-08-071-7/+13
* slab: use the lock on alien_cache, instead of the lock on array_cacheJoonsoo Kim2014-08-071-17/+8Star
* slab: introduce alien_cacheJoonsoo Kim2014-08-072-42/+68
* slab: factor out initialization of array cacheJoonsoo Kim2014-08-071-14/+19
* slab: defer slab_destroy in free_block()Joonsoo Kim2014-08-071-19/+41
* slab: move up code to get kmem_cache_node in free_block()Joonsoo Kim2014-08-071-2/+1Star
* slab: add unlikely macro to help compilerJoonsoo Kim2014-08-071-1/+1
* mm: slub: SLUB_DEBUG=n: use the same alloc/free hooks as for SLUB_DEBUG=yAndrey Ryabinin2014-08-071-61/+36Star
* mm, slub: mark resiliency_test as init textDavid Rientjes2014-08-071-1/+1
* mm: slab.h: wrap the whole file with guarding macroAndrey Ryabinin2014-08-071-1/+2
* slab: use get_node() and kmem_cache_node() functionsChristoph Lameter2014-08-071-93/+80Star
* slub: use new node functionsChristoph Lameter2014-08-071-49/+29Star
* slab common: add functions for kmem_cache_node accessChristoph Lameter2014-08-072-6/+16
* mm/slab.c: add __init to init_lock_keysFabian Frederick2014-08-071-2/+2
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-052-23/+5Star
|\
| * Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2014-07-288-51/+87
| |\
| * | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-162-23/+5Star
* | | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-08-042-9/+33
|\ \ \
| * | | cgroup: distinguish the default and legacy hierarchies when handling cftypesTejun Heo2014-07-151-1/+0Star
| * | | cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo2014-07-152-4/+4
| * | | cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo2014-07-151-1/+1
| * | | cgroup: remove sane_behavior support on non-default hierarchiesTejun Heo2014-07-091-3/+4
| * | | blkcg, memcg: make blkcg depend on memcg on the default hierarchyTejun Heo2014-07-091-0/+24
* | | | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-08-041-2/+1Star
|\ \ \ \
| * | | | percpu: Use ALIGN macro instead of hand coding alignment calculationChristoph Lameter2014-06-191-2/+1Star
| |/ / /
* | | | kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai2014-07-311-1/+1
* | | | mm: fix filemap.c pagecache_get_page() kernel-doc warningsRandy Dunlap2014-07-311-5/+8
* | | | mm: debugfs: move rounddown_pow_of_two() out from do_fault pathAndrey Ryabinin2014-07-311-9/+12