summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-08-28104-2153/+2576
|\
| * s390/pci: use builtin_misc_device macro to simplify the codeLi Zetao2023-08-231-6/+1
| * Merge branch 'vfio-ap' into featuresHeiko Carstens2023-08-237-73/+135
| |\
| | * s390/vfio-ap: make sure nib is sharedTony Krowiak2023-08-181-0/+30
| | * KVM: s390: export kvm_s390_pv*_is_protected functionsTony Krowiak2023-08-183-12/+17
| | * s390/uv: export uv_pin_shared for direct usageJanosch Frank2023-08-182-1/+8
| | * s390/vfio-ap: check for TAPQ response codes 0x35 and 0x36Tony Krowiak2023-08-181-1/+12
| | * s390/vfio-ap: handle queue state change in progress on resetTony Krowiak2023-08-181-1/+3
| | * s390/vfio-ap: use work struct to verify queue resetTony Krowiak2023-08-182-25/+25
| | * s390/vfio-ap: store entire AP queue status word with the queue objectTony Krowiak2023-08-182-14/+17
| | * s390/vfio-ap: remove upper limit on wait for queue reset to completeTony Krowiak2023-08-181-29/+35
| | * s390/vfio-ap: allow deconfigured queue to be passed through to a guestTony Krowiak2023-08-181-2/+4
| | * s390/vfio-ap: wait for response code 05 to clear on queue resetTony Krowiak2023-08-181-0/+2
| | * s390/vfio-ap: clean up irq resources if possibleTony Krowiak2023-08-181-4/+7
| | * s390/vfio-ap: no need to check the 'E' and 'I' bits in APQSW after TAPQTony Krowiak2023-08-181-11/+2
| * | s390/ipl: refactor deprecated strncpyJustin Stitt2023-08-181-1/+1
| * | s390/ipl: fix virtual vs physical address confusionAlexander Gordeev2023-08-183-5/+5
| * | s390/zcrypt_ep11misc: support API ordinal 6 with empty pin-blobHolger Dengler2023-08-185-25/+76
| * | s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobsHolger Dengler2023-08-171-1/+1
| * | s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributesHolger Dengler2023-08-172-4/+4
| * | s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_VERIFYKEY2 IOCTLHolger Dengler2023-08-171-1/+26
| * | s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_KBLOB2PROTK[23]Holger Dengler2023-08-173-62/+100
| * | s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_CLR2SECK2 IOCTLHolger Dengler2023-08-173-20/+60
| * | s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_GENSECK2 IOCTLHolger Dengler2023-08-173-21/+102
| * | s390/pkey: fix/harmonize internal keyblob headersHolger Dengler2023-08-173-11/+4
| * | s390/ipl: add common ipl parameter attribute groupSven Schnelle2023-08-161-22/+6
| * | s390/ipl: add missing secure/has_secure file to ipl type 'unknown'Sven Schnelle2023-08-161-0/+2
| * | s390/dcssblk: fix kernel crash with list_add corruptionGerald Schaefer2023-08-161-1/+3
| * | s390/mm: make virt_to_pfn() a static inlineLinus Walleij2023-08-166-7/+15
| * | s390/boot: fix multi-line comments styleAlexander Gordeev2023-08-161-2/+4
| * | s390/boot: account Real Memory Copy and Lowcore areasAlexander Gordeev2023-08-161-1/+2
| * | s390/mm: define Real Memory Copy size and mask macrosAlexander Gordeev2023-08-164-5/+9
| * | s390/boot: cleanup number of page table levels setupAlexander Gordeev2023-08-161-5/+4
| * | s390: remove <asm/export.h>Masahiro Yamada2023-08-091-1/+0
| * | s390: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-093-3/+3
| * | s390: remove unneeded #include <asm/export.h>Masahiro Yamada2023-08-091-2/+0
| * | s390/smp: ensure global control register contents are in syncHeiko Carstens2023-08-091-3/+12
| * | s390/cert_store: select CRYPTO_LIB_SHA256Sven Schnelle2023-08-011-0/+1
| * | s390/cert_store: fix error return code in fill_cs_keyring()Yang Yingliang2023-07-291-0/+1
| * | s390/pfault: use consistent comment styleHeiko Carstens2023-07-291-10/+20
| * | s390/pfault: cleanup inline assembliesHeiko Carstens2023-07-292-15/+17
| * | s390/pfault: use early_param() instead if __setup()Heiko Carstens2023-07-291-2/+1
| * | s390/pfault: remove not needed packed and aligned attributesHeiko Carstens2023-07-291-1/+1
| * | s390/pfault: use UL instead of ULLHeiko Carstens2023-07-291-3/+3
| * | s390/mm: move pfault code to own C fileHeiko Carstens2023-07-297-236/+266
| * | s390/defconfigs: set CONFIG_FUNCTION_GRAPH_RETVAL=yHeiko Carstens2023-07-272-0/+2
| * | s390/ftrace: use la instead of aghik in return_to_handler()Heiko Carstens2023-07-271-1/+1
| * | s390/ebcdic: fix typo in commentChristophe JAILLET2023-07-271-1/+1
| * | s390/diag: fix diagnose 8c descriptionHeiko Carstens2023-07-271-1/+1
| * | s390: use obj-y to descend into drivers/s390/Masahiro Yamada2023-07-242-1/+2