aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* 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
* init: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-12
* kthread: 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
* procfs: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-12
* cpuset: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-12
* mm: node_states: introduce N_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/vir...Linus Torvalds2012-12-12
|\
| * do_coredump(): get rid of pt_regs argumentAl Viro2012-11-29
| * print_fatal_signal(): get rid of pt_regs argumentAl Viro2012-11-29
| * ptrace_signal(): get rid of unused argumentsAl Viro2012-11-29
| * get rid of ptrace_signal_deliver() argumentsAl Viro2012-11-29
| * new helper: signal_pt_regs()Al Viro2012-11-29
| * unify default ptrace_signal_deliverAl Viro2012-11-29
| * flagday: kill pt_regs argument of do_fork()Al Viro2012-11-29
| * death to idle_regs()Al Viro2012-11-28
| * don't pass regs to copy_process()Al Viro2012-11-28
| * flagday: don't pass regs to copy_thread()Al Viro2012-11-28
| * bfin: switch to generic vfork, get rid of pointless wrappersAl Viro2012-11-28
| * xtensa: switch to generic clone()Al Viro2012-11-28
| * openrisc: switch to use of generic fork and cloneAl Viro2012-11-28
| * unicore32: switch to generic clone(2)Al Viro2012-11-28
| * score: switch to generic fork/vfork/cloneAl Viro2012-11-28
| * c6x: sanitize copy_thread(), get rid of clone(2) wrapper, switch to generic c...Al Viro2012-11-28
| * take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2012-11-28
| * mn10300: switch to generic fork/vfork/cloneAl Viro2012-11-28
| * h8300: switch to generic fork/vfork/cloneAl Viro2012-11-28