aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_io.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-12mm, memcg: avoid unnecessary function call when memcg is disabledDavid Rientjes2-3/+12
2012-12-12mm: add a reminder comment for __GFP_BITS_SHIFTAndrew Morton1-0/+1
2012-12-12mm: WARN_ON_ONCE if f_op->mmap() change vma's start addressJoonsoo Kim1-0/+4
2012-12-12res_counter: delete res_counter_write()Greg Thelen2-27/+0
2012-12-12hotplug: update nodemasks managementLai Jiangshan3-16/+77
2012-12-12page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initializationLai Jiangshan2-19/+25
2012-12-12vmscan: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-2/+2
2012-12-12init: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-12-12kthread: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-12-12vmstat: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-2/+2
2012-12-12hugetlb: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2-13/+13
2012-12-12mempolicy: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-6/+6
2012-12-12mm,migrate: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-12-12oom: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-12-12memcontrol: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2-10/+10
2012-12-12procfs: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2-3/+3
2012-12-12cpuset: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan3-18/+18
2012-12-12mm: node_states: introduce N_MEMORYLai Jiangshan1-0/+1
2012-12-12mm: use migrate_prep() instead of migrate_prep_local()Marek Szyprowski1-1/+1
2012-12-12mm: compaction: Fix compiler warningThierry Reding1-54/+54
2012-12-12thp: avoid race on multiple parallel page faults to the same pageKirill A. Shutemov1-5/+24
2012-12-12thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov3-2/+30
2012-12-12thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED eventsKirill A. Shutemov4-1/+16
2012-12-12thp: implement refcounting for huge zero pageKirill A. Shutemov1-25/+88
2012-12-12thp: lazy huge zero page allocationKirill A. Shutemov1-10/+10
2012-12-12thp: setup huge zero page on non-write page faultKirill A. Shutemov1-0/+10
2012-12-12thp: implement splitting pmd for huge zero pageKirill A. Shutemov1-1/+42
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov10-16/+37
2012-12-12thp: change_huge_pmd(): make sure we don't try to make a page writableKirill A. Shutemov1-0/+1
2012-12-12thp: do_huge_pmd_wp_page(): handle huge zero pageKirill A. Shutemov3-22/+104
2012-12-12thp: copy_huge_pmd(): copy huge zero pageKirill A. Shutemov1-0/+22
2012-12-12thp: zap_huge_pmd(): zap huge zero pmdKirill A. Shutemov1-8/+13
2012-12-12thp: huge zero page: basic preparationKirill A. Shutemov1-0/+30
2012-12-12bootmem: remove alloc_arch_preferred_bootmem()Joonsoo Kim1-16/+4
2012-12-12bootmem: remove not implemented function call, bootmem_arch_preferred_node()Joonsoo Kim1-12/+0
2012-12-12Thermal: Fix DEFAULT_THERMAL_GOVERNORZhang Rui2-3/+9
2012-12-12Thermal: fix a NULL pointer dereference when generic thermal layer is built as a moduleZhang Rui1-1/+2
2012-12-11memory_hotplug: ensure every online node has NORMAL memoryLai Jiangshan1-0/+40
2012-12-11memory_hotplug: handle empty zone when online_movable/online_kernelLai Jiangshan1-6/+45
2012-12-11mm, memory-hotplug: dynamic configure movable memory and portion memoryLai Jiangshan4-14/+146
2012-12-11drivers/base/node.c: cleanup node_state_attr[]Lai Jiangshan1-10/+10
2012-12-11bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim5-16/+16
2012-12-11avr32, kconfig: remove HAVE_ARCH_BOOTMEMJoonsoo Kim1-3/+0
2012-12-11mm: cma: remove watermark hacksMarek Szyprowski2-67/+0
2012-12-11mm: cma: skip watermarks check for already isolated blocks in split_free_page()Marek Szyprowski1-8/+9
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes6-52/+30
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes9-31/+31
2012-12-11mm: cleanup register_node()Yasuaki Ishimatsu2-2/+1
2012-12-11mm, mempolicy: remove duplicate codeDavid Rientjes1-17/+4
2012-12-11mm/vmscan.c: try_to_freeze() returns booleanJeff Liu1-1/+1