index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-02-24
mm: simplify parater of function memmap_init_zone()
Baoquan He
2021-02-24
mm: rename memmap_init() and memmap_init_zone()
Baoquan He
2021-02-24
mm: fix prototype warning from kernel test robot
Baoquan He
2021-02-24
kasan: don't run tests when KASAN is not enabled
Andrey Konovalov
2021-02-24
kasan: add a test for kmem_cache_alloc/free_bulk
Andrey Konovalov
2021-02-24
kasan: add proper page allocator tests
Andrey Konovalov
2021-02-24
kasan: fix bug detection via ksize for HW_TAGS mode
Andrey Konovalov
2021-02-24
kasan: move _RET_IP_ to inline wrappers
Andrey Konovalov
2021-02-24
kasan: fix memory corruption in kasan_bitops_tags test
Andrey Konovalov
2021-02-24
kasan: adapt kmalloc_uaf2 test to HW_TAGS mode
Andrey Konovalov
2021-02-24
kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL
Andrey Konovalov
2021-02-24
kasan: rename CONFIG_TEST_KASAN_MODULE
Andrey Konovalov
2021-02-24
kasan, arm64: allow using KUnit tests with HW_TAGS mode
Andrey Konovalov
2021-02-24
kasan: add match-all tag tests
Andrey Konovalov
2021-02-24
kasan: add macros to simplify checking test constraints
Andrey Konovalov
2021-02-24
kasan: clean up comments in tests
Andrey Konovalov
2021-02-24
kasan: clarify HW_TAGS impact on TBI
Andrey Konovalov
2021-02-24
kasan: prefix global functions with kasan_
Andrey Konovalov
2021-02-24
vmalloc: remove redundant NULL check
Yang Li
2021-02-24
mm/page_reporting: use list_entry_is_head() in page_reporting_cycle()
sh_def@163.com
2021-02-24
mm: mremap: unlink anon_vmas when mremap with MREMAP_DONTUNMAP success
Li Xinhai
2021-02-24
mm: rmap: explicitly reset vma->anon_vma in unlink_anon_vmas()
Li Xinhai
2021-02-24
mm/mprotect.c: optimize error detection in do_mprotect_pkey()
Tianjia Zhang
2021-02-24
mm/memory.c: fix potential pte_unmap_unlock pte error
Miaohe Lin
2021-02-24
mm/pgtable-generic.c: optimize the VM_BUG_ON condition in pmdp_huge_clear_flu...
Miaohe Lin
2021-02-24
mm/pgtable-generic.c: simplify the VM_BUG_ON condition in pmdp_huge_clear_flu...
Miaohe Lin
2021-02-24
mm/memory.c: fix potential pte_unmap_unlock pte error
Miaohe Lin
2021-02-24
mm/mmap.c: remove unnecessary local variable
Adrian Huang
2021-02-24
mm: memcontrol: fix slub memory accounting
Muchun Song
2021-02-24
mm: memcontrol: fix get_active_memcg return value
Muchun Song
2021-02-24
mm: memcontrol: fix swap undercounting in cgroup2
Muchun Song
2021-02-24
fs: buffer: use raw page_memcg() on locked page
Johannes Weiner
2021-02-24
mm/list_lru.c: remove kvfree_rcu_local()
Shakeel Butt
2021-02-24
mm: memcontrol: replace the loop with a list_for_each_entry()
Muchun Song
2021-02-24
mm/memcontrol: remove redundant NULL check
Yang Li
2021-02-24
mm: page_counter: re-layout structure to reduce false sharing
Feng Tang
2021-02-24
mm: kmem: make __memcg_kmem_(un)charge static
Roman Gushchin
2021-02-24
mm: memcg: add swapcache stat for memcg v2
Shakeel Butt
2021-02-24
mm/memcg: remove rcu locking for lock_page_lruvec function series
Alex Shi
2021-02-24
mm/memcg: revise the using condition of lock_page_lruvec function series
Alex Shi
2021-02-24
mm: memcontrol: make the slab calculation consistent
Muchun Song
2021-02-24
mm: memcontrol: convert NR_FILE_PMDMAPPED account to pages
Muchun Song
2021-02-24
mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pages
Muchun Song
2021-02-24
mm: memcontrol: convert NR_SHMEM_THPS account to pages
Muchun Song
2021-02-24
mm: memcontrol: convert NR_FILE_THPS account to pages
Muchun Song
2021-02-24
mm: memcontrol: convert NR_ANON_THPS account to pages
Muchun Song
2021-02-24
mm: memcontrol: fix NR_ANON_THPS accounting in charge moving
Muchun Song
2021-02-24
mm: memcontrol: optimize per-lruvec stats counter memory usage
Muchun Song
2021-02-24
mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNT
Roman Gushchin
2021-02-24
mm/swap: don't SetPageWorkingset unconditionally during swapin
Yu Zhao
[next]