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
/
drivers
/
s390
/
cio
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-28
s390/qdio: get rid of register asm
Heiko Carstens
2
-41
/
+46
2021-06-28
s390/ioasm: use symbolic names for asm operands
Heiko Carstens
1
-15
/
+15
2021-06-28
s390/ioasm: get rid of register asm
Heiko Carstens
1
-53
/
+60
2021-06-28
s390/cmf: get rid of register asm
Heiko Carstens
1
-6
/
+7
2021-06-18
s390/cio: dont call css_wait_for_slow_path() inside a lock
Vineeth Vijayan
2
-2
/
+3
2021-06-07
s390: use struct tpi_info in lowcore.h
Sven Schnelle
1
-4
/
+2
2021-06-07
s390: add struct tpi_info to struct pt_regs
Sven Schnelle
2
-2
/
+2
2021-06-07
s390/cio: add tpi.h header file
Sven Schnelle
1
-12
/
+1
2021-06-07
s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungrouping
Julian Wiedmann
1
-1
/
+1
2021-06-07
s390/ccwgroup: simplify ungrouping when driver deregisters
Julian Wiedmann
1
-9
/
+0
2021-06-07
s390/ccwgroup: release the cdevs from within dev->release()
Julian Wiedmann
1
-32
/
+17
2021-05-12
vfio-ccw: Serialize FSM IDLE state with I/O completion
Eric Farman
1
-2
/
+10
2021-05-12
vfio-ccw: Reset FSM state to IDLE inside FSM
Eric Farman
2
-2
/
+1
2021-05-12
vfio-ccw: Check initialized flag in cp_init()
Eric Farman
1
-0
/
+4
2021-05-07
Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-2
/
+1
2021-04-30
s390/cio: remove invalid condition on IO_SCH_UNREG
Vineeth Vijayan
1
-2
/
+1
2021-04-29
Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-7
/
+10
2021-04-12
vfio/mdev: Correct the function signatures for the mdev_type_attributes
Jason Gunthorpe
1
-6
/
+9
2021-04-12
vfio/mdev: Remove kobj from mdev_parent_ops->create()
Jason Gunthorpe
1
-1
/
+1
2021-04-12
s390/cio: use DECLARE_WAIT_QUEUE_HEAD for static work_queue_head_t
Vineeth Vijayan
1
-2
/
+1
2021-04-05
s390/cio: use DECLARE_WAIT_QUEUE_HEAD() for wait_queue
Shixin Liu
1
-2
/
+1
2021-04-05
s390/cio: use DEFINE_SPINLOCK() for spinlock
Shixin Liu
1
-2
/
+1
2021-03-22
s390/qdio: let driver manage the QAOB
Julian Wiedmann
3
-113
/
+9
2021-03-22
s390/cio: add CRW inject functionality
Vineeth Vijayan
4
-1
/
+213
2021-03-22
s390/cio: introduce CIO debugfs directory
Vineeth Vijayan
3
-1
/
+27
2021-03-08
s390/cio: return -EFAULT if copy_to_user() fails
Eric Farman
1
-1
/
+1
2021-03-08
s390/cio: return -EFAULT if copy_to_user() fails
Wang Qing
1
-2
/
+2
2021-03-08
s390/time,idle: get rid of unsigned long long
Heiko Carstens
1
-1
/
+1
2021-02-13
s390/qdio: remove 'merge_pending' mechanism
Julian Wiedmann
1
-50
/
+9
2021-02-13
s390/qdio: improve handling of PENDING buffers for QEBSM devices
Julian Wiedmann
1
-2
/
+9
2021-02-13
s390/qdio: rework q->qdio_error indication
Julian Wiedmann
2
-19
/
+16
2021-02-13
s390/qdio: inline qdio_kick_handler()
Julian Wiedmann
3
-25
/
+12
2021-02-09
s390/qdio: track time of last data IRQ for each device
Julian Wiedmann
4
-3
/
+8
2021-02-09
s390/qdio: make thinint registration symmetric
Julian Wiedmann
3
-25
/
+12
2021-02-09
s390/qdio: adopt new tasklet API
Julian Wiedmann
3
-11
/
+5
2021-02-09
s390/qdio: remove qdio_inbound_q_moved() wrapper
Julian Wiedmann
1
-6
/
+1
2021-02-09
s390/qdio: remove Input tasklet code
Julian Wiedmann
5
-119
/
+26
2021-01-19
s390/cio: use dma helpers for setting masks
Julian Wiedmann
2
-12
/
+34
2021-01-19
s390/cio: remove ccw_device_add() wrapper
Julian Wiedmann
1
-10
/
+3
2020-12-18
Merge tag 's390-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-1
/
+1
2020-12-17
Merge tag 'vfio-v5.11-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2
-0
/
+30
2020-12-17
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-11
/
+168
2020-12-16
s390/delay: remove udelay_simple()
Heiko Carstens
1
-1
/
+1
2020-12-16
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-9
/
+3
2020-12-09
s390/cio: fix use-after-free in ccw_device_destroy_console
Qinglang Miao
1
-2
/
+2
2020-12-07
s390/ccwgroup: use bus->dev_groups for bus-based sysfs attributes
Julian Wiedmann
1
-9
/
+3
2020-12-04
vfio-ccw: Wire in the request callback
Eric Farman
2
-0
/
+30
2020-12-02
s390/cio: remove pm support from ccw bus driver
Vineeth Vijayan
5
-258
/
+2
2020-12-02
s390/cio: remove pm support from css-bus driver
Vineeth Vijayan
2
-139
/
+1
2020-12-02
s390/cio: remove pm support from IO subchannel drivers
Vineeth Vijayan
1
-14
/
+0
[next]