aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-09-04Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-09-04direct-io: Handle O_(D)SYNC AIOChristoph Hellwig
2013-09-03shm_mnt is as longterm as it gets, TYVM...Al Viro
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-09-03Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-08-29s390/mm: implement software referenced bitsMartin Schwidefsky
2013-08-28memcg: check that kmem_cache has memcg_params before accessing itAndrey Vagin
2013-08-29Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf
2013-08-27mm: move_ptes -- Set soft dirty bit depending on pte typeCyrill Gorcunov
2013-08-27Fix comment typo for init_cma_reserved_pageblockLi Zhong
2013-08-27treewide: Fix printks with 0x%#Joe Perches
2013-08-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro
2013-08-23memcg: get rid of swapaccount leftoversMichal Hocko
2013-08-20page_isolation: Fix a comment typo in test_pages_isolated()Tang Chen
2013-08-19backing-dev: convert class code to use dev_groupsGreg Kroah-Hartman
2013-08-18Merge 3.11-rc6 into char-misc-nextGreg Kroah-Hartman
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds
2013-08-14Merge tag 'amd_f15_m30' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/b...Ingo Molnar
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov
2013-08-13mm: save soft-dirty bits on swapped pagesCyrill Gorcunov
2013-08-13memcg: don't initialize kmem-cache destroying work for root cachesAndrey Vagin
2013-08-12mm: make generic_access_phys available for modulesUwe Kleine-König
2013-08-12Merge tag 'please-pull-mce-f-bit' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2013-08-12Merge branch 'x86/mce' into x86/rasIngo Molnar
2013-08-08cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo
2013-08-08cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state inste...Tejun Heo
2013-08-08cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo
2013-08-08cgroup: make cgroup_task_iter remember the cgroup being iteratedTejun Heo
2013-08-08cgroup: rename cgroup_iter to cgroup_task_iterTejun Heo
2013-08-08cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo
2013-08-08cgroup: add css_parent()Tejun Heo
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo
2013-08-08hugetlb_cgroup: pass around @hugetlb_cgroup instead of @cgroupTejun Heo
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo
2013-08-08Revert "slub: do not put a slab to cpu partial list when cpu_partial is 0"Linus Torvalds
2013-08-04tmpfs: fix SEEK_DATA/SEEK_HOLE regressionHugh Dickins
2013-07-31vmpressure: make sure there are no events queued after memcg is offlinedMichal Hocko
2013-07-31vmpressure: do not check for pending work to prevent from new workMichal Hocko
2013-07-31vmpressure: change vmpressure::sr_lock to spinlockMichal Hocko
2013-07-31mm: zbud: fix condition check on allocation sizeHeesub Shin
2013-07-31thp, mm: avoid PageUnevictable on active/inactive lru listsKirill A. Shutemov