summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-03cpusets: avoid looping when storing to mems_allowed if one node remains setDavid Rientjes1-3/+6
2011-11-03mm/page_cgroup.c: quiet sparse noiseH Hartley Sweeten1-1/+1
2011-11-03memcg: Fix race condition in memcg_check_events() with this_cpu usageSteven Rostedt1-4/+6
2011-11-03memcg: close race between charge and putbackJohannes Weiner1-1/+20
2011-11-03memcg: skip scanning active lists based on individual sizeJohannes Weiner4-41/+25
2011-11-03memcg: do not expose uninitialized mem_cgroup_per_node to worldIgor Mammedov1-1/+1
2011-11-03memcg: fix oom schedule_timeout()KAMEZAWA Hiroyuki1-1/+1
2011-11-03memcg: rename mem variable to memcgRaghavendra K T2-479/+485
2011-11-03cgroup/kmemleak: Annotate alloc_page() for cgroup allocationsSteven Rostedt1-2/+5
2011-11-03cgroups: don't attach task to subsystem if migration failedBen Blum1-6/+9
2011-11-03cgroups: more safe tasklist locking in cgroup_attach_procBen Blum1-3/+3
2011-11-03hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsPhillip Lougher1-5/+15
2011-11-03isofs: add readpages supportNamjae Jeon1-1/+9
2011-11-03minix: describe usage of different magic numbersSami Kerola1-5/+5
2011-11-03drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and ...Uwe Kleine-König1-3/+3
2011-11-03rtc: add initial support for mcp7941x partsDavid Anders1-0/+27
2011-11-03drivers/rtc/class.c: convert idr to ida and use ida_simple_get()Jonathan Cameron1-23/+9
2011-11-03init/do_mounts_rd.c: fix ramdisk identification for padded cramfsNeil Armstrong1-0/+14
2011-11-03ramfs: remove module leftoversRichard Weinberger1-10/+0
2011-11-03binfmt_elf: fix PIE execution with randomization disabledJiri Kosina1-1/+10
2011-11-03thp: share get_huge_page_tail()Andrea Arcangeli5-44/+11
2011-11-03sparc: gup_pte_range() support THP based tail recountingAndrea Arcangeli1-0/+13
2011-11-03s390: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli1-10/+11
2011-11-03s390: gup_huge_pmd() support THP tail recountingAndrea Arcangeli1-1/+23
2011-11-03powerpc: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli1-10/+11
2011-11-03powerpc: gup_hugepte() support THP based tail recountingAndrea Arcangeli1-1/+23
2011-11-03powerpc: gup_hugepte() avoid freeing the head page too many timesAndrea Arcangeli1-3/+2
2011-11-03powerpc: get_hugepte() don't put_page() the wrong pageAndrea Arcangeli1-1/+1
2011-11-03powerpc: remove superfluous PageTail checks on the pte gup_fastAndrea Arcangeli1-13/+0
2011-11-03mm: thp: tail page refcounting fixAndrea Arcangeli8-84/+171
2011-11-03Merge git://github.com/rustyrussell/linuxLinus Torvalds12-64/+742
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds108-235/+301
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds34-1329/+2898
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds25-347/+259
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds253-3326/+1666
2011-11-02um: fix ubd cow sizeRichard Weinberger1-1/+30
2011-11-02um: Fix kmalloc argument order in um/vdso/vma.cDave Jones1-1/+1
2011-11-02um: switch to use of drivers/KconfigAl Viro11-33/+13
2011-11-02UserModeLinux-HOWTO.txt: fix a typoJonathan Neuschäfer1-1/+1
2011-11-02UserModeLinux-HOWTO.txt: remove ^H charactersJonathan Neuschäfer1-265/+265
2011-11-02um: we need sys/user.h only on i386Richard Weinberger1-0/+2
2011-11-02um: merge delay_{32,64}.cRichard Weinberger3-61/+1
2011-11-02um: distribute exports to where exported stuff is definedAl Viro10-54/+40
2011-11-02um: kill system-um.hAl Viro3-47/+40
2011-11-02um: generic ftrace.h will do...Al Viro2-1/+1
2011-11-02um: segment.h is x86-only and needed only thereAl Viro1-0/+0
2011-11-02um: asm/pda.h is not needed anymoreAl Viro1-21/+0
2011-11-02um: hw_irq.h can go generic as wellAl Viro2-8/+1
2011-11-02um: switch to generic-yAl Viro13-59/+2
2011-11-02um: clean Kconfig up a bitAl Viro4-113/+26