aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-03-27s390/ptrace: fix PTRACE_GET_LAST_BREAK error handlingGravatar Heiko Carstens 1-6/+2
2023-03-03Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 6-39/+30
2023-03-02s390/kprobes: fix current_kprobe never cleared after kprobes reenterGravatar Vasily Gorbik 1-0/+1
2023-03-02s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handlerGravatar Vasily Gorbik 1-2/+1
2023-02-28s390/smp: perform cpu reset before delegating work to target cpuGravatar Heiko Carstens 1-0/+1
2023-02-28s390/mcck: cleanup user process termination pathGravatar Alexander Gordeev 3-29/+6
2023-02-28s390/cpum_sf: use READ_ONCE_ALIGNED_128() instead of 128-bit cmpxchgGravatar Heiko Carstens 1-6/+3
2023-02-27s390/nmi: fix virtual-physical address confusionGravatar Nico Boehr 1-2/+1
2023-02-27s390/setup: do not complain about parameters handled in decompressorGravatar Vasily Gorbik 1-0/+17
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+2
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+1
2023-02-21Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 31-633/+600
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-4/+2
2023-02-20Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-10/+5
2023-02-15s390/irq,idle: simplify idle checkGravatar Heiko Carstens 2-5/+4
2023-02-14s390/entry: remove toolchain dependent micro-optimizationGravatar Heiko Carstens 1-6/+0
2023-02-14s390/mem_detect: do not truncate online memory ranges infoGravatar Vasily Gorbik 1-2/+2
2023-02-14s390/mm: add support for RDP (Reset DAT-Protection)Gravatar Gerald Schaefer 1-0/+2
2023-02-09s390/idle: remove arch_cpu_idle_time() and corresponding codeGravatar Heiko Carstens 1-66/+11
2023-02-09s390/vx: use simple assignments to access __vector128 membersGravatar Heiko Carstens 4-8/+8
2023-02-09s390/idle: mark arch_cpu_idle() noinstrGravatar Heiko Carstens 1-1/+1
2023-02-09s390/idle: move idle time accounting to account_idle_time_irq()Gravatar Heiko Carstens 1-10/+11
2023-02-06s390/mem_detect: handle online memory limit just onceGravatar Vasily Gorbik 1-1/+0
2023-02-06s390/diag: make __diag8c_tmp_amode31 staticGravatar Heiko Carstens 1-1/+1
2023-02-06s390/rethook: add local rethook header fileGravatar Heiko Carstens 2-0/+8
2023-02-06s390/ipl: add loadparm parameter to eckd ipl/reipl dataGravatar Sven Schnelle 1-0/+3
2023-02-06s390/ipl: add DEFINE_GENERIC_LOADPARM()Gravatar Sven Schnelle 1-71/+20
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesGravatar Ingo Molnar 4-43/+72
2023-01-26s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64Gravatar Nathan Chancellor 1-1/+1
2023-01-26s390/vdso: Drop unused '-s' flag from KBUILD_AFLAGS_64Gravatar Nathan Chancellor 1-1/+1
2023-01-25s390: discard .interp sectionGravatar Ilya Leoshkevich 1-0/+1
2023-01-25s390/cpum_cf: simplify PMC_INIT and PMC_RELEASE usageGravatar Thomas Richter 1-11/+7
2023-01-25s390/cpum_cf: merge source files for CPU Measurement counter facilityGravatar Thomas Richter 4-173/+208
2023-01-25s390/cpum_cf: remove in-kernel counting facility interfaceGravatar Thomas Richter 2-25/+1
2023-01-25s390/cpum_cf: move stccm_avail()Gravatar Thomas Richter 1-0/+6
2023-01-25s390/cpum_cf: move cpum_cf_ctrset_size()Gravatar Thomas Richter 2-46/+47
2023-01-25s390/cpum_cf: simplify hw_perf_event_destroy()Gravatar Thomas Richter 1-6/+4
2023-01-25s390/cache: change type from unsigned long long to unsigned longGravatar Heiko Carstens 1-1/+1
2023-01-22s390/kprobes: replace kretprobe with rethookGravatar Vasily Gorbik 5-39/+43
2023-01-22s390/cpum_sf: diagnostic sampling buffer setup to handle virtual addressesGravatar Thomas Richter 1-8/+6
2023-01-22s390/cpum_sf: rework macro AUX_SDB_NUM_xxxGravatar Thomas Richter 1-13/+29
2023-01-22s390/cpum_sf: sampling buffer setup to handle virtual addressesGravatar Thomas Richter 1-19/+21
2023-01-22s390/cpum_sf: remove debug statements from function setup_pmc_cpuGravatar Thomas Richter 1-6/+0
2023-01-22s390/cpum_sf: move functions from header file to source fileGravatar Thomas Richter 1-0/+52
2023-01-22s390/ipl: use kstrtobool() instead of strtobool()Gravatar Christophe JAILLET 1-1/+1
2023-01-18mm: remove zap_page_range and create zap_vma_pagesGravatar Mike Kravetz 1-3/+1
2023-01-18perf/core: Introduce perf_prepare_header()Gravatar Namhyung Kim 1-1/+2
2023-01-18perf/core: Add perf_sample_save_raw_data() helperGravatar Namhyung Kim 3-9/+3
2023-01-17Merge branch 'fixes' into featuresGravatar Heiko Carstens 3-41/+69
2023-01-17s390: workaround invalid gcc-11 out of bounds read warningGravatar Heiko Carstens 1-2/+3