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
2015-11-03
libceph: clear msg->con in ceph_msg_release() only
Ilya Dryomov
2
-28
/
+20
2015-11-03
libceph: add nocephx_sign_messages option
Ilya Dryomov
4
-2
/
+22
2015-11-03
libceph: stop duplicating client fields in messenger
Ilya Dryomov
4
-32
/
+12
2015-11-03
libceph: drop authorizer check from cephx msg signing routines
Ilya Dryomov
1
-4
/
+1
2015-11-03
libceph: msg signing callouts don't need con argument
Ilya Dryomov
4
-17
/
+20
2015-11-03
libceph: evaluate osd_req_op_data() arguments only once
Ioana Ciornei
1
-5
/
+7
2015-11-03
ceph: make fsync() wait unsafe requests that created/modified inode
Yan, Zheng
5
-37
/
+53
2015-11-03
ceph: add request to i_unsafe_dirops when getting unsafe reply
Yan, Zheng
1
-7
/
+11
2015-11-03
libceph: introduce ceph_x_authorizer_cleanup()
Ilya Dryomov
2
-12
/
+20
2015-11-03
ceph: don't invalidate page cache when inode is no longer used
Yan, Zheng
2
-4
/
+10
2015-11-03
rbd: remove duplicate calls to rbd_dev_mapping_clear()
Ilya Dryomov
1
-3
/
+0
2015-11-03
rbd: set device_type::release instead of device::release
Ilya Dryomov
1
-5
/
+2
2015-11-03
rbd: don't free rbd_dev outside of the release callback
Ilya Dryomov
1
-42
/
+47
2015-11-03
rbd: return -ENOMEM instead of pool id if rbd_dev_create() fails
Ilya Dryomov
1
-2
/
+4
2015-11-03
libceph: use local variable cursor instead of &msg->cursor
Shraddha Barke
1
-6
/
+5
2015-11-03
libceph: remove con argument in handle_reply()
Shraddha Barke
1
-3
/
+2
2015-11-03
ceph: combine as many iovec as possile into one OSD request
Zhu, Caifeng
1
-10
/
+77
2015-11-03
ceph: fix message length computation
Arnd Bergmann
1
-1
/
+1
2015-11-03
ceph: fix a comment typo
Geliang Tang
1
-1
/
+1
2015-11-03
rbd: drop null test before destroy functions
Julia Lawall
1
-4
/
+2
2015-11-02
Linux 4.3
Linus Torvalds
1
-1
/
+1
2015-11-02
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+12
2015-11-01
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-3
/
+13
2015-11-01
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
8
-9
/
+17
2015-11-01
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+2
2015-11-01
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
5
-22
/
+39
2015-11-01
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
4
-2
/
+12
2015-11-01
Merge tag 'md/4.3-rc7-fixes' of git://neil.brown.name/md
Linus Torvalds
2
-4
/
+5
2015-11-01
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
4
-7
/
+18
2015-11-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-0
/
+3
2015-11-01
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-3
/
+8
2015-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
89
-477
/
+894
2015-10-31
x86/vm86: Set thread.vm86 to NULL on fork/clone
Andy Lutomirski
1
-0
/
+3
2015-10-31
selftests/x86: Add a fork() to entry_from_vm86 to catch fork bugs
Andy Lutomirski
1
-0
/
+4
2015-10-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
3
-8
/
+45
2015-10-31
Merge tag 'pci-v4.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2015-10-31
Merge tag 'omap-for-v4.3/fixes-rc7' of git://git.kernel.org/pub/scm/linux/ker...
Olof Johansson
2
-7
/
+24
2015-10-31
drm: Correct arguments to list_tail_add in create blob ioctl
Maneet Singh
1
-1
/
+1
2015-10-31
Revert "md: allow a partially recovered device to be hot-added to an array."
NeilBrown
1
-2
/
+1
2015-10-31
drm: crtc: integer overflow in drm_property_create_blob()
Dan Carpenter
1
-1
/
+1
2015-10-31
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
4
-23
/
+35
2015-10-31
Merge tag 'please-pull-syscalls' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-1
/
+3
2015-10-31
md/raid5: fix locking in handle_stripe_clean_event()
Roman Gushchin
1
-2
/
+4
2015-10-30
rbd: require stable pages if message data CRCs are enabled
Ronny Hegewald
1
-0
/
+3
2015-10-30
Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
3
-5
/
+16
2015-10-29
arm64/efi: do not assume DRAM base is aligned to 2 MB
Ard Biesheuvel
1
-2
/
+12
2015-10-29
drm/radeon: fix dpms when driver backlight control is disabled
Alex Deucher
1
-4
/
+14
2015-10-29
drm/radeon: move bl encoder assignment into bl init
Alex Deucher
3
-1
/
+2
2015-10-29
ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...
Hannes Frederic Sowa
1
-0
/
+2
2015-10-29
Revert "Merge branch 'ipv6-overflow-arith'"
Hannes Frederic Sowa
3
-27
/
+1
[next]