summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorLines
2023-05-05Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-21/+11
2023-05-04KVM: s390: fix race in gmap_make_secure()Claudio Imbrenda-21/+11
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-591/+432
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-12/+14
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+19
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+5
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+2
2023-04-20s390/mm: use VM_FLUSH_RESET_PERMS in module_alloc()Heiko Carstens-3/+4
2023-04-20s390: wire up memfd_secret system callHeiko Carstens-1/+1
2023-04-19s390/relocate_kernel: adjust indentationHeiko Carstens-42/+42
2023-04-19s390/relocate_kernel: use SYM* macros instead of ENTRY(), etc.Heiko Carstens-9/+7
2023-04-19s390/entry: use SYM* macros instead of ENTRY(), etc.Heiko Carstens-35/+34
2023-04-19s390/kprobes: use SYM* macros instead of ENTRY(), etc.Heiko Carstens-2/+2
2023-04-19s390/reipl: use SYM* macros instead of ENTRY(), etc.Heiko Carstens-5/+5
2023-04-19s390/head64: use SYM* macros instead of ENTRY(), etc.Heiko Carstens-4/+4
2023-04-19s390/earlypgm: use SYM* macros instead of ENTRY(), etc.Heiko Carstens-2/+2
2023-04-19s390/mcount: use SYM* macros instead of ENTRY(), etc.Heiko Carstens-6/+4
2023-04-19s390/amode31: use SYM* macros instead of ENTRY(), etc.Heiko Carstens-44/+31
2023-04-19s390/kdump: remove nodat stack restriction for calling nodat functionsAlexander Gordeev-11/+2
2023-04-19s390/kdump: rework invocation of DAT-off codeAlexander Gordeev-14/+14
2023-04-19s390/kdump: fix virtual vs physical address confusionAlexander Gordeev-8/+7
2023-04-19s390/kdump: cleanup do_start_kdump() prototype and usageAlexander Gordeev-4/+3
2023-04-19s390/kexec: turn DAT mode off immediately before purgatoryAlexander Gordeev-4/+3
2023-04-19s390/cpum_cf: remove function validate_ctr_auth() by inline codeThomas Richter-22/+9
2023-04-19s390/cpum_cf: provide counter number to validate_ctr_version()Thomas Richter-10/+8
2023-04-19s390/cpum_cf: introduce static CPU counter facility informationThomas Richter-67/+65
2023-04-14init: Mark [arch_call_]rest_init() __noreturnJosh Poimboeuf-1/+1
2023-04-13s390/debug: replace zero-length array with flexible-array memberHeiko Carstens-1/+1
2023-04-13s390/cpum_cf: simplify pr_err() statement in cpumf_pmu_enable/disableThomas Richter-14/+8
2023-04-13s390/cpum_cf: remove unnecessary copy_from_user callThomas Richter-5/+1
2023-04-13s390/cpum_cf: log bad return code of function cfset_all_copyThomas Richter-6/+9
2023-04-13s390/module: create module allocations without exec permissionsHeiko Carstens-1/+1
2023-04-13s390/ftrace: do not assume module_alloc() returns executable memoryHeiko Carstens-2/+2
2023-04-13s390/mm: use set_memory_*() helpers instead of open codingHeiko Carstens-1/+1
2023-04-13s390/ipl: fix physical-virtual confusion for diag308Nico Boehr-3/+3
2023-04-13s390/kaslr: randomize module base load addressHeiko Carstens-1/+21
2023-04-13s390/kaslr: provide kaslr_enabled() functionHeiko Carstens-0/+1
2023-04-04s390: enable HAVE_ARCH_STACKLEAKHeiko Carstens-0/+10
2023-04-04s390: remove arch_early_irq_init()Heiko Carstens-12/+2
2023-04-04s390: use init_thread_union aka initial stack for the first processHeiko Carstens-31/+19
2023-04-04s390/stack: set lowcore kernel stack pointer earlyHeiko Carstens-0/+1
2023-04-04s390/stack: use STACK_INIT_OFFSET where possibleHeiko Carstens-14/+8
2023-04-04s390/dumpstack: simplify in stack logic codeHeiko Carstens-24/+14
2023-04-04s390: make extables read-onlyVasily Gorbik-1/+2
2023-04-04s390/entry: rely on long-displacement facilityVasily Gorbik-5/+3
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-6/+2
2023-03-27s390/ptrace: fix PTRACE_GET_LAST_BREAK error handlingHeiko Carstens-6/+2
2023-03-27s390/cpum_sf: remove flag PERF_CPUM_SF_FULL_BLOCKSThomas Richter-12/+2