aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-17s390/ctcm: Fix double-kfreeAleksei Nikiforov1-1/+0
2025-10-09Merge tag 's390-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-19/+29
2025-10-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2025-10-04Merge tag 'tty-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-10/+8
2025-10-04s390/cio: Update purge function to unregister the unused subchannelsVineeth Vijayan1-13/+24
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-370/+259
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-8/+16
2025-09-30KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalentSean Christopherson1-1/+1
2025-09-29Merge tag 's390-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds8-469/+481
2025-09-29s390: Remove superfluous newlines from inline assembliesHeiko Carstens2-2/+2
2025-09-29s390/cio/ioasm: Fix __xsch() condition code handlingHeiko Carstens1-4/+3
2025-09-25s390/dasd: enforce dma_alignment to ensure proper buffer validationJaehoon Kim1-0/+5
2025-09-25s390/dasd: Return BLK_STS_INVAL for EINVAL from do_dasd_requestJaehoon Kim1-5/+7
2025-09-25s390/tape: Add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2025-09-23dibs: Move event handling to dibs layerJulian Ruess3-153/+111
2025-09-23dibs: Move data path to dibs layerAlexandra Winter1-72/+49
2025-09-23dibs: Move query_remote_gid() to dibs_dev_opsAlexandra Winter1-23/+18
2025-09-23dibs: Move vlan support to dibs_dev_opsAlexandra Winter1-41/+6
2025-09-23dibs: Local gid for dibs devicesAlexandra Winter2-21/+18
2025-09-23dibs: Create class dibsJulian Ruess1-1/+4
2025-09-23dibs: Move struct device to dibs_devJulian Ruess1-32/+8
2025-09-23dibs: Define dibs_client_ops and dibs_dev_opsAlexandra Winter1-24/+19
2025-09-23dibs: Register ism as dibs deviceAlexandra Winter3-32/+54
2025-09-23net/smc: Remove error handling of unregister_dmb()Alexandra Winter1-0/+1
2025-09-16s390/dcssblk: Add DAX supportGerald Schaefer2-16/+31
2025-09-15Merge 6.17-rc6 into tty-nextGreg Kroah-Hartman1-2/+9
2025-09-09s390/hmcdrv: Replace kmalloc() + copy_from_user() with memdup_user_nul()Thorsten Blum1-13/+6
2025-09-03Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into for-6.18/blockJens Axboe1-3/+4
2025-08-28s390/pkey: Forward keygenflags to ep11_unwrapkeyHarald Freudenberger1-1/+3
2025-08-20s390/sclp: Move memory hotplug code for better modularitySumanth Korikkar3-385/+400
2025-08-20s390/sclp: Refactor sclp_cmd.cSumanth Korikkar1-96/+83
2025-08-20s390/sclp: Fix SCCB present checkPeter Oberparleiter1-2/+9
2025-08-17s390/char/con3270: use tty_port_tty guard()Jiri Slaby (SUSE)1-10/+8
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro1-3/+4
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