summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* mm/memcg: bail early from swap accounting if memcg disabledAlex Shi2020-11-261-0/+6
* mm: convert page kmemcg type to a page memcg flagRoman Gushchin2020-11-262-13/+7
* mm: memcontrol/slab: use helpers to access slab page's memcg_dataRoman Gushchin2020-11-262-30/+11
* mm: memcontrol: use helpers to read page's memcg dataRoman Gushchin2020-11-267-79/+71
* mm/swap.c: reduce lock contention in lru_cache_addAlex Shi2020-11-261-8/+49
* Merge branch 'akpm-current/current'Stephen Rothwell2020-11-2667-2347/+5145
|\
| * kfence: add test suiteMarco Elver2020-11-242-0/+826
| * kfence, kasan: make KFENCE compatible with KASANAlexander Potapenko2020-11-242-1/+21
| * mm, kfence: insert KFENCE hooks for SLUBAlexander Potapenko2020-11-242-14/+48
| * mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko2020-11-243-10/+35
| * kfence: use pt_regs to generate stack trace on faultsMarco Elver2020-11-243-34/+43
| * kfence: avoid stalling work queue task without allocationsMarco Elver2020-11-241-1/+5
| * mm: add Kernel Electric-Fence infrastructureAlexander Potapenko2020-11-245-0/+1168
| * mm: cleanup kstrto*() usageAlexey Dobriyan2020-11-242-18/+18
| * mm: fix fall-through warnings for ClangGustavo A. R. Silva2020-11-242-0/+2
| * mm: slub: convert sysfs sprintf family to sysfs_emit/sysfs_emit_atJoe Perches2020-11-241-73/+77
| * mm: shmem: convert shmem_enabled_show to use sysfs_emit_atJoe Perches2020-11-241-9/+12
| * mm:backing-dev: use sysfs_emit in macro defining functionsJoe Perches2020-11-241-4/+4
| * mm: huge_memory: convert remaining use of sprintf to sysfs_emit and neateningJoe Perches2020-11-241-21/+31
| * mm: use sysfs_emit for struct kobject * usesJoe Perches2020-11-245-46/+52
| * mm: fix kernel-doc markupsMauro Carvalho Chehab2020-11-243-22/+24
| * mm/process_vm_access: remove redundant initialization of iov_rColin Ian King2020-11-241-1/+1
| * mm/zsmalloc.c: rework the list_add code in insert_zspage()Miaohe Lin2020-11-241-7/+4
| * mm/zswap: move to use crypto_acomp API for hardware accelerationBarry Song2020-11-241-46/+137
| * mm/zswap: fix passing zero to 'PTR_ERR' warningYueHaibing2020-11-241-1/+1
| * mm/zswap: make struct kernel_param_ops definitions constJoe Perches2020-11-241-3/+3
| * mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2Andrew Morton2020-11-241-0/+1
| * mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fixRoman Gushchin2020-11-241-3/+4
| * mm: vmstat: fix /proc/sys/vm/stat_refresh generating false warningsRoman Gushchin2020-11-241-11/+19
| * mm, page_poison: remove CONFIG_PAGE_POISONING_ZEROVlastimil Babka2020-11-242-19/+1
| * mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITYVlastimil Babka2020-11-242-14/+4
| * kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka2020-11-241-1/+0
| * mm, page_poison: use static key more efficientlyVlastimil Babka2020-11-242-49/+22
| * mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre...Vlastimil Babka2020-11-241-46/+42
| * mm/cma.c: remove redundant cma_mutex lockLecopzer Chen2020-11-241-3/+1
| * mm/filemap: return only head pages from find_get_entriesMatthew Wilcox (Oracle)2020-11-242-28/+10
| * mm/truncate,shmem: handle truncates that split THPsMatthew Wilcox (Oracle)2020-11-243-108/+108
| * mm: remove pagevec_lookup_entriesMatthew Wilcox (Oracle)2020-11-242-36/+4
| * mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)2020-11-243-18/+12
| * mm: remove nr_entries parameter from pagevec_lookup_entriesMatthew Wilcox (Oracle)2020-11-242-5/+4
| * mm: add an 'end' parameter to pagevec_lookup_entriesMatthew Wilcox (Oracle)2020-11-242-35/+14
| * mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)2020-11-243-13/+8
| * fix mm-add-and-use-find_lock_entries.patchMatthew Wilcox (Oracle)2020-11-241-0/+2
| * mm: add and use find_lock_entriesMatthew Wilcox (Oracle)2020-11-244-97/+76
| * iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)2020-11-241-5/+32
| * fix mm-filemap-add-mapping_seek_hole_data.patchMatthew Wilcox (Oracle)2020-11-241-1/+2
| * mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)2020-11-242-70/+79
| * fix mm-filemap-add-helper-for-finding-pages.patchMatthew Wilcox (Oracle)2020-11-241-1/+0
| * mm/filemap: add helper for finding pagesMatthew Wilcox (Oracle)2020-11-241-55/+43
| * mm/filemap: rename find_get_entry to mapping_get_entryMatthew Wilcox (Oracle)2020-11-241-3/+4