summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-063-6/+6
|\
| * Fix comment typo for init_cma_reserved_pageblockLi Zhong2013-08-271-1/+1
| * treewide: Fix printks with 0x%#Joe Perches2013-08-271-1/+1
| * page_isolation: Fix a comment typo in test_pages_isolated()Tang Chen2013-08-201-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-052-4/+5
|\ \
| * | direct-io: Handle O_(D)SYNC AIOChristoph Hellwig2013-09-041-1/+1
| * | shm_mnt is as longterm as it gets, TYVM...Al Viro2013-09-041-3/+4
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-09-051-0/+24
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf2013-08-2937-953/+2862
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'cmadma/for-v3.12-cma-dma' into kvm-ppc-nextAlexander Graf2013-07-081-0/+24
| |\ \ \ \
| | * | | | mm/cma: Move dma contiguous changes into a seperate configAneesh Kumar K.V2013-07-021-0/+24
* | | | | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-051-3/+3
|\ \ \ \ \ \
| * | | | | | mm/oom_kill: remove weird use of ERR_PTR()/PTR_ERR().Rusty Russell2013-07-151-3/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-041-1/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'amd_f15_m30' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/b...Ingo Molnar2013-08-141-3/+0Star
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'please-pull-mce-f-bit' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-08-128-36/+39
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'x86/mce' into x86/rasIngo Molnar2013-08-121-1/+4
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | mce: acpi/apei: Soft-offline a page on firmware GHES notificationNaveen N. Rao2013-07-101-1/+4
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-043-180/+137Star
|\ \ \ \ \ \ \ \
| * | | | | | | | cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo2013-08-091-8/+1Star
| * | | | | | | | cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state inste...Tejun Heo2013-08-092-25/+17Star
| * | | | | | | | cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-091-6/+5Star
| * | | | | | | | cgroup: make cgroup_task_iter remember the cgroup being iteratedTejun Heo2013-08-091-3/+3
| * | | | | | | | cgroup: rename cgroup_iter to cgroup_task_iterTejun Heo2013-08-091-5/+5
| * | | | | | | | cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-091-11/+9Star
| * | | | | | | | cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-093-60/+58Star
| * | | | | | | | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-092-29/+28Star
| * | | | | | | | cgroup: add css_parent()Tejun Heo2013-08-092-33/+12Star
| * | | | | | | | cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2013-08-092-2/+2
| * | | | | | | | hugetlb_cgroup: pass around @hugetlb_cgroup instead of @cgroupTejun Heo2013-08-091-10/+12
| * | | | | | | | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-093-8/+5Star
* | | | | | | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-031-8/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | backing-dev: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-201-8/+11
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-09-031-0/+1
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 3.11-rc6 into char-misc-nextGreg Kroah-Hartman2013-08-1914-70/+111
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | mm: make generic_access_phys available for modulesUwe Kleine-König2013-08-131-0/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-09-031-3/+0Star
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | s390/mm: implement software referenced bitsMartin Schwidefsky2013-08-291-3/+0Star
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | memcg: check that kmem_cache has memcg_params before accessing itAndrey Vagin2013-08-291-0/+2
* | | | | | | | | | mm: move_ptes -- Set soft dirty bit depending on pte typeCyrill Gorcunov2013-08-271-1/+20
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-08-251-7/+1Star
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro2013-08-241-7/+1Star
| |/ / / / / / / /
* / / / / / / / / memcg: get rid of swapaccount leftoversMichal Hocko2013-08-231-1/+0Star
|/ / / / / / / /
* | | | | | | | Fix TLB gather virtual address range invalidation corner casesLinus Torvalds2013-08-163-18/+24
* | | | | | | | mm: save soft-dirty bits on file pagesCyrill Gorcunov2013-08-143-8/+22
* | | | | | | | mm: save soft-dirty bits on swapped pagesCyrill Gorcunov2013-08-143-3/+24
* | | | | | | | memcg: don't initialize kmem-cache destroying work for root cachesAndrey Vagin2013-08-141-2/+2
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Revert "slub: do not put a slab to cpu partial list when cpu_partial is 0"Linus Torvalds2013-08-081-3/+0Star
| |_|_|/ / / |/| | | | |
* | | | | | tmpfs: fix SEEK_DATA/SEEK_HOLE regressionHugh Dickins2013-08-041-1/+2
* | | | | | vmpressure: make sure there are no events queued after memcg is offlinedMichal Hocko2013-07-312-0/+17