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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-23
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-3
/
+3
2018-10-23
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+3
2018-10-23
Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-0
/
+9
2018-10-22
Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+26
2018-10-22
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-4
/
+7
2018-10-19
locking/lockdep: Make global debug_locks* variables read-mostly
Waiman Long
1
-2
/
+2
2018-10-19
locking/lockdep: Fix debug_locks off performance problem
Waiman Long
1
-1
/
+1
2018-10-15
test_ida: Fix lockdep warning
Matthew Wilcox
1
-2
/
+2
2018-10-12
Merge tag 'mtd/fixes-for-4.19-rc8' of git://git.infradead.org/linux-mtd
Greg Kroah-Hartman
2
-5
/
+13
2018-10-12
lib/bch: fix possible stack overrun
Arnd Bergmann
2
-5
/
+13
2018-10-10
Merge tag 'trace-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-1
/
+1
2018-10-09
s390/kasan: add option for 4-level paging support
Vasily Gorbik
1
-0
/
+9
2018-10-05
vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointers
Steven Rostedt (VMware)
1
-1
/
+1
2018-10-04
ARM: 8800/1: use choice for kernel unwinders
Stefan Agner
1
-3
/
+3
2018-10-02
lib/xz: Put CRC32_POLY_LE in xz_private.h
Joel Stanley
2
-1
/
+4
2018-09-27
percpu-refcount: Introduce percpu_ref_resurrect()
Bart Van Assche
1
-2
/
+26
2018-09-10
lib/crc32: make core crc32() routines weak so they can be overridden
Ard Biesheuvel
1
-4
/
+7
2018-09-05
lib/Kconfig.debug: fix three typos in help text
Thibaut Sautereau
1
-2
/
+2
2018-09-02
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+0
2018-08-30
notifier: Remove notifier header file wherever not used
Mukesh Ojha
1
-1
/
+0
2018-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+0
2018-08-26
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
5
-109
/
+238
2018-08-24
lib/fonts: convert comments to utf-8
Arnd Bergmann
4
-512
/
+512
2018-08-22
lib/rhashtable: guarantee initial hashtable allocation
Davidlohr Bueso
1
-3
/
+11
2018-08-22
lib/rhashtable: simplify bucket_table_alloc()
Davidlohr Bueso
1
-5
/
+2
2018-08-22
lib/test_hexdump.c: fix failure on big endian cpu
Christophe Leroy
1
-5
/
+23
2018-08-22
lib/Kconfig: remove 'default n' for tests
Andy Shevchenko
2
-18
/
+0
2018-08-22
lib: add crc64 calculation routines
Coly Li
5
-0
/
+145
2018-08-22
lib/test_debug_virtual.c: make struct pointer foo static
Colin Ian King
1
-1
/
+1
2018-08-22
lib/bitmap.c: drop unnecessary 0 check for u32 array operations
Andy Shevchenko
1
-8
/
+1
2018-08-22
ida: Change ida_get_new_above to return the id
Matthew Wilcox
1
-18
/
+12
2018-08-22
ida: Remove old API
Matthew Wilcox
2
-50
/
+7
2018-08-22
test_ida: check_ida_destroy and check_ida_alloc
Matthew Wilcox
1
-0
/
+54
2018-08-22
test_ida: Convert check_ida_conv to new API
Matthew Wilcox
1
-0
/
+30
2018-08-22
test_ida: Move ida_check_max
Matthew Wilcox
1
-0
/
+23
2018-08-22
test_ida: Move ida_check_leaf
Matthew Wilcox
1
-0
/
+25
2018-08-22
ida: Start new test_ida module
Matthew Wilcox
3
-0
/
+49
2018-08-22
ida: Add new API
Matthew Wilcox
1
-39
/
+31
2018-08-22
ida: Lock the IDA in ida_destroy
Matthew Wilcox
1
-6
/
+11
2018-08-22
radix-tree: Fix UBSAN warning
Matthew Wilcox
1
-1
/
+1
2018-08-21
rhashtable: remove duplicated include from rhashtable.c
Yue Haibing
1
-1
/
+0
2018-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-4
/
+7
2018-08-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-0
/
+20
2018-08-18
deprecate the '__deprecated' attribute warnings entirely and for good
Linus Torvalds
1
-8
/
+0
2018-08-18
Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2018-08-18
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+36
2018-08-16
Merge branch 'linus/master' into rdma.git for-next
Jason Gunthorpe
27
-522
/
+434
2018-08-16
ila: make lockdep happy again
Cong Wang
1
-4
/
+7
2018-08-16
Merge tag 'v4.18' into rdma.git for-next
Jason Gunthorpe
17
-3322
/
+161
2018-08-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
3
-375
/
+7
[next]