summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)Author
2023-03-02s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handlerVasily Gorbik
2023-02-28s390/smp: perform cpu reset before delegating work to target cpuHeiko Carstens
2023-02-28s390/mcck: cleanup user process termination pathAlexander Gordeev
2023-02-28s390/cpum_sf: use READ_ONCE_ALIGNED_128() instead of 128-bit cmpxchgHeiko Carstens
2023-02-27s390/nmi: fix virtual-physical address confusionNico Boehr
2023-02-27s390/setup: do not complain about parameters handled in decompressorVasily Gorbik
2023-02-21Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-20Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-02-15s390/irq,idle: simplify idle checkHeiko Carstens
2023-02-14s390/entry: remove toolchain dependent micro-optimizationHeiko Carstens
2023-02-14s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik
2023-02-14s390/mm: add support for RDP (Reset DAT-Protection)Gerald Schaefer
2023-02-09s390/idle: remove arch_cpu_idle_time() and corresponding codeHeiko Carstens
2023-02-09s390/vx: use simple assignments to access __vector128 membersHeiko Carstens
2023-02-09s390/idle: mark arch_cpu_idle() noinstrHeiko Carstens
2023-02-09s390/idle: move idle time accounting to account_idle_time_irq()Heiko Carstens
2023-02-06s390/mem_detect: handle online memory limit just onceVasily Gorbik
2023-02-06s390/diag: make __diag8c_tmp_amode31 staticHeiko Carstens
2023-02-06s390/rethook: add local rethook header fileHeiko Carstens
2023-02-06s390/ipl: add loadparm parameter to eckd ipl/reipl dataSven Schnelle
2023-02-06s390/ipl: add DEFINE_GENERIC_LOADPARM()Sven Schnelle
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar
2023-01-25s390: discard .interp sectionIlya Leoshkevich
2023-01-25s390/cpum_cf: simplify PMC_INIT and PMC_RELEASE usageThomas Richter
2023-01-25s390/cpum_cf: merge source files for CPU Measurement counter facilityThomas Richter
2023-01-25s390/cpum_cf: remove in-kernel counting facility interfaceThomas Richter
2023-01-25s390/cpum_cf: move stccm_avail()Thomas Richter
2023-01-25s390/cpum_cf: move cpum_cf_ctrset_size()Thomas Richter
2023-01-25s390/cpum_cf: simplify hw_perf_event_destroy()Thomas Richter
2023-01-25s390/cache: change type from unsigned long long to unsigned longHeiko Carstens
2023-01-22s390/kprobes: replace kretprobe with rethookVasily Gorbik
2023-01-22s390/cpum_sf: diagnostic sampling buffer setup to handle virtual addressesThomas Richter
2023-01-22s390/cpum_sf: rework macro AUX_SDB_NUM_xxxThomas Richter
2023-01-22s390/cpum_sf: sampling buffer setup to handle virtual addressesThomas Richter
2023-01-22s390/cpum_sf: remove debug statements from function setup_pmc_cpuThomas Richter
2023-01-22s390/cpum_sf: move functions from header file to source fileThomas Richter
2023-01-22s390/ipl: use kstrtobool() instead of strtobool()Christophe JAILLET
2023-01-18perf/core: Introduce perf_prepare_header()Namhyung Kim
2023-01-18perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim
2023-01-17Merge branch 'fixes' into featuresHeiko Carstens
2023-01-17s390: workaround invalid gcc-11 out of bounds read warningHeiko Carstens
2023-01-13s390: move __amode31_base declaration to proper header fileHeiko Carstens
2023-01-13s390/mm: allocate Absolute Lowcore Area in decompressorAlexander Gordeev
2023-01-13s390/mm: allocate Real Memory Copy Area in decompressorAlexander Gordeev
2023-01-13s390/mm: start kernel with DAT enabledAlexander Gordeev
2023-01-13s390/early: fix sclp_early_sccb variable lifetimeAlexander Gordeev
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra
2023-01-11s390/cpum_sf: add READ_ONCE() semantics to compare and swap loopsHeiko Carstens