summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov2012-12-121-2/+19
* thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED eventsKirill A. Shutemov2012-12-122-1/+6
* thp: implement refcounting for huge zero pageKirill A. Shutemov2012-12-121-25/+88
* thp: lazy huge zero page allocationKirill A. Shutemov2012-12-121-10/+10
* thp: setup huge zero page on non-write page faultKirill A. Shutemov2012-12-121-0/+10
* thp: implement splitting pmd for huge zero pageKirill A. Shutemov2012-12-121-1/+42
* thp: change split_huge_page_pmd() interfaceKirill A. Shutemov2012-12-126-8/+23
* thp: change_huge_pmd(): make sure we don't try to make a page writableKirill A. Shutemov2012-12-121-0/+1
* thp: do_huge_pmd_wp_page(): handle huge zero pageKirill A. Shutemov2012-12-122-22/+96
* thp: copy_huge_pmd(): copy huge zero pageKirill A. Shutemov2012-12-121-0/+22
* thp: zap_huge_pmd(): zap huge zero pmdKirill A. Shutemov2012-12-121-8/+13
* thp: huge zero page: basic preparationKirill A. Shutemov2012-12-121-0/+30
* bootmem: remove alloc_arch_preferred_bootmem()Joonsoo Kim2012-12-121-16/+4
* bootmem: remove not implemented function call, bootmem_arch_preferred_node()Joonsoo Kim2012-12-121-12/+0
* Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-12-122-110/+104
|\
| * cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-192-13/+13
| * Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8Tejun Heo2012-11-069-29/+63
| |\
| * \ Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo2012-11-052-99/+93
| |\ \
| | * | cgroup: make ->pre_destroy() return voidTejun Heo2012-11-052-5/+2
| | * | hugetlb: do not fail in hugetlb_cgroup_pre_destroyMichal Hocko2012-11-051-8/+3
| | * | memcg: make mem_cgroup_reparent_charges non failingMichal Hocko2012-11-051-13/+6
| | * | cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...Tejun Heo2012-11-051-23/+1
| | * | cgroup: kill CSS_REMOVEDTejun Heo2012-11-051-4/+3
| | * | memcg: Simplify mem_cgroup_force_empty_list error handlingMichal Hocko2012-10-291-28/+48
| | * | memcg: root_cgroup cannot reach mem_cgroup_move_parentMichal Hocko2012-10-291-3/+3
| | * | memcg: split mem_cgroup_force_empty into reclaiming and reparenting partsMichal Hocko2012-10-291-30/+42
* | | | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2012-12-121-1/+4
|\ \ \ \
| * | | | mm, percpu: Make sure percpu_alloc early parameter has an argumentCyrill Gorcunov2012-12-021-0/+3
| * | | | percpu: make pcpu_free_chunk() use pcpu_mem_free() instead of kfree()Joonsoo Kim2012-10-291-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds2012-12-1129-585/+1493
|\ \ \ \
| * | | | memory_hotplug: ensure every online node has NORMAL memoryLai Jiangshan2012-12-111-0/+40
| * | | | memory_hotplug: handle empty zone when online_movable/online_kernelLai Jiangshan2012-12-111-6/+45
| * | | | mm, memory-hotplug: dynamic configure movable memory and portion memoryLai Jiangshan2012-12-111-1/+99
| * | | | bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim2012-12-111-10/+10
| * | | | mm: cma: remove watermark hacksMarek Szyprowski2012-12-111-58/+0
| * | | | mm: cma: skip watermarks check for already isolated blocks in split_free_page()Marek Szyprowski2012-12-111-8/+9
| * | | | mm, oom: fix race when specifying a thread as the oom originDavid Rientjes2012-12-113-50/+11
| * | | | mm, oom: change type of oom_score_adj to shortDavid Rientjes2012-12-113-7/+7
| * | | | mm, mempolicy: remove duplicate codeDavid Rientjes2012-12-111-17/+4
| * | | | mm/vmscan.c: try_to_freeze() returns booleanJeff Liu2012-12-111-1/+1
| * | | | mm: introduce putback_movable_pages()Rafael Aquini2012-12-113-4/+24
| * | | | mm: introduce compaction and migration for ballooned pagesRafael Aquini2012-12-112-4/+51
| * | | | mm: introduce a common interface for balloon pages mobilityRafael Aquini2012-12-113-1/+319
| * | | | mm: adjust address_space_operations.migratepage() return codeRafael Aquini2012-12-111-18/+15
| * | | | mm: vm_unmapped_area() lookup functionMichel Lespinasse2012-12-111-90/+222
| * | | | mm: check rb_subtree_gap correctnessMichel Lespinasse2012-12-111-14/+39
| * | | | mm: augment vma rbtree with rb_subtree_gapMichel Lespinasse2012-12-111-11/+132
| * | | | mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen2012-12-111-2/+3
| * | | | mm: hwpoison: fix action_result() to print out dirty/cleanNaoya Horiguchi2012-12-111-13/+13
| * | | | dmapool: make DMAPOOL_DEBUG detect corruption of free markerMatthieu CASTET2012-12-111-0/+24