aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAge
...
| * | tmpfs: support SEEK_DATA and SEEK_HOLE (reprise)Hugh Dickins2012-12-12
| * | mm: provide more accurate estimation of pages occupied by memmapJiang Liu2012-12-12
| * | mm: introduce new field "managed_pages" to struct zoneJiang Liu2012-12-12
| * | mm, oom: remove redundant sleep in pagefault oom handlerDavid Rientjes2012-12-12
| * | mm, oom: cleanup pagefault oom handlerDavid Rientjes2012-12-12
| * | memory_hotplug: allow online/offline memory to result movable nodeLai Jiangshan2012-12-12
| * | numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan2012-12-12
| * | mm, memcg: avoid unnecessary function call when memcg is disabledDavid Rientjes2012-12-12
| * | mm: WARN_ON_ONCE if f_op->mmap() change vma's start addressJoonsoo Kim2012-12-12
| * | hotplug: update nodemasks managementLai Jiangshan2012-12-12
| * | page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Lai Jiangshan2012-12-12
| * | vmscan: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-12
| * | vmstat: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-12
| * | hugetlb: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-12
| * | mempolicy: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-12
| * | mm,migrate: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-12
| * | oom: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-12
| * | memcontrol: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-12
| * | mm: use migrate_prep() instead of migrate_prep_local()Marek Szyprowski2012-12-12
| * | mm: compaction: Fix compiler warningThierry Reding2012-12-12
| * | thp: avoid race on multiple parallel page faults to the same pageKirill A. Shutemov2012-12-12
| * | thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov2012-12-12
| * | thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED eventsKirill A. Shutemov2012-12-12
| * | thp: implement refcounting for huge zero pageKirill A. Shutemov2012-12-12
| * | thp: lazy huge zero page allocationKirill A. Shutemov2012-12-12
| * | thp: setup huge zero page on non-write page faultKirill A. Shutemov2012-12-12
| * | thp: implement splitting pmd for huge zero pageKirill A. Shutemov2012-12-12
| * | thp: change split_huge_page_pmd() interfaceKirill A. Shutemov2012-12-12
| * | thp: change_huge_pmd(): make sure we don't try to make a page writableKirill A. Shutemov2012-12-12
| * | thp: do_huge_pmd_wp_page(): handle huge zero pageKirill A. Shutemov2012-12-12
| * | thp: copy_huge_pmd(): copy huge zero pageKirill A. Shutemov2012-12-12
| * | thp: zap_huge_pmd(): zap huge zero pmdKirill A. Shutemov2012-12-12
| * | thp: huge zero page: basic preparationKirill A. Shutemov2012-12-12
| * | bootmem: remove alloc_arch_preferred_bootmem()Joonsoo Kim2012-12-12
| * | bootmem: remove not implemented function call, bootmem_arch_preferred_node()Joonsoo Kim2012-12-12
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-13
|\ \ \ | |/ / |/| |
| * | propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-06
| * | various: Fix spelling of "asynchronous" in comments.Adam Buchbinder2012-11-19
| * | Merge branch 'master' into for-nextJiri Kosina2012-10-28
| |\ \
| * | | krealloc: Fix kernel-doc commentBorislav Petkov2012-10-15
* | | | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-12-12
|\ \ \ \
| * | | | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-19
| * | | | Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8Tejun Heo2012-11-06
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo2012-11-05
| |\ \ \ \
| | * | | | cgroup: make ->pre_destroy() return voidTejun Heo2012-11-05
| | * | | | hugetlb: do not fail in hugetlb_cgroup_pre_destroyMichal Hocko2012-11-05
| | * | | | memcg: make mem_cgroup_reparent_charges non failingMichal Hocko2012-11-05
| | * | | | cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...Tejun Heo2012-11-05
| | * | | | cgroup: kill CSS_REMOVEDTejun Heo2012-11-05
| | * | | | memcg: Simplify mem_cgroup_force_empty_list error handlingMichal Hocko2012-10-29