summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mremap: properly flush TLB before releasing the pageLinus Torvalds2018-10-182-23/+17
* mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2Jérôme Glisse2018-10-131-6/+0
* mm/mmap.c: don't clobber partially overlapping VMA with MAP_FIXED_NOREPLACEJann Horn2018-10-131-1/+1
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2018-10-111-10/+0
|\
| * mm, sched/numa: Remove remaining traces of NUMA rate-limitingSrikar Dronamraju2018-10-091-10/+0
* | percpu: stop leaking bitmap metadata blocksMike Rapoport2018-10-071-0/+1
|/
* Merge branch 'akpm'Greg Kroah-Hartman2018-10-058-23/+132
|\
| * mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black2018-10-051-1/+1
| * mm/vmscan.c: fix int overflow in callers of do_shrink_slab()Kirill Tkhai2018-10-051-4/+3
| * mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn2018-10-051-0/+3
| * mm/vmstat.c: fix outdated vmstat_textJann Horn2018-10-051-1/+0
| * mm/migrate.c: split only transparent huge pages when allocation failsAnshuman Khandual2018-10-051-1/+1
| * mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctlYueHaibing2018-10-051-1/+2
| * mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov2018-10-052-1/+4
| * hugetlb: take PMD sharing into account when flushing tlb/cachesMike Kravetz2018-10-051-9/+44
| * mm: migration: fix migration of huge PMD shared pagesMike Kravetz2018-10-052-5/+74
* | mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman2018-10-022-67/+0
* | mm/migrate: Use spin_trylock() while resetting rate limitSrikar Dronamraju2018-10-021-4/+12
|/
* mm: slowly shrink slabs with a relatively small number of objectsRoman Gushchin2018-09-201-0/+11
* mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)2018-09-201-0/+2
* mm: disable deferred struct page for 32-bit archesPasha Tatashin2018-09-201-0/+1
* Merge tag 'ovl-fixes-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-09-133-63/+66
|\
| * vfs: implement readahead(2) using POSIX_FADV_WILLNEEDAmir Goldstein2018-08-303-30/+21
| * vfs: add the fadvise() file operationAmir Goldstein2018-08-301-33/+45
* | mm: get rid of vmacache_flush_all() entirelyLinus Torvalds2018-09-132-40/+2
* | Merge tag 'for-linus-20180906' of git://git.kernel.dk/linux-blockLinus Torvalds2018-09-061-0/+5
|\ \
| * | blkcg: delay blkg destruction until after writeback has finishedDennis Zhou (Facebook)2018-08-311-0/+5
* | | mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removalDave Jiang2018-09-041-2/+2
* | | mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.Aneesh Kumar K.V2018-09-042-1/+6
* | | mm/util.c: improve kvfree() kerneldocAndrew Morton2018-09-041-4/+7
* | | kmemleak: always register debugfs fileVincent Whitchurch2018-09-041-4/+5
* | | mm, oom: fix missing tlb_finish_mmu() in __oom_reap_task_mm().Tetsuo Handa2018-09-041-0/+1
* | | mm: memcontrol: print proper OOM header when no eligible victim leftJohannes Weiner2018-09-042-5/+10
* | | notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-303-3/+0
| |/ |/|
* | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-254-46/+186
|\ \ | |/ |/|
| * mm, memory_failure: Teach memory_failure() about dev_pagemap pagesDan Williams2018-07-231-2/+123
| * mm, memory_failure: Collect mapping size in collect_procs()Dan Williams2018-07-231-41/+40
| * mm, madvise_inject_error: Let memory_failure() optionally take a page referenceDan Williams2018-07-231-3/+13
| * mm, dev_pagemap: Do not clear ->mapping on final putDan Williams2018-07-231-0/+2
| * mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pagesDan Williams2018-07-201-0/+8
| * device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams2018-07-201-2/+2
* | mm/cow: don't bother write protecting already write-protected pagesLinus Torvalds2018-08-251-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-2311-100/+162
|\ \
| * | mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-237-81/+83
| * | mm/util: add kernel-doc for kvfreeMike Rapoport2018-08-231-0/+7
| * | mm/util: make strndup_user description a kernel-doc commentMike Rapoport2018-08-231-1/+1
| * | mm: soft-offline: close the race against page allocationNaoya Horiguchi2018-08-233-6/+52
| * | mm: fix race on soft-offlining free huge pagesNaoya Horiguchi2018-08-233-14/+21
* | | mm: mmu_notifier fix for tlb_end_vmaNicholas Piggin2018-08-231-10/+0
* | | mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra2018-08-231-0/+18