Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
4d30d4a0441dac4452fcc188cd21536bedaec5df
/
drivers
/
s390
/
cio
05668e1
s390/cio: fix virtio-ccw DMA without PV
by Halil Pasic
· 5 years ago
9f49443
s390/qdio: clarify size of the QIB parm area
by Julian Wiedmann
· 5 years ago
16cdf08
Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 5 years ago
ab57588
s390/cio: exclude subchannels with no parent from pseudo check
by Vasily Gorbik
· 5 years ago
ea298e6
s390/cio: avoid calling strlen on null pointer
by Vasily Gorbik
· 5 years ago
b91d9e6
s390/cio: fix intparm documentation
by Cornelia Huck
· 5 years ago
81160dd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
by Linus Torvalds
· 5 years ago
4feaab0
Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
by Linus Torvalds
· 5 years ago
d590284
Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 5 years ago
987ca7c
vfio-ccw: fix error return code in vfio_ccw_sch_init()
by Wei Yongjun
· 5 years ago
313dc68
s390/qdio: let drivers opt-out from Output Queue scanning
by Julian Wiedmann
· 5 years ago
7c47f5a
s390/qdio: enable drivers to poll for Output completions
by Julian Wiedmann
· 5 years ago
60e05d1
vfio-ccw: add some logging
by Cornelia Huck
· 5 years ago
6bf85ba
drivers: Add generic helper to match any device
by Suzuki K Poulose
· 5 years ago
6cda08a
drivers: Introduce device lookup variants by name
by Suzuki K Poulose
· 5 years ago
8480657
vfio-ccw: make vfio_ccw_async_region_ops static
by Vasily Gorbik
· 5 years ago
eed3419
Merge tag 'vfio-ccw-20190717-2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into fixes
by Heiko Carstens
· 5 years ago
69e9620
s390/qdio: restrict QAOB usage to IQD unicast queues
by Julian Wiedmann
· 6 years ago
a6ec414
s390/qdio: add sanity checks to the fast-requeue path
by Julian Wiedmann
· 6 years ago
f4c9939
vfio-ccw: Don't call cp_free if we are processing a channel program
by Farhan Ali
· 6 years ago
c1ab692
vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfn
by Farhan Ali
· 6 years ago
8b515be
vfio-ccw: Fix memory leak and don't call cp_free in cp_init
by Farhan Ali
· 6 years ago
c9f597a
vfio-ccw: Fix misleading comment when setting orb.cmd.c64
by Farhan Ali
· 6 years ago
f632a81
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 5 years ago
1758fed
Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 6 years ago
c382cbc
vfio-ccw: Fix the conversion of Format-0 CCWs to Format-1
by Eric Farman
· 6 years ago
ac6639c
s390/qdio: don't touch the dsci in tiqdio_add_input_queues()
by Julian Wiedmann
· 6 years ago
e54e478
s390/qdio: (re-)initialize tiqdio list entries
by Julian Wiedmann
· 6 years ago
ebc3d17
s390/cio: introduce driver_override on the css bus
by Cornelia Huck
· 6 years ago
fb59b78
drivers: s390/cio: Fix compilation warning about const qualifiers
by Suzuki K Poulose
· 6 years ago
dbd6655
vfio-ccw: make convert_ccw0_to_ccw1 static
by Cornelia Huck
· 6 years ago
9de3191
Merge tag 'vfio-ccw-20190621' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into features
by Vasily Gorbik
· 6 years ago
92ce7e8
driver_find_device: Unify the match function with class_find_device()
by Suzuki K Poulose
· 6 years ago
418e3ea
bus_find_device: Unify the match callback with class_find_device
by Suzuki K Poulose
· 6 years ago
5223bee
vfio-ccw: Remove copy_ccw_from_iova()
by Eric Farman
· 6 years ago
7f8e89a
vfio-ccw: Factor out the ccw0-to-ccw1 transition
by Eric Farman
· 6 years ago
ded563f
vfio-ccw: Copy CCW data outside length calculation
by Eric Farman
· 6 years ago
6246590
vfio-ccw: Skip second copy of guest cp to host
by Eric Farman
· 6 years ago
1d897e4
vfio-ccw: Move guest_cp storage into common struct
by Eric Farman
· 6 years ago
96e5aaf
s390/cio: move struct node_descriptor to cio.h
by Julian Wiedmann
· 6 years ago
01aa26c
s390/cio: Combine direct and indirect CCW paths
by Eric Farman
· 6 years ago
e8573b3
vfio-ccw: Rearrange IDAL allocation in direct CCW
by Eric Farman
· 6 years ago
e7eaf91
vfio-ccw: Remove pfn_array_table
by Eric Farman
· 6 years ago
8aabf0e
vfio-ccw: Adjust the first IDAW outside of the nested loops
by Eric Farman
· 6 years ago
cc06ee9
vfio-ccw: Rearrange pfn_array and pfn_array_table arrays
by Eric Farman
· 6 years ago
99afcb0
s390/cio: Use generalized CCW handler in cp_init()
by Eric Farman
· 6 years ago
363fe5f
s390/cio: Generalize the TIC handler
by Eric Farman
· 6 years ago
e64bd68
s390/cio: Refactor the routine that handles TIC CCWs
by Eric Farman
· 6 years ago
812271b
s390/cio: Squash cp_free() and cp_unpin_free()
by Eric Farman
· 6 years ago
b50623e
s390/airq: use DMA memory for adapter interrupts
by Halil Pasic
· 6 years ago
37db898
s390/cio: add basic protected virtualization support
by Halil Pasic
· 6 years ago
bb99332
s390/cio: introduce DMA pools to cio
by Halil Pasic
· 6 years ago
11aff18
vfio-ccw: Destroy kmem cache region on module exit
by Farhan Ali
· 6 years ago
0431032
s390/qdio: handle PENDING state for QEBSM devices
by Julian Wiedmann
· 6 years ago
34c636a
s390/cio: fix kdoc for tiqdio_thinint_handler
by Sebastian Ott
· 6 years ago
9b6e57e
s390/cio: Remove vfio-ccw checks of command codes
by Eric Farman
· 6 years ago
453eac3
s390/cio: Allow zero-length CCWs in vfio-ccw
by Eric Farman
· 6 years ago
5d87fbf
s390/cio: Don't pin vfio pages for empty transfers
by Eric Farman
· 6 years ago
c34a12e
s390/cio: Initialize the host addresses in pfn_array
by Eric Farman
· 6 years ago
e4f3f18
s390/cio: Split pfn_array_alloc_pin into pieces
by Eric Farman
· 6 years ago
4e31d6ae
s390/cio: Set vfio-ccw FSM state before ioeventfd
by Eric Farman
· 6 years ago
15f0eb3
s390/cio: Update SCSW if it points to the end of the chain
by Eric Farman
· 6 years ago
a698e13
s390/qdio: optimize state inspection of HW-owned SBALs
by Julian Wiedmann
· 6 years ago
5a19d67
s390/qdio: use get_buf_state() in debug_get_buf_state()
by Julian Wiedmann
· 6 years ago
3060781
s390/qdio: allow to scan all Output SBALs in one go
by Julian Wiedmann
· 6 years ago
22e2fe8
s390/cio: Remove tracing for rchp instruction
by Farhan Ali
· 6 years ago
914b7dd
s390: show statistics for MSI IRQs
by Sebastian Ott
· 8 years ago
414cbd1
s390/airq: provide cacheline aligned ivs
by Sebastian Ott
· 6 years ago
30e63ef
s390/airq: recognize directed interrupts
by Sebastian Ott
· 6 years ago
d1ffa76
vfio-ccw: Prevent quiesce function going into an infinite loop
by Farhan Ali
· 6 years ago
b49bdc8
vfio-ccw: Release any channel program when releasing/removing vfio-ccw mdev
by Farhan Ali
· 6 years ago
cea5dde
vfio-ccw: Do not call flush_workqueue while holding the spinlock
by Farhan Ali
· 6 years ago
d5afd5d
vfio-ccw: add handling for async channel instructions
by Cornelia Huck
· 6 years ago
b094085
s390/cio: export hsch to modules
by Cornelia Huck
· 7 years ago
db8e5d1
vfio-ccw: add capabilities chain
by Cornelia Huck
· 6 years ago
4f766173
vfio-ccw: protect the I/O region
by Cornelia Huck
· 6 years ago
690f6a1
vfio-ccw: rework ssch state handling
by Cornelia Huck
· 6 years ago
71189f2
vfio-ccw: make it safe to access channel programs
by Cornelia Huck
· 6 years ago
6bcf74e
s390/qdio: consolidate index tracking for queue scan
by Julian Wiedmann
· 6 years ago
5b2ad27
s390/qdio: limit direct access to first_to_check cursor
by Julian Wiedmann
· 6 years ago
e91012e
s390: cio: fix cio_irb declaration
by Arnd Bergmann
· 6 years ago
dccbbaf
s390/qdio: eliminate queue's last_move cursor
by Julian Wiedmann
· 6 years ago
65e4f77
s390/qdio: simplify SBAL range calculation
by Julian Wiedmann
· 6 years ago
b39544c
s390/qdio: pass up count of ready-to-process SBALs
by Julian Wiedmann
· 6 years ago
3429842
s390/qdio: fix output of DSCI value in debug file
by Julian Wiedmann
· 6 years ago
2f2f383
s390/qdio: clean up qdio_check_outbound_after_thinint()
by Julian Wiedmann
· 6 years ago
f85b2b2
s390/qdio: clean up pci_out_supported()
by Julian Wiedmann
· 6 years ago
bfed6d0
Merge tag 's390-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 6 years ago
636deed
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
0d9c038
zcrypt: handle AP Info notification from CHSC SEI command
by Tony Krowiak
· 6 years ago
50b7f1b
vfio: ccw: only free cp on final interrupt
by Cornelia Huck
· 6 years ago
2904337
s390/cio: Use cpa range elsewhere within vfio-ccw
by Eric Farman
· 6 years ago
48bd0ee
s390/cio: Fix vfio-ccw handling of recursive TICs
by Eric Farman
· 6 years ago
b96027d
Merge tag 'vfio-ccw-20190204' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into features
by Martin Schwidefsky
· 6 years ago
bdf1176
s390/qdio: make SBAL address array type-safe
by Julian Wiedmann
· 6 years ago
3dec192
s390/cio: add function chsc_sgib()
by Michael Mueller
· 6 years ago
405d566
vfio-ccw: Don't assume there are more ccws after a TIC
by Farhan Ali
· 6 years ago
ec10574
Merge tag 'vfio-ccw-20181213' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into features
by Martin Schwidefsky
· 6 years ago
87ccdcf
s390/drivers: fix proc/debugfs file permissions
by Sebastian Ott
· 6 years ago
ca92b93
s390: convert to DEFINE_SHOW_ATTRIBUTE
by Yangtao Li
· 6 years ago
Next »