aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman29-300/+386
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman14-69/+75
2016-07-28mm, vmstat: add infrastructure for per-node vmstatsMel Gorman7-76/+424
2016-07-28mm, meminit: remove early_page_nid_uninitialisedMel Gorman1-13/+0
2016-07-28cpuset, mm: fix TIF_MEMDIE check in cpuset_change_task_nodemaskMichal Hocko1-9/+0
2016-07-28freezer, oom: check TIF_MEMDIE on the correct taskMichal Hocko1-1/+1
2016-07-28mm/compaction: remove unnecessary order check in try_to_compact_pages()Ganesh Mahendran1-1/+1
2016-07-28mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner4-47/+58
2016-07-28mm: update the comment in __isolate_free_pagezhong jiang1-1/+4
2016-07-28mm, oom: tighten task_will_free_mem() lockingMichal Hocko1-26/+15
2016-07-28mm, oom: hide mm which is shared with kthread or global initMichal Hocko1-4/+21
2016-07-28mm, oom_reaper: do not attempt to reap a task more than twiceMichal Hocko2-0/+20
2016-07-28mm, oom: task_will_free_mem should skip oom_reaped tasksMichal Hocko1-0/+10
2016-07-28mm, oom: fortify task_will_free_mem()Michal Hocko3-78/+85
2016-07-28mm, oom: kill all tasks sharing the mmMichal Hocko1-2/+1
2016-07-28mm, oom: skip vforked tasks from being selectedMichal Hocko2-2/+30
2016-07-28mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko3-1/+49
2016-07-28proc, oom_adj: extract oom_score_adj setting into a helperMichal Hocko1-51/+43
2016-07-28proc, oom: drop bogus sighand lockMichal Hocko1-34/+17
2016-07-28proc, oom: drop bogus task_lock and mm checkMichal Hocko1-18/+4
2016-07-27Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds3-3/+6
2016-07-27Disable "frame-address" warningLinus Torvalds1-0/+1
2016-07-27Merge tag 'hsi-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsiLinus Torvalds10-190/+239
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds6-160/+468
2016-07-27Merge tag 'media/v4.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds619-10988/+88276
2016-07-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds91-1197/+3098
2016-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds41-129/+2928
2016-07-27Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds31-550/+1416
2016-07-27Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds43-940/+1140
2016-07-27Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds51-77/+669
2016-07-27Merge tag 'for-linus-4.8' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds4-88/+3
2016-07-27Merge tag 'edac_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds7-75/+519
2016-07-27Disable "maybe-uninitialized" warning globallyLinus Torvalds3-10/+5
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1390-36868/+95838
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds59-493/+1150
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds80-588/+3364
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds6-17/+45
2016-07-27Merge tag 'dlm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds4-3/+18
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds22-750/+1387
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds66-1440/+2026
2016-07-27ipmi: remove trydefaults parameter and default initTony Camuso4-88/+3
2016-07-27Merge branch 'topic/docs-next' into v4l_for_linusMauro Carvalho Chehab619-10988/+88276
2016-07-27arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototypeCatalin Marinas2-1/+1
2016-07-26xgene: Fix build warning with ACPI disabled.David S. Miller1-2/+1
2016-07-26be2net: perform temperature query in adapter regardless of its interface stateGuilherme G. Piccoli1-4/+4
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds186-4134/+7363
2016-07-26Merge tag 'for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds22-243/+775
2016-07-26Merge tag 'regulator-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds43-215/+1357
2016-07-26Merge tag 'regmap-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds5-8/+90
2016-07-26Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds66-230/+2207