summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* oom: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-131-1/+1
* memcontrol: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-132-10/+10
* procfs: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-132-3/+3
* cpuset: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-133-18/+18
* mm: node_states: introduce N_MEMORYLai Jiangshan2012-12-131-0/+1
* mm: use migrate_prep() instead of migrate_prep_local()Marek Szyprowski2012-12-131-1/+1
* mm: compaction: Fix compiler warningThierry Reding2012-12-131-54/+54
* thp: avoid race on multiple parallel page faults to the same pageKirill A. Shutemov2012-12-131-5/+24
* thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov2012-12-133-2/+30
* thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED eventsKirill A. Shutemov2012-12-134-1/+16
* thp: implement refcounting for huge zero pageKirill A. Shutemov2012-12-131-25/+88
* thp: lazy huge zero page allocationKirill A. Shutemov2012-12-131-10/+10
* thp: setup huge zero page on non-write page faultKirill A. Shutemov2012-12-131-0/+10
* thp: implement splitting pmd for huge zero pageKirill A. Shutemov2012-12-131-1/+42
* thp: change split_huge_page_pmd() interfaceKirill A. Shutemov2012-12-1310-16/+37
* thp: change_huge_pmd(): make sure we don't try to make a page writableKirill A. Shutemov2012-12-131-0/+1
* thp: do_huge_pmd_wp_page(): handle huge zero pageKirill A. Shutemov2012-12-133-22/+104
* thp: copy_huge_pmd(): copy huge zero pageKirill A. Shutemov2012-12-131-0/+22
* thp: zap_huge_pmd(): zap huge zero pmdKirill A. Shutemov2012-12-131-8/+13
* thp: huge zero page: basic preparationKirill A. Shutemov2012-12-131-0/+30
* bootmem: remove alloc_arch_preferred_bootmem()Joonsoo Kim2012-12-131-16/+4
* bootmem: remove not implemented function call, bootmem_arch_preferred_node()Joonsoo Kim2012-12-131-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-294-22/+0
| * don't pass regs to copy_process()Al Viro2012-11-291-4/+2
| * flagday: don't pass regs to copy_thread()Al Viro2012-11-2934-60/+45
| * bfin: switch to generic vfork, get rid of pointless wrappersAl Viro2012-11-295-54/+7
| * xtensa: switch to generic clone()Al Viro2012-11-295-11/+3
| * openrisc: switch to use of generic fork and cloneAl Viro2012-11-296-66/+19
| * unicore32: switch to generic clone(2)Al Viro2012-11-294-25/+7
| * score: switch to generic fork/vfork/cloneAl Viro2012-11-296-58/+8
| * c6x: sanitize copy_thread(), get rid of clone(2) wrapper, switch to generic c...Al Viro2012-11-294-36/+6
| * take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2012-11-2912-63/+11
| * mn10300: switch to generic fork/vfork/cloneAl Viro2012-11-292-28/+8
| * h8300: switch to generic fork/vfork/cloneAl Viro2012-11-293-44/+6
| * tile: switch to generic clone()Al Viro2012-11-292-8/+1
| * m68k: sanitize copy_thread(), fork/vfork/clone wrappers, switch to generic fo...Al Viro2012-11-294-71/+46
| * alpha: switch to generic fork/vfork/cloneAl Viro2012-11-294-59/+17
| * s390: switch to generic fork/vfork/cloneAl Viro2012-11-293-42/+14
| * microblaze: switch to generic fork/vfork/cloneAl Viro2012-11-297-56/+12
| * hexagon: switch to generic clone()Al Viro2012-11-294-52/+6
| * sh: switch to generic fork/vfork/cloneAl Viro2012-11-295-110/+11
| * parisc: switch to generic fork/vfork/cloneAl Viro2012-11-294-69/+22