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
2020-10-18
ext4: rename journal_dev to s_journal_dev inside ext4_sb_info
Chunguang Xu
3
-12
/
+12
2020-10-18
jbd2: fix the comment of struct jbd2_journal_handle
Hui Su
1
-2
/
+2
2020-10-18
ext4: add trace exit in exception path.
Zhang Qilong
2
-2
/
+3
2020-10-18
ext4: optimize file overwrites
Ritesh Harjani
1
-3
/
+15
2020-10-18
ext4: remove unused including <linux/version.h>
Tian Tao
1
-1
/
+0
2020-10-18
ext4: fix superblock checksum calculation race
Constantine Sapuntzakis
1
-0
/
+11
2020-10-18
ext4: fix error handling code in add_new_gdb
Dinghao Liu
1
-1
/
+3
2020-10-18
ext4: disallow modifying DAX inode flag if inline_data has been set
Xiao Yang
1
-1
/
+1
2020-10-18
ext4: remove unused argument from ext4_(inc|dec)_count
Nikolay Borisov
1
-10
/
+10
2020-10-18
ext4: do not interpret high bytes if 64bit feature is disabled
Petr Malat
1
-6
/
+8
2020-10-18
ext4: delete duplicated words + other fixes
Randy Dunlap
5
-6
/
+6
2020-10-18
ext4: flag as supporting buffered async reads
Jens Axboe
1
-1
/
+1
2020-10-18
ext4: fix leaking sysfs kobject after failed mount
Eric Biggers
1
-0
/
+1
2020-10-18
ext4: discard preallocations before releasing group lock
Jan Kara
1
-20
/
+13
2020-10-18
ext4: fix dead loop in ext4_mb_new_blocks
Ye Bin
1
-1
/
+3
2020-10-18
ext4: implement swap_activate aops using iomap
Ritesh Harjani
1
-0
/
+11
2020-09-28
Linux 5.9-rc7
Linus Torvalds
1
-1
/
+1
2020-09-27
Merge tag 'kbuild-fixes-v5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-3
/
+17
2020-09-27
Merge tag 'x86-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-12
/
+68
2020-09-27
Merge tag 'timers-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-22
/
+25
2020-09-27
mm/thp: Split huge pmds/puds if they're pinned when fork()
Peter Xu
1
-0
/
+28
2020-09-27
mm: Do early cow for pinned pages during fork() for ptes
Peter Xu
1
-16
/
+189
2020-09-27
mm/fork: Pass new vma pointer into copy_page_range()
Peter Xu
3
-7
/
+11
2020-09-27
mm: Introduce mm_struct.has_pinned
Peter Xu
3
-0
/
+17
2020-09-27
Merge tag 'timers-v5.9-rc4' of https://git.linaro.org/people/daniel.lezcano/l...
Thomas Gleixner
3
-22
/
+25
2020-09-26
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
6
-73
/
+159
2020-09-26
Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+7
2020-09-26
Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-24
/
+29
2020-09-26
Merge tag 's390-5.9-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-1
/
+2
2020-09-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
17
-84
/
+181
2020-09-26
mm: validate pmd after splitting
Minchan Kim
1
-1
/
+1
2020-09-26
mm: don't rely on system state to detect hot-plug operations
Laurent Dufour
3
-35
/
+64
2020-09-26
mm: replace memmap_context by meminit_context
Laurent Dufour
5
-13
/
+18
2020-09-26
arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writeback
Mikulas Patocka
1
-1
/
+1
2020-09-26
lib/memregion.c: include memregion.h
Jason Yan
1
-0
/
+1
2020-09-26
lib/string.c: implement stpcpy
Nick Desaulniers
1
-0
/
+24
2020-09-26
mm/migrate: correct thp migration stats
Zi Yan
1
-4
/
+3
2020-09-26
mm/gup: fix gup_fast with dynamic page table folding
Vasily Gorbik
3
-21
/
+49
2020-09-26
mm: memcontrol: fix missing suffix of workingset_restore
Muchun Song
2
-9
/
+20
2020-09-26
mm, THP, swap: fix allocating cluster for swapfile by mistake
Gao Xiang
1
-1
/
+1
2020-09-26
mm: slab: fix potential double free in ___cache_free
Shakeel Butt
1
-2
/
+6
2020-09-26
Documentation/llvm: Fix clang target examples
Florian Fainelli
1
-2
/
+2
2020-09-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-12
/
+40
2020-09-26
Merge tag 'mips_fixes_5.9_3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-17
/
+14
2020-09-26
Merge tag 'spi-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-12
/
+15
2020-09-26
Merge tag 'regulator-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+4
2020-09-26
Merge tag 'regmap-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-34
/
+56
2020-09-26
io_uring: ensure async buffered read-retry is setup properly
Jens Axboe
1
-4
/
+2
2020-09-25
Merge tag 'nfsd-5.9-2' of git://git.linux-nfs.org/projects/cel/cel-2.6
Linus Torvalds
1
-1
/
+1
2020-09-25
Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
6
-16
/
+16
[next]