index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
s390
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390/qeth: remove check for packing mode in qeth_check_outbound_queue()
Julian Wiedmann
2021-12-08
1
-4
/
+1
*
s390/qeth: fine-tune .ndo_select_queue()
Julian Wiedmann
2021-12-08
4
-30
/
+22
*
s390/qeth: don't offer .ndo_bridge_* ops for OSA devices
Julian Wiedmann
2021-12-08
1
-2
/
+0
*
s390/qeth: split up L2 netdev_ops
Julian Wiedmann
2021-12-08
1
-4
/
+28
*
s390/qeth: simplify qeth_receive_skb()
Julian Wiedmann
2021-12-08
1
-22
/
+12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-26
3
-45
/
+45
|
\
|
*
s390: replace snprintf in show functions with sysfs_emit
Qing Wang
2021-11-16
3
-45
/
+45
*
|
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-1
/
+3
*
|
s390/lcs: add braces around empty function body
Heiko Carstens
2021-11-19
1
-5
/
+6
*
|
s390/ctcm: add __printf format attribute to ctcm_dbf_longtext
Heiko Carstens
2021-11-19
1
-0
/
+1
*
|
s390/ctcm: fix format string
Heiko Carstens
2021-11-19
1
-1
/
+1
*
|
s390/qeth: allocate RX queue at probe time
Julian Wiedmann
2021-11-19
1
-18
/
+17
|
/
*
s390/cio: check the subchannel validity for dev_busid
Vineeth Vijayan
2021-11-08
1
-2
/
+2
*
s390/tape: fix timer initialization in tape_std_assign()
Sven Schnelle
2021-11-08
1
-2
/
+1
*
Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2021-11-06
25
-158
/
+237
|
\
|
*
s390/ap: function rework based on compiler warning
Harald Freudenberger
2021-10-26
1
-0
/
+3
|
*
s390/cio: make ccw_device_dma_* more robust
Halil Pasic
2021-10-26
1
-1
/
+11
|
*
s390/vfio-ap: s390/crypto: fix all kernel-doc warnings
Tony Krowiak
2021-10-26
3
-20
/
+44
|
*
s390/hmcdrv: fix kernel doc comments
Heiko Carstens
2021-10-26
1
-0
/
+3
|
*
s390/ap: new module option ap.useirq
Harald Freudenberger
2021-10-26
1
-1
/
+5
|
*
s390/sclp: sort out physical vs virtual pointers usage
Alexander Gordeev
2021-10-26
4
-9
/
+14
|
*
s390/zcrypt: rework of debug feature messages
Harald Freudenberger
2021-10-26
10
-117
/
+116
|
*
s390/ap: Fix hanging ioctl caused by orphaned replies
Harald Freudenberger
2021-10-26
1
-0
/
+2
|
*
s390/block/scm_blk: add error handling support for add_disk()
Luis Chamberlain
2021-10-04
1
-1
/
+6
|
*
s390/block/dcssblk: add error handling support for add_disk()
Gerald Schaefer
2021-10-04
1
-1
/
+7
|
*
s390/block/dasd_genhd: add error handling support for add_disk()
Luis Chamberlain
2021-10-04
1
-2
/
+8
|
*
s390/sclp_vt220: fix unused function warning
Randy Dunlap
2021-10-04
1
-2
/
+2
|
*
s390/sclp_sd: fix warnings about missing parameter description
Peter Oberparleiter
2021-10-04
1
-1
/
+8
|
*
s390/cio: derive cdev information only for IO-subchannels
Vineeth Vijayan
2021-10-04
1
-3
/
+6
|
*
s390/cio: unregister the subchannel while purging
Vineeth Vijayan
2021-10-04
1
-0
/
+2
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
1
-1
/
+1
|
\
\
|
*
|
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
2021-11-06
1
-1
/
+1
|
*
|
memblock: drop memblock_free_early_nid() and memblock_free_early()
Mike Rapoport
2021-11-06
1
-1
/
+1
|
|
/
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-11-05
4
-24
/
+42
|
\
\
|
*
|
scsi: zfcp: Switch to attribute groups
Bart Van Assche
2021-10-17
3
-21
/
+39
|
*
|
scsi: zfcp_scsi: Call scsi_done() directly
Bart Van Assche
2021-10-17
2
-3
/
+3
*
|
|
Merge tag 'vfio-v5.16-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2021-11-03
4
-118
/
+167
|
\
\
\
|
*
|
|
vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()
Jason Gunthorpe
2021-10-28
3
-48
/
+85
|
*
|
|
vfio/ccw: Pass vfio_ccw_private not mdev_device to various functions
Jason Gunthorpe
2021-10-28
1
-22
/
+15
|
*
|
|
vfio/ccw: Use functions for alloc/free of the vfio_ccw_private
Jason Gunthorpe
2021-10-28
1
-47
/
+66
|
*
|
|
vfio/ccw: Remove unneeded GFP_DMA
Jason Gunthorpe
2021-10-28
1
-1
/
+1
|
*
|
|
Merge branch 'v5.16/vfio/hch-cleanup-vfio-iommu_group-creation-v6' into v5.16...
Alex Williamson
2021-09-30
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
vfio: simplify iommu group allocation for mediated devices
Christoph Hellwig
2021-09-30
1
-1
/
+1
*
|
|
|
|
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-11-02
12
-254
/
+232
|
\
\
\
\
\
|
*
|
|
|
|
s390/qeth: update kerneldoc for qeth_add_hw_header()
Julian Wiedmann
2021-10-25
1
-0
/
+2
|
*
|
|
|
|
s390/qeth: fix kernel doc comments
Heiko Carstens
2021-10-25
2
-6
/
+6
|
*
|
|
|
|
s390/qeth: add __printf format attribute to qeth_dbf_longtext
Heiko Carstens
2021-10-25
1
-0
/
+1
|
*
|
|
|
|
s390/qeth: fix various format strings
Heiko Carstens
2021-10-25
1
-7
/
+7
|
*
|
|
|
|
s390/qeth: don't keep track of Input Queue count
Julian Wiedmann
2021-10-25
2
-11
/
+7
|
*
|
|
|
|
s390/qeth: clarify remaining dev_kfree_skb_any() users
Julian Wiedmann
2021-10-25
1
-3
/
+3
[next]