summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)Author
2023-04-19s390/kprobes: use SYM* macros instead of ENTRY(), etc.Heiko Carstens
2023-04-19s390/reipl: use SYM* macros instead of ENTRY(), etc.Heiko Carstens
2023-04-19s390/head64: use SYM* macros instead of ENTRY(), etc.Heiko Carstens
2023-04-19s390/earlypgm: use SYM* macros instead of ENTRY(), etc.Heiko Carstens
2023-04-19s390/mcount: use SYM* macros instead of ENTRY(), etc.Heiko Carstens
2023-04-19s390/crc32le: use SYM* macros instead of ENTRY(), etc.Heiko Carstens
2023-04-19s390/crc32be: use SYM* macros instead of ENTRY(), etc.Heiko Carstens
2023-04-19s390/crypto,chacha: use SYM* macros instead of ENTRY(), etc.Heiko Carstens
2023-04-19s390/amode31: use SYM* macros instead of ENTRY(), etc.Heiko Carstens
2023-04-19s390/lib: use SYM* macros instead of ENTRY(), etc.Heiko Carstens
2023-04-19s390/kasan: remove override of mem*() functionsHeiko Carstens
2023-04-19s390/kdump: remove nodat stack restriction for calling nodat functionsAlexander Gordeev
2023-04-19s390/kdump: rework invocation of DAT-off codeAlexander Gordeev
2023-04-19s390/kdump: fix virtual vs physical address confusionAlexander Gordeev
2023-04-19s390/kdump: cleanup do_start_kdump() prototype and usageAlexander Gordeev
2023-04-19s390/kexec: turn DAT mode off immediately before purgatoryAlexander Gordeev
2023-04-19s390/cpum_cf: remove function validate_ctr_auth() by inline codeThomas Richter
2023-04-19s390/cpum_cf: provide counter number to validate_ctr_version()Thomas Richter
2023-04-19s390/cpum_cf: introduce static CPU counter facility informationThomas Richter
2023-04-18mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V
2023-04-14s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULLIlya Leoshkevich
2023-04-14init: Mark [arch_call_]rest_init() __noreturnJosh Poimboeuf
2023-04-13bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich
2023-04-13s390/debug: replace zero-length array with flexible-array memberHeiko Carstens
2023-04-13s390/fcx: replace zero-length array with flexible-array memberGustavo A. R. Silva
2023-04-13s390/diag: replace zero-length array with flexible-array memberGustavo A. R. Silva
2023-04-13s390/mm: fix direct map accountingHeiko Carstens
2023-04-13s390/mm: rename POPULATE_ONE2ONE to POPULATE_DIRECTHeiko Carstens
2023-04-13s390/boot: improve install.sh scriptMarc Hartmayer
2023-04-13s390/cpum_cf: simplify pr_err() statement in cpumf_pmu_enable/disableThomas Richter
2023-04-13s390/kaslr: randomize amode31 base addressVasily Gorbik
2023-04-13s390/kaslr: generalize and improve random base distributionVasily Gorbik
2023-04-13s390/boot: pin amode31 default lmaVasily Gorbik
2023-04-13s390/boot: do not change default_lmaVasily Gorbik
2023-04-13s390/cpum_cf: remove unnecessary copy_from_user callThomas Richter
2023-04-13s390/cpum_cf: log bad return code of function cfset_all_copyThomas Richter
2023-04-13s390/module: create module allocations without exec permissionsHeiko Carstens
2023-04-13s390/ftrace: do not assume module_alloc() returns executable memoryHeiko Carstens
2023-04-13s390/mm: use set_memory_*() helpers instead of open codingHeiko Carstens
2023-04-13s390/mm: implement set_memory_rwnx()Heiko Carstens
2023-04-13s390/mm: implement set_memory_rox()Heiko Carstens
2023-04-13s390/ipl: fix physical-virtual confusion for diag308Nico Boehr
2023-04-13s390/kaslr: randomize module base load addressHeiko Carstens
2023-04-13s390/kaslr: provide kaslr_enabled() functionHeiko Carstens
2023-04-13s390/checksum: remove not needed uaccess.h includeHeiko Carstens
2023-04-13s390/checksum: always use cksm instructionHeiko Carstens
2023-04-11s390/dasd: add autoquiesce featureStefan Haberland
2023-04-05s390/mm: try VMA lock-based page fault handling firstHeiko Carstens
2023-04-05kvm: Remove "select SRCU"Paul E. McKenney
2023-04-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds