summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* s390/mm: simplify kernel mapping setupHeiko Carstens2023-08-304-114/+15
* s390: remove "noexec" optionHeiko Carstens2023-08-305-12/+2
* s390/vmem: fix virtual vs physical address confusionAlexander Gordeev2023-08-301-4/+8
* Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-08-2858-981/+2024
|\
| * s390/pci: use builtin_misc_device macro to simplify the codeLi Zetao2023-08-231-6/+1
| * Merge branch 'vfio-ap' into featuresHeiko Carstens2023-08-235-13/+25
| |\
| | * 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/ipl: refactor deprecated strncpyJustin Stitt2023-08-181-1/+1
| * | s390/ipl: fix virtual vs physical address confusionAlexander Gordeev2023-08-182-3/+3
| * | 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-171-1/+1
| * | 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/mm: make virt_to_pfn() a static inlineLinus Walleij2023-08-164-5/+13
| * | 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-241-1/+0
| * | docs: move s390 under archCosta Shulyupin2023-07-242-4/+4
| * | s390/tracing: pass struct ftrace_regs to ftrace_trace_functionSven Schnelle2023-07-242-25/+34
| * | s390/hypfs: stop using ENOSYS error codeSven Schnelle2023-07-241-3/+3
| * | s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev2023-07-242-3/+0
| * | s390/extmem: improve reporting of -ERANGE errorAlexander Gordeev2023-07-241-3/+6
| * | s390/mm: rework arch_get_mappable_range() callbackAlexander Gordeev2023-07-244-1/+6
| * | s390/kexec: make machine_kexec() depend on CONFIG_KEXEC_COREAlexander Gordeev2023-07-241-2/+3
| * | s390/ftrace: enable HAVE_FUNCTION_GRAPH_RETVALSven Schnelle2023-07-244-2/+31
| * | s390/hypfs: factor out filesystem codeHeiko Carstens2023-07-2412-587/+709
| * | s390/hypfs: remove open-coded PTR_ALIGN()Heiko Carstens2023-07-241-6/+1
| * | s390/hypfs: simplify memory allocationHeiko Carstens2023-07-242-34/+30
| * | s390/sthyi: enforce 4k alignment of vmalloc'ed areaHeiko Carstens2023-07-241-1/+3
| * | s390/diag: handle diag 204 subcode 4 address correctlyHeiko Carstens2023-07-242-0/+4
| * | s390: add support for user-defined certificatesAnastasia Eskova2023-07-246-1/+824