- e628f28 s390/qdio: remove unneeded sanity check in qdio_do_sqbs() by Julian Wiedmann · 3 years, 1 month ago
- a60bffe s390/qdio: split do_QDIO() by Julian Wiedmann · 3 years, 4 months ago
- b44995e s390/qdio: split qdio_inspect_queue() by Julian Wiedmann · 3 years, 5 months ago
- 513251f s390/qdio: clarify handler logic for qdio_handle_activate_check() by Julian Wiedmann · 3 years, 1 month ago
- 0a86cdcb s390/qdio: clean up access to queue in qdio_handle_activate_check() by Julian Wiedmann · 3 years, 1 month ago
- 718ce9e s390/qdio: avoid allocating the qdio_irq with GFP_DMA by Julian Wiedmann · 3 years, 4 months ago
- bd3a025 s390/qdio: improve handling of CIWs by Julian Wiedmann · 3 years, 6 months ago
- a84d1c5 s390/cio: remove uevent suppress from cio driver by Vineeth Vijayan · 3 years, 6 months ago
- 4b9e043 s390: replace snprintf in show functions with sysfs_emit by Qing Wang · 3 years, 2 months ago
- a4751f1 s390/cio: check the subchannel validity for dev_busid by Vineeth Vijayan · 3 years, 2 months ago
- 0b707e5 Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 2 months ago
- d4ec3d5 Merge tag 'vfio-v5.16-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 2 months ago
- 3bf1311 vfio/ccw: Convert to use vfio_register_emulated_iommu_dev() by Jason Gunthorpe · 3 years, 2 months ago
- 39b6ee0 vfio/ccw: Pass vfio_ccw_private not mdev_device to various functions by Jason Gunthorpe · 3 years, 2 months ago
- 0972c7d vfio/ccw: Use functions for alloc/free of the vfio_ccw_private by Jason Gunthorpe · 3 years, 2 months ago
- d0a9329 vfio/ccw: Remove unneeded GFP_DMA by Jason Gunthorpe · 3 years, 2 months ago
- ad9a145 s390/cio: make ccw_device_dma_* more robust by Halil Pasic · 3 years, 4 months ago
- a18c28f s390/qeth: move qdio's QAOB cache into qeth by Julian Wiedmann · 3 years, 2 months ago
- 0c3812c s390/cio: derive cdev information only for IO-subchannels by Vineeth Vijayan · 3 years, 3 months ago
- fa172f0 s390/cio: unregister the subchannel while purging by Vineeth Vijayan · 3 years, 3 months ago
- 172da89 s390/cio: avoid excessive path-verification requests by Vineeth Vijayan · 3 years, 4 months ago
- d2b59bd s390/qeth: fix deadlock during failing recovery by Alexandra Winter · 3 years, 3 months ago
- f154c80 Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 4 months ago
- 19379d4 s390/cio: fix kernel doc comment by Heiko Carstens · 3 years, 4 months ago
- 89b6b8c Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 4 months ago
- c6c3c570 Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 4 months ago
- 9e9fb76 Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 4 months ago
- 2297791 s390/cio: dont unregister subchannel from child-drivers by Vineeth Vijayan · 3 years, 8 months ago
- 9f79b54 s390/qdio: remove unused support for SLIB parameters by Julian Wiedmann · 3 years, 5 months ago
- 44d9a21 s390/qdio: consolidate QIB code by Julian Wiedmann · 3 years, 5 months ago
- f86991b s390/qdio: use dev_info() in qdio_print_subchannel_info() by Julian Wiedmann · 3 years, 6 months ago
- 87e225b s390/qdio: fine-tune the queue sync by Julian Wiedmann · 3 years, 5 months ago
- 10376b5 s390/qdio: clean up SIGA capability tracking by Julian Wiedmann · 3 years, 5 months ago
- e2af48d s390/qdio: remove unused sync-after-IRQ infrastructure by Julian Wiedmann · 3 years, 9 months ago
- eade5f6 s390/qdio: use absolute data address in ESTABLISH ccw by Julian Wiedmann · 3 years, 6 months ago
- d3683c0 s390/cio: add dev_busid sysfs entry for each subchannel by Vineeth Vijayan · 3 years, 8 months ago
- cec0c58 s390/cio: add rescan functionality on channel subsystem by Vineeth Vijayan · 3 years, 8 months ago
- 9b0d6b7 vfio/ap,ccw: Fix open/close when multiple device FDs are open by Jason Gunthorpe · 3 years, 5 months ago
- 0d37438 s390/qdio: remove unused macros by Julian Wiedmann · 3 years, 10 months ago
- 0ae8f2a s390/qdio: remove unneeded siga-sync for Output Queue by Julian Wiedmann · 3 years, 6 months ago
- d01fad2 s390/qdio: remove remaining tasklet & timer code by Julian Wiedmann · 3 years, 10 months ago
- d1ea9b5 s390/qdio: propagate error when cancelling a ccw fails by Julian Wiedmann · 3 years, 7 months ago
- d06314e s390/qdio: improve roll-back after error on ESTABLISH ccw by Julian Wiedmann · 3 years, 7 months ago
- 1c1dc8b s390/qdio: cancel the ESTABLISH ccw after timeout by Julian Wiedmann · 3 years, 7 months ago
- 2c19787 s390/qdio: fix roll-back after timeout on ESTABLISH ccw by Julian Wiedmann · 3 years, 7 months ago
- fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
- 15f83bb s390/scm: Make struct scm_driver::remove return void by Uwe Kleine-König · 3 years, 6 months ago
- 7a47c52 s390/ccwgroup: Drop if with an always false condition by Uwe Kleine-König · 3 years, 6 months ago
- a7bdb9a s390/cio: Make struct css_driver::remove return void by Uwe Kleine-König · 3 years, 6 months ago
- a8c7629 s390/qeth: remove OSN support by Julian Wiedmann · 3 years, 5 months ago
- d3e2ff5 s390/qdio: get rid of register asm by Heiko Carstens · 3 years, 6 months ago
- 7496209 s390/ioasm: use symbolic names for asm operands by Heiko Carstens · 3 years, 6 months ago
- b94bcca s390/ioasm: get rid of register asm by Heiko Carstens · 3 years, 6 months ago
- 6d7c628 s390/cmf: get rid of register asm by Heiko Carstens · 3 years, 6 months ago
- c749d8c s390/cio: dont call css_wait_for_slow_path() inside a lock by Vineeth Vijayan · 3 years, 7 months ago
- 0a50044 s390: use struct tpi_info in lowcore.h by Sven Schnelle · 3 years, 8 months ago
- 34bbeed s390: add struct tpi_info to struct pt_regs by Sven Schnelle · 3 years, 8 months ago
- c63c473 s390/cio: add tpi.h header file by Sven Schnelle · 3 years, 8 months ago
- 17c0b86 s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungrouping by Julian Wiedmann · 3 years, 8 months ago
- 428b7f5 s390/ccwgroup: simplify ungrouping when driver deregisters by Julian Wiedmann · 3 years, 8 months ago
- 197cec2 s390/ccwgroup: release the cdevs from within dev->release() by Julian Wiedmann · 3 years, 8 months ago
- 2af7a83 vfio-ccw: Serialize FSM IDLE state with I/O completion by Eric Farman · 3 years, 8 months ago
- 6c02ac4c vfio-ccw: Reset FSM state to IDLE inside FSM by Eric Farman · 3 years, 8 months ago
- c6c82e0 vfio-ccw: Check initialized flag in cp_init() by Eric Farman · 3 years, 8 months ago
- e486612 Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 8 months ago
- 2f7484f s390/cio: remove invalid condition on IO_SCH_UNREG by Vineeth Vijayan · 3 years, 8 months ago
- 238da4d Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 8 months ago
- 9169cff vfio/mdev: Correct the function signatures for the mdev_type_attributes by Jason Gunthorpe · 3 years, 9 months ago
- c2ef2f5 vfio/mdev: Remove kobj from mdev_parent_ops->create() by Jason Gunthorpe · 3 years, 9 months ago
- 3081e61 s390/cio: use DECLARE_WAIT_QUEUE_HEAD for static work_queue_head_t by Vineeth Vijayan · 3 years, 9 months ago
- 4e774d5 s390/cio: use DECLARE_WAIT_QUEUE_HEAD() for wait_queue by Shixin Liu · 3 years, 9 months ago
- 1034c96 s390/cio: use DEFINE_SPINLOCK() for spinlock by Shixin Liu · 3 years, 9 months ago
- 396c100 s390/qdio: let driver manage the QAOB by Julian Wiedmann · 4 years ago
- a4f17cc s390/cio: add CRW inject functionality by Vineeth Vijayan · 3 years, 11 months ago
- 64a715a s390/cio: introduce CIO debugfs directory by Vineeth Vijayan · 3 years, 11 months ago
- d9c48a9 s390/cio: return -EFAULT if copy_to_user() fails by Eric Farman · 3 years, 10 months ago
- 51c44ba s390/cio: return -EFAULT if copy_to_user() fails by Wang Qing · 3 years, 10 months ago
- eba8e1a s390/time,idle: get rid of unsigned long long by Heiko Carstens · 3 years, 10 months ago
- 2223318 s390/qdio: remove 'merge_pending' mechanism by Julian Wiedmann · 4 years ago
- 7940eaf s390/qdio: improve handling of PENDING buffers for QEBSM devices by Julian Wiedmann · 4 years ago
- 540936df s390/qdio: rework q->qdio_error indication by Julian Wiedmann · 4 years ago
- 3bf526e s390/qdio: inline qdio_kick_handler() by Julian Wiedmann · 4 years ago
- bd83917 s390/qdio: track time of last data IRQ for each device by Julian Wiedmann · 4 years, 3 months ago
- 954d623 s390/qdio: make thinint registration symmetric by Julian Wiedmann · 4 years, 3 months ago
- 6bb7a51 s390/qdio: adopt new tasklet API by Julian Wiedmann · 4 years, 3 months ago
- ed64569 s390/qdio: remove qdio_inbound_q_moved() wrapper by Julian Wiedmann · 4 years ago
- 1ecbcfd s390/qdio: remove Input tasklet code by Julian Wiedmann · 4 years, 7 months ago
- 4520a91 s390/cio: use dma helpers for setting masks by Julian Wiedmann · 4 years, 1 month ago
- 29c53de s390/cio: remove ccw_device_add() wrapper by Julian Wiedmann · 4 years, 1 month ago
- a087241 Merge tag 's390-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years ago
- 0c71cc0 Merge tag 'vfio-v5.11-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 4 years ago
- 69f637c Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- e0d62dc s390/delay: remove udelay_simple() by Heiko Carstens · 4 years ago
- d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years ago
- 14d4c4f s390/cio: fix use-after-free in ccw_device_destroy_console by Qinglang Miao · 4 years, 1 month ago
- 0506631 s390/ccwgroup: use bus->dev_groups for bus-based sysfs attributes by Julian Wiedmann · 4 years, 1 month ago
- bccce80 vfio-ccw: Wire in the request callback by Eric Farman · 4 years, 1 month ago
- 8cc0dcf s390/cio: remove pm support from ccw bus driver by Vineeth Vijayan · 4 years, 1 month ago
- ef2eea7 s390/cio: remove pm support from css-bus driver by Vineeth Vijayan · 4 years, 2 months ago
- 796cfab s390/cio: remove pm support from IO subchannel drivers by Vineeth Vijayan · 4 years, 9 months ago