summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-12-12mm: introduce new field "managed_pages" to struct zoneJiang Liu1-7/+34
2012-12-12numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan1-0/+4
2012-12-12mm, memcg: avoid unnecessary function call when memcg is disabledDavid Rientjes1-1/+8
2012-12-12mm: add a reminder comment for __GFP_BITS_SHIFTAndrew Morton1-0/+1
2012-12-12res_counter: delete res_counter_write()Greg Thelen1-5/+0
2012-12-12hotplug: update nodemasks managementLai Jiangshan1-0/+1
2012-12-12cpuset: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-12-12mm: node_states: introduce N_MEMORYLai Jiangshan1-0/+1
2012-12-12thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov1-0/+4
2012-12-12thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED eventsKirill A. Shutemov1-0/+2
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov1-4/+10
2012-12-12thp: do_huge_pmd_wp_page(): handle huge zero pageKirill A. Shutemov1-0/+8
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-38/+34
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds7-1/+218
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-1/+270
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds12-37/+594
2012-12-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-0/+70
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds3-72/+163
2012-12-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds3-37/+141
2012-12-12Merge tag 'regmap-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds1-7/+88
2012-12-12Merge tag 'please-pull-pstore_mevent' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+5
2012-12-12Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+6
2012-12-12Thermal: Fix DEFAULT_THERMAL_GOVERNORZhang Rui1-2/+8
2012-12-11Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-28/+113
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-113/+44
2012-12-11Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+12
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-27/+82
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds25-60/+444
2012-12-11mm, memory-hotplug: dynamic configure movable memory and portion memoryLai Jiangshan1-1/+12
2012-12-11bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim1-2/+2
2012-12-11mm: cma: remove watermark hacksMarek Szyprowski1-9/+0
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes3-2/+19
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes4-11/+11
2012-12-11mm: cleanup register_node()Yasuaki Ishimatsu1-1/+0
2012-12-11mm: introduce putback_movable_pages()Rafael Aquini1-0/+2
2012-12-11mm: introduce a common interface for balloon pages mobilityRafael Aquini3-0/+298
2012-12-11mm: redefine address_space.assoc_mappingRafael Aquini1-1/+1
2012-12-11mm: adjust address_space_operations.migratepage() return codeRafael Aquini1-0/+7
2012-12-11mm: vm_unmapped_area() lookup functionMichel Lespinasse1-0/+31
2012-12-11mm: rearrange vm_area_struct for fewer cache missesRik van Riel1-4/+8
2012-12-11mm: augment vma rbtree with rb_subtree_gapMichel Lespinasse1-0/+9
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen4-2/+33
2012-12-11mm: thp: set the accessed flag for old pages on access faultWill Deacon1-0/+4
2012-12-11memory_hotplug: fix possible incorrect node_states[N_NORMAL_MEMORY]Lai Jiangshan1-0/+1
2012-12-11numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang1-1/+1
2012-12-11memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang1-4/+6
2012-12-11mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov1-7/+0
2012-12-11mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov2-8/+1
2012-12-11mm, memcg: make mem_cgroup_out_of_memory() staticDavid Rientjes1-2/+0