summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)Author
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada
2024-05-14s390/fpu: Remove comment about TIF_FPUThomas Huth
2024-05-14s390/vtime: Use get_cpu_timer()Sven Schnelle
2024-05-14s390/idle: Rewrite psw_idle() in CSven Schnelle
2024-05-14s390/stackstrace: Detect vdso stack framesHeiko Carstens
2024-05-14s390/vdso: Introduce and use struct stack_frame_vdso_wrapperHeiko Carstens
2024-05-14s390/stacktrace: Improve detection of invalid instruction pointersHeiko Carstens
2024-05-14s390/stacktrace: Skip first user stack frameHeiko Carstens
2024-05-14s390/stacktrace: Merge perf_callchain_user() and arch_stack_walk_user()Heiko Carstens
2024-05-14s390/vdso: Use standard stack frame layoutHeiko Carstens
2024-05-14s390/vdso: Generate unwind information for C modulesJens Remus
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)
2024-05-14mm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-05-13Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-05-02arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada
2024-04-29s390: Compile kernel with -fPIC and link with -no-pieSumanth Korikkar
2024-04-29s390: vmlinux.lds.S: Drop .hash and .gnu.hash for !CONFIG_PIE_BUILDSumanth Korikkar
2024-04-29s390/ftrace: Use unwinder instead of __builtin_return_address()Sven Schnelle
2024-04-29s390/os_info: Fix array size in struct os_infoSven Schnelle
2024-04-29s390/os_info: Initialize old os_info in standalone dump kernelAlexander Egorenkov
2024-04-26s390/vdso: Add CFI for RA register to asm macro vdso_funcJens Remus
2024-04-25fix missing vmalloc.h includesKent Overstreet
2024-04-17s390/mm: Fix NULL pointer dereferenceSven Schnelle
2024-04-17s390/nospec: Correct modules thunk offset calculationVasily Gorbik
2024-04-17s390/boot: Rework deployment of the kernel imageAlexander Gordeev
2024-04-17s390/crash: Use old os_info to create PT_LOAD headersAlexander Gordeev
2024-04-17s390/vmcoreinfo: Store virtual memory layoutAlexander Gordeev
2024-04-17s390/os_info: Store virtual memory layoutAlexander Gordeev
2024-04-17s390/os_info: Introduce value entriesAlexander Gordeev
2024-04-17s390/boot: Make .amode31 section address range explicitAlexander Gordeev
2024-04-17s390/boot: Make identity mapping base address explicitAlexander Gordeev
2024-04-17s390/mm: Create virtual memory layout structureAlexander Gordeev
2024-04-17s390/irq,nmi: Include <asm/vtime.h> header directlyAlexander Gordeev
2024-04-09s390/mm: Convert gmap_make_secure to use a folioMatthew Wilcox (Oracle)
2024-04-09s390/mm: Convert make_page_secure to use a folioMatthew Wilcox (Oracle)
2024-04-09s390/cpum_cf: make crypto counters upward compatible across machine typesThomas Richter
2024-04-09s390/uv: export prot_virt_guest symbol in uvHolger Dengler
2024-04-03s390/entry: align system call table on 8 bytesSumanth Korikkar
2024-04-03s390/pai: fix sampling event removal for PMU device driverThomas Richter
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2024-03-17s390/entry: compare gmap asce to determine guest/host faultSven Schnelle
2024-03-17s390/entry: remove OUTSIDE macroSven Schnelle
2024-03-17s390/entry: add CIF_SIE flag and remove sie64a() address checkSven Schnelle
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-13s390/vtime: fix average steal time calculationMete Durlu
2024-03-13s390/sysinfo: allow response buffer in normal memoryAlexander Gordeev
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds