index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
cio
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-22
s390/cio: fix invalid -EBUSY on ccw_device_start
Peter Oberparleiter
1
-3
/
+3
2024-01-10
Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
10
-115
/
+99
2023-12-12
s390/cio: make sch->lock spinlock pointer a member
Halil Pasic
10
-115
/
+99
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
3
-6
/
+6
2023-11-03
Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
4
-9
/
+9
2023-10-25
s390/cio: replace deprecated strncpy with strscpy
Justin Stitt
1
-2
/
+2
2023-10-25
s390/cio: fix virtual vs physical address confusion
Peter Oberparleiter
1
-2
/
+2
2023-10-25
s390/cio: export CMG value as decimal
Peter Oberparleiter
1
-1
/
+1
2023-10-16
s390/cio: fix a memleak in css_alloc_subchannel
Dinghao Liu
1
-2
/
+4
2023-09-19
s390: use control register bit defines
Heiko Carstens
1
-1
/
+1
2023-09-19
s390/ctlreg: add local and system prefix to some functions
Heiko Carstens
2
-3
/
+3
2023-09-19
s390/ctlreg: rename ctl_reg.h to ctlreg.h
Heiko Carstens
1
-1
/
+1
2023-09-07
Merge tag 's390-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-3
/
+1
2023-08-30
s390/airq: remove lsi_mask from airq_struct
Benjamin Block
1
-3
/
+1
2023-07-25
vfio-iommufd: Add detach_ioas support for emulated VFIO devices
Yi Liu
1
-0
/
+1
2023-07-03
s390: fix various typos
Heiko Carstens
4
-6
/
+6
2023-06-27
Merge tag 's390-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2
-2
/
+2
2023-06-01
vfio/ccw: use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+1
2023-06-01
vfio/ccw: replace one-element array with flexible-array member
Gustavo A. R. Silva
2
-2
/
+3
2023-05-22
s390/cio: unregister device when the only path is gone
Vineeth Vijayan
1
-1
/
+4
2023-05-17
s390/qdio: fix do_sqbs() inline assembly constraint
Heiko Carstens
1
-1
/
+1
2023-05-15
s390/cio: include subchannels without devices also for evaluation
Vineeth Vijayan
1
-0
/
+2
2023-04-13
s390/cio: replace zero-length array with flexible-array member
Heiko Carstens
2
-2
/
+2
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-7
/
+7
2023-02-14
vfio/ccw: remove WARN_ON during shutdown
Eric Farman
1
-1
/
+1
2023-01-31
s390/cio: introduce locking for register/unregister functions
Vineeth Vijayan
1
-0
/
+9
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
3
-7
/
+7
2023-01-22
s390/cio: evaluate devices with non-operational paths
Vineeth Vijayan
2
-7
/
+16
2023-01-09
vfio/ccw: remove old IDA format restrictions
Eric Farman
1
-8
/
+0
2023-01-09
vfio/ccw: don't group contiguous pages on 2K IDAWs
Eric Farman
1
-10
/
+20
2023-01-09
vfio/ccw: handle a guest Format-1 IDAL
Eric Farman
1
-3
/
+16
2023-01-09
vfio/ccw: allocate/populate the guest idal
Eric Farman
1
-24
/
+52
2023-01-09
vfio/ccw: calculate number of IDAWs regardless of format
Eric Farman
1
-0
/
+16
2023-01-09
vfio/ccw: read only one Format-1 IDAW
Eric Farman
1
-3
/
+11
2023-01-09
vfio/ccw: refactor the idaw counter
Eric Farman
1
-9
/
+30
2023-01-09
vfio/ccw: populate page_array struct inline
Eric Farman
1
-17
/
+5
2023-01-09
vfio/ccw: pass page count to page_array struct
Eric Farman
1
-10
/
+13
2023-01-09
vfio/ccw: remove unnecessary malloc alignment
Eric Farman
1
-20
/
+23
2023-01-09
vfio/ccw: simplify CCW chain fetch routines
Eric Farman
1
-18
/
+15
2023-01-09
vfio/ccw: replace copy_from_iova with vfio_dma_rw
Eric Farman
1
-51
/
+5
2023-01-09
vfio/ccw: move where IDA flag is set in ORB
Eric Farman
1
-7
/
+6
2023-01-09
vfio/ccw: allow non-zero storage keys
Eric Farman
1
-1
/
+0
2023-01-09
vfio/ccw: simplify the cp_get_orb interface
Eric Farman
3
-7
/
+6
2023-01-09
vfio/ccw: cleanup some of the mdev commentary
Eric Farman
2
-4
/
+2
2022-12-15
Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
5
-162
/
+188
2022-12-14
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+3
2022-12-12
Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
12
-41
/
+48
2022-12-05
vfio/ap/ccw/samples: Fix device_register() unwind path
Alex Williamson
1
-1
/
+2
2022-12-05
vfio/ccw: identify CCW data addresses as physical
Eric Farman
1
-2
/
+2
2022-12-05
vfio/ccw: sort out physical vs virtual pointers usage
Alexander Gordeev
1
-1
/
+1
[next]