index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-24
block: pass a gendisk to bdev_disk_changed
Christoph Hellwig
1
-2
/
+2
2021-06-21
s390/vfio-ap: clean up mdev resources when remove callback invoked
Tony Krowiak
1
-10
/
+0
2021-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-7
/
+29
2021-06-18
s390/sclp: convert list_for_each to entry variant
Zou Wei
1
-3
/
+1
2021-06-18
s390/vmlogrdr: Remove power management support
Peter Oberparleiter
1
-24
/
+0
2021-06-18
s390/sclp: Remove sclp base power management support
Peter Oberparleiter
3
-187
/
+1
2021-06-18
s390/sclp: Remove quiesce power management support
Peter Oberparleiter
1
-34
/
+3
2021-06-18
s390/sclp: Remove memory hotplug power management support
Peter Oberparleiter
1
-34
/
+0
2021-06-18
s390/sclp: Remove vt220 power management support
Peter Oberparleiter
1
-49
/
+3
2021-06-18
s390/sclp: Remove console power management support
Peter Oberparleiter
3
-63
/
+3
2021-06-18
s390/monwriter: Remove power management support
Peter Oberparleiter
1
-89
/
+1
2021-06-18
s390/monreader: Remove power management support
Peter Oberparleiter
1
-122
/
+3
2021-06-18
s390/xpram: Remove power management support
Peter Oberparleiter
1
-60
/
+3
2021-06-18
s390/dcssblk: Remove power management support
Peter Oberparleiter
1
-103
/
+3
2021-06-18
s390/cio: dont call css_wait_for_slow_path() inside a lock
Vineeth Vijayan
2
-2
/
+3
2021-06-17
s390/ap/zcrypt: notify userspace with online, config and mode info
Harald Freudenberger
8
-17
/
+111
2021-06-17
s390/ap: Fix hanging ioctl caused by wrong msg counter
Harald Freudenberger
1
-2
/
+9
2021-06-12
s390/netiuvc: get rid of forward declarations
Heiko Carstens
1
-18
/
+10
2021-06-11
s390/qeth: Consider dependency on SWITCHDEV module
Alexandra Winter
1
-2
/
+10
2021-06-11
s390/qeth: shrink TX buffer struct
Julian Wiedmann
2
-5
/
+4
2021-06-11
s390/qeth: remove TX buffer's pointer to its queue
Julian Wiedmann
2
-6
/
+4
2021-06-11
s390/qeth: remove QAOB's pointer to its TX buffer
Julian Wiedmann
2
-87
/
+48
2021-06-11
s390/qeth: consolidate completion of pending TX buffers
Julian Wiedmann
2
-47
/
+29
2021-06-11
s390/qeth: use ethtool_sprintf()
Julian Wiedmann
1
-4
/
+2
2021-06-11
s390/qeth: unify the tracking of active cmds on ccw device
Julian Wiedmann
2
-15
/
+11
2021-06-11
s390/qeth: also use TX NAPI for non-IQD devices
Julian Wiedmann
2
-75
/
+79
2021-06-11
s390/qeth: count TX completion interrupts
Julian Wiedmann
3
-1
/
+5
2021-06-11
scm_blk: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
1
-15
/
+6
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/vfio-ap: clean up vfio_ap_drv's definition
Julian Wiedmann
1
-7
/
+6
2021-06-07
s390/ap: extend AP change bindings-complete uevent with counter
Harald Freudenberger
1
-2
/
+8
2021-06-07
s390/sclp_vt220: fix console name to match device
Valentin Vidic
1
-2
/
+2
2021-06-07
s390/ccwgroup: release the cdevs from within dev->release()
Julian Wiedmann
1
-32
/
+17
2021-06-07
s390/ap: wire up bus->probe and bus->remove
Julian Wiedmann
1
-2
/
+2
2021-06-07
s390/zcrypt: remove zcrypt_device_count
Julian Wiedmann
3
-4
/
+0
2021-06-07
s390/crypto: fix function/prototype mismatches
Sven Schnelle
2
-6
/
+6
2021-06-01
block: move bd_mutex to struct gendisk
Christoph Hellwig
1
-4
/
+4
2021-06-01
xpram: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-17
/
+9
2021-06-01
dcssblk: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-18
/
+8
2021-06-01
scsi: core: Introduce scsi_build_sense()
Hannes Reinecke
1
-4
/
+1
2021-05-31
Merge 5.13-rc4 into tty-next
Greg Kroah-Hartman
7
-7
/
+29
2021-05-29
Merge tag 's390-5.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
4
-4
/
+15
2021-05-29
Merge tag 'block-5.13-2021-05-28' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-3
/
+14
2021-05-25
s390/dasd: add missing discipline function
Stefan Haberland
3
-3
/
+14
2021-05-13
tty: remove empty tty_operations::flush_buffer
Jiri Slaby
1
-6
/
+0
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
5
-10
/
+8
[prev]
[next]