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-09-22
fscrypt: use sha256() instead of open coding
Eric Biggers
1
-16
/
+7
2020-09-22
fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'
Eric Biggers
4
-20
/
+9
2020-09-22
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
10
-140
/
+132
2020-09-22
fscrypt: move fscrypt_prepare_symlink() out-of-line
Eric Biggers
2
-52
/
+50
2020-09-22
fscrypt: make "#define fscrypt_policy" user-only
Eric Biggers
2
-4
/
+3
2020-09-22
fscrypt: stop pretending that key setup is nofs-safe
Eric Biggers
3
-10
/
+7
2020-09-22
fscrypt: require that fscrypt_encrypt_symlink() already has key
Eric Biggers
1
-3
/
+7
2020-09-22
fscrypt: remove fscrypt_inherit_context()
Eric Biggers
2
-46
/
+0
2020-09-22
fscrypt: adjust logging for in-creation inodes
Eric Biggers
2
-3
/
+10
2020-09-22
ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
1
-22
/
+16
2020-09-22
f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
3
-25
/
+7
2020-09-22
ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
1
-20
/
+17
2020-09-22
ext4: factor out ext4_xattr_credits_for_new_inode()
Eric Biggers
1
-39
/
+51
2020-09-22
fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
4
-54
/
+223
2020-09-08
fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32
Eric Biggers
1
-2
/
+7
2020-09-08
fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer
Jeff Layton
7
-15
/
+10
2020-09-07
Linux 5.9-rc4
Linus Torvalds
1
-1
/
+1
2020-09-06
Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+52
2020-09-06
Merge tag 'iommu-fixes-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-63
/
+119
2020-09-06
Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-63
/
+213
2020-09-06
Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
14
-22
/
+229
2020-09-06
io_uring: fix linked deferred ->files cancellation
Pavel Begunkov
1
-2
/
+23
2020-09-06
io_uring: fix cancel of deferred reqs with ->files
Pavel Begunkov
1
-0
/
+27
2020-09-06
Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4'...
Linus Torvalds
4
-10
/
+16
2020-09-05
Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
7
-73
/
+62
2020-09-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
14
-67
/
+129
2020-09-05
include/linux/log2.h: add missing () around n in roundup_pow_of_two()
Jason Gunthorpe
1
-1
/
+1
2020-09-05
mm/khugepaged.c: fix khugepaged's request size in collapse_file
David Howells
1
-1
/
+1
2020-09-05
mm/hugetlb: fix a race between hugetlb sysctl handlers
Muchun Song
1
-6
/
+20
2020-09-05
mm/hugetlb: try preferred node first when alloc gigantic page from cma
Li Xinhai
1
-6
/
+17
2020-09-05
mm/migrate: preserve soft dirty in remove_migration_pte()
Ralph Campbell
1
-0
/
+2
2020-09-05
mm/migrate: remove unnecessary is_zone_device_page() check
Ralph Campbell
1
-7
/
+5
2020-09-05
mm/rmap: fixup copying of soft dirty and uffd ptes
Alistair Popple
2
-6
/
+18
2020-09-05
mm/migrate: fixup setting UFFD_WP flag
Alistair Popple
1
-1
/
+1
2020-09-05
mm: madvise: fix vma user-after-free
Yang Shi
1
-1
/
+1
2020-09-05
checkpatch: fix the usage of capture group ( ... )
Mrinal Pandey
1
-2
/
+2
2020-09-05
fork: adjust sysctl_max_threads definition to match prototype
Tobias Klauser
1
-1
/
+1
2020-09-05
ipc: adjust proc_ipc_sem_dointvec definition to match prototype
Tobias Klauser
1
-1
/
+1
2020-09-05
mm: track page table modifications in __apply_to_page_range()
Joerg Roedel
1
-13
/
+24
2020-09-05
MAINTAINERS: IA64: mark Status as Odd Fixes only
Randy Dunlap
1
-1
/
+1
2020-09-05
MAINTAINERS: add LLVM maintainers
Nick Desaulniers
1
-0
/
+2
2020-09-05
MAINTAINERS: update Cavium/Marvell entries
Robert Richter
1
-15
/
+13
2020-09-05
mm: slub: fix conversion of freelist_corrupted()
Eugeniu Rosca
1
-6
/
+6
2020-09-05
mm: memcg: fix memcg reclaim soft lockup
Xunlei Pang
1
-0
/
+8
2020-09-05
memcg: fix use-after-free in uncharge_batch
Michal Hocko
1
-0
/
+6
2020-09-05
Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2020-09-05
xfs: don't update mtime on COW faults
Mikulas Patocka
1
-2
/
+10
2020-09-05
ext2: don't update mtime on COW faults
Mikulas Patocka
1
-2
/
+4
2020-09-05
io_uring: fix explicit async read/write mapping for large segments
Jens Axboe
1
-3
/
+4
2020-09-04
Merge tag 's390-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
4
-1
/
+9
[next]