Age | Commit message (Expand) | Author |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2019-07-08 | Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2019-07-05 | vfio-ccw: Fix the conversion of Format-0 CCWs to Format-1 | Eric Farman |
2019-07-02 | s390/qdio: don't touch the dsci in tiqdio_add_input_queues() | Julian Wiedmann |
2019-07-02 | s390/qdio: (re-)initialize tiqdio list entries | Julian Wiedmann |
2019-07-02 | s390/cio: introduce driver_override on the css bus | Cornelia Huck |
2019-06-26 | drivers: s390/cio: Fix compilation warning about const qualifiers | Suzuki K Poulose |
2019-06-24 | vfio-ccw: make convert_ccw0_to_ccw1 static | Cornelia Huck |
2019-06-24 | Merge tag 'vfio-ccw-20190621' of https://git.kernel.org/pub/scm/linux/kernel/... | Vasily Gorbik |
2019-06-24 | driver_find_device: Unify the match function with class_find_device() | Suzuki K Poulose |
2019-06-24 | bus_find_device: Unify the match callback with class_find_device | Suzuki K Poulose |
2019-06-21 | vfio-ccw: Remove copy_ccw_from_iova() | Eric Farman |
2019-06-21 | vfio-ccw: Factor out the ccw0-to-ccw1 transition | Eric Farman |
2019-06-21 | vfio-ccw: Copy CCW data outside length calculation | Eric Farman |
2019-06-21 | vfio-ccw: Skip second copy of guest cp to host | Eric Farman |
2019-06-21 | vfio-ccw: Move guest_cp storage into common struct | Eric Farman |
2019-06-19 | s390/cio: move struct node_descriptor to cio.h | Julian Wiedmann |
2019-06-17 | s390/cio: Combine direct and indirect CCW paths | Eric Farman |
2019-06-17 | vfio-ccw: Rearrange IDAL allocation in direct CCW | Eric Farman |
2019-06-17 | vfio-ccw: Remove pfn_array_table | Eric Farman |
2019-06-17 | vfio-ccw: Adjust the first IDAW outside of the nested loops | Eric Farman |
2019-06-17 | vfio-ccw: Rearrange pfn_array and pfn_array_table arrays | Eric Farman |
2019-06-17 | s390/cio: Use generalized CCW handler in cp_init() | Eric Farman |
2019-06-17 | s390/cio: Generalize the TIC handler | Eric Farman |
2019-06-17 | s390/cio: Refactor the routine that handles TIC CCWs | Eric Farman |
2019-06-17 | s390/cio: Squash cp_free() and cp_unpin_free() | Eric Farman |
2019-06-15 | s390/airq: use DMA memory for adapter interrupts | Halil Pasic |
2019-06-15 | s390/cio: add basic protected virtualization support | Halil Pasic |
2019-06-15 | s390/cio: introduce DMA pools to cio | Halil Pasic |
2019-06-13 | vfio-ccw: Destroy kmem cache region on module exit | Farhan Ali |
2019-06-07 | s390/qdio: handle PENDING state for QEBSM devices | Julian Wiedmann |
2019-06-07 | s390/cio: fix kdoc for tiqdio_thinint_handler | Sebastian Ott |
2019-06-03 | s390/cio: Remove vfio-ccw checks of command codes | Eric Farman |
2019-06-03 | s390/cio: Allow zero-length CCWs in vfio-ccw | Eric Farman |
2019-06-03 | s390/cio: Don't pin vfio pages for empty transfers | Eric Farman |
2019-06-03 | s390/cio: Initialize the host addresses in pfn_array | Eric Farman |
2019-06-03 | s390/cio: Split pfn_array_alloc_pin into pieces | Eric Farman |
2019-06-03 | s390/cio: Set vfio-ccw FSM state before ioeventfd | Eric Farman |
2019-06-03 | s390/cio: Update SCSW if it points to the end of the chain | Eric Farman |
2019-05-08 | s390/qdio: optimize state inspection of HW-owned SBALs | Julian Wiedmann |
2019-05-08 | s390/qdio: use get_buf_state() in debug_get_buf_state() | Julian Wiedmann |
2019-05-08 | s390/qdio: allow to scan all Output SBALs in one go | Julian Wiedmann |
2019-05-08 | s390/cio: Remove tracing for rchp instruction | Farhan Ali |
2019-04-29 | s390: show statistics for MSI IRQs | Sebastian Ott |
2019-04-29 | s390/airq: provide cacheline aligned ivs | Sebastian Ott |
2019-04-29 | s390/airq: recognize directed interrupts | Sebastian Ott |
2019-04-24 | vfio-ccw: Prevent quiesce function going into an infinite loop | Farhan Ali |
2019-04-24 | vfio-ccw: Release any channel program when releasing/removing vfio-ccw mdev | Farhan Ali |
2019-04-24 | vfio-ccw: Do not call flush_workqueue while holding the spinlock | Farhan Ali |
2019-04-24 | vfio-ccw: add handling for async channel instructions | Cornelia Huck |