summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2014-08-06mm/slab.c: fix commentsWang Sheng-Hui
2014-08-06mm: move slab related stuff from util.c to slab_common.cAndrey Ryabinin
2014-08-06slub: avoid duplicate creation on the first objectWei Yang
2014-08-06slab: change int to size_t for representing allocation sizeJoonsoo Kim
2014-08-06slab: remove BAD_ALIEN_MAGICJoonsoo Kim
2014-08-06slab: remove a useless lockdep annotationJoonsoo Kim
2014-08-06slab: destroy a slab without holding any alien cache lockJoonsoo Kim
2014-08-06slab: use the lock on alien_cache, instead of the lock on array_cacheJoonsoo Kim
2014-08-06slab: introduce alien_cacheJoonsoo Kim
2014-08-06slab: factor out initialization of array cacheJoonsoo Kim
2014-08-06slab: defer slab_destroy in free_block()Joonsoo Kim
2014-08-06slab: move up code to get kmem_cache_node in free_block()Joonsoo Kim
2014-08-06slab: add unlikely macro to help compilerJoonsoo Kim
2014-08-06mm: slub: SLUB_DEBUG=n: use the same alloc/free hooks as for SLUB_DEBUG=yAndrey Ryabinin
2014-08-06mm, slub: mark resiliency_test as init textDavid Rientjes
2014-08-06mm: slab.h: wrap the whole file with guarding macroAndrey Ryabinin
2014-08-06slab: use get_node() and kmem_cache_node() functionsChristoph Lameter
2014-08-06slub: use new node functionsChristoph Lameter
2014-08-06slab common: add functions for kmem_cache_node accessChristoph Lameter
2014-08-06mm/slab.c: add __init to init_lock_keysFabian Frederick
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-07-30kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai
2014-07-30mm: fix filemap.c pagecache_get_page() kernel-doc warningsRandy Dunlap
2014-07-30mm: debugfs: move rounddown_pow_of_two() out from do_fault pathAndrey Ryabinin
2014-07-30memcg: oom_notify use-after-free fixMichal Hocko
2014-07-30hwpoison: call action_result() in failure path of hwpoison_user_mappings()Naoya Horiguchi
2014-07-30hwpoison: fix hugetlbfs/thp precheck in hwpoison_user_mappings()Naoya Horiguchi
2014-07-30mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes
2014-07-30mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()Maxim Patlasov
2014-07-29mm: fix page_alloc.c kernel-doc warningsRandy Dunlap
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar
2014-07-26mm: fix direct reclaim writeback regressionHugh Dickins
2014-07-23Merge tag 'urgent-slab-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-07-23mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi
2014-07-23mm/fs: fix pessimization in hole-punching pagecacheHugh Dickins
2014-07-23shmem: fix splicing from a hole while it's punchedHugh Dickins
2014-07-23shmem: fix faulting into a hole, not taking i_mutexHugh Dickins
2014-07-23mm: do not call do_fault_around for non-linear faultKonstantin Khlebnikov
2014-07-23mm/rmap.c: fix pgoff calculation to handle hugepage correctlyNaoya Horiguchi
2014-07-22Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Mike Snitzer
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-07-15cgroup: distinguish the default and legacy hierarchies when handling cftypesTejun Heo
2014-07-15cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-07-09cgroup: remove sane_behavior support on non-default hierarchiesTejun Heo
2014-07-08blkcg, memcg: make blkcg depend on memcg on the default hierarchyTejun Heo
2014-07-03shmem: fix init_page_accessed use to stop !PageLRU bugHugh Dickins