summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-07-16s390/setup: init jump labels before command line parsingVasily Gorbik1-0/+1
2020-07-16s390/kasan: fix early pgm check handler executionVasily Gorbik1-0/+2
2020-07-09s390/debug: avoid kernel warning on too large number of pagesChristian Borntraeger1-1/+2
2020-06-30s390/vdso: fix vDSO clock_getres()Vincenzo Frascino3-6/+7
2020-06-30s390/vdso: Use $(LD) instead of $(CC) to link vDSONathan Chancellor1-6/+4
2020-06-30s390/ptrace: fix setting syscall numberSven Schnelle1-1/+30
2020-06-30s390/ptrace: pass invalid syscall numbers to tracingSven Schnelle2-5/+3
2020-06-07s390/ftrace: save traced function callerVasily Gorbik1-0/+1
2020-05-27s390/kexec_file: fix initrd location for kdump kernelPhilipp Rudo1-1/+1
2020-05-27s390/kaslr: add support for R_390_JMP_SLOT relocation typeGerald Schaefer1-0/+1
2020-05-02s390/ftrace: fix potential crashes when switching tracersPhilipp Rudo3-4/+4
2020-04-23s390/cpum_sf: Fix wrong page count in error messageThomas Richter1-0/+1
2020-04-23s390/cpuinfo: fix wrong output when CPU0 is offlineAlexander Gordeev1-1/+4
2020-04-17s390/diag: fix display of diagnose call statisticsMichael Mueller1-1/+1
2020-04-13s390: prevent leaking kernel address in BEARSven Schnelle5-26/+47
2020-02-24s390/ftrace: generate traced function stack frameVasily Gorbik1-1/+14
2020-01-23s390/setup: Fix secure ipl messagePhilipp Rudo1-1/+1
2020-01-09s390/smp: fix physical to logical CPU map for SMTHeiko Carstens1-26/+54
2020-01-09s390/cpum_sf: Avoid SBD overflow condition in irq handlerThomas Richter1-6/+0
2020-01-09s390/cpum_sf: Adjust sampling interval to avoid hitting sample limitsThomas Richter1-0/+16
2020-01-04s390: disable preemption when switching to nodat stack with CALL_ON_STACKVasily Gorbik1-0/+2
2020-01-04s390/cpum_sf: Check for SDBT and SDB consistencyThomas Richter1-2/+15
2020-01-04s390/unwind: filter out unreliable bogus %r14Vasily Gorbik1-0/+5
2019-12-31s390/cpumf: Adjust registration of s390 PMU device driversThomas Richter2-16/+15
2019-12-31s390/disassembler: don't hide instruction addressesIlya Leoshkevich1-6/+7
2019-12-31s390: add error handling to perf_callchain_kernelIlya Leoshkevich1-2/+6
2019-12-17s390/kaslr: store KASLR offset for early dumpsGerald Schaefer1-1/+1
2019-12-17s390/smp,vdso: fix ASCE handlingHeiko Carstens1-0/+5
2019-10-31s390/idle: fix cpu idle time calculationHeiko Carstens1-7/+22
2019-10-31s390/unwind: fix mixing regs and spIlya Leoshkevich1-5/+13
2019-10-22s390/kaslr: add support for R_390_GLOB_DAT relocation typeGerald Schaefer1-0/+1
2019-10-01s390/cpumf: Fix indentation in sampling device driverThomas Richter1-1/+1
2019-10-01s390/cpumsf: Check for CPU Measurement samplingThomas Richter1-0/+6
2019-10-01s390/cpumf: Use consistant debug print formatThomas Richter1-2/+2
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-6/+6
2019-09-28Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-23/+1
2019-09-24s390/topology: avoid firing events before kobjs are createdVasily Gorbik1-1/+2
2019-09-19s390/cpum_sf: Support ioctl PERF_EVENT_IOC_PERIODThomas Richter1-40/+125
2019-09-18Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds12-174/+76
2019-09-16s390/cpum_sf: Fix line length and format stringThomas Richter1-7/+13
2019-09-13s390: add support for IBM z15 machinesMartin Schwidefsky1-0/+4
2019-09-10kexec: Fix file verification on S390Matthew Garrett1-1/+1
2019-09-03s390/base: remove unused s390_base_mcck_handlerVasily Gorbik1-21/+0
2019-08-29s390/setup: avoid using strncmp with hardcoded lengthVasily Gorbik1-5/+5
2019-08-29s390/sclp: avoid using strncmp with hardcoded lengthVasily Gorbik1-1/+1
2019-08-29s390/module: avoid using strncmp with hardcoded lengthVasily Gorbik1-2/+2
2019-08-26s390/vdso: reuse kstrtobool for option value parsingVasily Gorbik1-13/+5
2019-08-21s390/stacktrace: use common arch_stack_walk infrastructureVasily Gorbik1-44/+6
2019-08-21s390/kasan: avoid report in get_wchanVasily Gorbik1-2/+2
2019-08-21s390/process: avoid potential reading of freed stackVasily Gorbik1-6/+16