summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2018-10-18mremap: properly flush TLB before releasing the pageLinus Torvalds-23/+17
2018-10-13mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2Jérôme Glisse-6/+0
2018-10-13mm/mmap.c: don't clobber partially overlapping VMA with MAP_FIXED_NOREPLACEJann Horn-1/+1
2018-10-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman-10/+0
2018-10-09mm, sched/numa: Remove remaining traces of NUMA rate-limitingSrikar Dronamraju-10/+0
2018-10-07percpu: stop leaking bitmap metadata blocksMike Rapoport-0/+1
2018-10-05Merge branch 'akpm'Greg Kroah-Hartman-23/+132
2018-10-05mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black-1/+1
2018-10-05mm/vmscan.c: fix int overflow in callers of do_shrink_slab()Kirill Tkhai-4/+3
2018-10-05mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn-0/+3
2018-10-05mm/vmstat.c: fix outdated vmstat_textJann Horn-1/+0
2018-10-05mm/migrate.c: split only transparent huge pages when allocation failsAnshuman Khandual-1/+1
2018-10-05mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctlYueHaibing-1/+2
2018-10-05mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov-1/+4
2018-10-05hugetlb: take PMD sharing into account when flushing tlb/cachesMike Kravetz-9/+44
2018-10-05mm: migration: fix migration of huge PMD shared pagesMike Kravetz-5/+74
2018-10-02mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman-67/+0
2018-10-02mm/migrate: Use spin_trylock() while resetting rate limitSrikar Dronamraju-4/+12
2018-09-20mm: slowly shrink slabs with a relatively small number of objectsRoman Gushchin-0/+11
2018-09-20mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)-0/+2
2018-09-20mm: disable deferred struct page for 32-bit archesPasha Tatashin-0/+1
2018-09-13Merge tag 'ovl-fixes-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-63/+66
2018-09-13mm: get rid of vmacache_flush_all() entirelyLinus Torvalds-40/+2
2018-09-06Merge tag 'for-linus-20180906' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+5
2018-09-04mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removalDave Jiang-2/+2
2018-09-04mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.Aneesh Kumar K.V-1/+6
2018-09-04mm/util.c: improve kvfree() kerneldocAndrew Morton-4/+7
2018-09-04kmemleak: always register debugfs fileVincent Whitchurch-4/+5
2018-09-04mm, oom: fix missing tlb_finish_mmu() in __oom_reap_task_mm().Tetsuo Handa-0/+1
2018-09-04mm: memcontrol: print proper OOM header when no eligible victim leftJohannes Weiner-5/+10
2018-08-31blkcg: delay blkg destruction until after writeback has finishedDennis Zhou (Facebook)-0/+5
2018-08-30vfs: implement readahead(2) using POSIX_FADV_WILLNEEDAmir Goldstein-30/+21
2018-08-30vfs: add the fadvise() file operationAmir Goldstein-33/+45
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha-3/+0
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds-46/+186
2018-08-25mm/cow: don't bother write protecting already write-protected pagesLinus Torvalds-1/+1
2018-08-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds-100/+162
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder-81/+83
2018-08-23mm/util: add kernel-doc for kvfreeMike Rapoport-0/+7
2018-08-23mm/util: make strndup_user description a kernel-doc commentMike Rapoport-1/+1
2018-08-23mm: soft-offline: close the race against page allocationNaoya Horiguchi-6/+52
2018-08-23mm: fix race on soft-offlining free huge pagesNaoya Horiguchi-14/+21
2018-08-23mm: mmu_notifier fix for tlb_end_vmaNicholas Piggin-10/+0
2018-08-23mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra-0/+18
2018-08-23mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra-9/+0
2018-08-23mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin-3/+3
2018-08-22x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra-14/+8
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers-3/+4
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-389/+559
2018-08-22bdi: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner-4/+1