| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-02-06 | 7 | -95/+96 |
|\ |
|
| * | Merge branch 'for-4.16/nfit' into libnvdimm-for-next | Ross Zwisler | 2018-02-03 | 7 | -18/+26 |
| |\ |
|
| * | | mm, dax: introduce pfn_t_special() | Dan Williams | 2018-01-20 | 1 | -1/+15 |
| * | | memremap: drop private struct page_map | Logan Gunthorpe | 2018-01-08 | 1 | -1/+1 |
| * | | mm: optimize dev_pagemap reference counting around get_dev_pagemap | Christoph Hellwig | 2018-01-08 | 1 | -2/+5 |
| * | | mm: merge vmem_altmap_alloc into altmap_alloc_block_buf | Christoph Hellwig | 2018-01-08 | 1 | -29/+16 |
| * | | mm: split altmap memory map allocation from normal case | Christoph Hellwig | 2018-01-08 | 1 | -12/+3 |
| * | | mm: pass the vmem_altmap to memmap_init_zone | Christoph Hellwig | 2018-01-08 | 3 | -8/+9 |
| * | | mm: pass the vmem_altmap to vmemmap_free | Christoph Hellwig | 2018-01-08 | 2 | -13/+17 |
| * | | mm: pass the vmem_altmap to arch_remove_memory and __remove_pages | Christoph Hellwig | 2018-01-08 | 2 | -8/+4 |
| * | | mm: pass the vmem_altmap to vmemmap_populate | Christoph Hellwig | 2018-01-08 | 3 | -14/+20 |
| * | | mm: pass the vmem_altmap to arch_add_memory and __add_pages | Christoph Hellwig | 2018-01-08 | 2 | -6/+6 |
| * | | mm: don't export __add_pages | Christoph Hellwig | 2018-01-08 | 1 | -1/+0 |
* | | | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-02-04 | 5 | -93/+195 |
|\ \ \ |
|
| * | | | usercopy: Restrict non-usercopy caches to size 0 | Kees Cook | 2018-01-15 | 1 | -1/+1 |
| * | | | usercopy: Mark kmalloc caches as usercopy caches | David Windsor | 2018-01-15 | 3 | -6/+10 |
| * | | | usercopy: Allow strict enforcement of whitelists | Kees Cook | 2018-01-15 | 3 | -2/+12 |
| * | | | usercopy: WARN() on slab cache usercopy region violations | Kees Cook | 2018-01-15 | 3 | -10/+56 |
| * | | | usercopy: Prepare for usercopy whitelisting | David Windsor | 2018-01-15 | 4 | -12/+52 |
| * | | | usercopy: Include offset in hardened usercopy report | Kees Cook | 2018-01-15 | 3 | -64/+53 |
| * | | | usercopy: Enhance and rename report_usercopy() | Kees Cook | 2018-01-15 | 1 | -5/+19 |
| * | | | usercopy: Remove pointer from overflow report | Kees Cook | 2018-01-15 | 1 | -5/+4 |
* | | | | Revert "defer call to mem_cgroup_sk_alloc()" | Roman Gushchin | 2018-02-03 | 1 | -0/+14 |
* | | | | mm/swap.c: make functions and their kernel-doc agree | Randy Dunlap | 2018-02-01 | 1 | -6/+5 |
* | | | | mm, memory_hotplug: fix memmap initialization | Michal Hocko | 2018-02-01 | 1 | -8/+14 |
* | | | | mm: correct comments regarding do_fault_around() | William Kucharski | 2018-02-01 | 1 | -11/+11 |
* | | | | mm: numa: do not trap faults on shared data section pages. | Henry Willard | 2018-02-01 | 1 | -0/+5 |
* | | | | hugetlb, mbind: fall back to default policy if vma is NULL | Michal Hocko | 2018-02-01 | 2 | -4/+4 |
* | | | | hugetlb, mempolicy: fix the mbind hugetlb migration | Michal Hocko | 2018-02-01 | 2 | -16/+20 |
* | | | | mm, hugetlb: further simplify hugetlb allocation API | Michal Hocko | 2018-02-01 | 1 | -37/+43 |
* | | | | mm, hugetlb: get rid of surplus page accounting tricks | Michal Hocko | 2018-02-01 | 1 | -39/+23 |
* | | | | mm, hugetlb: do not rely on overcommit limit during migration | Michal Hocko | 2018-02-01 | 2 | -18/+96 |
* | | | | mm, hugetlb: integrate giga hugetlb more naturally to the allocation path | Michal Hocko | 2018-02-01 | 1 | -41/+14 |
* | | | | mm, hugetlb: unify core page allocation accounting and initialization | Michal Hocko | 2018-02-01 | 1 | -32/+29 |
* | | | | mm/memcontrol.c: try harder to decrease [memory,memsw].limit_in_bytes | Andrey Ryabinin | 2018-02-01 | 1 | -36/+6 |
* | | | | mm/memcontrol.c: make local symbol static | Christopher Díaz Riveros | 2018-02-01 | 1 | -1/+1 |
* | | | | mm/hmm: fix uninitialized use of 'entry' in hmm_vma_walk_pmd() | Ralph Campbell | 2018-02-01 | 1 | -3/+1 |
* | | | | include/linux/mmzone.h: fix explanation of lower bits in the SPARSEMEM mem_ma... | Petr Tesarik | 2018-02-01 | 1 | -1/+5 |
* | | | | mm/compaction.c: fix comment for try_to_compact_pages() | Yang Shi | 2018-02-01 | 1 | -1/+1 |
* | | | | mm/page_ext.c: make page_ext_init a noop when CONFIG_PAGE_EXTENSION but nothi... | Oscar Salvador | 2018-02-01 | 1 | -0/+2 |
* | | | | zsmalloc: use U suffix for negative literals being shifted | Nick Desaulniers | 2018-02-01 | 1 | -1/+1 |
* | | | | mm/page_owner.c: clean up init_pages_in_zone() | Oscar Salvador | 2018-02-01 | 1 | -9/+7 |
* | | | | mm/page_alloc.c: fix typos in comments | Shile Zhang | 2018-02-01 | 1 | -3/+3 |
* | | | | memcg: refactor mem_cgroup_resize_limit() | Yu Zhao | 2018-02-01 | 1 | -60/+17 |
* | | | | zswap: only save zswap header when necessary | Yu Zhao | 2018-02-01 | 3 | -19/+33 |
* | | | | mm/fadvise: discard partial page if endbyte is also EOF | shidao.ytt | 2018-02-01 | 1 | -1/+9 |
* | | | | mm: pin address_space before dereferencing it while isolating an LRU page | Mel Gorman | 2018-02-01 | 1 | -2/+12 |
* | | | | shmem: add sealing support to hugetlb-backed memfd | Marc-André Lureau | 2018-02-01 | 1 | -19/+28 |
* | | | | shmem: rename functions that are memfd-related | Marc-André Lureau | 2018-02-01 | 1 | -5/+5 |
* | | | | shmem: unexport shmem_add_seals()/shmem_get_seals() | Marc-André Lureau | 2018-02-01 | 1 | -4/+2 |