summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2023-04-19s390/kprobes: use SYM* macros instead of ENTRY(), etc.Heiko Carstens1-2/+2
2023-04-19s390/reipl: use SYM* macros instead of ENTRY(), etc.Heiko Carstens1-5/+5
2023-04-19s390/head64: use SYM* macros instead of ENTRY(), etc.Heiko Carstens1-4/+4
2023-04-19s390/earlypgm: use SYM* macros instead of ENTRY(), etc.Heiko Carstens1-2/+2
2023-04-19s390/mcount: use SYM* macros instead of ENTRY(), etc.Heiko Carstens1-6/+4
2023-04-19s390/crc32le: use SYM* macros instead of ENTRY(), etc.Heiko Carstens1-14/+16
2023-04-19s390/crc32be: use SYM* macros instead of ENTRY(), etc.Heiko Carstens1-8/+9
2023-04-19s390/crypto,chacha: use SYM* macros instead of ENTRY(), etc.Heiko Carstens1-23/+24
2023-04-19s390/amode31: use SYM* macros instead of ENTRY(), etc.Heiko Carstens1-44/+31
2023-04-19s390/lib: use SYM* macros instead of ENTRY(), etc.Heiko Carstens1-2/+2
2023-04-19s390/kasan: remove override of mem*() functionsHeiko Carstens2-21/+18
2023-04-19s390/kdump: remove nodat stack restriction for calling nodat functionsAlexander Gordeev2-12/+5
2023-04-19s390/kdump: rework invocation of DAT-off codeAlexander Gordeev2-14/+61
2023-04-19s390/kdump: fix virtual vs physical address confusionAlexander Gordeev1-8/+7
2023-04-19s390/kdump: cleanup do_start_kdump() prototype and usageAlexander Gordeev1-4/+3
2023-04-19s390/kexec: turn DAT mode off immediately before purgatoryAlexander Gordeev1-4/+3
2023-04-19s390/cpum_cf: remove function validate_ctr_auth() by inline codeThomas Richter1-22/+9
2023-04-19s390/cpum_cf: provide counter number to validate_ctr_version()Thomas Richter1-10/+8
2023-04-19s390/cpum_cf: introduce static CPU counter facility informationThomas Richter1-67/+65
2023-04-19mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V1-1/+1
2023-04-14s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULLIlya Leoshkevich1-3/+8
2023-04-14init: Mark [arch_call_]rest_init() __noreturnJosh Poimboeuf1-1/+1
2023-04-14bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich1-0/+5
2023-04-13s390/debug: replace zero-length array with flexible-array memberHeiko Carstens1-1/+1
2023-04-13s390/fcx: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-04-13s390/diag: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-04-13s390/mm: fix direct map accountingHeiko Carstens3-4/+18
2023-04-13s390/mm: rename POPULATE_ONE2ONE to POPULATE_DIRECTHeiko Carstens1-4/+4
2023-04-13s390/boot: improve install.sh scriptMarc Hartmayer1-4/+4
2023-04-13s390/cpum_cf: simplify pr_err() statement in cpumf_pmu_enable/disableThomas Richter1-14/+8
2023-04-13s390/kaslr: randomize amode31 base addressVasily Gorbik1-2/+4
2023-04-13s390/kaslr: generalize and improve random base distributionVasily Gorbik4-11/+112
2023-04-13s390/boot: pin amode31 default lmaVasily Gorbik1-1/+3
2023-04-13s390/boot: do not change default_lmaVasily Gorbik1-13/+12
2023-04-13s390/cpum_cf: remove unnecessary copy_from_user callThomas Richter1-5/+1
2023-04-13s390/cpum_cf: log bad return code of function cfset_all_copyThomas Richter1-6/+9
2023-04-13s390/module: create module allocations without exec permissionsHeiko Carstens1-1/+1
2023-04-13s390/ftrace: do not assume module_alloc() returns executable memoryHeiko Carstens2-2/+2
2023-04-13s390/mm: use set_memory_*() helpers instead of open codingHeiko Carstens3-24/+17
2023-04-13s390/mm: implement set_memory_rwnx()Heiko Carstens1-0/+5
2023-04-13s390/mm: implement set_memory_rox()Heiko Carstens1-0/+6
2023-04-13s390/ipl: fix physical-virtual confusion for diag308Nico Boehr1-3/+3
2023-04-13s390/kaslr: randomize module base load addressHeiko Carstens1-1/+21
2023-04-13s390/kaslr: provide kaslr_enabled() functionHeiko Carstens6-8/+15
2023-04-13s390/checksum: remove not needed uaccess.h includeHeiko Carstens1-1/+0
2023-04-13s390/checksum: always use cksm instructionHeiko Carstens2-11/+2
2023-04-12s390/dasd: add autoquiesce featureStefan Haberland1-0/+2
2023-04-06s390/mm: try VMA lock-based page fault handling firstHeiko Carstens2-0/+25
2023-04-05kvm: Remove "select SRCU"Paul E. McKenney1-1/+0
2023-04-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-8/+25