| Commit message (Expand) | Author | Age | Files | Lines |
* | mremap: properly flush TLB before releasing the page | Linus Torvalds | 2018-10-18 | 2 | -23/+17 |
* | mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2 | Jérôme Glisse | 2018-10-13 | 1 | -6/+0 |
* | mm/mmap.c: don't clobber partially overlapping VMA with MAP_FIXED_NOREPLACE | Jann Horn | 2018-10-13 | 1 | -1/+1 |
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Greg Kroah-Hartman | 2018-10-11 | 1 | -10/+0 |
|\ |
|
| * | mm, sched/numa: Remove remaining traces of NUMA rate-limiting | Srikar Dronamraju | 2018-10-09 | 1 | -10/+0 |
* | | percpu: stop leaking bitmap metadata blocks | Mike Rapoport | 2018-10-07 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'akpm' | Greg Kroah-Hartman | 2018-10-05 | 8 | -23/+132 |
|\ |
|
| * | mm: madvise(MADV_DODUMP): allow hugetlbfs pages | Daniel Black | 2018-10-05 | 1 | -1/+1 |
| * | mm/vmscan.c: fix int overflow in callers of do_shrink_slab() | Kirill Tkhai | 2018-10-05 | 1 | -4/+3 |
| * | mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly | Jann Horn | 2018-10-05 | 1 | -0/+3 |
| * | mm/vmstat.c: fix outdated vmstat_text | Jann Horn | 2018-10-05 | 1 | -1/+0 |
| * | mm/migrate.c: split only transparent huge pages when allocation fails | Anshuman Khandual | 2018-10-05 | 1 | -1/+1 |
| * | mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctl | YueHaibing | 2018-10-05 | 1 | -1/+2 |
| * | mm, thp: fix mlocking THP page with migration enabled | Kirill A. Shutemov | 2018-10-05 | 2 | -1/+4 |
| * | hugetlb: take PMD sharing into account when flushing tlb/caches | Mike Kravetz | 2018-10-05 | 1 | -9/+44 |
| * | mm: migration: fix migration of huge PMD shared pages | Mike Kravetz | 2018-10-05 | 2 | -5/+74 |
* | | mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migration | Mel Gorman | 2018-10-02 | 2 | -67/+0 |
* | | mm/migrate: Use spin_trylock() while resetting rate limit | Srikar Dronamraju | 2018-10-02 | 1 | -4/+12 |
|/ |
|
* | mm: slowly shrink slabs with a relatively small number of objects | Roman Gushchin | 2018-09-20 | 1 | -0/+11 |
* | mm: shmem.c: Correctly annotate new inodes for lockdep | Joel Fernandes (Google) | 2018-09-20 | 1 | -0/+2 |
* | mm: disable deferred struct page for 32-bit arches | Pasha Tatashin | 2018-09-20 | 1 | -0/+1 |
* | Merge tag 'ovl-fixes-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-09-13 | 3 | -63/+66 |
|\ |
|
| * | vfs: implement readahead(2) using POSIX_FADV_WILLNEED | Amir Goldstein | 2018-08-30 | 3 | -30/+21 |
| * | vfs: add the fadvise() file operation | Amir Goldstein | 2018-08-30 | 1 | -33/+45 |
* | | mm: get rid of vmacache_flush_all() entirely | Linus Torvalds | 2018-09-13 | 2 | -40/+2 |
* | | Merge tag 'for-linus-20180906' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-09-06 | 1 | -0/+5 |
|\ \ |
|
| * | | blkcg: delay blkg destruction until after writeback has finished | Dennis Zhou (Facebook) | 2018-08-31 | 1 | -0/+5 |
* | | | mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removal | Dave Jiang | 2018-09-04 | 1 | -2/+2 |
* | | | mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported. | Aneesh Kumar K.V | 2018-09-04 | 2 | -1/+6 |
* | | | mm/util.c: improve kvfree() kerneldoc | Andrew Morton | 2018-09-04 | 1 | -4/+7 |
* | | | kmemleak: always register debugfs file | Vincent Whitchurch | 2018-09-04 | 1 | -4/+5 |
* | | | mm, oom: fix missing tlb_finish_mmu() in __oom_reap_task_mm(). | Tetsuo Handa | 2018-09-04 | 1 | -0/+1 |
* | | | mm: memcontrol: print proper OOM header when no eligible victim left | Johannes Weiner | 2018-09-04 | 2 | -5/+10 |
* | | | notifier: Remove notifier header file wherever not used | Mukesh Ojha | 2018-08-30 | 3 | -3/+0 |
| |/
|/| |
|
* | | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/... | Linus Torvalds | 2018-08-25 | 4 | -46/+186 |
|\ \
| |/
|/| |
|
| * | mm, memory_failure: Teach memory_failure() about dev_pagemap pages | Dan Williams | 2018-07-23 | 1 | -2/+123 |
| * | mm, memory_failure: Collect mapping size in collect_procs() | Dan Williams | 2018-07-23 | 1 | -41/+40 |
| * | mm, madvise_inject_error: Let memory_failure() optionally take a page reference | Dan Williams | 2018-07-23 | 1 | -3/+13 |
| * | mm, dev_pagemap: Do not clear ->mapping on final put | Dan Williams | 2018-07-23 | 1 | -0/+2 |
| * | mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pages | Dan Williams | 2018-07-20 | 1 | -0/+8 |
| * | device-dax: Convert to vmf_insert_mixed and vm_fault_t | Dan Williams | 2018-07-20 | 1 | -2/+2 |
* | | mm/cow: don't bother write protecting already write-protected pages | Linus Torvalds | 2018-08-25 | 1 | -1/+1 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-08-23 | 11 | -100/+162 |
|\ \ |
|
| * | | mm: Change return type int to vm_fault_t for fault handlers | Souptick Joarder | 2018-08-23 | 7 | -81/+83 |
| * | | mm/util: add kernel-doc for kvfree | Mike Rapoport | 2018-08-23 | 1 | -0/+7 |
| * | | mm/util: make strndup_user description a kernel-doc comment | Mike Rapoport | 2018-08-23 | 1 | -1/+1 |
| * | | mm: soft-offline: close the race against page allocation | Naoya Horiguchi | 2018-08-23 | 3 | -6/+52 |
| * | | mm: fix race on soft-offlining free huge pages | Naoya Horiguchi | 2018-08-23 | 3 | -14/+21 |
* | | | mm: mmu_notifier fix for tlb_end_vma | Nicholas Piggin | 2018-08-23 | 1 | -10/+0 |
* | | | mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE | Peter Zijlstra | 2018-08-23 | 1 | -0/+18 |