summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-08-16s390/ipl: add common ipl parameter attribute groupSven Schnelle
2023-08-16s390/ipl: add missing secure/has_secure file to ipl type 'unknown'Sven Schnelle
2023-08-16s390/mm: make virt_to_pfn() a static inlineLinus Walleij
2023-08-16s390/boot: fix multi-line comments styleAlexander Gordeev
2023-08-16s390/boot: account Real Memory Copy and Lowcore areasAlexander Gordeev
2023-08-16s390/mm: define Real Memory Copy size and mask macrosAlexander Gordeev
2023-08-16s390/boot: cleanup number of page table levels setupAlexander Gordeev
2023-08-09s390: remove <asm/export.h>Masahiro Yamada
2023-08-09s390: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-08-09s390: remove unneeded #include <asm/export.h>Masahiro Yamada
2023-08-09s390/smp: ensure global control register contents are in syncHeiko Carstens
2023-08-01s390/cert_store: select CRYPTO_LIB_SHA256Sven Schnelle
2023-07-29s390/cert_store: fix error return code in fill_cs_keyring()Yang Yingliang
2023-07-29s390/pfault: use consistent comment styleHeiko Carstens
2023-07-29s390/pfault: cleanup inline assembliesHeiko Carstens
2023-07-29s390/pfault: use early_param() instead if __setup()Heiko Carstens
2023-07-29s390/pfault: remove not needed packed and aligned attributesHeiko Carstens
2023-07-29s390/pfault: use UL instead of ULLHeiko Carstens
2023-07-29s390/mm: move pfault code to own C fileHeiko Carstens
2023-07-27s390/defconfigs: set CONFIG_FUNCTION_GRAPH_RETVAL=yHeiko Carstens
2023-07-27s390/ftrace: use la instead of aghik in return_to_handler()Heiko Carstens
2023-07-27s390/ebcdic: fix typo in commentChristophe JAILLET
2023-07-27s390/diag: fix diagnose 8c descriptionHeiko Carstens
2023-07-24s390: use obj-y to descend into drivers/s390/Masahiro Yamada
2023-07-24docs: move s390 under archCosta Shulyupin
2023-07-24s390/tracing: pass struct ftrace_regs to ftrace_trace_functionSven Schnelle
2023-07-24s390/hypfs: stop using ENOSYS error codeSven Schnelle
2023-07-24s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev
2023-07-24s390/extmem: improve reporting of -ERANGE errorAlexander Gordeev
2023-07-24s390/mm: rework arch_get_mappable_range() callbackAlexander Gordeev
2023-07-24s390/kexec: make machine_kexec() depend on CONFIG_KEXEC_COREAlexander Gordeev
2023-07-24s390/ftrace: enable HAVE_FUNCTION_GRAPH_RETVALSven Schnelle
2023-07-24s390/hypfs: factor out filesystem codeHeiko Carstens
2023-07-24s390/hypfs: remove open-coded PTR_ALIGN()Heiko Carstens
2023-07-24s390/hypfs: simplify memory allocationHeiko Carstens
2023-07-24s390/sthyi: enforce 4k alignment of vmalloc'ed areaHeiko Carstens
2023-07-24s390/diag: handle diag 204 subcode 4 address correctlyHeiko Carstens
2023-07-24s390: add support for user-defined certificatesAnastasia Eskova
2023-07-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-07-23Merge tag 'kvm-s390-master-6.5-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini
2023-07-23Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2023-07-22Merge tag 'powerpc-6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-07-22Merge tag 's390-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-07-22Merge tag 'io_uring-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-07-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2023-07-21ia64: mmap: Consider pgoff when searching for free mappingHelge Deller
2023-07-21io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area()Helge Deller
2023-07-21arm64/fpsimd: Ensure SME storage is allocated after SVE VL changesMark Brown
2023-07-20Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-20s390/crypto: use kfree_sensitive() instead of kfree()Wang Ming