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
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-25
mm: madvise: MADV_DONTNEED_LOCKED
Johannes Weiner
1
-10
/
+14
2022-03-25
mm: fix race between MADV_FREE reclaim and blkdev direct IO read
Mauricio Faria de Oliveira
1
-1
/
+24
2022-03-25
mm: generalize ARCH_HAS_FILTER_PGPROT
Anshuman Khandual
1
-0
/
+3
2022-03-25
mm: unmap_mapping_range_tree() with i_mmap_rwsem shared
Hugh Dickins
1
-4
/
+4
2022-03-25
mm: warn on deleting redirtied only if accounted
Hugh Dickins
2
-15
/
+17
2022-03-25
mm/huge_memory: remove stale locking logic from __split_huge_pmd()
David Hildenbrand
1
-36
/
+4
2022-03-25
mm/huge_memory: remove stale page_trans_huge_mapcount()
David Hildenbrand
1
-48
/
+0
2022-03-25
mm/swapfile: remove stale reuse_swap_page()
David Hildenbrand
1
-104
/
+0
2022-03-25
mm/khugepaged: remove reuse_swap_page() usage
David Hildenbrand
1
-11
/
+0
2022-03-25
mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()
David Hildenbrand
1
-4
/
+9
2022-03-25
mm: streamline COW logic in do_swap_page()
David Hildenbrand
1
-12
/
+43
2022-03-25
mm: slightly clarify KSM logic in do_swap_page()
David Hildenbrand
1
-15
/
+23
2022-03-25
mm: optimize do_wp_page() for fresh pages in local LRU pagevecs
David Hildenbrand
1
-1
/
+9
2022-03-25
mm: optimize do_wp_page() for exclusive pages in the swapcache
David Hildenbrand
1
-6
/
+14
2022-03-25
mm/huge_memory: make is_transparent_hugepage() static
Miaohe Lin
1
-2
/
+1
2022-03-25
mm: enable MADV_DONTNEED for hugetlb mappings
Mike Kravetz
1
-3
/
+30
2022-03-25
kasan: disable LOCKDEP when printing reports
Andrey Konovalov
1
-1
/
+5
2022-03-25
kasan: move and hide kasan_save_enable/restore_multi_shot
Andrey Konovalov
2
-13
/
+24
2022-03-25
kasan: reorder reporting functions
Andrey Konovalov
1
-41
/
+41
2022-03-25
kasan: respect KASAN_BIT_REPORTED in all reporting routines
Andrey Konovalov
1
-3
/
+32
2022-03-25
kasan: add comment about UACCESS regions to kasan_report
Andrey Konovalov
1
-0
/
+5
2022-03-25
kasan: rename kasan_access_info to kasan_report_info
Andrey Konovalov
4
-10
/
+10
2022-03-25
kasan: move and simplify kasan_report_async
Andrey Konovalov
1
-14
/
+14
2022-03-25
kasan: call print_report from kasan_report_invalid_free
Andrey Konovalov
2
-16
/
+32
2022-03-25
kasan: merge __kasan_report into kasan_report
Andrey Konovalov
1
-21
/
+15
2022-03-25
kasan: restructure kasan_report
Andrey Konovalov
1
-6
/
+9
2022-03-25
kasan: simplify kasan_find_first_bad_addr call sites
Andrey Konovalov
4
-4
/
+10
2022-03-25
kasan: split out print_report from __kasan_report
Andrey Konovalov
2
-30
/
+35
2022-03-25
kasan: move disable_trace_on_warning to start_report
Andrey Konovalov
1
-1
/
+2
2022-03-25
kasan: move update_kunit_status to start_report
Andrey Konovalov
1
-41
/
+34
2022-03-25
kasan: check CONFIG_KASAN_KUNIT_TEST instead of CONFIG_KUNIT
Andrey Konovalov
2
-11
/
+9
2022-03-25
kasan: simplify kasan_update_kunit_status() and call sites
Andrey Konovalov
1
-16
/
+14
2022-03-25
kasan: simplify async check in end_report()
Andrey Konovalov
1
-1
/
+1
2022-03-25
kasan: print basic stack frame info for SW_TAGS
Andrey Konovalov
2
-1
/
+13
2022-03-25
kasan: improve stack frame info in reports
Andrey Konovalov
1
-4
/
+5
2022-03-25
kasan: rearrange stack frame info in reports
Andrey Konovalov
2
-14
/
+13
2022-03-25
kasan: more line breaks in reports
Andrey Konovalov
1
-2
/
+5
2022-03-25
kasan: drop addr check from describe_object_addr
Andrey Konovalov
1
-3
/
+0
2022-03-25
kasan: print virtual mapping info in reports
Andrey Konovalov
1
-1
/
+14
2022-03-25
mm/kasan: remove unnecessary CONFIG_KASAN option
tangmeng
1
-1
/
+1
2022-03-25
kasan: test: support async (again) and asymm modes for HW_TAGS
Andrey Konovalov
3
-19
/
+30
2022-03-25
kasan: add kasan.vmalloc command line flag
Andrey Konovalov
2
-1
/
+50
2022-03-25
kasan: clean up feature flags for HW_TAGS mode
Andrey Konovalov
2
-18
/
+22
2022-03-25
kasan: mark kasan_arg_stacktrace as __initdata
Andrey Konovalov
1
-2
/
+5
2022-03-25
kasan, vmalloc: only tag normal vmalloc allocations
Andrey Konovalov
3
-20
/
+44
2022-03-25
kasan, vmalloc: add vmalloc tagging for HW_TAGS
Andrey Konovalov
3
-12
/
+141
2022-03-25
kasan, page_alloc: allow skipping memory init for HW_TAGS
Andrey Konovalov
1
-1
/
+12
2022-03-25
kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
Andrey Konovalov
1
-9
/
+22
2022-03-25
kasan, vmalloc: unpoison VM_ALLOC pages after mapping
Andrey Konovalov
1
-8
/
+22
2022-03-25
kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
Andrey Konovalov
1
-0
/
+9
[next]