aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-04Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds3-180/+137
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-8/+11
2013-09-03Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2013-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+0
2013-08-29s390/mm: implement software referenced bitsMartin Schwidefsky1-3/+0
2013-08-28memcg: check that kmem_cache has memcg_params before accessing itAndrey Vagin1-0/+2
2013-08-27mm: move_ptes -- Set soft dirty bit depending on pte typeCyrill Gorcunov1-1/+20
2013-08-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+1
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro1-7/+1
2013-08-23memcg: get rid of swapaccount leftoversMichal Hocko1-1/+0
2013-08-19backing-dev: convert class code to use dev_groupsGreg Kroah-Hartman1-8/+11
2013-08-18Merge 3.11-rc6 into char-misc-nextGreg Kroah-Hartman14-70/+111
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds3-18/+24
2013-08-14Merge tag 'amd_f15_m30' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/rasIngo Molnar1-3/+0
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov3-8/+22
2013-08-13mm: save soft-dirty bits on swapped pagesCyrill Gorcunov3-3/+24
2013-08-13memcg: don't initialize kmem-cache destroying work for root cachesAndrey Vagin1-2/+2
2013-08-12mm: make generic_access_phys available for modulesUwe Kleine-König1-0/+1
2013-08-12Merge tag 'please-pull-mce-f-bit' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/rasIngo Molnar8-36/+39
2013-08-12Merge branch 'x86/mce' into x86/rasIngo Molnar1-1/+4
2013-08-08cgroup: make css_for_each_descendant() and friends include the origin css in the iterationTejun Heo1-8/+1
2013-08-08cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroupTejun Heo2-25/+17
2013-08-08cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-6/+5
2013-08-08cgroup: make cgroup_task_iter remember the cgroup being iteratedTejun Heo1-3/+3
2013-08-08cgroup: rename cgroup_iter to cgroup_task_iterTejun Heo1-5/+5
2013-08-08cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-11/+9
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo3-60/+58
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2-29/+28
2013-08-08cgroup: add css_parent()Tejun Heo2-33/+12
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2-2/+2
2013-08-08hugetlb_cgroup: pass around @hugetlb_cgroup instead of @cgroupTejun Heo1-10/+12
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo3-8/+5
2013-08-08Revert "slub: do not put a slab to cpu partial list when cpu_partial is 0"Linus Torvalds1-3/+0
2013-08-04tmpfs: fix SEEK_DATA/SEEK_HOLE regressionHugh Dickins1-1/+2
2013-07-31vmpressure: make sure there are no events queued after memcg is offlinedMichal Hocko2-0/+17
2013-07-31vmpressure: do not check for pending work to prevent from new workMichal Hocko1-1/+1
2013-07-31vmpressure: change vmpressure::sr_lock to spinlockMichal Hocko1-5/+5
2013-07-31mm: zbud: fix condition check on allocation sizeHeesub Shin1-1/+1
2013-07-31thp, mm: avoid PageUnevictable on active/inactive lru listsKirill A. Shutemov2-19/+5
2013-07-31mm/swap.c: clear PageActive before adding pages onto unevictable listNaoya Horiguchi1-7/+2
2013-07-31mm: mempolicy: fix mbind_range() && vma_adjust() interactionOleg Nesterov2-2/+6
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+0
2013-07-16sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman1-2/+0
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker5-13/+13
2013-07-14Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds5-46/+68
2013-07-14slub: Check for page NULL before doing the node_match checkSteven Rostedt1-1/+1
2013-07-10mm: remove free_area_cacheMichel Lespinasse3-33/+0
2013-07-10zswap: add to mm/Seth Jennings3-0/+964
2013-07-10zbud: add to mm/Seth Jennings3-0/+538