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
2020-06-24
block: move struct block_device to blk_types.h
Christoph Hellwig
9
-42
/
+46
2020-06-24
block: reduce ifdef CONFIG_BLOCK madness in headers
Christoph Hellwig
3
-63
/
+46
2020-06-24
fs: move the buffer_heads_over_limit stub to buffer_head.h
Christoph Hellwig
2
-1
/
+1
2020-06-24
block: move block-related definitions out of fs.h
Christoph Hellwig
12
-94
/
+96
2020-06-24
block: simplify sb_is_blkdev_sb
Christoph Hellwig
1
-12
/
+6
2020-06-24
fs: remove the mount_bdev and kill_block_super stubs
Christoph Hellwig
1
-16
/
+0
2020-06-24
fs: remove the HAVE_UNLOCKED_IOCTL and HAVE_COMPAT_IOCTL defines
Christoph Hellwig
1
-6
/
+0
2020-06-24
fs: remove an unused block_device_operations forward declaration
Christoph Hellwig
1
-2
/
+0
2020-06-24
block: mark bd_finish_claiming static
Christoph Hellwig
2
-5
/
+2
2020-06-24
tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCK
Christoph Hellwig
2
-3
/
+1
2020-06-24
nvme-rdma: fix a missing completion with remove invalidation
Christoph Hellwig
1
-2
/
+3
2020-06-24
blk-iocost: Use struct_size() in kzalloc_node()
Gustavo A. R. Silva
1
-2
/
+1
2020-06-24
block: bio: Use struct_size() in kmalloc()
Gustavo A. R. Silva
1
-3
/
+1
2020-06-24
block: create the request_queue debugfs_dir on registration
Luis Chamberlain
6
-48
/
+39
2020-06-24
blktrace: ensure our debugfs dir exists
Luis Chamberlain
1
-0
/
+12
2020-06-24
blktrace: fix debugfs use after free
Luis Chamberlain
1
-6
/
+12
2020-06-24
loop: be paranoid on exit and prevent new additions / removals
Luis Chamberlain
1
-0
/
+4
2020-06-24
blktrace: annotate required lock on do_blk_trace_setup()
Luis Chamberlain
1
-0
/
+2
2020-06-24
block: revert back to synchronous request_queue removal
Luis Chamberlain
4
-23
/
+47
2020-06-24
block: clarify context for refcount increment helpers
Luis Chamberlain
2
-0
/
+8
2020-06-24
block: add docs for gendisk / request_queue refcount helpers
Luis Chamberlain
2
-1
/
+62
2020-06-24
nvme: use blk_mq_complete_request_remote to avoid an indirect function call
Christoph Hellwig
6
-9
/
+18
2020-06-24
nvme-rdma: factor out a nvme_rdma_end_request helper
Christoph Hellwig
1
-19
/
+17
2020-06-24
blk-mq: add a new blk_mq_complete_request_remote API
Christoph Hellwig
2
-19
/
+27
2020-06-24
blk-mq: factor out a blk_mq_complete_need_ipi helper
Christoph Hellwig
1
-18
/
+21
2020-06-24
blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_request
Christoph Hellwig
1
-2
/
+1
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
19
-72
/
+61
2020-06-24
blk-mq: merge the softirq vs non-softirq IPI logic
Christoph Hellwig
1
-65
/
+20
2020-06-24
blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMP
Christoph Hellwig
1
-1
/
+2
2020-06-24
blk-mq: complete polled requests directly
Christoph Hellwig
1
-6
/
+11
2020-06-24
blk-mq: remove raise_blk_irq
Christoph Hellwig
1
-30
/
+10
2020-06-24
blk-mq: factor out a helper to reise the block softirq
Christoph Hellwig
1
-17
/
+14
2020-06-24
blk-mq: merge blk-softirq.c into blk-mq.c
Christoph Hellwig
4
-158
/
+136
2020-06-22
Linux 5.8-rc2
Linus Torvalds
1
-1
/
+1
2020-06-22
Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-13
/
+12
2020-06-21
Merge tag 'pinctrl-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
6
-23
/
+19
2020-06-21
Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-34
/
+18
2020-06-21
Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
7
-20
/
+37
2020-06-21
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
12
-35
/
+45
2020-06-21
samples: watch_queue: build sample program for target architecture
Masahiro Yamada
2
-7
/
+5
2020-06-21
Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n"
Masahiro Yamada
1
-11
/
+3
2020-06-21
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
10
-1
/
+15
2020-06-21
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
10
-48
/
+25
2020-06-20
pinctrl: single: fix function name in documentation
Drew Fustini
1
-1
/
+1
2020-06-20
Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
15
-67
/
+239
2020-06-20
Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-23
/
+618
2020-06-20
pinctrl: qcom: ipq6018 Add missing pins in qpic pin group
Sivaprakash Murugesan
1
-1
/
+2
2020-06-20
Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource le...
Haibo Chen
1
-4
/
+3
2020-06-20
Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
18
-134
/
+154
2020-06-20
Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-6
/
+22
[next]