summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 's390-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds5-137/+376
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-13/+3
2023-06-28Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
2023-06-26Merge tag 's390-6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+1
2023-06-22s390/cpum_cf: rework PER_CPU_DEFINE of struct cpu_cf_eventsThomas Richter1-117/+332
2023-06-20s390/cpum_cf: open access to hwctr device for CAP_PERFMON privileged processThomas Richter1-1/+2
2023-06-20s390/module: fix rela calculation for R_390_GOTENTSumanth Korikkar1-1/+2
2023-06-20s390/crash: use the correct type for memory allocationChristophe JAILLET1-1/+1
2023-06-05s390/time: Provide sched_clock_noinstr()Peter Zijlstra1-0/+5
2023-06-05s390/cpum_sf: Convert to cmpxchg128()Peter Zijlstra1-13/+3
2023-06-01s390/ipl: add REIPL_CLEAR flag to os_infoMikhail Zaslonko1-0/+16
2023-05-19Merge tag 's390-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-17/+18
2023-05-18rethook, fprobe: do not trace rethook related functionsZe Gao1-0/+1
2023-05-15s390/ipl: fix IPIB virtual vs physical address confusionAlexander Gordeev1-2/+1
2023-05-15s390/topology: honour nr_cpu_ids when adding CPUsAlexander Gordeev1-15/+17
2023-05-15s390/pai_ext: replace atomic_t with refcount_tThomas Richter1-10/+13
2023-05-15s390/pai_crypto: replace atomic_t with refcount_tThomas Richter1-8/+11
2023-05-05Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-21/+11
2023-05-04KVM: s390: fix race in gmap_make_secure()Claudio Imbrenda1-21/+11
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds27-591/+432
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+14
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-4/+19
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+5
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+2
2023-04-20s390/mm: use VM_FLUSH_RESET_PERMS in module_alloc()Heiko Carstens1-3/+4
2023-04-20s390: wire up memfd_secret system callHeiko Carstens1-1/+1
2023-04-19s390/relocate_kernel: adjust indentationHeiko Carstens1-42/+42
2023-04-19s390/relocate_kernel: use SYM* macros instead of ENTRY(), etc.Heiko Carstens1-9/+7
2023-04-19s390/entry: use SYM* macros instead of ENTRY(), etc.Heiko Carstens1-35/+34
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/amode31: use SYM* macros instead of ENTRY(), etc.Heiko Carstens1-44/+31
2023-04-19s390/kdump: remove nodat stack restriction for calling nodat functionsAlexander Gordeev1-11/+2
2023-04-19s390/kdump: rework invocation of DAT-off codeAlexander Gordeev1-14/+14
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-14init: Mark [arch_call_]rest_init() __noreturnJosh Poimboeuf1-1/+1
2023-04-13s390/debug: replace zero-length array with flexible-array memberHeiko Carstens1-1/+1
2023-04-13s390/cpum_cf: simplify pr_err() statement in cpumf_pmu_enable/disableThomas Richter1-14/+8
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