summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-01-10s390/con3270: move condev definitionHeiko Carstens1-1/+3
2023-01-09s390/zcrypt: use strscpy() to instead of strncpy()Xu Panda1-4/+2
2023-01-09vfio/ccw: remove old IDA format restrictionsEric Farman1-8/+0
2023-01-09vfio/ccw: don't group contiguous pages on 2K IDAWsEric Farman1-10/+20
2023-01-09vfio/ccw: handle a guest Format-1 IDALEric Farman1-3/+16
2023-01-09vfio/ccw: allocate/populate the guest idalEric Farman1-24/+52
2023-01-09vfio/ccw: calculate number of IDAWs regardless of formatEric Farman1-0/+16
2023-01-09vfio/ccw: read only one Format-1 IDAWEric Farman1-3/+11
2023-01-09vfio/ccw: refactor the idaw counterEric Farman1-9/+30
2023-01-09vfio/ccw: populate page_array struct inlineEric Farman1-17/+5
2023-01-09vfio/ccw: pass page count to page_array structEric Farman1-10/+13
2023-01-09vfio/ccw: remove unnecessary malloc alignmentEric Farman1-20/+23
2023-01-09vfio/ccw: simplify CCW chain fetch routinesEric Farman1-18/+15
2023-01-09vfio/ccw: replace copy_from_iova with vfio_dma_rwEric Farman1-51/+5
2023-01-09vfio/ccw: move where IDA flag is set in ORBEric Farman1-7/+6
2023-01-09vfio/ccw: allow non-zero storage keysEric Farman1-1/+0
2023-01-09vfio/ccw: simplify the cp_get_orb interfaceEric Farman3-7/+6
2023-01-09vfio/ccw: cleanup some of the mdev commentaryEric Farman2-4/+2
2023-01-09s390/con3270: add special output handling when oops_in_progress is setSven Schnelle1-15/+61
2023-01-09s390/con3270: set SBA and RA addresses when converting linesSven Schnelle1-23/+8
2023-01-09s390/con3270: simplify update flagsSven Schnelle1-20/+10
2023-01-09s390/con3270: return from notifier when activate view failsSven Schnelle1-2/+6
2023-01-09s390/fs3270: split header filesSven Schnelle2-88/+2
2023-01-09s390/fs3270: fix screen reset on activateSven Schnelle1-6/+7
2023-01-09s390/fs3270: fix function prototypesSven Schnelle1-38/+22
2023-01-09s390/fs3270: use *ptr instead of struct in kzallocSven Schnelle1-1/+1
2023-01-09s390/fs3270: remove duplicate assignmentSven Schnelle1-1/+2
2023-01-09s390/fs3270: add missing braces to if/elseSven Schnelle1-6/+9
2023-01-09s390/fs3270: fix whitespace errorsSven Schnelle1-16/+16
2023-01-09s390/raw3270: fix nullpointer checkSven Schnelle1-1/+1
2023-01-09s390/raw3270: split up raw3270_activate_view()Sven Schnelle1-28/+46
2023-01-09s390/raw3270: remove BUG_ON in raw3270_request_reset()Sven Schnelle2-4/+8
2023-01-09s390/raw3270: use DEVICE_ATTR_RO() for sysfs attributesSven Schnelle1-9/+9
2023-01-09s390/raw3270: add comment to spinlock memberSven Schnelle1-1/+1
2023-01-09s390/raw3270: fix raw3270 declarationsSven Schnelle1-29/+30
2023-01-09s390/raw3270: fix indentation/whitespace errorsSven Schnelle2-20/+23
2023-01-09s390/raw3270: move EXPORT_SYMBOL() next to functionsSven Schnelle1-24/+23
2023-01-09s390/con3270: fix minor checkpatch issuesSven Schnelle1-11/+17
2023-01-09s390/con3270: use msecs_to_jiffies()Sven Schnelle1-1/+1
2023-01-09s390/con3270: fix multiple assignments in one lineSven Schnelle1-5/+10
2023-01-09s390/con3270: fix camelcase in enum membersSven Schnelle1-13/+13
2023-01-09s390/con3270: add key help to status areaSven Schnelle1-7/+33
2023-01-09s390/con3270: reduce highlight width to 3 bitsSven Schnelle1-14/+21
2023-01-09s390/con3270: reduce f_color and b_color attribute size to 4 bitSven Schnelle1-10/+18
2023-01-09s390/con3270: rewrite command line recallingSven Schnelle2-170/+74
2023-01-09s390/tty3270: use normal char buffer for prompt/inputSven Schnelle1-55/+81
2023-01-09s390/tty3270: convert lines during outputSven Schnelle2-238/+102
2023-01-09s390/con3270: generate status line during outputSven Schnelle1-39/+45
2023-01-09s390/tty3270: add 3270 datastream helpersSven Schnelle1-44/+53
2023-01-09s390/tty3270: move ASCII->EBCDIC conversion to convert_line()Sven Schnelle1-42/+42