| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-09-07 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi |  Linus Torvalds | 2 | -2/+19 |
| 2017-09-07 | Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux |  Linus Torvalds | 3 | -21/+24 |
| 2017-09-07 | Merge tag 'pstore-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux |  Linus Torvalds | 1 | -9/+0 |
| 2017-09-07 | Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs |  Linus Torvalds | 3 | -19/+21 |
| 2017-09-07 | Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux |  Linus Torvalds | 1 | -1/+1 |
| 2017-09-07 | Merge tag 'leds_for_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds |  Linus Torvalds | 1 | -0/+2 |
| 2017-09-07 | Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dma |  Linus Torvalds | 2 | -19/+83 |
| 2017-09-07 | Merge tag 'backlight-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight |  Linus Torvalds | 1 | -1/+0 |
| 2017-09-07 | Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd |  Linus Torvalds | 11 | -10/+480 |
| 2017-09-07 | Merge tag 'mmc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc |  Linus Torvalds | 5 | -15/+112 |
| 2017-09-07 | Merge branch 'fixes' into misc |  James Bottomley | 1 | -2/+0 |
| 2017-09-07 | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block |  Linus Torvalds | 13 | -68/+127 |
| 2017-09-07 | Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux |  Linus Torvalds | 2 | -0/+4 |
| 2017-09-07 | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+9 |
| 2017-09-07 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -16/+1 |
| 2017-09-06 | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata |  Linus Torvalds | 2 | -0/+3 |
| 2017-09-06 | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup |  Linus Torvalds | 2 | -6/+101 |
| 2017-09-06 | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq |  Linus Torvalds | 1 | -1/+1 |
| 2017-09-06 | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu |  Linus Torvalds | 1 | -1/+19 |
| 2017-09-06 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 20 | -122/+172 |
| 2017-09-06 | mm,fork: introduce MADV_WIPEONFORK |  Rik van Riel | 1 | -1/+1 |
| 2017-09-06 | x86,mpx: make mpx depend on x86-64 to free up VMA flag |  Rik van Riel | 1 | -2/+6 |
| 2017-09-06 | mm: hugetlb: clear target sub-page last when clearing huge page |  Huang Ying | 1 | -1/+1 |
| 2017-09-06 | mm: oom: let oom_reap_task and exit_mmap run concurrently |  Andrea Arcangeli | 1 | -6/+0 |
| 2017-09-06 | swap: choose swap device according to numa node |  Aaron Lu | 1 | -1/+1 |
| 2017-09-06 | mm, swap: don't use VMA based swap readahead if HDD is used as swap |  Huang Ying | 1 | -5/+6 |
| 2017-09-06 | mm, swap: VMA based swap readahead |  Huang Ying | 2 | -2/+56 |
| 2017-09-06 | mm, swap: add swap readahead hit statistics |  Huang Ying | 1 | -0/+4 |
| 2017-09-06 | mm: rename global_page_state to global_zone_page_state |  Michal Hocko | 2 | -4/+4 |
| 2017-09-06 | mm: shm: use new hugetlb size encoding definitions |  Mike Kravetz | 1 | -17/+0 |
| 2017-09-06 | include/linux/fs.h: remove unneeded forward definition of mm_struct |  Jeff Layton | 1 | -2/+0 |
| 2017-09-06 | userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd support |  Mike Rapoport | 1 | -0/+6 |
| 2017-09-06 | mm, THP, swap: add THP swapping out fallback counting |  Huang Ying | 1 | -0/+1 |
| 2017-09-06 | mm, THP, swap: support splitting THP for THP swap out |  Huang Ying | 1 | -0/+9 |
| 2017-09-06 | mm: test code to write THP to swap device as a whole |  Huang Ying | 3 | -2/+11 |
| 2017-09-06 | mm, THP, swap: make reuse_swap_page() works for THP swapped out |  Huang Ying | 1 | -2/+2 |
| 2017-09-06 | mm, THP, swap: support to reclaim swap space for THP swapped out |  Huang Ying | 1 | -0/+1 |
| 2017-09-06 | mm: memcontrol: use int for event/state parameter in several functions |  Matthias Kaehlcke | 1 | -20/+32 |
| 2017-09-06 | mm: remove nr_pages argument from pagevec_lookup{,_range}() |  Jan Kara | 1 | -4/+3 |
| 2017-09-06 | mm: implement find_get_pages_range() |  Jan Kara | 2 | -4/+21 |
| 2017-09-06 | mm: make pagevec_lookup() update index |  Jan Kara | 2 | -2/+2 |
| 2017-09-06 | fscache: remove unused ->now_uncached callback |  Jan Kara | 1 | -9/+0 |
| 2017-09-06 | mm, memory_hotplug: get rid of zonelists_mutex |  Michal Hocko | 1 | -1/+0 |
| 2017-09-06 | mm, memory_hotplug: drop zone from build_all_zonelists |  Michal Hocko | 1 | -1/+1 |
| 2017-09-06 | mm, page_alloc: rip out ZONELIST_ORDER_ZONE |  Michal Hocko | 1 | -1/+1 |
| 2017-09-06 | mm, memory_hotplug: display allowed zones in the preferred ordering |  Michal Hocko | 1 | -1/+1 |
| 2017-09-06 | mm: track actual nr_scanned during shrink_slab() |  Chris Wilson | 1 | -0/+7 |
| 2017-09-06 | mm: add SLUB free list pointer obfuscation |  Kees Cook | 1 | -0/+4 |
| 2017-09-06 | dax: move all DAX radix tree defs to fs/dax.c |  Ross Zwisler | 1 | -41/+0 |
| 2017-09-06 | dax: remove DAX code from page_cache_tree_insert() |  Ross Zwisler | 1 | -2/+0 |