index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-04
security: kmsan: fix interoperability with auto-initialization
Alexander Potapenko
2
-0
/
+8
2022-10-04
kcov: kmsan: unpoison area->list in kcov_remote_area_put()
Alexander Potapenko
1
-0
/
+7
2022-10-04
block: kmsan: skip bio block merging logic for KMSAN
Alexander Potapenko
1
-0
/
+2
2022-10-04
kmsan: disable physical page merging in biovec
Alexander Potapenko
1
-0
/
+7
2022-10-04
crypto: kmsan: disable accelerated configs under KMSAN
Alexander Potapenko
2
-0
/
+31
2022-10-04
kmsan: disable strscpy() optimization under KMSAN
Alexander Potapenko
1
-0
/
+8
2022-10-04
kmsan: add tests for KMSAN
Alexander Potapenko
3
-0
/
+597
2022-10-04
kmsan: handle memory sent to/from USB
Alexander Potapenko
3
-0
/
+33
2022-10-04
virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
Alexander Potapenko
1
-1
/
+9
2022-10-04
dma: kmsan: unpoison DMA mappings
Alexander Potapenko
3
-3
/
+107
2022-10-04
input: libps2: mark data received in __ps2_command() as initialized
Alexander Potapenko
1
-1
/
+4
2022-10-04
kmsan: add iomap support
Alexander Potapenko
1
-0
/
+44
2022-10-04
instrumented.h: add KMSAN support
Alexander Potapenko
3
-5
/
+70
2022-10-04
init: kmsan: call KMSAN initialization routines
Alexander Potapenko
7
-1
/
+317
2022-10-04
kmsan: handle task creation and exiting
Alexander Potapenko
6
-0
/
+54
2022-10-04
mm: kmsan: call KMSAN hooks from SLUB code
Alexander Potapenko
4
-0
/
+151
2022-10-04
mm: kmsan: maintain KMSAN metadata for page operations
Alexander Potapenko
10
-2
/
+394
2022-10-04
MAINTAINERS: add entry for KMSAN
Alexander Potapenko
1
-0
/
+13
2022-10-04
kmsan: disable instrumentation of unsupported common kernel code
Alexander Potapenko
4
-1
/
+7
2022-10-04
kmsan: add KMSAN runtime core
Alexander Potapenko
17
-0
/
+1592
2022-10-04
libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
Alexander Potapenko
2
-2
/
+2
2022-10-04
x86: kmsan: pgtable: reduce vmalloc space
Alexander Potapenko
2
-2
/
+47
2022-10-04
kmsan: mark noinstr as __no_sanitize_memory
Alexander Potapenko
1
-1
/
+2
2022-10-04
kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
Alexander Potapenko
2
-0
/
+29
2022-10-04
kmsan: add ReST documentation
Alexander Potapenko
2
-0
/
+428
2022-10-04
asm-generic: instrument usercopy in cacheflush.h
Alexander Potapenko
1
-2
/
+12
2022-10-04
x86: asm: instrument usercopy in get_user() and put_user()
Alexander Potapenko
2
-7
/
+43
2022-10-04
instrumented.h: allow instrumenting both sides of copy_from_user()
Alexander Potapenko
5
-12
/
+43
2022-10-04
stackdepot: reserve 5 extra bits in depot_stack_handle_t
Alexander Potapenko
3
-6
/
+33
2022-10-04
x86: add missing include to sparsemem.h
Dmitry Vyukov
1
-0
/
+2
2022-10-04
hugetlb: clean up code checking for fault/truncation races
Mike Kravetz
2
-40
/
+15
2022-10-04
hugetlb: use new vma_lock for pmd sharing synchronization
Mike Kravetz
5
-46
/
+233
2022-10-04
hugetlb: create hugetlb_unmap_file_folio to unmap single file folio
Mike Kravetz
1
-29
/
+94
2022-10-04
hugetlb: add vma based lock for pmd sharing
Mike Kravetz
4
-24
/
+240
2022-10-04
hugetlb: rename vma_shareable() and refactor code
Mike Kravetz
1
-6
/
+13
2022-10-04
hugetlb: create remove_inode_single_folio to remove single file folio
Mike Kravetz
1
-42
/
+63
2022-10-04
hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cache
Mike Kravetz
3
-16
/
+15
2022-10-04
hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
4
-83
/
+15
2022-10-04
hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate race
Mike Kravetz
2
-32
/
+20
2022-10-04
mm/hugetlb: remove unnecessary 'NULL' values from pointer
XU pengfei
1
-2
/
+2
2022-10-04
mm/filemap: make folio_put_wait_locked static
Ke Sun
2
-2
/
+1
2022-10-04
mm: hugetlb: eliminate memory-less nodes handling
Muchun Song
3
-43
/
+49
2022-10-04
mm: hugetlb: simplify per-node sysfs creation and removal
Muchun Song
3
-168
/
+30
2022-10-04
mm/mempolicy: use PAGE_ALIGN instead of open-coding it
ze zuo
1
-2
/
+2
2022-10-04
mm/page_alloc.c: document bulkfree_pcp_prepare() return value
Andrew Morton
1
-0
/
+1
2022-10-04
mm/page_alloc.c: rename check_free_page() to free_page_is_bad()
Andrew Morton
1
-10
/
+10
2022-10-04
mm/memcontrol: use kstrtobool for swapaccount param parsing
Liu Shixin
1
-4
/
+4
2022-10-04
mm/damon/core: simplify the kdamond stop mechanism by removing 'done'
Kaixu Xia
1
-15
/
+9
2022-10-04
mm/damon/sysfs: simplify the variable 'pid' assignment operation
Kaixu Xia
1
-7
/
+4
2022-10-04
mm/damon: simplify the parameter passing for 'prepare_access_checks'
Kaixu Xia
2
-6
/
+5
[next]