summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2024-08-29s390/disassembler: Add instructionsVasily Gorbik2-4/+33
2024-08-29s390: Always enable EXPOLINE_EXTERN if supportedVasily Gorbik1-10/+6
2024-08-29s390/disassembler: Update instruction mnemonics to latest specJens Remus1-7/+7
2024-08-29s390/disassembler: Use proper format specifiers for operand valuesJens Remus1-6/+6
2024-08-27s390/ftrace: Avoid calling unwinder in ftrace_return_address()Vasily Gorbik2-20/+16
2024-08-27s390/build: Avoid relocation information in final vmlinuxJens Remus2-5/+41
2024-08-27s390/ftrace: Use kernel ftrace trampoline for modulesVasily Gorbik1-24/+0
2024-08-27s390/ftrace: Remove unused ftrace_plt_template*Vasily Gorbik1-2/+0
2024-08-22s390/early: Dump register contents and call trace for early crashesHeiko Carstens3-4/+24
2024-08-22s390/early: Add __init to __do_early_pgm_check()Heiko Carstens1-1/+1
2024-08-22s390/cpum_sf: Remove WARN_ON_ONCE statementsThomas Richter1-8/+4
2024-08-22s390/cpum_sf: Rework debug_sprintf_event() messagesThomas Richter1-137/+10
2024-08-21s390/cpum_sf: Ignore qsi() return codeThomas Richter1-51/+28
2024-08-21s390/cpum_sf: Ignore lsctl() return code in sf_disable()Thomas Richter1-6/+5
2024-08-07s390/entry: Move early_pgm_check_handler() to init text sectionHeiko Carstens1-0/+2
2024-08-07s390/traps: Handle early warnings gracefullyHeiko Carstens1-2/+15
2024-08-07s390/entry: Make early program check handler relocated lowcore awareHeiko Carstens2-7/+11
2024-08-07s390/entry: Move early program check handler to entry.SHeiko Carstens3-24/+16
2024-08-07s390/mm/ptdump: Generate address marker array dynamicallyHeiko Carstens1-114/+77
2024-08-07s390/cpum_sf: Use variable name cpuhw consistentlyThomas Richter1-6/+6
2024-08-07s390/cpum_sf: Define and initialize variableThomas Richter1-3/+2
2024-08-07s390/cpum_sf: Use hwc as variable consistentlyThomas Richter1-2/+2
2024-08-07s390/cpum_cf: Move defines from header file to source fileThomas Richter2-4/+4
2024-08-07s390/cpum_sf: Move defines from header file to source fileThomas Richter2-16/+16
2024-08-07s390/cpum_sf: Rename macro to consistent prefixThomas Richter2-3/+3
2024-08-07s390/cpum_sf: Remove unused defines REG_NONE and REG_OVERFLOWThomas Richter2-6/+0
2024-08-07s390/cpum_sf: Remove unused define PERF_CPUM_SF_MODE_MASKThomas Richter1-2/+0
2024-08-07s390/cpum_sf: Use refcount_t instead of atomic_tThomas Richter1-17/+12
2024-07-31s390: Keep inittext section writableHeiko Carstens2-10/+2
2024-07-31s390/vmlinux.lds.S: Move ro_after_init section behind rodata sectionHeiko Carstens1-8/+9
2024-07-31s390/mm: Get rid of RELOC_HIDE()Heiko Carstens1-8/+2
2024-07-31s390/mm/ptdump: Improve sorting of markersHeiko Carstens1-47/+53
2024-07-31s390/mm/ptdump: Add support for relocated lowcore mappingHeiko Carstens1-13/+22
2024-07-31s390/mm/ptdump: Fix handling of identity mapping areaHeiko Carstens1-9/+12
2024-07-31s390/alternatives: Remove unused empty header fileHeiko Carstens1-0/+0
2024-07-31s390/fpu: Re-add exception handling in load_fpu_state()Heiko Carstens1-1/+1
2024-07-26Merge tag 's390-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds50-521/+745
2024-07-25Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-10/+10
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados4-10/+10
2024-07-24Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+2
2024-07-23s390: Remove protvirt and kvm config guards for uv codeJanosch Frank10-92/+17
2024-07-23s390/boot: Add cmdline option to relocate lowcoreSven Schnelle1-0/+2
2024-07-23s390/kdump: Make kdump ready for lowcore relocationSven Schnelle2-16/+12
2024-07-23s390/entry: Make system_call() ready for lowcore relocationSven Schnelle1-10/+11
2024-07-23s390/entry: Make ret_from_fork() ready for lowcore relocationSven Schnelle1-3/+4
2024-07-23s390/entry: Make __switch_to() ready for lowcore relocationSven Schnelle1-4/+5
2024-07-23s390/entry: Make restart_int_handler() ready for lowcore relocationSven Schnelle1-6/+8
2024-07-23s390/entry: Make mchk_int_handler() ready for lowcore relocationSven Schnelle1-23/+25
2024-07-23s390/entry: Make int handlers ready for lowcore relocationSven Schnelle1-15/+16