| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-09-06 | 28 | -145/+300 |
|\ |
|
| * | mm,fork: introduce MADV_WIPEONFORK | Rik van Riel | 2017-09-06 | 3 | -8/+5 |
| * | x86,mpx: make mpx depend on x86-64 to free up VMA flag | Rik van Riel | 2017-09-06 | 1 | -2/+6 |
| * | mm: hugetlb: clear target sub-page last when clearing huge page | Huang Ying | 2017-09-06 | 1 | -1/+1 |
| * | mm: oom: let oom_reap_task and exit_mmap run concurrently | Andrea Arcangeli | 2017-09-06 | 1 | -6/+0 |
| * | swap: choose swap device according to numa node | Aaron Lu | 2017-09-06 | 1 | -1/+1 |
| * | mm, swap: don't use VMA based swap readahead if HDD is used as swap | Huang Ying | 2017-09-06 | 1 | -5/+6 |
| * | mm, swap: VMA based swap readahead | Huang Ying | 2017-09-06 | 2 | -2/+56 |
| * | mm, swap: add swap readahead hit statistics | Huang Ying | 2017-09-06 | 1 | -0/+4 |
| * | mm/shmem: add hugetlbfs support to memfd_create() | Mike Kravetz | 2017-09-06 | 1 | -0/+24 |
| * | userfaultfd: provide pid in userfault msg - add feat union | Andrea Arcangeli | 2017-09-06 | 1 | -1/+3 |
| * | userfaultfd: provide pid in userfault msg | Alexey Perevalov | 2017-09-06 | 1 | -3/+7 |
| * | mm: userfaultfd: add feature to request for a signal delivery | Prakash Sangappa | 2017-09-06 | 1 | -1/+9 |
| * | mm: rename global_page_state to global_zone_page_state | Michal Hocko | 2017-09-06 | 2 | -4/+4 |
| * | mm: shm: use new hugetlb size encoding definitions | Mike Kravetz | 2017-09-06 | 2 | -19/+29 |
| * | mm: arch: consolidate mmap hugetlb size encodings | Mike Kravetz | 2017-09-06 | 2 | -11/+22 |
| * | mm: hugetlb: define system call hugetlb size encodings in single file | Mike Kravetz | 2017-09-06 | 1 | -0/+34 |
| * | include/linux/fs.h: remove unneeded forward definition of mm_struct | Jeff Layton | 2017-09-06 | 1 | -2/+0 |
| * | userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd support | Mike Rapoport | 2017-09-06 | 1 | -0/+6 |
| * | mm, THP, swap: add THP swapping out fallback counting | Huang Ying | 2017-09-06 | 1 | -0/+1 |
| * | mm, THP, swap: support splitting THP for THP swap out | Huang Ying | 2017-09-06 | 1 | -0/+9 |
| * | mm: test code to write THP to swap device as a whole | Huang Ying | 2017-09-06 | 3 | -2/+11 |
| * | mm, THP, swap: make reuse_swap_page() works for THP swapped out | Huang Ying | 2017-09-06 | 1 | -2/+2 |
| * | mm, THP, swap: support to reclaim swap space for THP swapped out | Huang Ying | 2017-09-06 | 1 | -0/+1 |
| * | mm: memcontrol: use int for event/state parameter in several functions | Matthias Kaehlcke | 2017-09-06 | 1 | -20/+32 |
| * | mm: remove nr_pages argument from pagevec_lookup{,_range}() | Jan Kara | 2017-09-06 | 1 | -4/+3 |
| * | mm: implement find_get_pages_range() | Jan Kara | 2017-09-06 | 2 | -4/+21 |
| * | mm: make pagevec_lookup() update index | Jan Kara | 2017-09-06 | 2 | -2/+2 |
| * | fscache: remove unused ->now_uncached callback | Jan Kara | 2017-09-06 | 1 | -9/+0 |
| * | mm, memory_hotplug: get rid of zonelists_mutex | Michal Hocko | 2017-09-06 | 1 | -1/+0 |
| * | mm, memory_hotplug: drop zone from build_all_zonelists | Michal Hocko | 2017-09-06 | 1 | -1/+1 |
| * | mm, page_alloc: rip out ZONELIST_ORDER_ZONE | Michal Hocko | 2017-09-06 | 1 | -1/+1 |
| * | mm, memory_hotplug: display allowed zones in the preferred ordering | Michal Hocko | 2017-09-06 | 1 | -1/+1 |
| * | mm: track actual nr_scanned during shrink_slab() | Chris Wilson | 2017-09-06 | 1 | -0/+7 |
| * | mm: add SLUB free list pointer obfuscation | Kees Cook | 2017-09-06 | 1 | -0/+4 |
| * | dax: move all DAX radix tree defs to fs/dax.c | Ross Zwisler | 2017-09-06 | 1 | -41/+0 |
| * | dax: remove DAX code from page_cache_tree_insert() | Ross Zwisler | 2017-09-06 | 1 | -2/+0 |
| * | dax: use common 4k zero page for dax mmap reads | Ross Zwisler | 2017-09-06 | 2 | -9/+5 |
| * | mm: add vm_insert_mixed_mkwrite() | Ross Zwisler | 2017-09-06 | 1 | -0/+2 |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-09-06 | 6 | -8/+214 |
|\ \ |
|
| * | | crypto: hash - add crypto_(un)register_ahashes() | Rabin Vincent | 2017-08-22 | 1 | -0/+2 |
| * | | crypto: af_alg - consolidation of duplicate code | Stephan Mueller | 2017-08-09 | 1 | -0/+170 |
| * | | crypto: ccp - Fix XTS-AES-128 support on v5 CCPs | Gary R Hook | 2017-08-04 | 1 | -1/+2 |
| * | | crypto: algapi - make crypto_xor() take separate dst and src arguments | Ard Biesheuvel | 2017-08-04 | 1 | -0/+19 |
| * | | crypto: algapi - use separate dst and src operands for __crypto_xor() | Ard Biesheuvel | 2017-08-04 | 1 | -2/+2 |
| * | | crypto: Add akcipher_set_reqsize() function | Gary R Hook | 2017-07-28 | 1 | -0/+6 |
| * | | crypto: ccp - Introduce the AMD Secure Processor device | Brijesh Singh | 2017-07-18 | 1 | -4/+3 |
| * | | crypto: kpp - add get/set_flags helpers | Tudor-Dan Ambarus | 2017-07-18 | 1 | -0/+10 |
| * | | crypto: ccp - Fix some line spacing | Gary R Hook | 2017-07-18 | 1 | -1/+0 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-09-06 | 162 | -5336/+3409 |
|\ \ \ |
|