summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)Author
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-18mm: remove zap_page_range and create zap_vma_pagesMike Kravetz
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
2023-01-10s390/kexec: fix ipl report address for kdumpAlexander Egorenkov
2023-01-09s390/tty3270: add support for diag 8cSven Schnelle
2023-01-09s390/cpumf: support user space events for countingThomas Richter
2023-01-06s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36Masahiro Yamada
2023-01-06s390: expicitly align _edata and _end symbols on page boundaryAlexander Gordeev
2022-12-27cputime: remove cputime_to_nsecs fallbackNicholas Piggin
2022-12-20random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-12Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2022-12-06s390/nmi: get rid of private slab cacheHeiko Carstens
2022-12-06s390/nmi: move storage error checking back to C, enter with DAT onHeiko Carstens
2022-12-06s390/nmi: print machine check interruption code before stopping systemHeiko Carstens
2022-12-06s390/nmi: rework register validation handlingHeiko Carstens
2022-12-06s390/nmi: use vector instruction macros instead of byte patternsHeiko Carstens
2022-12-06s390/vx: add vx-insn.h wrapper include fileHeiko Carstens
2022-12-06s390/ipl: use octal values instead of S_* macrosSven Schnelle
2022-12-06s390/ipl: add eckd dump supportSven Schnelle
2022-12-06s390/ipl: add eckd supportSven Schnelle
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn
2022-11-28Merge tag 'kvm-s390-next-6.2-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-25[s390] copy_oldmem_kernel() - WRITE is "data source", not destinationAl Viro
2022-11-24s390/crashdump: fix TOD programmable field sizeHeiko Carstens
2022-11-23s390/kprobes: define insn cache ops within private header fileHeiko Carstens
2022-11-23s390/debug: remove function type castHeiko Carstens