| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-10-07 | mm, compaction: restrict full priority to non-costly orders |  Vlastimil Babka | 1 | -0/+1 |
| 2016-10-07 | mm: remove page_file_index |  Huang Ying | 2 | -13/+1 |
| 2016-10-07 | mm, swap: use offset of swap entry as key of swap cache |  Huang Ying | 1 | -4/+4 |
| 2016-10-07 | thp: reduce usage of huge zero page's atomic counter |  Aaron Lu | 2 | -4/+5 |
| 2016-10-07 | thp, dax: add thp_get_unmapped_area for pmd mappings |  Toshi Kani | 1 | -0/+7 |
| 2016-10-07 | mm: don't use radix tree writeback tags for pages in swap cache |  Huang Ying | 1 | -0/+12 |
| 2016-10-07 | mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statements |  zijun_hu | 1 | -4/+5 |
| 2016-10-07 | mm/memblock.c: expose total reserved memory |  Srikar Dronamraju | 1 | -0/+1 |
| 2016-10-07 | mm: introduce arch_reserved_kernel_pages() |  Srikar Dronamraju | 1 | -0/+3 |
| 2016-10-07 | mm: make sure that kthreads will not refault oom reaped memory |  Michal Hocko | 1 | -0/+1 |
| 2016-10-07 | mm, oom: enforce exit_oom_victim on current task |  Tetsuo Handa | 1 | -1/+1 |
| 2016-10-07 | oom, suspend: fix oom_killer_disable vs. pm suspend properly |  Michal Hocko | 1 | -1/+1 |
| 2016-10-07 | mm, oom: get rid of signal_struct::oom_victims |  Michal Hocko | 2 | -2/+6 |
| 2016-10-07 | kernel, oom: fix potential pgd_lock deadlock from __mmdrop |  Michal Hocko | 2 | -2/+14 |
| 2016-10-07 | oom: keep mm of the killed task available |  Michal Hocko | 1 | -0/+2 |
| 2016-10-07 | mm,oom_reaper: do not attempt to reap a task twice |  Tetsuo Handa | 1 | -1/+0 |
| 2016-10-07 | mm, swap: add swap_cluster_list |  Huang Ying | 1 | -4/+7 |
| 2016-10-07 | mm: pagewalk: fix the comment for test_walk |  James Morse | 1 | -2/+2 |
| 2016-10-07 | mm/page_owner: don't define fields on struct page_ext by hard-coding |  Joonsoo Kim | 1 | -6/+0 |
| 2016-10-07 | mm/page_ext: support extra space allocation by page_ext user |  Joonsoo Kim | 1 | -0/+2 |
| 2016-10-07 | mm/page_owner: move page_owner specific function to page_owner.c |  Joonsoo Kim | 1 | -0/+2 |
| 2016-10-07 | mm, vmscan: get rid of throttle_vm_writeout |  Michal Hocko | 1 | -1/+0 |
| 2016-10-07 | mm, compaction: create compact_gap wrapper |  Vlastimil Babka | 1 | -0/+23 |
| 2016-10-07 | mm, compaction: add the ultimate direct compaction priority |  Vlastimil Babka | 1 | -1/+2 |
| 2016-10-07 | mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESS |  Vlastimil Babka | 1 | -4/+4 |
| 2016-10-07 | mm, compaction: cleanup unused functions |  Vlastimil Babka | 1 | -5/+0 |
| 2016-10-07 | mm/vmalloc.c: fix align value calculation error |  zijun_hu | 1 | -10/+26 |
| 2016-10-07 | mm: oom: deduplicate victim selection code for memcg and global oom |  Vladimir Davydov | 2 | -39/+19 |
| 2016-10-07 | jiffies: add time comparison functions for 64 bit jiffies |  Jason A. Donenfeld | 1 | -0/+4 |
| 2016-10-07 | fanotify: use notification_lock instead of access_lock |  Jan Kara | 1 | -1/+0 |
| 2016-10-07 | fsnotify: convert notification_mutex to a spinlock |  Jan Kara | 1 | -1/+1 |
| 2016-10-07 | Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux |  Linus Torvalds | 3 | -10/+49 |
| 2016-10-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching |  Linus Torvalds | 1 | -0/+3 |
| 2016-10-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid |  Linus Torvalds | 1 | -2/+2 |
| 2016-10-07 | Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci |  Linus Torvalds | 2 | -3/+25 |
| 2016-10-07 | Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md |  Linus Torvalds | 1 | -0/+4 |
| 2016-10-07 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi |  Linus Torvalds | 1 | -0/+20 |
| 2016-10-07 | Merge tag 'mfd-for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd |  Linus Torvalds | 19 | -40/+472 |
| 2016-10-06 | Merge tag 'for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply |  Linus Torvalds | 3 | -10/+3 |
| 2016-10-06 | Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma |  Linus Torvalds | 7 | -3/+118 |
| 2016-10-06 | Merge tag 'rpmsg-v4.9' of git://github.com/andersson/remoteproc |  Linus Torvalds | 1 | -213/+35 |
| 2016-10-06 | Merge tag 'rproc-v4.9' of git://github.com/andersson/remoteproc |  Linus Torvalds | 2 | -11/+11 |
| 2016-10-06 | Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs |  Linus Torvalds | 1 | -0/+1 |
| 2016-10-06 | Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux |  Linus Torvalds | 2 | -6/+18 |
| 2016-10-06 | Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace |  Linus Torvalds | 2 | -4/+29 |
| 2016-10-06 | Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip |  Linus Torvalds | 1 | -0/+2 |
| 2016-10-06 | Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 2 | -3/+44 |
| 2016-10-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace |  Linus Torvalds | 8 | -4/+51 |
| 2016-10-06 | Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs |  Linus Torvalds | 2 | -0/+10 |
| 2016-10-06 | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm |  Linus Torvalds | 1 | -0/+1 |