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
2023-10-19
alpha: implement xor_unlock_is_negative_byte
Matthew Wilcox (Oracle)
1
-0
/
+21
2023-10-19
bitops: add xor_unlock_is_negative_byte()
Matthew Wilcox (Oracle)
8
-57
/
+47
2023-10-19
iomap: use folio_end_read()
Matthew Wilcox (Oracle)
1
-3
/
+1
2023-10-19
buffer: use folio_end_read()
Matthew Wilcox (Oracle)
1
-12
/
+4
2023-10-19
ext4: use folio_end_read()
Matthew Wilcox (Oracle)
1
-11
/
+3
2023-10-19
mm: add folio_end_read()
Matthew Wilcox (Oracle)
2
-0
/
+23
2023-10-19
iomap: protect read_bytes_pending with the state_lock
Matthew Wilcox (Oracle)
1
-12
/
+25
2023-10-19
iomap: hold state_lock over call to ifs_set_range_uptodate()
Matthew Wilcox (Oracle)
1
-9
/
+11
2023-10-19
selftests/mm: add a new test for madv and hugetlb
Breno Leitao
3
-0
/
+78
2023-10-19
selftests/mm: export get_free_hugepages()
Breno Leitao
3
-19
/
+20
2023-10-19
zsmalloc: use copy_page for full page copy
Mark-PK Tsai
1
-1
/
+1
2023-10-19
filemap: call filemap_get_folios_tag() from filemap_get_folios()
Pankaj Raghav
1
-37
/
+8
2023-10-19
mm/page_alloc: remove unnecessary next_page in break_down_buddy_pages
Kemeng Shi
1
-4
/
+2
2023-10-19
mm/page_alloc: remove unnecessary check in break_down_buddy_pages
Kemeng Shi
1
-4
/
+2
2023-10-19
mmap: add clarifying comment to vma_merge() code
Liam R. Howlett
1
-0
/
+5
2023-10-19
Documentation: *san: drop "the" from article titles
Andrey Konovalov
3
-7
/
+10
2023-10-19
kasan: fix and update KUNIT_EXPECT_KASAN_FAIL comment
Andrey Konovalov
1
-4
/
+5
2023-10-19
kasan: use unchecked __memset internally
Andrey Konovalov
2
-3
/
+3
2023-10-19
kasan: unify printk prefixes
Andrey Konovalov
4
-6
/
+8
2023-10-19
arm64, kasan: update comment in kasan_init
Andrey Konovalov
1
-1
/
+5
2023-10-19
mm/gup: adapt get_user_page_vma_remote() to never return NULL
Lorenzo Stoakes
4
-9
/
+14
2023-10-19
mm/gup: make failure to pin an error if FOLL_NOWAIT not specified
Lorenzo Stoakes
1
-0
/
+11
2023-10-19
mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCH
Lorenzo Stoakes
2
-3
/
+5
2023-10-19
mm: make __access_remote_vm() static
Lorenzo Stoakes
4
-7
/
+5
2023-10-19
mm: multi-gen LRU: reuse some legacy trace events
Jaewon Kim
1
-5
/
+13
2023-10-19
mm/migrate: remove unused mm argument from do_move_pages_to_node
Gregory Price
1
-7
/
+6
2023-10-19
memory: move exclusivity detection in do_wp_page() into wp_can_reuse_anon_fol...
David Hildenbrand
1
-43
/
+45
2023-10-19
mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()
David Hildenbrand
5
-13
/
+11
2023-10-19
mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()
David Hildenbrand
4
-2
/
+5
2023-10-19
mm: handle write faults to RO pages under the VMA lock
Matthew Wilcox (Oracle)
1
-7
/
+6
2023-10-19
mm: handle read faults under the VMA lock
Matthew Wilcox (Oracle)
1
-4
/
+3
2023-10-19
mm: handle COW faults under the VMA lock
Matthew Wilcox (Oracle)
1
-7
/
+5
2023-10-19
mm: handle shared faults under the VMA lock
Matthew Wilcox (Oracle)
1
-4
/
+18
2023-10-19
mm: call wp_page_copy() under the VMA lock
Matthew Wilcox (Oracle)
1
-13
/
+26
2023-10-19
mm: make lock_folio_maybe_drop_mmap() VMA lock aware
Matthew Wilcox (Oracle)
1
-6
/
+7
2023-10-19
percpu_counter: extend _limited_add() to negative amounts
Hugh Dickins
2
-16
/
+49
2023-10-19
shmem,percpu_counter: add _limited_add(fbc, limit, amount)
Hugh Dickins
3
-5
/
+81
2023-10-19
shmem: _add_to_page_cache() before shmem_inode_acct_blocks()
Hugh Dickins
1
-111
/
+118
2023-10-19
shmem: move memcg charge out of shmem_add_to_page_cache()
Hugh Dickins
1
-39
/
+29
2023-10-19
shmem: shmem_acct_blocks() and shmem_inode_acct_blocks()
Hugh Dickins
1
-7
/
+7
2023-10-19
shmem: trivial tidyups, removing extra blank lines, etc
Hugh Dickins
1
-35
/
+21
2023-10-19
shmem: factor shmem_falloc_wait() out of shmem_fault()
Hugh Dickins
1
-57
/
+69
2023-10-19
shmem: remove vma arg from shmem_get_folio_gfp()
Hugh Dickins
1
-7
/
+6
2023-10-19
shmem: shrink shmem_inode_info: dir_offsets in a union
Hugh Dickins
1
-6
/
+10
2023-10-19
mm/filemap: clarify filemap_fault() comments for not uptodate case
Lorenzo Stoakes
1
-6
/
+13
2023-10-19
radix tree test suite: fix allocation calculation in kmem_cache_alloc_bulk()
Liam R. Howlett
1
-2
/
+2
2023-10-19
selftests: mm: add pagemap ioctl tests
Muhammad Usama Anjum
5
-1
/
+1669
2023-10-19
mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
Muhammad Usama Anjum
1
-0
/
+89
2023-10-19
tools headers UAPI: update linux/fs.h with the kernel sources
Muhammad Usama Anjum
1
-0
/
+59
2023-10-19
fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_WRITTEN flag
Muhammad Usama Anjum
1
-0
/
+36
[next]