summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2021-10-20kfence: make compatible with kmemleaksandbox/sebuns2/apply_kfenceMarco Elver2-1/+11
2021-10-20kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocationsMarco Elver1-1/+1
2021-10-20kfence: fix reports if constant function prefixes existMarco Elver1-6/+12
2021-10-20kfence: fix printk format for ptrdiff_tMarco Elver1-6/+6
2021-10-20kfence: report sensitive information based on no_hash_pointersMarco Elver4-23/+14
2021-10-19kfence: show access type in reportMarco Elver4-21/+66
2021-10-19kfence: fix typo in testMarco Elver1-1/+1
2021-10-19kfence: Avoid stalling work queue task without allocationsMarco Elver1-1/+5
2021-10-19kfence: Use pt_regs to generate stack trace on faultsMarco Elver3-34/+43
2021-10-19kfence: add test suiteMarco Elver2-0/+826
2021-10-19kfence, kasan: make KFENCE compatible with KASANAlexander Potapenko2-1/+21
2021-10-19mm, kfence: insert KFENCE hooks for SLUBAlexander Potapenko2-14/+48
2021-10-19mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko3-10/+35
2021-10-19mm: add Kernel Electric-Fence infrastructureAlexander Potapenko5-0/+1168
2021-10-12mm, thp: preventing hugepage creation for read-write file pagessubmit/tizen_6.5/20211101.045952submit/tizen_6.5/20211027.044719submit/tizen/20211027.044930submit/tizen/20211013.042847accepted/tizen/unified/20211028.122206accepted/tizen/6.5/unified/20211103.015137Sung-hun Kim1-1/+1
2021-10-12thp, khugepaged: skip retracting page table if a 64KB hugepage mapping is alr...Sung-hun Kim1-0/+6
2021-10-12mm: thp: khugepaged: flush tlb range to prevent concurrent memory accessesSung-hun Kim1-1/+1
2021-10-12mm, thp: do not set PTE_SPECIAL for huge zero pageSung-hun Kim1-1/+1
2021-10-12mm: thp: add acquisition/release of a lock to guarantee consistent locking stateSung-hun Kim1-1/+7
2021-10-12mm, thp: modify coverage of CONFIG_FINEGRAINED_THP macroSung-hun Kim2-35/+38
2021-09-29mm: thp: count 64k shmem pages separatelyMarek Szyprowski6-4/+38
2021-09-17mm, thp, migrate: handling migration of 64KB hugepagestizen_6.5.m2_releasesubmit/tizen_6.5/20211028.163201submit/tizen/20210917.055514accepted/tizen/unified/20210917.124840accepted/tizen/6.5/unified/20211028.115906Sung-hun Kim2-10/+15
2021-09-15mm, thp: hide remap_try_huge_pmd for the THP-disabled kernelsubmit/tizen/20210915.095105submit/tizen/20210915.075337accepted/tizen/unified/20210916.005836Sung-hun Kim1-2/+4
2021-09-15mm, meminfo: modify page countingSung-hun Kim2-3/+3
2021-09-15mm: THP: workaround: fix a build error occurred if FINEGRAINED_THP is disabledSung-hun Kim1-0/+3
2021-09-08mm: THP: workaround: only allow including specific headers for FINEGRAINED_TH...submit/tizen/20210908.082952accepted/tizen/unified/20210909.101207Sung-hun Kim3-0/+11
2021-09-08mm: THP: memory: remove unnecessary function callsSung-hun Kim1-2/+0
2021-09-07mm: THP: introducing a fine-grained transparent hugepage technique for ARM64 ...Sung-hun Kim21-39/+1627
2021-08-19mm: use proper type for cma_[alloc|release]submit/tizen/20210825.044457accepted/tizen/unified/20210825.085451Minchan Kim2-11/+12
2021-08-19mm: cma: support sysfsMinchan Kim5-2/+149
2021-08-19mm: cma: add the CMA instance name to cma trace eventsMinchan Kim1-3/+4
2021-08-19mm: cma: add trace events for CMA alloc perf testingLiam Mark2-0/+6
2021-08-19mm: cma: use pr_err_ratelimited for CMA warningBaolin Wang1-2/+2
2021-08-19mm: vmstat: add cma statisticsMinchan Kim2-3/+13
2021-08-19mm: cma: print region name on failurePatrick Daly1-2/+2
2021-08-19mm: cma: improve pr_debug log in cma_release()Charan Teja Reddy1-1/+1
2021-06-29mm: LKSM: bug fix for kernel memory leaksubmit/tizen/20210629.110730accepted/tizen/unified/20210630.144015Sung-hun Kim1-0/+3
2021-03-30mm: LKSM: Fix to use mmap_lock instead of mmap_sem.Hoegeun Kwon1-29/+29
2021-03-30mm: LKSM: bug fix for KASAN out-of-bound access error on accessing a filterSung-hun Kim1-3/+3
2021-03-30mm: LKSM: remove unnecessary debug messagesSung-hun Kim1-26/+3
2021-03-30mm: Change fault_around_bytes default value from 65536 to 4096Chanwoo Choi1-1/+1
2021-03-30mm: LKSM: new feature: use filter-based scanning to reduce scanning costSung-hun Kim2-3/+794
2021-03-30mm: LKSM: lightweight memory deduplication for embedded devicesSung-hun Kim1-133/+1413
2021-03-30mm: LKSM: prepare to add LKSM codeSung-hun Kim4-0/+3245
2021-03-30mm: memcontrol: Add force_reclaim to reclaim tasks' memory in memcgDongwoo Lee1-0/+34
2021-03-30LOCAL / mm, page_alloc: Add print page allocation failure reasonHoegeun Kwon1-0/+3
2021-03-22Merge remote-tracking branch 'stable/linux-5.10.y' into rpi-5.10.yDom Cobley5-86/+97
2021-03-17mm/page_alloc.c: refactor initialization of struct page for holes in memory l...Mike Rapoport1-83/+75
2021-03-17mm/madvise: replace ptrace attach requirement for process_madviseSuren Baghdasaryan1-1/+12
2021-03-17mm/userfaultfd: fix memory corruption due to writeprotectNadav Amit1-0/+8