aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/s390/cio
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 's390-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-9/+5
2026-08-11s390/cio: Enable CONTEXT_ANALYSISHeiko Carstens1-0/+2
2026-08-11s390/vfio_ccw: Add __must_hold() attribute to vfio_ccw_sch_quiesce()Heiko Carstens2-1/+3
2026-08-05s390/cio: Remove cond_resched() callsHeiko Carstens1-8/+0
2026-07-30s390/vfio_ccw: Implement a crw lockEric Farman4-10/+30
2026-07-30s390/vfio_ccw: Selectively expand io_mutexEric Farman5-5/+19
2026-07-30s390/vfio_ccw: Move cp cleanup out of not operationalEric Farman4-2/+26
2026-07-30s390/vfio_ccw: Cancel existing workqueuesEric Farman1-0/+15
2026-07-30s390/vfio_ccw: Ensure index for read/write regions are within rangeEric Farman3-4/+34
2026-07-30s390/vfio_ccw: Calculate idal length based on idaw typeEric Farman1-2/+3
2026-07-30s390/vfio_ccw: Ensure first IDAW remains constantEric Farman2-0/+18
2026-07-30s390/vfio_ccw: Fix out of bounds check on CCW arrayEric Farman1-12/+5
2026-07-30s390/vfio_ccw: Limit the number of channel program segmentsEric Farman2-0/+14
2026-07-30s390/vfio_ccw: Free all memory if cp_init() failsEric Farman1-4/+18
2026-06-16Merge branch 'idle-time-acc' into featuresAlexander Gordeev2-2/+2
2026-06-16Merge tag 's390-7.2-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2026-06-15s390/irq/idle: Use stcke instead of stckf for time stampsHeiko Carstens2-2/+2
2026-05-11s390/cio: Restore GFP_DMA for CHSC allocationPeter Oberparleiter3-13/+13
2026-05-05s390/cio: Purge based on the cdev's online statusVineeth Vijayan1-1/+1
2026-04-04s390/cio: use generic driver_override infrastructureDanilo Krummrich2-35/+4
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-6/+3
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-26/+26
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook15-43/+43
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2026-02-05s390/cio: Fix device lifecycle handling in css_alloc_subchannel()Salah Triki1-1/+1
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2025-12-04Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-40/+7
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens8-16/+8
2025-11-17s390: Remove compat supportHeiko Carstens1-6/+1
2025-11-12vfio/ccw: Convert to get_region_info_capsJason Gunthorpe1-48/+7
2025-11-12vfio/ccw: Provide a get_region_info opJason Gunthorpe1-18/+26
2025-10-21s390/cio: Use scnprintf() instead of sprintf()Heiko Carstens5-12/+13
2025-10-04s390/cio: Update purge function to unregister the unused subchannelsVineeth Vijayan1-13/+24
2025-09-29s390: Remove superfluous newlines from inline assembliesHeiko Carstens1-1/+1
2025-09-29s390/cio/ioasm: Fix __xsch() condition code handlingHeiko Carstens1-4/+3
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds12-1/+13
2025-06-17s390/drivers: Remove unnecessary include <linux/export.h>Heiko Carstens1-1/+0
2025-06-17s390/drivers: Explicitly include <linux/export.h>Heiko Carstens11-0/+13
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-2/+2
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds5-12/+12
2025-03-18s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assembliesHeiko Carstens1-4/+4
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens1-1/+2
2025-02-18s390/vfio-ccw: Make mdev_types not look like a fake flex arrayHalil Pasic2-4/+4
2025-02-18s390/cio: Remove outdated email addressHeiko Carstens1-3/+2
2025-02-11s390/cio: Fix CHPID "configure" attribute cachingPeter Oberparleiter1-1/+2
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-14/+14
2025-01-07sysfs: constify macro BIN_ATTRIBUTE_GROUPS()Thomas Weißschuh1-14/+14