index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
cio
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-09
s390/qdio: increase string buffer size
Heiko Carstens
1
-1
/
+1
2017-05-09
s390/ccwgroup: increase string buffer size
Heiko Carstens
1
-2
/
+2
2017-04-12
vfio: ccw: improve error handling for vfio_ccw_mdev_remove
Dong Jia Shi
1
-11
/
+6
2017-04-12
vfio: ccw: remove unnecessary NULL checks of a pointer
Dong Jia Shi
2
-22
/
+1
2017-03-31
vfio: ccw: introduce support for ccw0
Dong Jia Shi
1
-3
/
+29
2017-03-31
vfio: ccw: introduce a finite state machine
Dong Jia Shi
5
-107
/
+287
2017-03-31
vfio: ccw: return I/O results asynchronously
Dong Jia Shi
3
-31
/
+37
2017-03-31
vfio: ccw: realize VFIO_DEVICE_G(S)ET_IRQ_INFO ioctls
Dong Jia Shi
2
-1
/
+126
2017-03-31
vfio: ccw: realize VFIO_DEVICE_RESET ioctl
Dong Jia Shi
1
-14
/
+33
2017-03-31
vfio: ccw: realize VFIO_DEVICE_GET_REGION_INFO ioctl
Dong Jia Shi
1
-0
/
+78
2017-03-31
vfio: ccw: handle ccw command request
Dong Jia Shi
3
-4
/
+148
2017-03-31
vfio: ccw: introduce ccw_io_region
Dong Jia Shi
2
-0
/
+51
2017-03-31
vfio: ccw: register vfio_ccw to the mediated device framework
Dong Jia Shi
4
-2
/
+170
2017-03-31
vfio: ccw: introduce channel program interfaces
Dong Jia Shi
3
-1
/
+859
2017-03-31
vfio: ccw: basic implementation for vfio_ccw driver
Dong Jia Shi
3
-0
/
+290
2017-03-31
s390: cio: export more interfaces
Dong Jia Shi
1
-0
/
+10
2017-03-31
s390: cio: introduce cio_cancel_halt_clear
Dong Jia Shi
3
-46
/
+68
2017-03-02
sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...
Ingo Molnar
1
-0
/
+2
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2017-02-23
s390/chsc: Add exception handler for CHSC instruction
Peter Oberparleiter
1
-3
/
+5
2017-02-03
s390/qdio: improve some debug prints
Julian Wiedmann
1
-2
/
+3
2017-02-03
s390/qdio: fix up tiqdio_thinint_handler() kerneldoc
Julian Wiedmann
1
-2
/
+1
2017-02-03
s390/qdio: clean up q->irq_ptr usage
Julian Wiedmann
1
-4
/
+4
2017-02-03
s390/qdio: clear DSCI prior to scanning multiple input queues
Julian Wiedmann
1
-4
/
+4
2017-01-16
s390/cio: remove cmf related code relevant for 31 bit only
Sebastian Ott
1
-8
/
+2
2017-01-16
s390/cio: remove unused struct member
Sebastian Ott
2
-2
/
+0
2017-01-16
s390/cio: export real cssid
Sebastian Ott
1
-0
/
+22
2017-01-16
s390/cio: css initialization cleanup
Sebastian Ott
1
-56
/
+47
2017-01-16
s390/cio: css attribute cleanup
Sebastian Ott
1
-28
/
+29
2017-01-16
s390/cio: use cssid for pgid generation
Sebastian Ott
4
-3
/
+53
2017-01-16
s390/cio: clarify cssid usage
Sebastian Ott
4
-26
/
+29
2017-01-16
s390/cio: get rid of variable length array
Heiko Carstens
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-31
s390: cio: make it explicitly non-modular
Paul Gortmaker
4
-16
/
+11
2016-10-28
s390/cio: clean up DEV_STATE_SENSE_PGID
Dong Jia Shi
2
-7
/
+0
2016-10-17
s390/cio: don't register chpids in reserved state
Sebastian Ott
1
-2
/
+4
2016-09-30
s390/cio: fix accidental interrupt enabling during resume
Sebastian Ott
1
-8
/
+12
2016-08-24
s390: cio: remove redundant cio_cancel declaration
Dong Jia Shi
1
-1
/
+0
2016-08-08
s390/qdio: avoid reschedule of outbound tasklet once killed
Ursula Braun
1
-24
/
+25
2016-08-08
s390/qdio: remove checks for ccw device internal state
Sebastian Ott
1
-6
/
+0
2016-08-08
s390/qdio: fix double return code evaluation
Sebastian Ott
1
-8
/
+3
2016-08-08
s390/qdio: get rid of spin_lock_irqsave usage
Sebastian Ott
1
-11
/
+8
2016-08-08
s390/cio: remove subchannel_id from ccw_device_private
Sebastian Ott
2
-3
/
+0
2016-08-08
s390/qdio: obtain subchannel_id via ccw_device_get_schid()
Sebastian Ott
1
-9
/
+23
2016-08-08
s390/cio: stop using subchannel_id from ccw_device_private
Sebastian Ott
1
-3
/
+4
2016-07-31
s390/cio: fix premature wakeup during chp configure
Sebastian Ott
1
-14
/
+32
2016-07-31
s390/cio: convert cfg_lock mutex to spinlock
Sebastian Ott
1
-9
/
+9
2016-07-18
s390/cio/chp : Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-9
/
+2
2016-07-15
s390/chsc: improve channel path descriptor determination
Sebastian Ott
2
-8
/
+7
[next]