aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-19s390/dasd: Return BLK_STS_INVAL for EINVAL from do_dasd_requestJaehoon Kim1-5/+7
2025-10-19s390/dasd: enforce dma_alignment to ensure proper buffer validationJaehoon Kim1-0/+5
2025-10-19s390/cio/ioasm: Fix __xsch() condition code handlingHeiko Carstens1-4/+3
2025-10-19s390/cio: Update purge function to unregister the unused subchannelsVineeth Vijayan1-13/+24
2025-08-20s390/sclp: Fix SCCB present checkPeter Oberparleiter1-2/+9
2025-08-08Merge tag 's390-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-6/+4
2025-07-31s390/ap: Unmask SLCF bit in card and queue ap functions sysfsHarald Freudenberger1-1/+1
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-2105/+13
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds46-6/+46
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds4-7/+7
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2025-07-24s390/ism: fix concurrency management in ism_cmd()Halil Pasic1-0/+3
2025-07-21s390/qeth: Make hw_trap sysfs attribute idempotentAswin Karuvally1-9/+13
2025-07-21s390/sclp: Use monotonic clock in sclp_sync_wait()Sven Schnelle1-2/+2
2025-07-16s390/net: Remove NETIUCV device driverNagamani PV3-2096/+0
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple1-5/+4
2025-07-09mm: remove remaining uses of PFN_DEVAlistair Popple1-2/+1
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman1-0/+2
2025-06-17s390/drivers: Remove unnecessary include <linux/export.h>Heiko Carstens4-4/+0
2025-06-17s390/drivers: Explicitly include <linux/export.h>Heiko Carstens42-0/+44
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh2-5/+5
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh2-2/+2
2025-06-16s390/pkey: Prevent overflow in size calculation for memdup_user()Fedor Pchelkin1-1/+1
2025-06-09Merge branch '6.16/scsi-queue' into 6.16/scsi-fixesMartin K. Petersen1-0/+2
2025-06-09scsi: s390: zfcp: Ensure synchronous unit_addPeter Oberparleiter1-0/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar13-15/+18
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+2
2025-05-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+6
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2025-05-26Merge tag 's390-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds23-997/+946
2025-05-12scsi: zfcp: Simplify workqueue allocationBenjamin Block1-8/+6
2025-05-11treewide: fix typo "previlege"WangYuli1-2/+2
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2025-05-05s390/dcssblk: Fix build error with CONFIG_DAX=m and CONFIG_DCSSBLK=yGerald Schaefer1-2/+1
2025-04-30s390/con3270: Use strscpy() instead of strcpy()Heiko Carstens1-5/+12
2025-04-30s390: Simple strcpy() to strscpy() conversionsHeiko Carstens2-3/+3
2025-04-30s390/pkey/crypto: Introduce xflags param for pkey in-kernel APIHarald Freudenberger1-2/+1
2025-04-30s390/pkey: Provide and pass xflags within pkey and zcrypt layersHarald Freudenberger12-151/+214
2025-04-30s390/pkey: Use preallocated memory for retrieve of UV secret metadataHarald Freudenberger1-3/+35
2025-04-30s390/pkey: Rework EP11 pkey handler to use stack for small memory allocsHarald Freudenberger1-33/+10
2025-04-30s390/pkey: Rework CCA pkey handler to use stack for small memory allocsHarald Freudenberger1-33/+10
2025-04-30s390/zcrypt: Rework ep11 misc functions to use cprb mempoolHarald Freudenberger4-49/+76
2025-04-30s390/zcrypt: Locate ep11_domain_query_info onto the stack instead of kmallocHarald Freudenberger1-15/+10
2025-04-30s390/zcrypt: Propagate xflags argument with cca_get_info()Harald Freudenberger3-6/+6
2025-04-30s390/zcrypt: Rework cca misc functions kmallocs to use the cprb mempoolHarald Freudenberger1-13/+29
2025-04-30s390/zcrypt: Rework ep11 findcard() implementation and callersHarald Freudenberger3-42/+20
2025-04-30s390/zcrypt: Rework cca findcard() implementation and callersHarald Freudenberger3-45/+25
2025-04-30s390/zcrypt: Remove CCA and EP11 card and domain info cachesHarald Freudenberger6-232/+47
2025-04-30s390/zcrypt: Remove unused functions from cca miscHarald Freudenberger2-151/+0