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
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
2019-01-22
ver_linux: Assign constant RE to variable name for clarity
Alexander Kapshuk
1
-2
/
+4
2019-01-22
applicom: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
1
-11
/
+24
2019-01-22
hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enable
Buland Singh
1
-1
/
+1
2019-01-22
slimbus: core: add missing spin_lock_init on txn_lock
Srinivas Kandagatla
1
-0
/
+1
2019-01-22
slimbus: core: use slim_device_update_status() to update status
Srinivas Kandagatla
1
-19
/
+18
2019-01-22
slimbus: core: do not call device_status under a lock
Srinivas Kandagatla
1
-0
/
+3
2019-01-22
slimbus: core: match full device id
Srinivas Kandagatla
1
-1
/
+3
2019-01-22
efirtc: remove unnecessary code efi_rtc_open & efi_rtc_close
Naveen Kumar Parna
1
-23
/
+0
2019-01-22
uio: remove redundant check
Chengguang Xu
1
-2
/
+2
2019-01-22
uio: fix potential memory leak in error case
Chengguang Xu
1
-1
/
+1
2019-01-22
drivers: platform: goldfish: fix the checkpatch complain in Kconfig
Roman Kiryanov
1
-2
/
+2
2019-01-22
vop: Fix handling of >32 feature bits
Vincent Whitchurch
1
-2
/
+2
2019-01-22
vop: vringh: Do not crash if no DMA channel
Vincent Whitchurch
1
-12
/
+20
2019-01-22
vop: Add definition of readq/writeq if missing
Vincent Whitchurch
1
-0
/
+1
2019-01-22
vop: Use %z for size_t
Vincent Whitchurch
1
-2
/
+2
2019-01-22
powerpc: Adopt nvram module for PPC64
Finn Thain
7
-163
/
+9
2019-01-22
char/generic_nvram: Remove as unused
Finn Thain
2
-165
/
+1
2019-01-22
powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAM
Finn Thain
8
-33
/
+33
2019-01-22
powerpc, fbdev: Use NV_CMODE and NV_VMODE only when CONFIG_PPC32 && CONFIG_PP...
Finn Thain
6
-75
/
+48
2019-01-22
powerpc: Implement nvram ioctls
Finn Thain
2
-0
/
+40
2019-01-22
powerpc: Define missing ppc_md.nvram_size for CHRP and PowerMac
Finn Thain
2
-4
/
+19
2019-01-22
char/nvram: Add "devname:nvram" module alias
Finn Thain
1
-0
/
+1
2019-01-22
m68k: Dispatch nvram_ops calls to Atari or Mac functions
Finn Thain
6
-17
/
+108
2019-01-22
macintosh/via-cuda: Don't rely on Cuda to end a transfer
Finn Thain
1
-3
/
+5
2019-01-22
m68k/mac: Fix PRAM accessors
Finn Thain
2
-10
/
+35
2019-01-22
m68k/mac: Use macros for RTC accesses not magic numbers
Finn Thain
1
-18
/
+41
2019-01-22
m68k/mac: Adopt naming and calling conventions for PRAM routines
Finn Thain
1
-38
/
+23
2019-01-22
m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRA...
Finn Thain
4
-1
/
+30
2019-01-22
char/nvram: Implement NVRAM read/write methods
Finn Thain
2
-48
/
+104
2019-01-22
char/nvram: Allow the set_checksum and initialize ioctls to be omitted
Finn Thain
2
-30
/
+42
2019-01-22
char/nvram: Adopt arch_nvram_ops
Finn Thain
2
-6
/
+56
2019-01-22
powerpc: Replace nvram_* extern declarations with standard header
Finn Thain
5
-31
/
+6
2019-01-22
m68k/atari: Implement arch_nvram_ops struct
Finn Thain
2
-0
/
+63
2019-01-22
nvram: Replace nvram_* function exports with static functions
Finn Thain
4
-68
/
+38
2019-01-22
char/nvram: Re-order functions to remove forward declarations and #ifdefs
Finn Thain
1
-95
/
+72
2019-01-22
m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
Finn Thain
3
-245
/
+280
2019-01-22
scsi/atari_scsi: Don't select CONFIG_NVRAM
Finn Thain
3
-8
/
+5
2019-01-18
misc: enclosure: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+1
2019-01-18
misc/sgi-gru/grufault: fix a style error
Peng Hao
1
-2
/
+2
2019-01-18
misc/mic/vop/vop_main : remove unneeded semicolon
Peng Hao
1
-2
/
+2
2019-01-18
misc/ics932s401: Add a missing check to i2c_smbus_read_word_data
Aditya Pakki
1
-0
/
+2
2019-01-18
drivers: misc: ad525x_dpot: clean indentation issue, remove tabs
Colin Ian King
1
-13
/
+11
2019-01-18
lkdtm: change snprintf to scnprintf for possible overflow
Silvio Cesare
1
-2
/
+2
2019-01-13
mei: squash single_recv_buf into one bit in client properties
Alexander Usyskin
1
-1
/
+2
2019-01-10
Merge tag 'lkdtm-next' of https://git.kernel.org/pub/scm/linux/kernel/git/kee...
Greg Kroah-Hartman
4
-19
/
+31
2019-01-09
lkdtm: Add tests for NULL pointer dereference
Christophe Leroy
3
-0
/
+22
2019-01-09
lkdtm: Print real addresses
Christophe Leroy
1
-9
/
+9
2019-01-09
lkdtm: Do not depend on BLOCK and clean up headers
Kees Cook
2
-10
/
+0
2019-01-07
Linux 5.0-rc1
Linus Torvalds
1
-3
/
+3
2019-01-07
Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
94
-694
/
+150
[next]