summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm, oom: remove redundant sleep in pagefault oom handlerDavid Rientjes2012-12-121-1/+0
* mm, oom: cleanup pagefault oom handlerDavid Rientjes2012-12-121-42/+7
* memory_hotplug: allow online/offline memory to result movable nodeLai Jiangshan2012-12-121-0/+16
* numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan2012-12-124-0/+21
* mm, memcg: avoid unnecessary function call when memcg is disabledDavid Rientjes2012-12-122-3/+12
* mm: add a reminder comment for __GFP_BITS_SHIFTAndrew Morton2012-12-121-0/+1
* mm: WARN_ON_ONCE if f_op->mmap() change vma's start addressJoonsoo Kim2012-12-121-0/+4
* res_counter: delete res_counter_write()Greg Thelen2012-12-122-27/+0
* hotplug: update nodemasks managementLai Jiangshan2012-12-123-16/+77
* page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Lai Jiangshan2012-12-122-19/+25
* vmscan: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-2/+2
* init: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-1/+1
* kthread: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-1/+1
* vmstat: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-2/+2
* hugetlb: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-122-13/+13
* mempolicy: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-6/+6
* mm,migrate: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-1/+1
* oom: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-1/+1
* memcontrol: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-122-10/+10
* procfs: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-122-3/+3
* cpuset: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-123-18/+18
* mm: node_states: introduce N_MEMORYLai Jiangshan2012-12-121-0/+1
* mm: use migrate_prep() instead of migrate_prep_local()Marek Szyprowski2012-12-121-1/+1
* mm: compaction: Fix compiler warningThierry Reding2012-12-121-54/+54
* thp: avoid race on multiple parallel page faults to the same pageKirill A. Shutemov2012-12-121-5/+24
* thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov2012-12-123-2/+30
* thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED eventsKirill A. Shutemov2012-12-124-1/+16
* 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-1210-16/+37
* 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-123-22/+104
* 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-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-12273-4221/+1375
|\
| * do_coredump(): get rid of pt_regs argumentAl Viro2012-11-293-5/+5
| * print_fatal_signal(): get rid of pt_regs argumentAl Viro2012-11-291-2/+3
| * ptrace_signal(): get rid of unused argumentsAl Viro2012-11-291-4/+2
| * get rid of ptrace_signal_deliver() argumentsAl Viro2012-11-294-5/+5
| * new helper: signal_pt_regs()Al Viro2012-11-293-0/+11
| * unify default ptrace_signal_deliverAl Viro2012-11-2918-42/+6
| * flagday: kill pt_regs argument of do_fork()Al Viro2012-11-299-26/+19
| * death to idle_regs()Al Viro2012-11-284-22/+0
| * don't pass regs to copy_process()Al Viro2012-11-281-4/+2
| * flagday: don't pass regs to copy_thread()Al Viro2012-11-2834-60/+45
OpenPOWER on IntegriCloud