index
:
kernel/linux.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2025-05-02
s390/tty: Fix a potential memory leak bug
Haoxiang Li
1
-0
/
+12
2025-05-02
s390/sclp: Add check for get_zeroed_page()
Haoxiang Li
1
-0
/
+17
2025-04-20
s390/virtio_ccw: Don't allocate/assign airqs for non-existing queues
David Hildenbrand
1
-4
/
+12
2025-02-20
Merge tag 'net-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+12
2025-02-18
s390/ism: add release function for struct device
Julian Ruess
1
-2
/
+12
2025-02-15
Merge tag 's390-6.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-1
/
+2
2025-02-13
s390/qeth: move netif_napi_add_tx() and napi_enable() from under BH
Alexandra Winter
1
-3
/
+5
2025-02-11
s390/cio: Fix CHPID "configure" attribute caching
Peter Oberparleiter
1
-1
/
+2
2025-01-30
Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2
-14
/
+6
2025-01-29
s390/vmlogrdr: Use array instead of string initializer
Heiko Carstens
1
-3
/
+3
2025-01-29
s390/vmlogrdr: Use internal_name for error messages
Heiko Carstens
1
-1
/
+1
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-14
/
+14
2025-01-28
s390/sclp: Initialize sclp subsystem via arch_cpu_finalize_init()
Heiko Carstens
1
-10
/
+2
2025-01-27
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
5
-12
/
+18
2025-01-21
Merge tag 's390-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
9
-115
/
+93
2025-01-15
s390/diag: Add memory topology information via diag310
Mete Durlu
1
-0
/
+1
2025-01-07
sysfs: constify macro BIN_ATTRIBUTE_GROUPS()
Thomas Weißschuh
1
-14
/
+14
2025-01-07
s390/pkey: Constify 'struct bin_attribute'
Thomas Weißschuh
1
-64
/
+64
2025-01-07
s390/sclp: Constify 'struct bin_attribute'
Thomas Weißschuh
2
-4
/
+4
2025-01-03
s390/qdio: Move memory alloc/pointer arithmetic for slib and sl into one place
Benjamin Block
2
-10
/
+16
2025-01-03
s390/cio: Use array indices instead of pointer arithmetic
Benjamin Block
1
-1
/
+1
2025-01-03
s390/qdio: Rename feature flag aif_osa to aif_qdio
Benjamin Block
2
-2
/
+2
2024-12-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
2
-2
/
+0
2024-12-18
Merge branch 'pci-device-recovery' into features
Alexander Gordeev
2
-33
/
+0
2024-12-17
s390/diag324: Retrieve power readings via diag 0x324
Sumanth Korikkar
2
-1
/
+5
2024-12-16
s390/pci: Report PCI error recovery results via SCLP
Niklas Schnelle
2
-33
/
+0
2024-12-10
scsi: zfcp: Clarify zfcp_port refcount ownership during "link" test
Steffen Maier
1
-1
/
+6
2024-12-10
scsi: zfcp: Correct kdoc parameter description for sending ELS and CT
Fedor Loshakov
1
-2
/
+2
2024-12-04
scsi: Convert SCSI drivers to .sdev_configure()
Bart Van Assche
1
-2
/
+3
2024-12-04
scsi: Rename .slave_alloc() and .slave_destroy()
Bart Van Assche
3
-7
/
+7
2024-11-29
Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2024-11-27
s390/ap: Replace xchg() with WRITE_ONCE()
Heiko Carstens
1
-1
/
+1
2024-11-21
s390/vfio-ap: Remove gmap_convert_to_secure() from vfio_ap_ops
Claudio Imbrenda
1
-10
/
+22
2024-11-19
Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
37
-455
/
+816
2024-11-18
s390/con3215: Remove spurious NULL in attribute_group definition
Thomas Weißschuh
1
-1
/
+0
2024-11-13
s390/cio/ioasm: Convert to use flag output macros
Heiko Carstens
1
-53
/
+54
2024-11-13
s390/cio/qdio: Convert to use flag output macros
Heiko Carstens
1
-15
/
+13
2024-11-13
s390/sclp: Convert to use flag output macros
Heiko Carstens
1
-7
/
+11
2024-11-13
s390/dasd: Convert to use flag output macros
Heiko Carstens
1
-6
/
+9
2024-11-13
s390/cio: Externalize full CMG characteristics
Peter Oberparleiter
4
-20
/
+39
2024-11-12
s390/con3270: Use NULL instead of 0 for pointers
Heiko Carstens
1
-2
/
+2
2024-11-10
s390/dasd: Fix typo in comment
Yu Jiaoliang
3
-3
/
+3
2024-11-10
s390/dasd: fix redundant /proc/dasd* entries removal
Miroslav Franc
1
-0
/
+5
2024-11-07
s390/uvdevice: Fix and slightly improve kernel-doc comment
Heiko Carstens
1
-12
/
+20
2024-11-07
s390/uvdevice: Support longer secret lists
Steffen Eiden
1
-19
/
+50
2024-10-29
s390/pkey: Tolerate larger key blobs
Holger Dengler
2
-8
/
+8
2024-10-29
s390/pkey: Add new pkey handler module pkey-uv
Harald Freudenberger
3
-0
/
+291
2024-10-29
s390/pkey: Build module name array selectively based on kernel config options
Harald Freudenberger
1
-1
/
+10
2024-10-29
s390/pkey: Rework pkey verify for protected keys
Harald Freudenberger
1
-42
/
+38
2024-10-29
s390/pkey: Simplify protected key length calculation code
Harald Freudenberger
2
-118
/
+72
[next]