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-12-09
rwsem: Implement down_read_killable_nested
Eric W. Biederman
2
-0
/
+16
2020-12-03
Merge tag 'gfs2-v5.10-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-12
/
+42
2020-12-02
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
12
-181
/
+243
2020-12-02
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
3
-1
/
+5
2020-12-02
Merge tag 'sound-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
11
-47
/
+149
2020-12-02
Merge tag 'trace-v5.10-rc6-bootconfig' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-5
/
+10
2020-12-02
vhost_vdpa: return -EFAULT if copy_to_user() fails
Dan Carpenter
1
-1
/
+3
2020-12-02
vdpa: mlx5: fix vdpa/vhost dependencies
Randy Dunlap
2
-0
/
+2
2020-12-02
Merge tag '5.10-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-2
/
+4
2020-12-02
Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
12
-62
/
+138
2020-12-01
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
3
-22
/
+68
2020-12-01
docs: bootconfig: Add the endianness of fields
Masami Hiramatsu
1
-1
/
+3
2020-12-01
tools/bootconfig: Store size and checksum in footer as le32
Masami Hiramatsu
1
-2
/
+5
2020-12-01
bootconfig: Load size and checksum in the footer as le32
Masami Hiramatsu
1
-2
/
+2
2020-12-01
ring-buffer: Always check to put back before stamp when crossing pages
Steven Rostedt (VMware)
1
-8
/
+6
2020-12-01
ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependency
Naveen N. Rao
1
-1
/
+1
2020-12-01
ftrace: Fix updating FTRACE_FL_TRAMP
Naveen N. Rao
1
-1
/
+21
2020-12-01
tracing: Fix alignment of static buffer
Minchan Kim
1
-1
/
+1
2020-12-01
tracing: Remove WARN_ON in start_thread()
Vasily Averin
1
-1
/
+1
2020-12-01
samples/ftrace: Mark my_tramp[12]? global
Sami Tolvanen
3
-0
/
+4
2020-12-01
gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_func
Andreas Gruenbacher
1
-10
/
+11
2020-12-01
cifs: fix potential use-after-free in cifs_echo_request()
Paulo Alcantara
1
-0
/
+2
2020-12-01
cifs: allow syscalls to be restarted in __smb_send_rqst()
Paulo Alcantara
1
-2
/
+2
2020-11-30
ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next()
Andrea Righi
1
-3
/
+3
2020-11-30
ring-buffer: Update write stamp with the correct ts
Steven Rostedt (VMware)
1
-1
/
+1
2020-11-30
arm64: mte: Fix typo in macro definition
Vincenzo Frascino
1
-1
/
+1
2020-11-30
arm64: entry: fix EL1 debug transitions
Mark Rutland
2
-25
/
+26
2020-11-30
arm64: entry: fix NMI {user, kernel}->kernel transitions
Mark Rutland
4
-10
/
+48
2020-11-30
arm64: entry: fix non-NMI kernel<->kernel transitions
Mark Rutland
2
-3
/
+67
2020-11-30
arm64: ptrace: prepare for EL1 irq/rcu tracking
Mark Rutland
1
-0
/
+4
2020-11-30
arm64: entry: fix non-NMI user<->kernel transitions
Mark Rutland
5
-48
/
+51
2020-11-30
arm64: entry: move el1 irq/nmi logic to C
Mark Rutland
4
-45
/
+22
2020-11-30
arm64: entry: prepare ret_to_user for function call
Mark Rutland
1
-4
/
+5
2020-11-30
arm64: entry: move enter_from_user_mode to entry-common.c
Mark Rutland
2
-7
/
+6
2020-11-30
arm64: entry: mark entry code as noinstr
Mark Rutland
1
-50
/
+25
2020-11-30
arm64: mark idle code as noinstr
Mark Rutland
1
-4
/
+4
2020-11-30
arm64: syscall: exit userspace before unmasking exceptions
Mark Rutland
1
-1
/
+1
2020-11-30
Linux 5.10-rc6
Linus Torvalds
1
-1
/
+1
2020-11-29
Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
24
-55
/
+84
2020-11-29
Merge tag 'irq-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-14
/
+4
2020-11-29
Merge tag 'efi-urgent-for-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-3
/
+4
2020-11-29
Merge tag 'x86_urgent_for_v5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-43
/
+32
2020-11-29
Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-1
/
+4
2020-11-28
Merge tag 'kbuild-fixes-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-6
/
+5
2020-11-28
Merge tag 'perf-tools-fixes-for-v5.10-2020-11-28' of git://git.kernel.org/pub...
Linus Torvalds
6
-15
/
+43
2020-11-28
Merge tag 'usb-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
14
-34
/
+51
2020-11-28
Merge tag 'char-misc-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-10
/
+25
2020-11-28
ALSA: hda/realtek: Add mute LED quirk to yet another HP x360 model
Takashi Iwai
1
-0
/
+1
2020-11-28
ALSA: hda/realtek: Fix bass speaker DAC assignment on Asus Zephyrus G14
Takashi Iwai
1
-6
/
+20
2020-11-28
ALSA: hda/generic: Add option to enforce preferred_dacs pairs
Takashi Iwai
2
-4
/
+9
[next]