index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
s390
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2023-04-30
21
-542
/
+797
|
\
|
*
s390/zcrypt: rework arrays with length zero occurrences
Harald Freudenberger
2023-04-19
4
-42
/
+40
|
*
s390/cio: replace zero-length array with flexible-array member
Heiko Carstens
2023-04-13
2
-2
/
+2
|
*
s390/sclp: replace zero-length array with flexible-array member
Heiko Carstens
2023-04-13
2
-2
/
+2
|
*
s390/zcrypt: simplify prep of CCA key token
Harald Freudenberger
2023-04-04
1
-23
/
+12
|
*
s390/zcrypt: remove unused ancient padding code
Harald Freudenberger
2023-04-04
1
-64
/
+8
|
*
s390/vfio-ap: remove redundant driver match function
Lizhe
2023-03-27
1
-6
/
+0
|
*
s390/ap: add ap status asynch error support
Harald Freudenberger
2023-03-20
2
-25
/
+49
|
*
s390/ap: implement SE AP bind, unbind and associate
Harald Freudenberger
2023-03-20
2
-17
/
+291
|
*
s390/ap: introduce low frequency polling possibility
Harald Freudenberger
2023-03-20
3
-24
/
+41
|
*
s390/ap: provide F bit parameter for ap_rapq() and ap_zapq()
Harald Freudenberger
2023-03-20
3
-4
/
+4
|
*
s390/ap: filter ap card functions, new queue functions attribute
Harald Freudenberger
2023-03-20
3
-4
/
+27
|
*
s390/ap: make tapq gr2 response a struct
Harald Freudenberger
2023-03-20
2
-22
/
+9
|
*
s390/ap: introduce new AP bus sysfs attribute features
Harald Freudenberger
2023-03-20
1
-0
/
+26
|
*
s390/ap: exploit new B bit from QCI config info
Harald Freudenberger
2023-03-20
3
-7
/
+20
|
*
s390/zcrypt: replace scnprintf with sysfs_emit
Harald Freudenberger
2023-03-20
8
-248
/
+199
|
*
s390/zcrypt: rework length information for dqap
Harald Freudenberger
2023-03-20
5
-31
/
+48
|
*
s390/zcrypt: make psmid unsigned long instead of long long
Harald Freudenberger
2023-03-20
5
-17
/
+17
|
*
Merge branch 'decompressor-memory-tracking' into features
Heiko Carstens
2023-03-20
1
-4
/
+4
|
|
\
|
|
*
s390/boot: rename mem_detect to physmem_info
Vasily Gorbik
2023-03-20
1
-4
/
+4
|
*
|
s390/zcrypt: remove unnecessary (void *) conversions
Yu Zhe
2023-03-13
1
-7
/
+5
|
|
/
*
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2023-04-27
1
-3
/
+19
|
\
\
|
*
|
virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
Viktor Prutyanov
2023-04-21
1
-3
/
+19
*
|
|
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
7
-31
/
+31
|
\
\
\
|
*
|
|
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
2023-04-03
1
-1
/
+2
|
|
\
|
|
|
*
|
|
driver core: class: mark the struct class for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-29
1
-4
/
+4
|
*
|
|
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-23
1
-21
/
+21
|
*
|
|
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-17
6
-6
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-04-26
1
-3
/
+7
|
\
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-30
1
-1
/
+2
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
net/ism: Remove redundant pci_clear_master
Cai Huoqing
2023-03-24
1
-2
/
+0
|
*
|
|
net/ism: Remove extra include
Stefan Raspl
2023-03-15
1
-1
/
+0
|
*
|
|
net/smc: Introduce explicit check for v2 support
Stefan Raspl
2023-03-15
1
-0
/
+7
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2023-04-26
1
-1
/
+1
|
\
\
\
|
*
|
|
scsi: zfcp: Declare SCSI host template const
Bart Van Assche
2023-03-24
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-26
5
-33
/
+202
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
s390/dasd: fix hanging blockdevice after request requeue
Stefan Haberland
2023-04-11
1
-1
/
+1
|
*
|
s390/dasd: add autoquiesce event for start IO error
Stefan Haberland
2023-04-11
1
-0
/
+2
|
*
|
s390/dasd: add aq_timeouts autoquiesce trigger
Stefan Haberland
2023-04-11
4
-0
/
+60
|
*
|
s390/dasd: add aq_requeue sysfs attribute
Stefan Haberland
2023-04-11
1
-0
/
+36
|
*
|
s390/dasd: add aq_mask sysfs attribute
Stefan Haberland
2023-04-11
2
-7
/
+59
|
*
|
s390/dasd: add autoquiesce feature
Stefan Haberland
2023-04-11
3
-17
/
+46
|
*
|
s390/dasd: remove unused DASD EER defines
Stefan Haberland
2023-04-11
1
-11
/
+1
|
|
/
*
/
s390/vfio-ap: fix memory leak in vfio_ap device driver
Tony Krowiak
2023-03-27
1
-1
/
+2
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2023-03-03
7
-29
/
+80
|
\
|
*
scsi: zfcp: Trace when request remove fails after qdio send fails
Benjamin Block
2023-02-21
3
-4
/
+52
|
*
scsi: zfcp: Change the type of all fsf request id fields and variables to u64
Benjamin Block
2023-02-21
6
-17
/
+18
|
*
scsi: zfcp: Make the type for accessing request hashtable buckets size_t
Benjamin Block
2023-02-21
1
-9
/
+11
*
|
Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2023-03-03
2
-3
/
+3
|
\
\
|
*
|
s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg union
Harald Freudenberger
2023-02-27
2
-3
/
+3
[next]