summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* slab: introduce byte sized index for the freelist of a slabJoonsoo Kim2014-02-081-9/+9
* slab: restrict the number of objects in a slabJoonsoo Kim2014-02-081-0/+21
* slab: introduce helper functions to get/set free objectJoonsoo Kim2014-02-081-7/+13
* slab: factor out calculate nr objects in cache_estimateJoonsoo Kim2014-02-081-21/+27
* Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2014-02-022-23/+35
|\
| * mm: Fix warning on make htmldocs caused by slab.cMasanari Iida2014-01-311-1/+1
| * mm: slub: work around unneeded lockdep warningDave Hansen2014-01-311-0/+6
| * slub: Fix possible format string bug.Tetsuo Handa2014-01-131-1/+1
| * slub: use lockdep_assert_heldPeter Zijlstra2014-01-131-20/+20
| * slub: Fix calculation of cpu slabsLi Zefan2013-12-291-1/+7
* | memcg: fix mutex not unlocked on memcg_create_kmem_cache fail pathVladimir Davydov2014-01-301-4/+3
* | mm, oom: base root bonus on current usageDavid Rientjes2014-01-301-1/+1
* | mm/slub.c: fix page->_count corruption (again)Dave Hansen2014-01-301-2/+17
* | mm/mempolicy.c: fix mempolicy printing in numa_mapsDavid Rientjes2014-01-301-1/+1
* | zsmalloc: add copyrightMinchan Kim2014-01-301-0/+1
* | zsmalloc: move it under mmMinchan Kim2014-01-303-0/+1131
* | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-302-28/+26
|\ \
| * \ Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-3113-62/+236
| |\ \
| * | | block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-23/+21
| * | | block: Abstract out bvec iteratorKent Overstreet2013-11-231-5/+5
| | |/ | |/|
* | | memblock: add limit checking to memblock_virt_allocYinghai Lu2014-01-291-0/+3
* | | mm/readahead.c: fix do_readahead() for no readpage(s)Mark Rutland2014-01-291-10/+5
* | | mm/slub.c: do not VM_BUG_ON_PAGE() for temporary on-stack pagesDave Hansen2014-01-291-6/+6
* | | slab: fix wrong retval on kmem_cache_create_memcg error pathDave Jones2014-01-291-8/+11
* | | mm/mempolicy.c: convert to pr_foo()Andrew Morton2014-01-291-2/+2
* | | mm: numa: initialise numa balancing after jump label initialisationMel Gorman2014-01-291-6/+11
* | | mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner2014-01-293-25/+5
* | | mm/page-writeback.c: fix dirty_balance_reserve subtraction from dirtyable memoryJohannes Weiner2014-01-291-31/+24
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-282-56/+43
|\ \ \
| * | | Fix race when checking i_size on direct i/o readSteven Whitehouse2014-01-261-22/+20
| * | | fs: remove generic_aclChristoph Hellwig2014-01-261-34/+23
* | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-274-19/+11
|\ \ \ \
| * | | | mm/migrate.c: fix setting of cpupid on page migration twice against normal pageWanpeng Li2014-01-271-2/+0
| * | | | mm: bring back /sys/kernel/mmHugh Dickins2014-01-271-1/+1
| * | | | Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}"malc2014-01-271-10/+10
| * | | | memblock: don't silently align size in memblock_virt_alloc()Yinghai Lu2014-01-271-6/+0
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-271-3/+2
|\ \ \ \ \
| * | | | | mm: Move change_prot_numa outside CONFIG_ARCH_USES_NUMA_PROT_NONEAneesh Kumar K.V2013-12-091-3/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-01-271-9/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | powerpc/thp: Fix crash on mremapAneesh Kumar K.V2014-01-151-9/+5
* | | | | mm: ignore VM_SOFTDIRTY on VMA mergingCyrill Gorcunov2014-01-231-2/+10
* | | | | mm/rmap: fix coccinelle warningsFengguang Wu2014-01-231-2/+2
* | | | | mm/swapfile.c: do not skip lowest_bit in scan_swap_map() scan loopJamie Liu2014-01-231-1/+2
* | | | | memcg: remove unused code from kmem_cache_destroy_work_funcVladimir Davydov2014-01-231-4/+2
* | | | | mm: improve documentation of page_orderMel Gorman2014-01-232-4/+9
* | | | | memcg: fix css reference leak and endless loop in mem_cgroup_iterMichal Hocko2014-01-231-5/+13
* | | | | memcg: fix endless loop caused by mem_cgroup_iterMichal Hocko2014-01-231-3/+14
* | | | | mm, oom: prefer thread group leaders for display purposesDavid Rientjes2014-01-232-11/+20
* | | | | mm/memcg: iteration skip memcgs not yet fully initializedHugh Dickins2014-01-231-4/+2
* | | | | mm/memcg: fix last_dead_count memory wastageHugh Dickins2014-01-231-1/+1