summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-02-22Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds31-633/+600
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+2
2023-02-21Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-10/+5
2023-02-15s390/irq,idle: simplify idle checkHeiko Carstens2-5/+4
2023-02-14s390/entry: remove toolchain dependent micro-optimizationHeiko Carstens1-6/+0
2023-02-14s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik1-2/+2
2023-02-14s390/mm: add support for RDP (Reset DAT-Protection)Gerald Schaefer1-0/+2
2023-02-09s390/idle: remove arch_cpu_idle_time() and corresponding codeHeiko Carstens1-66/+11
2023-02-09s390/vx: use simple assignments to access __vector128 membersHeiko Carstens4-8/+8
2023-02-09s390/idle: mark arch_cpu_idle() noinstrHeiko Carstens1-1/+1
2023-02-09s390/idle: move idle time accounting to account_idle_time_irq()Heiko Carstens1-10/+11
2023-02-06s390/mem_detect: handle online memory limit just onceVasily Gorbik1-1/+0
2023-02-06s390/diag: make __diag8c_tmp_amode31 staticHeiko Carstens1-1/+1
2023-02-06s390/rethook: add local rethook header fileHeiko Carstens2-0/+8
2023-02-06s390/ipl: add loadparm parameter to eckd ipl/reipl dataSven Schnelle1-0/+3
2023-02-06s390/ipl: add DEFINE_GENERIC_LOADPARM()Sven Schnelle1-71/+20
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar4-43/+72
2023-01-25s390: discard .interp sectionIlya Leoshkevich1-0/+1
2023-01-25s390/cpum_cf: simplify PMC_INIT and PMC_RELEASE usageThomas Richter1-11/+7
2023-01-25s390/cpum_cf: merge source files for CPU Measurement counter facilityThomas Richter4-173/+208
2023-01-25s390/cpum_cf: remove in-kernel counting facility interfaceThomas Richter2-25/+1
2023-01-25s390/cpum_cf: move stccm_avail()Thomas Richter1-0/+6
2023-01-25s390/cpum_cf: move cpum_cf_ctrset_size()Thomas Richter2-46/+47
2023-01-25s390/cpum_cf: simplify hw_perf_event_destroy()Thomas Richter1-6/+4
2023-01-25s390/cache: change type from unsigned long long to unsigned longHeiko Carstens1-1/+1
2023-01-22s390/kprobes: replace kretprobe with rethookVasily Gorbik5-39/+43
2023-01-22s390/cpum_sf: diagnostic sampling buffer setup to handle virtual addressesThomas Richter1-8/+6
2023-01-22s390/cpum_sf: rework macro AUX_SDB_NUM_xxxThomas Richter1-13/+29
2023-01-22s390/cpum_sf: sampling buffer setup to handle virtual addressesThomas Richter1-19/+21
2023-01-22s390/cpum_sf: remove debug statements from function setup_pmc_cpuThomas Richter1-6/+0
2023-01-22s390/cpum_sf: move functions from header file to source fileThomas Richter1-0/+52
2023-01-22s390/ipl: use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+1
2023-01-18perf/core: Introduce perf_prepare_header()Namhyung Kim1-1/+2
2023-01-18perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim3-9/+3
2023-01-17Merge branch 'fixes' into featuresHeiko Carstens3-41/+69
2023-01-17s390: workaround invalid gcc-11 out of bounds read warningHeiko Carstens1-2/+3
2023-01-13s390: move __amode31_base declaration to proper header fileHeiko Carstens1-1/+0
2023-01-13s390/mm: allocate Absolute Lowcore Area in decompressorAlexander Gordeev6-69/+13
2023-01-13s390/mm: allocate Real Memory Copy Area in decompressorAlexander Gordeev1-1/+1
2023-01-13s390/mm: start kernel with DAT enabledAlexander Gordeev6-55/+49
2023-01-13s390/early: fix sclp_early_sccb variable lifetimeAlexander Gordeev2-1/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-1/+0
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2023-01-11s390/cpum_sf: add READ_ONCE() semantics to compare and swap loopsHeiko Carstens1-39/+62
2023-01-10s390/kexec: fix ipl report address for kdumpAlexander Egorenkov1-2/+3
2023-01-09s390/tty3270: add support for diag 8cSven Schnelle2-0/+39
2023-01-09s390/cpumf: support user space events for countingThomas Richter1-11/+24
2023-01-06s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36Masahiro Yamada1-0/+2
2023-01-06s390: expicitly align _edata and _end symbols on page boundaryAlexander Gordeev1-0/+2
2022-12-27cputime: remove cputime_to_nsecs fallbackNicholas Piggin2-2/+2