summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-08-07slab: change int to size_t for representing allocation sizeJoonsoo Kim1-4/+4
2014-08-07slab: remove BAD_ALIEN_MAGICJoonsoo Kim1-3/+1
2014-08-07slab: remove a useless lockdep annotationJoonsoo Kim1-153/+0
2014-08-07slab: destroy a slab without holding any alien cache lockJoonsoo Kim1-7/+13
2014-08-07slab: use the lock on alien_cache, instead of the lock on array_cacheJoonsoo Kim1-17/+8
2014-08-07slab: introduce alien_cacheJoonsoo Kim2-42/+68
2014-08-07slab: factor out initialization of array cacheJoonsoo Kim1-14/+19
2014-08-07slab: defer slab_destroy in free_block()Joonsoo Kim1-19/+41
2014-08-07slab: move up code to get kmem_cache_node in free_block()Joonsoo Kim1-2/+1
2014-08-07slab: add unlikely macro to help compilerJoonsoo Kim1-1/+1
2014-08-07mm: slub: SLUB_DEBUG=n: use the same alloc/free hooks as for SLUB_DEBUG=yAndrey Ryabinin1-61/+36
2014-08-07mm, slub: mark resiliency_test as init textDavid Rientjes1-1/+1
2014-08-07mm: slab.h: wrap the whole file with guarding macroAndrey Ryabinin1-1/+2
2014-08-07slab: use get_node() and kmem_cache_node() functionsChristoph Lameter1-93/+80
2014-08-07slub: use new node functionsChristoph Lameter1-49/+29
2014-08-07slab common: add functions for kmem_cache_node accessChristoph Lameter2-6/+16
2014-08-07mm/slab.c: add __init to init_lock_keysFabian Frederick1-2/+2
2014-08-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-23/+5
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2-9/+33
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-2/+1
2014-07-31kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai1-1/+1
2014-07-31mm: fix filemap.c pagecache_get_page() kernel-doc warningsRandy Dunlap1-5/+8
2014-07-31mm: debugfs: move rounddown_pow_of_two() out from do_fault pathAndrey Ryabinin1-9/+12
2014-07-31memcg: oom_notify use-after-free fixMichal Hocko1-0/+4
2014-07-31hwpoison: call action_result() in failure path of hwpoison_user_mappings()Naoya Horiguchi1-2/+4
2014-07-31hwpoison: fix hugetlbfs/thp precheck in hwpoison_user_mappings()Naoya Horiguchi1-1/+7
2014-07-31mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes1-8/+8
2014-07-31mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()Maxim Patlasov1-3/+3
2014-07-29mm: fix page_alloc.c kernel-doc warningsRandy Dunlap1-6/+9
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar8-51/+87
2014-07-27mm: fix direct reclaim writeback regressionHugh Dickins1-2/+3
2014-07-24Merge tag 'urgent-slab-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2014-07-24mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi1-0/+1
2014-07-24mm/fs: fix pessimization in hole-punching pagecacheHugh Dickins1-3/+8
2014-07-24shmem: fix splicing from a hole while it's punchedHugh Dickins1-9/+15
2014-07-24shmem: fix faulting into a hole, not taking i_mutexHugh Dickins1-26/+52
2014-07-24mm: do not call do_fault_around for non-linear faultKonstantin Khlebnikov1-1/+2
2014-07-24mm/rmap.c: fix pgoff calculation to handle hugepage correctlyNaoya Horiguchi2-9/+5
2014-07-23Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Mike Snitzer1-1/+1
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2-23/+5
2014-07-15cgroup: distinguish the default and legacy hierarchies when handling cftypesTejun Heo1-1/+0
2014-07-15cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo2-4/+4
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo1-1/+1
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2014-07-09cgroup: remove sane_behavior support on non-default hierarchiesTejun Heo1-3/+4
2014-07-09blkcg, memcg: make blkcg depend on memcg on the default hierarchyTejun Heo1-0/+24
2014-07-03shmem: fix init_page_accessed use to stop !PageLRU bugHugh Dickins1-5/+10
2014-07-03hwpoison: fix the handling path of the victimized page frame that belong to n...Chen Yucong1-4/+5
2014-07-03msync: fix incorrect fstart calculationNamjae Jeon1-1/+2
2014-07-03slub: fix off by one in number of slab testsJoonsoo Kim1-3/+3