| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: don't allow deferred pages with NEED_PER_CPU_KM | Pavel Tatashin | 2018-05-22 | 1 | -0/+1 |
* | proc: do not access cmdline nor environ from file-backed areas | Willy Tarreau | 2018-05-19 | 1 | -0/+3 |
* | percpu: include linux/sched.h for cond_resched() | Tejun Heo | 2018-05-09 | 1 | -0/+1 |
* | writeback: safer lock nesting | Greg Thelen | 2018-04-24 | 1 | -9/+9 |
* | mm/filemap.c: fix NULL pointer in page_cache_tree_insert() | Matthew Wilcox | 2018-04-24 | 1 | -5/+4 |
* | mm, slab: reschedule cache_reap() on the same CPU | Vlastimil Babka | 2018-04-24 | 1 | -1/+2 |
* | mm, vmstat: Remove spurious WARN() during zoneinfo print | Reza Arbab | 2018-04-13 | 1 | -2/+0 |
* | mm/vmscan.c: fix unsequenced modification and access warning | Nick Desaulniers | 2018-04-08 | 1 | -7/+6 |
* | mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink() | Kirill A. Shutemov | 2018-03-28 | 1 | -11/+20 |
* | mm/thp: do not wait for lock_page() in deferred_split_scan() | Kirill A. Shutemov | 2018-03-28 | 1 | -1/+3 |
* | mm/khugepaged.c: convert VM_BUG_ON() to collapse fail | Kirill A. Shutemov | 2018-03-28 | 1 | -1/+6 |
* | mm: hwpoison: call shake_page() after try_to_unmap() for mlocked page | Naoya Horiguchi | 2018-03-24 | 1 | -0/+8 |
* | mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfo | David Rientjes | 2018-03-24 | 1 | -7/+13 |
* | mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttling | Johannes Weiner | 2018-03-24 | 1 | -2/+4 |
* | mm: fail get_vaddr_frames() for filesystem-dax mappings | Dan Williams | 2018-02-28 | 1 | -0/+12 |
* | mm: introduce get_user_pages_longterm | Dan Williams | 2018-02-28 | 1 | -0/+64 |
* | mm: avoid spurious 'bad pmd' warning messages | Ross Zwisler | 2018-02-28 | 1 | -10/+30 |
* | shmem: fix compilation warnings on unused functions | Jérémy Lefaure | 2018-02-25 | 1 | -0/+2 |
* | shmem: avoid maybe-uninitialized warning | Arnd Bergmann | 2018-02-25 | 1 | -3/+1 |
* | mm/early_ioremap: Fix boot hang with earlyprintk=efi,keep | Dave Young | 2018-02-25 | 1 | -1/+1 |
* | Provide a function to create a NUL-terminated string from unterminated data | David Howells | 2018-02-25 | 1 | -0/+24 |
* | mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed. | Tetsuo Handa | 2018-02-25 | 1 | -0/+3 |
* | mm: hide a #warning for COMPILE_TEST | Arnd Bergmann | 2018-02-22 | 1 | -1/+1 |
* | kmemleak: add scheduling point to kmemleak_scan() | Yisheng Xie | 2018-02-03 | 1 | -0/+2 |
* | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes | Johannes Weiner | 2018-01-31 | 4 | -23/+41 |
* | mm, page_alloc: fix potential false positive in __zone_watermark_ok | Vlastimil Babka | 2018-01-31 | 1 | -3/+3 |
* | cma: fix calculation of aligned offset | Doug Berger | 2018-01-31 | 1 | -9/+6 |
* | hwpoison, memcg: forcibly uncharge LRU pages | Michal Hocko | 2018-01-31 | 2 | -1/+8 |
* | mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack | Michal Hocko | 2018-01-31 | 1 | -2/+4 |
* | zswap: don't param_set_charp while holding spinlock | Dan Streetman | 2018-01-17 | 1 | -4/+8 |
* | kaiser: vmstat show NR_KAISERTABLE as nr_overhead | Hugh Dickins | 2018-01-05 | 1 | -0/+1 |
* | zsmalloc: calling zs_map_object() from irq is a bug | Sergey Senozhatsky | 2017-12-14 | 1 | -1/+1 |
* | thp: fix MADV_DONTNEED vs. numa balancing race | Kirill A. Shutemov | 2017-12-14 | 1 | -1/+33 |
* | thp: reduce indentation level in change_huge_pmd() | Kirill A. Shutemov | 2017-12-14 | 1 | -26/+26 |
* | mm: fix remote numa hits statistics | Michal Hocko | 2017-12-09 | 1 | -11/+4 |
* | mm, oom_reaper: gather each vma to prevent leaking TLB entry | Wang Nan | 2017-12-09 | 1 | -3/+4 |
* | mm/madvise.c: fix madvise() infinite loop under special circumstances | chenjie | 2017-12-05 | 1 | -3/+1 |
* | mm, hugetlbfs: introduce ->split() to vm_operations_struct | Dan Williams | 2017-12-05 | 2 | -3/+13 |
* | mm/cma: fix alloc_contig_range ret code/potential leak | Mike Kravetz | 2017-12-05 | 1 | -1/+8 |
* | mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() | Kirill A. Shutemov | 2017-12-05 | 1 | -12/+7 |
* | mm/pagewalk.c: report holes in hugetlb ranges | Jann Horn | 2017-11-24 | 1 | -1/+5 |
* | mm/page_alloc.c: broken deferred calculation | Pavel Tatashin | 2017-11-24 | 1 | -9/+18 |
* | slub: do not merge cache if slub_debug contains a never-merge flag | Grygorii Maistrenko | 2017-10-21 | 1 | -1/+4 |
* | mm/memory_hotplug: set magic number to page->freelist instead of page->lru.next | Yasuaki Ishimatsu | 2017-10-21 | 2 | -3/+4 |
* | mm, oom_reaper: skip mm structs with mmu notifiers | Michal Hocko | 2017-10-12 | 1 | -0/+16 |
* | mm/cgroup: avoid panic when init with low memory | Laurent Dufour | 2017-10-08 | 1 | -2/+5 |
* | mm: prevent double decrease of nr_reserved_highatomic | Minchan Kim | 2017-09-27 | 1 | -6/+18 |
* | mm/memory.c: fix mem_cgroup_oom_disable() call missing | Laurent Dufour | 2017-09-13 | 1 | -5/+5 |
* | mm, madvise: ensure poisoned pages are removed from per-cpu lists | Mel Gorman | 2017-09-07 | 1 | -0/+7 |
* | mm/memblock.c: reversed logic in memblock_discard() | Pavel Tatashin | 2017-08-30 | 1 | -1/+1 |