summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-6/+3
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-26/+26
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-43/+43
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2026-02-05s390/cio: Fix device lifecycle handling in css_alloc_subchannel()Salah Triki-1/+1
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2025-12-04Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-40/+7
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens-16/+8
2025-11-17s390: Remove compat supportHeiko Carstens-6/+1
2025-11-12vfio/ccw: Convert to get_region_info_capsJason Gunthorpe-48/+7
2025-11-12vfio/ccw: Provide a get_region_info opJason Gunthorpe-18/+26
2025-10-21s390/cio: Use scnprintf() instead of sprintf()Heiko Carstens-12/+13
2025-10-04s390/cio: Update purge function to unregister the unused subchannelsVineeth Vijayan-13/+24
2025-09-29s390: Remove superfluous newlines from inline assembliesHeiko Carstens-1/+1
2025-09-29s390/cio/ioasm: Fix __xsch() condition code handlingHeiko Carstens-4/+3
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-1/+13
2025-06-17s390/drivers: Remove unnecessary include <linux/export.h>Heiko Carstens-1/+0
2025-06-17s390/drivers: Explicitly include <linux/export.h>Heiko Carstens-0/+13
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-12/+12
2025-03-18s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assembliesHeiko Carstens-4/+4
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens-1/+2
2025-02-18s390/vfio-ccw: Make mdev_types not look like a fake flex arrayHalil Pasic-4/+4
2025-02-18s390/cio: Remove outdated email addressHeiko Carstens-3/+2
2025-02-11s390/cio: Fix CHPID "configure" attribute cachingPeter Oberparleiter-1/+2
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-14/+14
2025-01-07sysfs: constify macro BIN_ATTRIBUTE_GROUPS()Thomas Weißschuh-14/+14
2025-01-03s390/qdio: Move memory alloc/pointer arithmetic for slib and sl into one placeBenjamin Block-10/+16
2025-01-03s390/cio: Use array indices instead of pointer arithmeticBenjamin Block-1/+1
2025-01-03s390/qdio: Rename feature flag aif_osa to aif_qdioBenjamin Block-2/+2
2024-11-13s390/cio/ioasm: Convert to use flag output macrosHeiko Carstens-53/+54
2024-11-13s390/cio/qdio: Convert to use flag output macrosHeiko Carstens-15/+13
2024-11-13s390/cio: Externalize full CMG characteristicsPeter Oberparleiter-20/+39
2024-10-25s390/cio/scm: Switch over to sysfs_emit()Mete Durlu-1/+1
2024-10-25s390/cio/css: Switch over to sysfs_emit()Mete Durlu-3/+3
2024-10-25s390/cio/ccwgroup: Switch over to sysfs_emit()Mete Durlu-1/+1
2024-10-25s390/cio/cmf: Switch over to sysfs_emit()Mete Durlu-5/+4
2024-10-25s390/cio/device: Switch over to sysfs_emit()Mete Durlu-12/+10
2024-10-25s390/cio/chp: Switch over to sysfs_emit()Mete Durlu-9/+9
2024-10-25s390/cio: Do not unregister the subchannel based on DNVVineeth Vijayan-2/+22
2024-10-10s390/cio: Correct some typos in commentsShen Lichuan-5/+5
2024-09-27[tree-wide] finally take no_llseek outAl Viro-2/+0
2024-07-31s390/cio: Add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+2
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+5
2024-07-18Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-3/+3
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-5/+5
2024-07-03s390/vfio_ccw: Fix target addresses of TIC CCWsEric Farman-4/+5