Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6ec2c85f676c2bf687f332c2bbc71f225e79b74f
/
drivers
/
s390
/
cio
9fa1db4
s390: add a few more SPDX identifiers
by Martin Schwidefsky
· 7 years ago
b23481f
s390/qdio: restrict target-full handling to IQDIO
by Julian Wiedmann
· 7 years ago
0b926ac
s390/qdio: consider ERROR buffers for inbound-full condition
by Julian Wiedmann
· 7 years ago
13d1d55
s390: drivers: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
724117b
s390: cio: add SPDX identifiers to the remaining files
by Greg Kroah-Hartman
· 7 years ago
846d0c6
s390/cio: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
cb9f780
s390: qdio: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
d60a540
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 7 years ago
408358b
s390: vfio-ccw: Do not attempt to free no-op, test and tic cda.
by Jason J. Herne
· 7 years ago
30e8eb86
s390/qdio: sanitize put_indicator
by Sebastian Ott
· 7 years ago
648a6f4
s390/qdio: use atomic_cmpxchg
by Sebastian Ott
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
94158e5
s390/debug: improve debug_event
by Sebastian Ott
· 7 years ago
4cebc5d
vfio: ccw: validate the count field of a ccw before pinning
by Dong Jia Shi
· 7 years ago
688c295
vfio: ccw: bypass bad idaw address when fetching IDAL ccws
by Dong Jia Shi
· 7 years ago
f9a5d70
s390/ccwgroup: tie a ccwgroup driver to its ccw driver
by Julian Wiedmann
· 7 years ago
08c6df9
s390/cmf: use tod_to_ns()
by Sebastian Ott
· 7 years ago
cb09b35
s390/cmf: avg_utilization
by Sebastian Ott
· 7 years ago
d4d287e
s390/cmf: read from hw buffer
by Sebastian Ott
· 7 years ago
81b050b
s390/cmf: simplify copy_block
by Sebastian Ott
· 7 years ago
60f3eac
s390/cmf: simplify cmb_copy_wait
by Sebastian Ott
· 7 years ago
eeec1e4
s390/cmf: simplify set_schib_wait
by Sebastian Ott
· 7 years ago
adc69b4
s390/cmf: set_schib_wait add timeout
by Sebastian Ott
· 7 years ago
55fb734
s390/cio: recover from bad paths
by Sebastian Ott
· 7 years ago
ac34bbc
s390/cio: add const to bin_attribute structures
by Bhumika Goyal
· 7 years ago
dd783b4
Merge tag 'vfio-ccw-20170724' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into features
by Martin Schwidefsky
· 7 years ago
f460d11
s390/cio: constify attribute_group structures.
by Arvind Yadav
· 7 years ago
c389377
vfio: ccw: fix bad ptr math for TIC cda translation
by Jason J. Herne
· 7 years ago
2daace7
s390: chp: handle CRW_ERC_INIT for channel-path status change
by Dong Jia Shi
· 7 years ago
c14b7a8
s390/vfio_ccw: remove unused variable
by Sebastian Ott
· 7 years ago
e0f3e8f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 7 years ago
f95a0d6
Merge commit '8e8320c9315c' into for-4.13/block
by Jens Axboe
· 7 years ago
36f6237
s390/cio: introduce io_subchannel_type
by Sebastian Ott
· 8 years ago
2a842ac
block: introduce new block status code type
by Christoph Hellwig
· 8 years ago
698be5d
Merge tag 'vfio-ccw-20170522' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into fixes
by Martin Schwidefsky
· 8 years ago
5bf1853
s390/vfio_ccw: make some symbols static
by Sebastian Ott
· 8 years ago
6423ef6
s390/qdio: increase string buffer size
by Heiko Carstens
· 8 years ago
2685df6
s390/ccwgroup: increase string buffer size
by Heiko Carstens
· 8 years ago
129cc19
vfio: ccw: improve error handling for vfio_ccw_mdev_remove
by Dong Jia Shi
· 8 years ago
c9c31b0
vfio: ccw: remove unnecessary NULL checks of a pointer
by Dong Jia Shi
· 8 years ago
d686f21
vfio: ccw: introduce support for ccw0
by Dong Jia Shi
· 8 years ago
bbe37e4
vfio: ccw: introduce a finite state machine
by Dong Jia Shi
· 8 years ago
e5f84db
vfio: ccw: return I/O results asynchronously
by Dong Jia Shi
· 8 years ago
120e214
vfio: ccw: realize VFIO_DEVICE_G(S)ET_IRQ_INFO ioctls
by Dong Jia Shi
· 8 years ago
83d1193
vfio: ccw: realize VFIO_DEVICE_RESET ioctl
by Dong Jia Shi
· 8 years ago
e01bcdd
vfio: ccw: realize VFIO_DEVICE_GET_REGION_INFO ioctl
by Dong Jia Shi
· 8 years ago
4e149e4
vfio: ccw: handle ccw command request
by Dong Jia Shi
· 8 years ago
060d2b5
vfio: ccw: introduce ccw_io_region
by Dong Jia Shi
· 8 years ago
84cd8fc
vfio: ccw: register vfio_ccw to the mediated device framework
by Dong Jia Shi
· 8 years ago
0a19e61
vfio: ccw: introduce channel program interfaces
by Dong Jia Shi
· 8 years ago
63f1934
vfio: ccw: basic implementation for vfio_ccw driver
by Dong Jia Shi
· 8 years ago
a22217e
s390: cio: export more interfaces
by Dong Jia Shi
· 8 years ago
5434da4
s390: cio: introduce cio_cancel_halt_clear
by Dong Jia Shi
· 8 years ago
32ef551
sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>
by Ingo Molnar
· 8 years ago
b2d0910
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>
by Ingo Molnar
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
7775913
s390/chsc: Add exception handler for CHSC instruction
by Peter Oberparleiter
· 8 years ago
f83435c
s390/qdio: improve some debug prints
by Julian Wiedmann
· 8 years ago
72a01d0
s390/qdio: fix up tiqdio_thinint_handler() kerneldoc
by Julian Wiedmann
· 8 years ago
67bb323
s390/qdio: clean up q->irq_ptr usage
by Julian Wiedmann
· 8 years ago
1e4a382
s390/qdio: clear DSCI prior to scanning multiple input queues
by Julian Wiedmann
· 8 years ago
2166591
s390/cio: remove cmf related code relevant for 31 bit only
by Sebastian Ott
· 8 years ago
00851e6
s390/cio: remove unused struct member
by Sebastian Ott
· 8 years ago
64dfdd4
s390/cio: export real cssid
by Sebastian Ott
· 8 years ago
15a2044
s390/cio: css initialization cleanup
by Sebastian Ott
· 8 years ago
6c70126
s390/cio: css attribute cleanup
by Sebastian Ott
· 8 years ago
e2e0de9
s390/cio: use cssid for pgid generation
by Sebastian Ott
· 9 years ago
98cc43a
s390/cio: clarify cssid usage
by Sebastian Ott
· 8 years ago
9fbd5a0
s390/cio: get rid of variable length array
by Heiko Carstens
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
a00f761
s390: cio: make it explicitly non-modular
by Paul Gortmaker
· 8 years ago
8139d85
s390/cio: clean up DEV_STATE_SENSE_PGID
by Dong Jia Shi
· 8 years ago
179a98c
s390/cio: don't register chpids in reserved state
by Sebastian Ott
· 8 years ago
d53c51f
s390/cio: fix accidental interrupt enabling during resume
by Sebastian Ott
· 8 years ago
6c29588
s390: cio: remove redundant cio_cancel declaration
by Dong Jia Shi
· 8 years ago
9bce8b2
s390/qdio: avoid reschedule of outbound tasklet once killed
by Ursula Braun
· 8 years ago
6e30c54
s390/qdio: remove checks for ccw device internal state
by Sebastian Ott
· 8 years ago
ddebf66
s390/qdio: fix double return code evaluation
by Sebastian Ott
· 8 years ago
a48ed86
s390/qdio: get rid of spin_lock_irqsave usage
by Sebastian Ott
· 8 years ago
1ab50a9
s390/cio: remove subchannel_id from ccw_device_private
by Sebastian Ott
· 8 years ago
9080c92
s390/qdio: obtain subchannel_id via ccw_device_get_schid()
by Sebastian Ott
· 8 years ago
7de6a63
s390/cio: stop using subchannel_id from ccw_device_private
by Sebastian Ott
· 8 years ago
4475aeb
s390/cio: fix premature wakeup during chp configure
by Sebastian Ott
· 8 years ago
837c522
s390/cio: convert cfg_lock mutex to spinlock
by Sebastian Ott
· 8 years ago
7b1058b
s390/cio/chp : Remove deprecated create_singlethread_workqueue
by Bhaktipriya Shridhar
· 8 years ago
687cb7f
s390/chsc: improve channel path descriptor determination
by Sebastian Ott
· 8 years ago
f977376
s390/chsc: sanitize fmt check for chp_desc determination
by Sebastian Ott
· 8 years ago
0b60137
s390/cio: make fmt1 channel path descriptor optional
by Sebastian Ott
· 8 years ago
6228c2a
s390/chsc: fix ioctl CHSC_INFO_CU command
by Sebastian Ott
· 8 years ago
388b74d
s390/cio/device_ops: fix kernel doc
by Sebastian Ott
· 8 years ago
0f5d050
s390/cio: allow to reset channel measurement block
by Sebastian Ott
· 8 years ago
a4d9b97
s390/cio: use basic blocks for i/o inline assemblies
by Heiko Carstens
· 8 years ago
7b4ff87
s390/cio: use basic blocks for cmf inline assemblies
by Heiko Carstens
· 8 years ago
2f82f57
s390/time: STP sync clock correction
by Martin Schwidefsky
· 9 years ago
99ec111
s390: use canonical include guard style
by Daniel van Gerpen
· 9 years ago
baebc70
s390: Use pr_warn instead of pr_warning
by Joe Perches
· 9 years ago
9f3d6d7
s390/cio: update measurement characteristics
by Sebastian Ott
· 9 years ago
61f0bfc
s390/cio: ensure consistent measurement state
by Sebastian Ott
· 9 years ago
0d9bfe9
s390/cio: fix measurement characteristics memleak
by Sebastian Ott
· 9 years ago
11b64c8
s390/cio: Change I/O instructions from inline to normal functions
by Peter Oberparleiter
· 9 years ago
Next »