Age | Commit message (Expand) | Author | Files | Lines |
2018-12-17 | mm/page_alloc.c: fix calculation of pgdat->nr_zones | Wei Yang | 1 | -1/+3 |
2018-12-13 | mm: don't warn about allocations which stall for too long | Tetsuo Handa | 1 | -10/+0 |
2018-12-08 | mm: hide incomplete nr_indirectly_reclaimable in /proc/zoneinfo | Roman Gushchin | 1 | -0/+4 |
2018-12-08 | mm: cleancache: fix corruption on missed inode invalidation | Pavel Tikhomirov | 1 | -2/+6 |
2018-12-08 | userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas | Andrea Arcangeli | 1 | -9/+6 |
2018-12-08 | userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not set | Andrea Arcangeli | 1 | -0/+11 |
2018-12-08 | userfaultfd: shmem: add i_size checks | Andrea Arcangeli | 2 | -4/+40 |
2018-12-08 | userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmem | Andrea Arcangeli | 1 | -2/+13 |
2018-12-08 | userfaultfd: use ENOENT instead of EFAULT if the atomic copy user fails | Andrea Arcangeli | 3 | -5/+5 |
2018-12-05 | mm: use swp_offset as key in shmem_replace_page() | Yu Zhao | 1 | -2/+4 |
2018-12-05 | mm/khugepaged: collapse_shmem() do not crash on Compound | Hugh Dickins | 1 | -1/+9 |
2018-12-05 | mm/khugepaged: collapse_shmem() without freezing new_page | Hugh Dickins | 1 | -12/+7 |
2018-12-05 | mm/khugepaged: minor reorderings in collapse_shmem() | Hugh Dickins | 1 | -43/+30 |
2018-12-05 | mm/khugepaged: collapse_shmem() remember to clear holes | Hugh Dickins | 1 | -0/+10 |
2018-12-05 | mm/khugepaged: fix crashes due to misaccounted holes | Hugh Dickins | 2 | -2/+8 |
2018-12-05 | mm/khugepaged: collapse_shmem() stop if punched or truncated | Hugh Dickins | 1 | -0/+15 |
2018-12-05 | mm/huge_memory: fix lockdep complaint on 32-bit i_size_read() | Hugh Dickins | 1 | -6/+13 |
2018-12-05 | mm/huge_memory: splitting set mapping+index before unfreeze | Hugh Dickins | 1 | -6/+6 |
2018-12-05 | mm/huge_memory.c: reorder operations in __split_huge_page_tail() | Konstantin Khlebnikov | 1 | -21/+15 |
2018-12-05 | mm/huge_memory: rename freeze_page() to unmap_page() | Hugh Dickins | 1 | -6/+6 |
2018-12-01 | mm, page_alloc: check for max order in hot path | Michal Hocko | 1 | -11/+9 |
2018-12-01 | tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset | Yufen Yu | 1 | -3/+1 |
2018-12-01 | z3fold: fix possible reclaim races | Vitaly Wool | 1 | -39/+62 |
2018-12-01 | mm/memory.c: recheck page table entry with page table lock held | Aneesh Kumar K.V | 1 | -4/+30 |
2018-12-01 | mm: don't warn about large allocations for slab | Dmitry Vyukov | 2 | -6/+10 |
2018-11-21 | mm/swapfile.c: use kvzalloc for swap_info_struct allocation | Vasily Averin | 1 | -3/+3 |
2018-11-21 | hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444! | Mike Kravetz | 1 | -4/+19 |
2018-11-21 | mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings | Andrea Arcangeli | 1 | -2/+30 |
2018-11-13 | mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly | Ralph Campbell | 1 | -1/+23 |
2018-11-13 | hugetlbfs: dirty pages as they are added to pagecache | Mike Kravetz | 1 | -0/+6 |
2018-10-20 | mremap: properly flush TLB before releasing the page | Linus Torvalds | 2 | -23/+17 |
2018-10-18 | mm: don't show nr_indirectly_reclaimable in /proc/vmstat | Roman Gushchin | 1 | -1/+5 |
2018-10-18 | mm: treat indirectly reclaimable memory as free in overcommit logic | Roman Gushchin | 1 | -0/+7 |
2018-10-18 | mm: treat indirectly reclaimable memory as available in MemAvailable | Roman Gushchin | 1 | -0/+7 |
2018-10-18 | mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES | Roman Gushchin | 1 | -0/+1 |
2018-10-18 | mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2 | Jérôme Glisse | 1 | -6/+0 |
2018-10-18 | percpu: stop leaking bitmap metadata blocks | Mike Rapoport | 1 | -0/+1 |
2018-10-18 | mm/vmstat.c: fix outdated vmstat_text | Jann Horn | 1 | -1/+0 |
2018-10-13 | virtio_balloon: fix deadlock on OOM | Michael S. Tsirkin | 1 | -7/+21 |
2018-10-13 | mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly | Jann Horn | 1 | -0/+3 |
2018-10-13 | mm, thp: fix mlocking THP page with migration enabled | Kirill A. Shutemov | 2 | -1/+4 |
2018-10-13 | mm: migration: fix migration of huge PMD shared pages | Mike Kravetz | 2 | -5/+74 |
2018-10-10 | mm: madvise(MADV_DODUMP): allow hugetlbfs pages | Daniel Black | 1 | -1/+1 |
2018-10-04 | slub: make ->cpu_partial unsigned int | Alexey Dobriyan | 1 | -3/+3 |
2018-09-29 | mm: shmem.c: Correctly annotate new inodes for lockdep | Joel Fernandes (Google) | 1 | -0/+2 |
2018-09-19 | mm: get rid of vmacache_flush_all() entirely | Linus Torvalds | 2 | -40/+2 |
2018-09-15 | mm/fadvise.c: fix signed overflow UBSAN complaint | Andrey Ryabinin | 1 | -2/+6 |
2018-09-09 | mm/tlb: Remove tlb_remove_table() non-concurrent condition | Peter Zijlstra | 1 | -9/+0 |
2018-09-09 | readahead: stricter check for bdi io_pages | Markus Stockhausen | 1 | -2/+10 |
2018-09-05 | mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE | Peter Zijlstra | 1 | -0/+18 |