summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* s390/setup: avoid using memblock_enforce_memory_limitVasily Gorbik2021-12-081-3/+0
* s390/jump_label: print real address in a case of a jump label bugHeiko Carstens2021-09-221-1/+1
* s390/disassembler: correct disassembly lines alignmentVasily Gorbik2021-09-221-1/+1
* s390/ftrace: fix ftrace_update_ftrace_func implementationVasily Gorbik2021-07-282-2/+4
* s390/sclp_vt220: fix console name to match deviceValentin Vidic2021-07-201-1/+1
* s390/disassembler: increase ebpf disasm buffer sizeVasily Gorbik2021-05-221-1/+1
* s390/entry: save the caller of psw_idleVasily Gorbik2021-04-281-0/+1
* s390/cpcmd: fix inline assembly register clobberingAlexander Gordeev2021-04-161-2/+4
* s390/smp: __smp_rescan_cpus() - move cpumask away from stackHeiko Carstens2021-03-171-1/+1
* s390/cpum_sf.c: fix file permission for cpum_sfb_sizeThomas Richter2020-11-241-1/+1
* s390/init: add missing __init annotationsIlya Leoshkevich2020-10-011-3/+3
* s390/kasan: fix early pgm check handler executionVasily Gorbik2020-07-221-0/+2
* s390/ptrace: fix setting syscall numberSven Schnelle2020-06-301-1/+30
* s390/ftrace: save traced function callerVasily Gorbik2020-06-111-0/+1
* s390/cpuinfo: fix wrong output when CPU0 is offlineAlexander Gordeev2020-04-241-1/+4
* s390/diag: fix display of diagnose call statisticsMichael Mueller2020-04-241-1/+1
* s390/ftrace: generate traced function stack frameVasily Gorbik2020-02-281-1/+14
* s390/smp: fix physical to logical CPU map for SMTHeiko Carstens2020-01-121-26/+54
* s390/cpum_sf: Avoid SBD overflow condition in irq handlerThomas Richter2020-01-121-6/+0
* s390/cpum_sf: Adjust sampling interval to avoid hitting sample limitsThomas Richter2020-01-121-0/+16
* s390/cpum_sf: Check for SDBT and SDB consistencyThomas Richter2020-01-041-2/+15
* s390/disassembler: don't hide instruction addressesIlya Leoshkevich2020-01-041-6/+7
* s390/perf: Return error when debug_register failsThomas Richter2019-11-281-1/+5
* s390/kasan: avoid vdso instrumentationVasily Gorbik2019-11-252-2/+4
* s390/topology: avoid firing events before kobjs are createdVasily Gorbik2019-10-171-1/+2
* s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPUDavid Hildenbrand2019-01-311-2/+6
* s390/smp: fix CPU hotplug deadlock with CPU rescanGerald Schaefer2019-01-311-0/+4
* s390/early: improve machine detectionChristian Borntraeger2019-01-312-2/+4
* s390/cpum_cf: Reject request for sampling in event initializationThomas Richter2018-12-171-0/+2
* s390/vdso: add missing FORCE to build targetsVasily Gorbik2018-11-272-6/+6
* s390/kdump: Fix memleak in nt_vmcoreinfoPhilipp Rudo2018-09-151-5/+12
* s390: Correct register corruption in critical section cleanupChristian Borntraeger2018-07-111-2/+2
* s390: extend expoline to BC instructionsMartin Schwidefsky2018-05-251-5/+20
* s390: move spectre sysfs attribute codeMartin Schwidefsky2018-05-253-18/+22
* s390/kernel: use expoline for indirect branchesMartin Schwidefsky2018-05-253-15/+25
* s390/ftrace: use expoline for indirect branchesMartin Schwidefsky2018-05-252-5/+10
* s390: move expoline assembler macros to a headerMartin Schwidefsky2018-05-251-81/+24
* s390: remove indirect branch from do_softirq_own_stackMartin Schwidefsky2018-05-221-3/+2
* s390/cpum_sf: ensure sample frequency of perf event attributes is non-zeroHendrik Brueckner2018-05-221-0/+4
* s390/uprobes: implement arch_uretprobe_is_alive()Heiko Carstens2018-04-291-0/+9
* s390: correct module section names for expoline code revertMartin Schwidefsky2018-04-291-2/+2
* s390: correct nospec auto detection init orderMartin Schwidefsky2018-04-292-6/+5
* s390: add sysfs attributes for spectreMartin Schwidefsky2018-04-291-0/+19
* s390: report spectre mitigation via syslogMartin Schwidefsky2018-04-291-0/+10
* s390: add automatic detection of the spectre defenseMartin Schwidefsky2018-04-293-32/+48
* s390: move nobp parameter functions to nospec-branch.cMartin Schwidefsky2018-04-293-25/+29
* s390/entry.S: fix spurious zeroing of r0Christian Borntraeger2018-04-291-2/+2
* s390: do not bypass BPENTER for interrupt system callsMartin Schwidefsky2018-04-291-1/+2
* s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)Eugeniu Rosca2018-04-291-2/+2
* s390: introduce execute-trampolines for branchesMartin Schwidefsky2018-04-297-34/+265