index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-25
mm/vmscan: __isolate_lru_page_prepare() cleanup
Alex Shi
3
-39
/
+33
2021-02-25
mm/hugetlb: suppress wrong warning info when alloc gigantic page
Chen Wandun
1
-2
/
+2
2021-02-25
hugetlb: fix copy_huge_page_from_user contig page struct assumption
Mike Kravetz
1
-4
/
+6
2021-02-25
hugetlb: fix update_and_free_page contig page struct assumption
Mike Kravetz
1
-2
/
+4
2021-02-25
mm/hugetlb: use helper huge_page_size() to get hugepage size
Miaohe Lin
1
-8
/
+6
2021-02-25
mm/hugetlb: remove unnecessary VM_BUG_ON_PAGE on putback_active_hugepage()
Miaohe Lin
1
-1
/
+0
2021-02-25
mm/hugetlb: use helper function range_in_vma() in page_table_shareable()
Miaohe Lin
1
-1
/
+1
2021-02-25
hugetlb_cgroup: use helper pages_per_huge_page() in hugetlb_cgroup
Miaohe Lin
1
-3
/
+3
2021-02-25
mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...
Aneesh Kumar K.V
2
-7
/
+14
2021-02-25
mm/huge_memory.c: remove unused return value of set_huge_zero_page()
Miaohe Lin
1
-3
/
+2
2021-02-25
mm/hugetlb.c: fix typos in comments
Zhiyuan Dai
1
-1
/
+1
2021-02-25
mm/hugetlb: remove redundant check in preparing and destroying gigantic page
Yanfei Xu
1
-5
/
+2
2021-02-25
mm/hugetlb: fix some comment typos
Miaohe Lin
2
-4
/
+4
2021-02-25
mm/hugetlb: refactor subpage recording
Joao Martins
1
-21
/
+28
2021-02-25
mm/hugetlb: grab head page refcount once for group of subpages
Joao Martins
3
-22
/
+29
2021-02-25
mm/hugetlb: simplify the calculation of variables
Jiapeng Zhong
1
-2
/
+1
2021-02-25
mm/hugetlb: fix use after free when subpool max_hpages accounting is not enabled
Miaohe Lin
1
-3
/
+13
2021-02-25
mm/hugetlb: use helper huge_page_order and pages_per_huge_page
Miaohe Lin
1
-2
/
+2
2021-02-25
mm/hugetlb: avoid unnecessary hugetlb_acct_memory() call
Miaohe Lin
1
-0
/
+3
2021-02-25
mm/hugetlb.c: fix unnecessary address expansion of pmd sharing
Li Xinhai
1
-10
/
+12
2021-02-25
mm/hugetlb: fix potential double free in hugetlb_register_node() error path
Miaohe Lin
1
-1
/
+3
2021-02-25
MIPS: do not call flush_tlb_all when setting pmd entry
Bibo Mao
2
-2
/
+0
2021-02-25
mm/huge_memory.c: update tlb entry if pmd is changed
Bibo Mao
1
-0
/
+2
2021-02-25
mm,hwpoison: send SIGBUS to PF_MCE_EARLY processes on action required events
Aili Yao
1
-15
/
+19
2021-02-25
mm/gfp: add kernel-doc for gfp_t
Matthew Wilcox (Oracle)
2
-5
/
+16
2021-02-25
mm: simplify free_highmem_page() and free_reserved_page()
David Hildenbrand
3
-30
/
+2
2021-02-25
video: fbdev: acornfb: remove free_unused_pages()
David Hildenbrand
1
-34
/
+0
2021-02-25
mm: remove unneeded local variable in free_area_init_core
Baoquan He
1
-2
/
+1
2021-02-25
mm: simplify parameter of setup_usemap()
Baoquan He
1
-10
/
+7
2021-02-25
mm: simplify parater of function memmap_init_zone()
Baoquan He
3
-20
/
+19
2021-02-25
mm: rename memmap_init() and memmap_init_zone()
Baoquan He
4
-10
/
+10
2021-02-25
mm: fix prototype warning from kernel test robot
Baoquan He
2
-6
/
+2
2021-02-25
kasan: don't run tests when KASAN is not enabled
Andrey Konovalov
1
-0
/
+5
2021-02-25
kasan: add a test for kmem_cache_alloc/free_bulk
Andrey Konovalov
1
-5
/
+33
2021-02-25
kasan: add proper page allocator tests
Andrey Konovalov
1
-5
/
+46
2021-02-25
kasan: fix bug detection via ksize for HW_TAGS mode
Andrey Konovalov
8
-18
/
+72
2021-02-25
kasan: move _RET_IP_ to inline wrappers
Andrey Konovalov
4
-15
/
+13
2021-02-25
kasan: fix memory corruption in kasan_bitops_tags test
Andrey Konovalov
1
-5
/
+5
2021-02-25
kasan: adapt kmalloc_uaf2 test to HW_TAGS mode
Andrey Konovalov
1
-0
/
+11
2021-02-25
kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL
Andrey Konovalov
2
-6
/
+13
2021-02-25
kasan: rename CONFIG_TEST_KASAN_MODULE
Andrey Konovalov
3
-6
/
+6
2021-02-25
kasan, arm64: allow using KUnit tests with HW_TAGS mode
Andrey Konovalov
8
-21
/
+107
2021-02-25
kasan: add match-all tag tests
Andrey Konovalov
3
-0
/
+99
2021-02-25
kasan: add macros to simplify checking test constraints
Andrey Konovalov
1
-70
/
+31
2021-02-25
kasan: clean up comments in tests
Andrey Konovalov
2
-25
/
+39
2021-02-25
kasan: clarify HW_TAGS impact on TBI
Andrey Konovalov
1
-5
/
+11
2021-02-25
kasan: prefix global functions with kasan_
Andrey Konovalov
11
-117
/
+117
2021-02-25
vmalloc: remove redundant NULL check
Yang Li
1
-5
/
+2
2021-02-25
mm/page_reporting: use list_entry_is_head() in page_reporting_cycle()
sh_def@163.com
1
-1
/
+1
2021-02-25
mm: mremap: unlink anon_vmas when mremap with MREMAP_DONTUNMAP success
Li Xinhai
1
-0
/
+8
[next]