summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-13s390/boot: allow setup of different virtual address typesAlexander Gordeev
2023-01-13s390/kasan: remove identity mapping supportAlexander Gordeev
2023-01-13s390/maccess: remove dead DAT-off codeAlexander Gordeev
2023-01-13s390/mm: start kernel with DAT enabledAlexander Gordeev
2023-01-13s390/boot: detect and enable memory facilitiesAlexander Gordeev
2023-01-13s390/pgtable: add REGION3_KERNEL_EXEC protectionAlexander Gordeev
2023-01-13s390/kasan: use set_pXe_bit() for pgtable entries setupAlexander Gordeev
2023-01-13s390/kasan: cleanup setup of untracked memory pgtablesAlexander Gordeev
2023-01-13s390/kasan: cleanup setup of zero pgtableAlexander Gordeev
2023-01-13s390/kasan: sort out physical vs virtual memory confusionAlexander Gordeev
2023-01-13s390/early: fix sclp_early_sccb variable lifetimeAlexander Gordeev
2023-01-13s390/boot: cleanup decompressor header filesAlexander Gordeev
2023-01-10s390/archrandom: add missing header includeHeiko Carstens
2023-01-10s390/con3270: move condev definitionHeiko Carstens
2023-01-09s390/zcrypt: use strscpy() to instead of strncpy()Xu Panda
2023-01-09vfio/ccw: remove old IDA format restrictionsEric Farman
2023-01-09vfio/ccw: don't group contiguous pages on 2K IDAWsEric Farman
2023-01-09vfio/ccw: handle a guest Format-1 IDALEric Farman
2023-01-09vfio/ccw: allocate/populate the guest idalEric Farman
2023-01-09vfio/ccw: calculate number of IDAWs regardless of formatEric Farman
2023-01-09vfio/ccw: read only one Format-1 IDAWEric Farman
2023-01-09vfio/ccw: refactor the idaw counterEric Farman
2023-01-09vfio/ccw: populate page_array struct inlineEric Farman
2023-01-09vfio/ccw: pass page count to page_array structEric Farman
2023-01-09vfio/ccw: remove unnecessary malloc alignmentEric Farman
2023-01-09vfio/ccw: simplify CCW chain fetch routinesEric Farman
2023-01-09vfio/ccw: replace copy_from_iova with vfio_dma_rwEric Farman
2023-01-09vfio/ccw: move where IDA flag is set in ORBEric Farman
2023-01-09vfio/ccw: allow non-zero storage keysEric Farman
2023-01-09vfio/ccw: simplify the cp_get_orb interfaceEric Farman
2023-01-09vfio/ccw: cleanup some of the mdev commentaryEric Farman
2023-01-09s390/con3270: add special output handling when oops_in_progress is setSven Schnelle
2023-01-09s390/con3270: set SBA and RA addresses when converting linesSven Schnelle
2023-01-09s390/con3270: simplify update flagsSven Schnelle
2023-01-09s390/con3270: return from notifier when activate view failsSven Schnelle
2023-01-09s390/diag: use __packed __alignedSven Schnelle
2023-01-09s390/fs3270: split header filesSven Schnelle
2023-01-09s390/fs3270: fix screen reset on activateSven Schnelle
2023-01-09s390/fs3270: fix function prototypesSven Schnelle
2023-01-09s390/fs3270: use *ptr instead of struct in kzallocSven Schnelle
2023-01-09s390/fs3270: remove duplicate assignmentSven Schnelle
2023-01-09s390/fs3270: add missing braces to if/elseSven Schnelle
2023-01-09s390/fs3270: fix whitespace errorsSven Schnelle
2023-01-09s390/raw3270: fix nullpointer checkSven Schnelle
2023-01-09s390/raw3270: split up raw3270_activate_view()Sven Schnelle
2023-01-09s390/raw3270: remove BUG_ON in raw3270_request_reset()Sven Schnelle
2023-01-09s390/raw3270: use DEVICE_ATTR_RO() for sysfs attributesSven Schnelle
2023-01-09s390/raw3270: add comment to spinlock memberSven Schnelle
2023-01-09s390/raw3270: fix raw3270 declarationsSven Schnelle
2023-01-09s390/raw3270: fix indentation/whitespace errorsSven Schnelle