summaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2025-12-07s390: Unmap early KASAN shadow on memory offliningVasily Gorbik1-0/+16
2025-12-07s390/vmur: Use scnprintf() instead of sprintf()Heiko Carstens1-4/+4
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2025-12-05Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-40/+7
2025-12-04Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-83/+72
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5-62/+228
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2025-12-03Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds92-861/+699
2025-11-26s390/dasd: Use scnprintf() instead of sprintf()Jan Höppner1-1/+2
2025-11-26s390/dasd: Move device name formatting into separate functionJan Höppner1-26/+54
2025-11-26s390/dasd: Remove unnecessary debugfs_create() return checksStefan Haberland1-56/+8
2025-11-26s390/dasd: Fix gendisk parent after copy pair swapStefan Haberland1-0/+8
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens75-150/+75
2025-11-24s390/ap: Restrict driver_override versus apmask and aqmask useHarald Freudenberger3-6/+56
2025-11-24s390/ap: Rename mutex ap_perms_mutex to ap_attr_mutexHarald Freudenberger4-48/+52
2025-11-24s390/ap: Support driver_override for AP queue devicesHarald Freudenberger3-27/+110
2025-11-24s390/ap: Use all-bits-one apmask/aqmask for vfio in_use() checksHarald Freudenberger1-2/+6
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2025-11-19s390/dasd: Switch to use %ptSpAndy Shevchenko1-2/+1
2025-11-18s390/qeth: Handle ambiguous OSA RCs in s390dbfAswin Karuvally3-49/+205
2025-11-18s390/qeth: Move all OSA RCs to single enumAswin Karuvally1-10/+5
2025-11-18s390/ctcm: Fix double-kfreeAleksei Nikiforov1-1/+0
2025-11-17s390: Remove compat supportHeiko Carstens13-290/+7
2025-11-17treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo1-2/+1
2025-11-13vfio/ccw: Convert to get_region_info_capsJason Gunthorpe1-48/+7
2025-11-13vfio/ccw: Provide a get_region_info opJason Gunthorpe1-18/+26
2025-11-06s390/ctcm: Use info level for handshake UC_RCRESETAswin Karuvally1-0/+14
2025-11-06s390/sclp_mem: Consider global memory_hotplug.memmap_on_memory settingSumanth Korikkar1-0/+2
2025-10-24s390/ap: Don't leak debug feature files if AP instructions are not availableHeiko Carstens1-4/+4
2025-10-23s390/ap: Expose ap_bindings_complete_count counter via sysfsHarald Freudenberger1-0/+10
2025-10-21s390/ap: Introduce new AP nqap and dqap trace eventsHarald Freudenberger1-1/+18
2025-10-21s390/zcrypt: Rework zcrypt request and reply trace event definitionHarald Freudenberger1-5/+10
2025-10-21Merge branch 'tape-block-sizes'Heiko Carstens7-237/+136
2025-10-21s390/tape: Add support for bigger block sizesJan Höppner5-34/+86
2025-10-21s390/tape: Introduce idal buffer arrayJan Höppner4-16/+16
2025-10-21s390/tape: Move idal allocation to core functionsJan Höppner4-47/+35
2025-10-21s390/tape: Fix return value of ccw helper functionsJan Höppner1-2/+2
2025-10-21s390/tape: Remove extra CCW allocation for error recoveryJan Höppner1-5/+1
2025-10-21s390/tape: Remove 3590 Read Opposite error recoveryJan Höppner1-89/+0
2025-10-21s390/tape: Remove 34xx Read Opposite error recoveryJan Höppner2-48/+0
2025-10-21s390/tape: Remove count parameter from read/write_block functionsJan Höppner4-8/+8
2025-10-21Merge branch 'memory-hotplug'Heiko Carstens1-83/+204
2025-10-21s390/con3270: Use scnprintf() instead of sprintf()Heiko Carstens1-1/+1
2025-10-21s390/tape: Use scnprintf() instead of sprintf()Heiko Carstens1-1/+1
2025-10-21s390/dcss: Use scnprintf() instead of sprintf()Heiko Carstens1-2/+2
2025-10-21s390/cio: Use scnprintf() instead of sprintf()Heiko Carstens5-12/+13
2025-10-21s390/iucv: Convert sprintf/snprintf to scnprintfAswin Karuvally1-3/+4
2025-10-14s390/sclp: Remove MHP_OFFLINE_INACCESSIBLESumanth Korikkar1-1/+1
2025-10-14s390/sclp: Add support for dynamic (de)configuration of memorySumanth Korikkar1-83/+204
2025-10-09Merge tag 's390-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-19/+29