Age | Commit message (Expand) | Author | Files | Lines |
2021-10-20 | kfence: make compatible with kmemleaksandbox/sebuns2/apply_kfence | Marco Elver | 2 | -1/+11 |
2021-10-20 | kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocations | Marco Elver | 1 | -1/+1 |
2021-10-20 | kfence: fix reports if constant function prefixes exist | Marco Elver | 1 | -6/+12 |
2021-10-20 | kfence: fix printk format for ptrdiff_t | Marco Elver | 1 | -6/+6 |
2021-10-20 | kfence: report sensitive information based on no_hash_pointers | Marco Elver | 4 | -23/+14 |
2021-10-19 | kfence: show access type in report | Marco Elver | 4 | -21/+66 |
2021-10-19 | kfence: fix typo in test | Marco Elver | 1 | -1/+1 |
2021-10-19 | kfence: Avoid stalling work queue task without allocations | Marco Elver | 1 | -1/+5 |
2021-10-19 | kfence: Use pt_regs to generate stack trace on faults | Marco Elver | 3 | -34/+43 |
2021-10-19 | kfence: add test suite | Marco Elver | 2 | -0/+826 |
2021-10-19 | kfence, kasan: make KFENCE compatible with KASAN | Alexander Potapenko | 2 | -1/+21 |
2021-10-19 | mm, kfence: insert KFENCE hooks for SLUB | Alexander Potapenko | 2 | -14/+48 |
2021-10-19 | mm, kfence: insert KFENCE hooks for SLAB | Alexander Potapenko | 3 | -10/+35 |
2021-10-19 | mm: add Kernel Electric-Fence infrastructure | Alexander Potapenko | 5 | -0/+1168 |
2021-10-12 | mm, 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.015137 | Sung-hun Kim | 1 | -1/+1 |
2021-10-12 | thp, khugepaged: skip retracting page table if a 64KB hugepage mapping is alr... | Sung-hun Kim | 1 | -0/+6 |
2021-10-12 | mm: thp: khugepaged: flush tlb range to prevent concurrent memory accesses | Sung-hun Kim | 1 | -1/+1 |
2021-10-12 | mm, thp: do not set PTE_SPECIAL for huge zero page | Sung-hun Kim | 1 | -1/+1 |
2021-10-12 | mm: thp: add acquisition/release of a lock to guarantee consistent locking state | Sung-hun Kim | 1 | -1/+7 |
2021-10-12 | mm, thp: modify coverage of CONFIG_FINEGRAINED_THP macro | Sung-hun Kim | 2 | -35/+38 |
2021-09-29 | mm: thp: count 64k shmem pages separately | Marek Szyprowski | 6 | -4/+38 |
2021-09-17 | mm, 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.115906 | Sung-hun Kim | 2 | -10/+15 |
2021-09-15 | mm, thp: hide remap_try_huge_pmd for the THP-disabled kernelsubmit/tizen/20210915.095105submit/tizen/20210915.075337accepted/tizen/unified/20210916.005836 | Sung-hun Kim | 1 | -2/+4 |
2021-09-15 | mm, meminfo: modify page counting | Sung-hun Kim | 2 | -3/+3 |
2021-09-15 | mm: THP: workaround: fix a build error occurred if FINEGRAINED_THP is disabled | Sung-hun Kim | 1 | -0/+3 |
2021-09-08 | mm: THP: workaround: only allow including specific headers for FINEGRAINED_TH...submit/tizen/20210908.082952accepted/tizen/unified/20210909.101207 | Sung-hun Kim | 3 | -0/+11 |
2021-09-08 | mm: THP: memory: remove unnecessary function calls | Sung-hun Kim | 1 | -2/+0 |
2021-09-07 | mm: THP: introducing a fine-grained transparent hugepage technique for ARM64 ... | Sung-hun Kim | 21 | -39/+1627 |
2021-08-19 | mm: use proper type for cma_[alloc|release]submit/tizen/20210825.044457accepted/tizen/unified/20210825.085451 | Minchan Kim | 2 | -11/+12 |
2021-08-19 | mm: cma: support sysfs | Minchan Kim | 5 | -2/+149 |
2021-08-19 | mm: cma: add the CMA instance name to cma trace events | Minchan Kim | 1 | -3/+4 |
2021-08-19 | mm: cma: add trace events for CMA alloc perf testing | Liam Mark | 2 | -0/+6 |
2021-08-19 | mm: cma: use pr_err_ratelimited for CMA warning | Baolin Wang | 1 | -2/+2 |
2021-08-19 | mm: vmstat: add cma statistics | Minchan Kim | 2 | -3/+13 |
2021-08-19 | mm: cma: print region name on failure | Patrick Daly | 1 | -2/+2 |
2021-08-19 | mm: cma: improve pr_debug log in cma_release() | Charan Teja Reddy | 1 | -1/+1 |
2021-06-29 | mm: LKSM: bug fix for kernel memory leaksubmit/tizen/20210629.110730accepted/tizen/unified/20210630.144015 | Sung-hun Kim | 1 | -0/+3 |
2021-03-30 | mm: LKSM: Fix to use mmap_lock instead of mmap_sem. | Hoegeun Kwon | 1 | -29/+29 |
2021-03-30 | mm: LKSM: bug fix for KASAN out-of-bound access error on accessing a filter | Sung-hun Kim | 1 | -3/+3 |
2021-03-30 | mm: LKSM: remove unnecessary debug messages | Sung-hun Kim | 1 | -26/+3 |
2021-03-30 | mm: Change fault_around_bytes default value from 65536 to 4096 | Chanwoo Choi | 1 | -1/+1 |
2021-03-30 | mm: LKSM: new feature: use filter-based scanning to reduce scanning cost | Sung-hun Kim | 2 | -3/+794 |
2021-03-30 | mm: LKSM: lightweight memory deduplication for embedded devices | Sung-hun Kim | 1 | -133/+1413 |
2021-03-30 | mm: LKSM: prepare to add LKSM code | Sung-hun Kim | 4 | -0/+3245 |
2021-03-30 | mm: memcontrol: Add force_reclaim to reclaim tasks' memory in memcg | Dongwoo Lee | 1 | -0/+34 |
2021-03-30 | LOCAL / mm, page_alloc: Add print page allocation failure reason | Hoegeun Kwon | 1 | -0/+3 |
2021-03-22 | Merge remote-tracking branch 'stable/linux-5.10.y' into rpi-5.10.y | Dom Cobley | 5 | -86/+97 |
2021-03-17 | mm/page_alloc.c: refactor initialization of struct page for holes in memory l... | Mike Rapoport | 1 | -83/+75 |
2021-03-17 | mm/madvise: replace ptrace attach requirement for process_madvise | Suren Baghdasaryan | 1 | -1/+12 |
2021-03-17 | mm/userfaultfd: fix memory corruption due to writeprotect | Nadav Amit | 1 | -0/+8 |