summaryrefslogtreecommitdiff
path: root/drivers/s390/char/sclp_sd.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2025-11-17treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo1-2/+1
2025-07-30Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+0
2025-06-17s390/drivers: Remove unnecessary include <linux/export.h>Heiko Carstens1-1/+0
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh1-1/+1
2025-01-07s390/sclp: Constify 'struct bin_attribute'Thomas Weißschuh1-2/+2
2024-07-01s390/sclp: Add timeout to Store Data requestsPeter Oberparleiter1-4/+10
2024-07-01s390/sclp: Prevent release of buffer in I/OPeter Oberparleiter1-2/+8
2024-07-01s390/sclp: Suppress unnecessary Store Data warningPeter Oberparleiter1-0/+4
2022-01-08s390/sclp_sd: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2021-10-26s390/sclp: sort out physical vs virtual pointers usageAlexander Gordeev1-1/+1
2021-10-04s390/sclp_sd: fix warnings about missing parameter descriptionPeter Oberparleiter1-1/+8
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-02-22s390/sclp: Add support for Store Data SCLP interfacePeter Oberparleiter1-0/+569