| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: add arch-independent testcases for RODATA | Jinbum Park | 2017-02-28 | 3 | -0/+63 |
* | mm: use mmget_not_zero() helper | Vegard Nossum | 2017-02-28 | 1 | -1/+1 |
* | mm: add new mmget() helper | Vegard Nossum | 2017-02-28 | 1 | -5/+5 |
* | mm: add new mmgrab() helper | Vegard Nossum | 2017-02-28 | 5 | -6/+6 |
* | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 2017-02-28 | 1 | -1/+1 |
* | scripts/spelling.txt: add "followings" pattern and fix typo instances | Masahiro Yamada | 2017-02-28 | 1 | -1/+1 |
* | scripts/spelling.txt: add "comsume(r)" pattern and fix typo instances | Masahiro Yamada | 2017-02-28 | 1 | -1/+1 |
* | scripts/spelling.txt: add "algined" pattern and fix typo instances | Masahiro Yamada | 2017-02-28 | 1 | -1/+1 |
* | fs: add i_blocksize() | Fabian Frederick | 2017-02-28 | 1 | -1/+1 |
* | zswap: don't param_set_charp while holding spinlock | Dan Streetman | 2017-02-28 | 1 | -7/+13 |
* | zswap: clear compressor or zpool param if invalid at init | Dan Streetman | 2017-02-28 | 1 | -12/+37 |
* | zswap: allow initialization at boot without pool | Dan Streetman | 2017-02-28 | 1 | -12/+34 |
* | kasan: drain quarantine of memcg slab objects | Greg Thelen | 2017-02-25 | 3 | -2/+5 |
* | memory-hotplug: use dev_online for memhp_auto_online | Nathan Fontenot | 2017-02-25 | 1 | -1/+1 |
* | mm: do not access page->mapping directly on page_endio | Minchan Kim | 2017-02-25 | 1 | -2/+5 |
* | mm/thp/autonuma: use TNF flag instead of vm fault | Aneesh Kumar K.V | 2017-02-25 | 1 | -1/+1 |
* | mm/gup: check for protnone only if it is a PTE entry | Aneesh Kumar K.V | 2017-02-25 | 1 | -2/+3 |
* | mm: cleanups for printing phys_addr_t and dma_addr_t | Miles Chen | 2017-02-25 | 2 | -9/+9 |
* | mm/zsmalloc: fix comment in zsmalloc | Yisheng Xie | 2017-02-25 | 1 | -4/+0 |
* | mm/page_alloc.c: remove redundant init code for ZONE_MOVABLE | Wei Yang | 2017-02-25 | 1 | -2/+0 |
* | mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chain | Yisheng Xie | 2017-02-25 | 1 | -5/+1 |
* | mm: vmpressure: fix sending wrong events on underflow | Vinayak Menon | 2017-02-25 | 1 | -1/+9 |
* | mm: remove shmem_mapping() shmem_zero_setup() duplicates | Hugh Dickins | 2017-02-25 | 5 | -0/+5 |
* | mm/page_alloc: fix nodes for reclaim in fast path | Gavin Shan | 2017-02-25 | 1 | -1/+1 |
* | mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone() | zhong jiang | 2017-02-25 | 1 | -2/+2 |
* | mm/page-writeback.c: place "not" inside of unlikely() statement in wb_domain_... | Steven Rostedt (VMware) | 2017-02-25 | 1 | -1/+1 |
* | mm/ksm: handle protnone saved writes when making page write protect | Aneesh Kumar K.V | 2017-02-25 | 1 | -2/+7 |
* | mm/autonuma: let architecture override how the write bit should be stashed in... | Aneesh Kumar K.V | 2017-02-25 | 3 | -5/+5 |
* | mm/autonuma: don't use set_pte_at when updating protnone ptes | Aneesh Kumar K.V | 2017-02-25 | 1 | -9/+9 |
* | mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROW | Steven Rostedt (VMware) | 2017-02-25 | 1 | -1/+1 |
* | mm, vmscan: clear PGDAT_WRITEBACK when zone is balanced | Mel Gorman | 2017-02-25 | 1 | -0/+1 |
* | mm: codgin-style fixes | Tobin C Harding | 2017-02-25 | 1 | -31/+29 |
* | mm/memory.c: use NULL instead of literal 0 | Tobin C Harding | 2017-02-25 | 1 | -3/+3 |
* | mm/page_alloc.c: remove duplicate inclusion of page_ext.h | Masanari Iida | 2017-02-25 | 1 | -1/+0 |
* | vmalloc: back off when the current task is killed | Michal Hocko | 2017-02-25 | 1 | -0/+5 |
* | mm: cma: print allocation failure reason and bitmap status | Jaewon Kim | 2017-02-25 | 1 | -1/+33 |
* | mm, madvise: fail with ENOMEM when splitting vma will hit max_map_count | David Rientjes | 2017-02-25 | 2 | -13/+46 |
* | mm: cma_alloc: allow to specify GFP mask | Lucas Stach | 2017-02-25 | 2 | -3/+4 |
* | mm: alloc_contig_range: allow to specify GFP mask | Lucas Stach | 2017-02-25 | 3 | -4/+7 |
* | userfaultfd: mcopy_atomic: return -ENOENT when no compatible VMA found | Mike Rapoport | 2017-02-25 | 1 | -30/+28 |
* | userfaultfd: non-cooperative: add event for memory unmaps | Mike Rapoport | 2017-02-25 | 4 | -28/+53 |
* | mm: call vm_munmap in munmap syscall instead of using open coded version | Mike Rapoport | 2017-02-25 | 1 | -8/+1 |
* | mm: convert remove_migration_pte() to use page_vma_mapped_walk() | Kirill A. Shutemov | 2017-02-25 | 1 | -61/+41 |
* | mm: drop page_check_address{,_transhuge} | Kirill A. Shutemov | 2017-02-25 | 1 | -138/+0 |
* | mm: convert page_mapped_in_vma() to use page_vma_mapped_walk() | Kirill A. Shutemov | 2017-02-25 | 2 | -26/+30 |
* | mm, ksm: convert write_protect_page() to use page_vma_mapped_walk() | Kirill A. Shutemov | 2017-02-25 | 1 | -16/+18 |
* | mm: convert try_to_unmap_one() to use page_vma_mapped_walk() | Kirill A. Shutemov | 2017-02-25 | 2 | -139/+137 |
* | mm: convert page_mkclean_one() to use page_vma_mapped_walk() | Kirill A. Shutemov | 2017-02-25 | 1 | -23/+45 |
* | mm, rmap: check all VMAs that PTE-mapped THP can be part of | Kirill A. Shutemov | 2017-02-25 | 2 | -9/+16 |
* | mm: fix handling PTE-mapped THPs in page_idle_clear_pte_refs() | Kirill A. Shutemov | 2017-02-25 | 1 | -17/+17 |