index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-24
mm/hugetlb: remove unnecessary VM_BUG_ON_PAGE on putback_active_hugepage()
Miaohe Lin
1
-1
/
+0
2021-02-24
mm/hugetlb: use helper function range_in_vma() in page_table_shareable()
Miaohe Lin
1
-1
/
+1
2021-02-24
hugetlb_cgroup: use helper pages_per_huge_page() in hugetlb_cgroup
Miaohe Lin
1
-3
/
+3
2021-02-24
mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...
Aneesh Kumar K.V
1
-1
/
+5
2021-02-24
mm/huge_memory.c: remove unused return value of set_huge_zero_page()
Miaohe Lin
1
-3
/
+2
2021-02-24
mm/hugetlb.c: fix typos in comments
Zhiyuan Dai
1
-1
/
+1
2021-02-24
mm/hugetlb: remove redundant check in preparing and destroying gigantic page
Yanfei Xu
1
-5
/
+2
2021-02-24
mm/hugetlb: fix some comment typos
Miaohe Lin
1
-3
/
+3
2021-02-24
mm/hugetlb: refactor subpage recording
Joao Martins
1
-21
/
+28
2021-02-24
mm/hugetlb: grab head page refcount once for group of subpages
Joao Martins
2
-22
/
+26
2021-02-24
mm/hugetlb: simplify the calculation of variables
Jiapeng Zhong
1
-2
/
+1
2021-02-24
mm/hugetlb: fix use after free when subpool max_hpages accounting is not enabled
Miaohe Lin
1
-3
/
+13
2021-02-24
mm/hugetlb: use helper huge_page_order and pages_per_huge_page
Miaohe Lin
1
-2
/
+2
2021-02-24
mm/hugetlb: avoid unnecessary hugetlb_acct_memory() call
Miaohe Lin
1
-0
/
+3
2021-02-24
mm/hugetlb.c: fix unnecessary address expansion of pmd sharing
Li Xinhai
1
-10
/
+12
2021-02-24
mm/hugetlb: fix potential double free in hugetlb_register_node() error path
Miaohe Lin
1
-1
/
+3
2021-02-24
mm/huge_memory.c: update tlb entry if pmd is changed
Bibo Mao
1
-0
/
+2
2021-02-24
mm,hwpoison: send SIGBUS to PF_MCE_EARLY processes on action required events
Aili Yao
1
-15
/
+19
2021-02-24
mm: simplify free_highmem_page() and free_reserved_page()
David Hildenbrand
1
-11
/
+0
2021-02-24
mm: remove unneeded local variable in free_area_init_core
Baoquan He
1
-2
/
+1
2021-02-24
mm: simplify parameter of setup_usemap()
Baoquan He
1
-10
/
+7
2021-02-24
mm: simplify parater of function memmap_init_zone()
Baoquan He
1
-13
/
+11
2021-02-24
mm: rename memmap_init() and memmap_init_zone()
Baoquan He
2
-5
/
+5
2021-02-24
kasan: fix bug detection via ksize for HW_TAGS mode
Andrey Konovalov
5
-18
/
+29
2021-02-24
kasan: move _RET_IP_ to inline wrappers
Andrey Konovalov
3
-4
/
+4
2021-02-24
kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL
Andrey Konovalov
1
-1
/
+1
2021-02-24
kasan, arm64: allow using KUnit tests with HW_TAGS mode
Andrey Konovalov
2
-0
/
+37
2021-02-24
kasan: add match-all tag tests
Andrey Konovalov
2
-0
/
+7
2021-02-24
kasan: prefix global functions with kasan_
Andrey Konovalov
10
-116
/
+116
2021-02-24
mm/page_reporting: use list_entry_is_head() in page_reporting_cycle()
sh_def@163.com
1
-1
/
+1
2021-02-24
mm: mremap: unlink anon_vmas when mremap with MREMAP_DONTUNMAP success
Li Xinhai
1
-0
/
+8
2021-02-24
mm: rmap: explicitly reset vma->anon_vma in unlink_anon_vmas()
Li Xinhai
1
-1
/
+8
2021-02-24
mm/mprotect.c: optimize error detection in do_mprotect_pkey()
Tianjia Zhang
1
-3
/
+4
2021-02-24
mm/memory.c: fix potential pte_unmap_unlock pte error
Miaohe Lin
1
-4
/
+4
2021-02-24
mm/pgtable-generic.c: optimize the VM_BUG_ON condition in pmdp_huge_clear_flu...
Miaohe Lin
1
-2
/
+3
2021-02-24
mm/pgtable-generic.c: simplify the VM_BUG_ON condition in pmdp_huge_clear_flu...
Miaohe Lin
1
-2
/
+2
2021-02-24
mm/memory.c: fix potential pte_unmap_unlock pte error
Miaohe Lin
1
-3
/
+3
2021-02-24
mm/mmap.c: remove unnecessary local variable
Adrian Huang
1
-3
/
+1
2021-02-24
mm: memcontrol: fix slub memory accounting
Muchun Song
2
-6
/
+6
2021-02-24
mm: memcontrol: fix get_active_memcg return value
Muchun Song
1
-7
/
+3
2021-02-24
mm: memcontrol: fix swap undercounting in cgroup2
Muchun Song
1
-1
/
+13
2021-02-24
fs: buffer: use raw page_memcg() on locked page
Johannes Weiner
1
-23
/
+0
2021-02-24
mm/list_lru.c: remove kvfree_rcu_local()
Shakeel Butt
1
-10
/
+2
2021-02-24
mm: memcontrol: replace the loop with a list_for_each_entry()
Muchun Song
1
-27
/
+8
2021-02-24
mm/memcontrol: remove redundant NULL check
Yang Li
1
-2
/
+1
2021-02-24
mm: kmem: make __memcg_kmem_(un)charge static
Roman Gushchin
1
-3
/
+8
2021-02-24
mm: memcg: add swapcache stat for memcg v2
Shakeel Butt
4
-26
/
+14
2021-02-24
mm/memcg: remove rcu locking for lock_page_lruvec function series
Alex Shi
1
-6
/
+0
2021-02-24
mm/memcg: revise the using condition of lock_page_lruvec function series
Alex Shi
1
-4
/
+5
2021-02-24
mm: memcontrol: make the slab calculation consistent
Muchun Song
1
-39
/
+66
[prev]
[next]