summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* s390/init: add missing __init annotationsIlya Leoshkevich2020-10-011-3/+3
* s390/cpum_sf: Use kzalloc and minor changesThomas Richter2020-10-011-5/+4
* s390/ptrace: fix storage key handlingHeiko Carstens2020-08-261-2/+5
* s390/runtime_instrumentation: fix storage key handlingHeiko Carstens2020-08-261-1/+1
* s390/kasan: fix early pgm check handler executionVasily Gorbik2020-07-161-0/+2
* s390/debug: avoid kernel warning on too large number of pagesChristian Borntraeger2020-07-091-1/+2
* s390/vdso: fix vDSO clock_getres()Vincenzo Frascino2020-06-303-6/+7
* s390/ptrace: fix setting syscall numberSven Schnelle2020-06-301-1/+30
* s390/ftrace: save traced function callerVasily Gorbik2020-06-071-0/+1
* s390/ftrace: fix potential crashes when switching tracersPhilipp Rudo2020-05-103-4/+4
* s390/cpum_sf: Fix wrong page count in error messageThomas Richter2020-04-231-0/+1
* s390/cpuinfo: fix wrong output when CPU0 is offlineAlexander Gordeev2020-04-231-1/+4
* s390/diag: fix display of diagnose call statisticsMichael Mueller2020-04-171-1/+1
* s390/ftrace: generate traced function stack frameVasily Gorbik2020-02-241-1/+14
* s390/kexec_file: Fix potential segment overlap in ELF loaderPhilipp Rudo2020-01-271-1/+1
* s390/smp: fix physical to logical CPU map for SMTHeiko Carstens2020-01-091-26/+54
* s390/cpum_sf: Avoid SBD overflow condition in irq handlerThomas Richter2020-01-091-6/+0
* s390/cpum_sf: Adjust sampling interval to avoid hitting sample limitsThomas Richter2020-01-091-0/+16
* s390/cpum_sf: Check for SDBT and SDB consistencyThomas Richter2020-01-041-2/+15
* s390/disassembler: don't hide instruction addressesIlya Leoshkevich2019-12-311-6/+7
* s390/smp,vdso: fix ASCE handlingHeiko Carstens2019-12-171-0/+5
* s390/perf: Return error when debug_register failsThomas Richter2019-12-011-1/+5
* s390/kasan: avoid instrumentation of early C codeVasily Gorbik2019-11-241-0/+2
* s390/kasan: avoid vdso instrumentationVasily Gorbik2019-11-242-2/+4
* s390/vdso: correct vdso mapping for compat tasksVasily Gorbik2019-11-201-3/+2
* s390/vdso: correct CFI annotations of vDSO functionsVasily Gorbik2019-11-204-23/+27
* s390/vdso: avoid 64-bit vdso mapping for compat tasksVasily Gorbik2019-11-201-3/+5
* s390/idle: fix cpu idle time calculationHeiko Carstens2019-11-061-7/+22
* s390/topology: avoid firing events before kobjs are createdVasily Gorbik2019-10-111-1/+2
* s390/process: avoid potential reading of freed stackVasily Gorbik2019-10-111-6/+16
* s390: put _stext and _etext into .text sectionVasily Gorbik2019-08-291-6/+4
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-042-5/+2
* s390/kexec_file: Fix detection of text segment in ELF loaderPhilipp Rudo2019-05-311-1/+6
* s390/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2019-05-141-1/+2
* perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-04-051-3/+3
* s390/setup: fix boot crash for machine without EDAT-1Martin Schwidefsky2019-03-231-7/+6
* s390/setup: fix early warning messagesMartin Schwidefsky2019-03-231-9/+23
* 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/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-12-051-11/+2
* s390/perf: Change CPUM_CF return code in event init functionThomas Richter2018-11-271-1/+1
* s390/vdso: add missing FORCE to build targetsVasily Gorbik2018-11-272-6/+6
* s390/sthyi: Fix machine name validity indicationJanosch Frank2018-11-131-3/+5
* s390/hibernate: fix error handling when suspend cpu != resume cpuGerald Schaefer2018-09-202-6/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-08-242-44/+34
|\
| * s390: remove gcc version check (4.3 or newer)Heiko Carstens2018-08-211-8/+0
| * s390/kdump: Remove kzalloc_panicPhilipp Rudo2018-08-161-15/+12
| * s390/kdump: Fix memleak in nt_vmcoreinfoPhilipp Rudo2018-08-161-5/+12