summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra2018-08-231-9/+0
* | | mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin2018-08-231-3/+3
* | | x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra2018-08-221-14/+8
|/ /
* | include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers2018-08-222-3/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-2220-389/+559
|\ \
| * | bdi: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner2018-08-221-4/+1
| * | bdi: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior2018-08-221-6/+6
| * | /proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)2018-08-221-0/+29
| * | mm, oom: introduce memory.oom.groupRoman Gushchin2018-08-222-0/+123
| * | mm, oom: refactor oom_kill_process()Roman Gushchin2018-08-221-58/+65
| * | mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador2018-08-222-35/+59
| * | mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INITOscar Salvador2018-08-221-9/+16
| * | mm: remove __paginginitPavel Tatashin2018-08-222-21/+10
| * | mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin2018-08-223-15/+8
| * | mm/page_alloc.c: move ifdefery out of free_area_init_coreOscar Salvador2018-08-221-13/+37
| * | memcg: reduce memcg tree traversals for stats collectionShakeel Butt2018-08-221-77/+73
| * | mm: fix page_freeze_refs and page_unfreeze_refs in commentsJiang Biao2018-08-223-4/+4
| * | mm: clarify CONFIG_PAGE_POISONING and usageKees Cook2018-08-221-3/+3