aboutsummaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25sh: mmu_gather reworkPeter Zijlstra1-11/+17
2011-05-25arm: mmu_gather reworkPeter Zijlstra1-16/+37
2011-05-25s390: mmu_gather reworkPeter Zijlstra1-25/+37
2011-05-25sparc: mmu_gather reworkPeter Zijlstra6-116/+63
2011-05-25powerpc: mmu_gather reworkPeter Zijlstra8-17/+46
2011-05-25mm: mmu_gather reworkPeter Zijlstra5-65/+107
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko4-11/+8
2011-05-25mm/vmalloc: remove guard page from between vmap blocksJohannes Weiner1-3/+3
2011-05-25include/linux/gfp.h: convert BUG_ON() into VM_BUG_ON()Dave Hansen1-3/+1
2011-05-25include/linux/gfp.h: work around apparent sparse confusionDave Hansen1-6/+1
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes5-14/+38
2011-05-25mm/compaction: reverse the change that forbade sync migraton with __GFP_NO_KSWAPDAndrea Arcangeli1-1/+1
2011-05-25mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occurKOSAKI Motohiro3-2/+6
2011-05-25mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occursKOSAKI Motohiro3-7/+8
2011-05-25mm, mem-hotplug: fix section mismatch. setup_per_zone_inactive_ratio() should be __meminit.KOSAKI Motohiro2-4/+4
2011-05-25x86,mm: make pagefault killableKOSAKI Motohiro3-8/+36
2011-05-25mm: introduce wait_on_page_locked_killable()KOSAKI Motohiro2-0/+20
2011-05-25mm: per-node vmstat: show proper vmstatsKOSAKI Motohiro3-135/+144
2011-05-25mm: nommu: fix a compile warning in do_mmap_pgoff()Namhyung Kim1-3/+3
2011-05-25mm: nommu: fix a potential memory leak in do_mmap_private()Namhyung Kim1-1/+1
2011-05-25mm: nommu: check the vma list when unmapping file-mapped vmaNamhyung Kim1-4/+2
2011-05-25mm: nommu: find vma using the sorted vma listNamhyung Kim1-8/+4
2011-05-25mm: nommu: don't scan the vma list when deletingNamhyung Kim1-7/+8
2011-05-25mm: nommu: sort mm->mmap list properlyNamhyung Kim4-45/+44
2011-05-25mm: remove unused zone_idx variable from set_migratetype_isolateSergey Senozhatsky1-2/+0
2011-05-25mmap: avoid merging cloned VMAsShaohua Li1-5/+13
2011-05-25mmap: avoid unnecessary anon_vma lockShaohua Li1-1/+1
2011-05-25mmap: add alignment for some variablesShaohua Li1-3/+7
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes13-36/+34
2011-05-25xtensa/mm: remove WANT_PAGE_VIRTUALSebastian Andrzej Siewior1-4/+0
2011-05-25xtensa/mm: remove pgtable.cSebastian Andrzej Siewior1-72/+0
2011-05-25drivers/video/backlight/adp5520_bl.c: check strict_strtoul() return valueLiu Yuan1-1/+5
2011-05-25mm: vmscan: correctly check if reclaimer should schedule during shrink_slabMinchan Kim1-2/+7
2011-05-25mm: vmscan: correct use of pgdat_balanced in sleeping_prematurelyJohannes Weiner1-1/+1
2011-05-25slub: Fix double bit unlock in debug modeChristoph Lameter1-1/+2
2011-05-25mach-ux500: set proper I2C platform data from MOP500sLinus Walleij1-6/+8
2011-05-25i2c-nomadik: break out single messsage transmissionLinus Walleij1-32/+48
2011-05-25i2c-nomadik: reset the hw after status checkVirupax Sadashivpetimath1-4/+4
2011-05-25i2c-nomadik: remove the unnecessary delayVirupax Sadashivpetimath1-18/+2
2011-05-25i2c-nomadik: change the TX and RX thresholdVirupax Sadashivpetimath1-13/+26
2011-05-25i2c-nomadik: add code to retry on timeout failureVirupax Sadashivpetimath1-48/+49
2011-05-25i2c-nomadik: use pm_runtime APIRabin Vincent1-6/+31
2011-05-25i2c-nomadik: print abort cause only on abort tagVirupax Sadashivpetimath1-8/+19
2011-05-25i2c-nomadik: correct adapter timeout initializationVirupax Sadashivpetimath1-4/+5
2011-05-25i2c-nomadik: remove the redundant error messagesrinidhi kasagar1-2/+0
2011-05-25i2c-nomadik: corrrect returned error numbersVirupax Sadashivpetimath1-4/+6
2011-05-25i2c-nomadik: fix speed enumeratorLinus Walleij1-1/+1
2011-05-25i2c-nomadik: make i2c timeout specific per i2c busVirupax Sadashivpetimath2-8/+8
2011-05-25i2c-nomadik: add regulator supportJonas Aberg1-15/+58
2011-05-24i2c-parport: Various cleanupsJean Delvare3-59/+55