summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | sched/cputime: Rename vtime_account_system() to vtime_account_kernel()Frederic Weisbecker2019-10-091-2/+2
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-7/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
| * | | | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-1/+1
| * | | | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-2/+0
| * | | | vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook2019-11-041-3/+1
| * | | | vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook2019-11-041-0/+2
| * | | | s390: Move RO_DATA into "text" PT_LOAD Program HeaderKees Cook2019-11-041-2/+2
| |/ / /
* | | | Merge tag 's390-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-11-2511-176/+175
|\ \ \ \ | |_|/ / |/| | |
| * | | s390/cpumf: Adjust registration of s390 PMU device driversThomas Richter2019-11-202-16/+15
| * | | s390/smp: fix physical to logical CPU map for SMTHeiko Carstens2019-11-201-26/+54
| * | | s390/early: move access registers setup in C codeVasily Gorbik2019-11-202-8/+11
| * | | s390/head64: remove unnecessary vdso_per_cpu_data setupVasily Gorbik2019-11-201-2/+0
| * | | s390/early: move control registers setup in C codeVasily Gorbik2019-11-202-6/+12
| * | | s390/disassembler: don't hide instruction addressesIlya Leoshkevich2019-11-121-6/+7
| * | | s390/cpum_sf: Assign error value to err variableThomas Richter2019-11-121-1/+2
| * | | s390/cpum_sf: Replace function name in debug statementsThomas Richter2019-11-121-15/+15
| * | | s390/cpum_sf: Use consistant debug print format for samplingThomas Richter2019-11-121-47/+44
| * | | s390/unwind: drop unnecessary code around calling ftrace_graph_ret_addr()Miroslav Benes2019-11-051-12/+2
| * | | s390: add error handling to perf_callchain_kernelIlya Leoshkevich2019-10-311-2/+6
| * | | s390/process: avoid custom stack unwinding in get_wchanVasily Gorbik2019-10-311-20/+16
| * | | s390: avoid double handling of "noexec" optionVasily Gorbik2019-10-311-16/+1
| * | | s390/time: remove monotonic_clock()Heiko Carstens2019-10-311-9/+0
| | |/ | |/|
* | | s390/idle: fix cpu idle time calculationHeiko Carstens2019-10-311-7/+22
* | | s390/unwind: fix mixing regs and spIlya Leoshkevich2019-10-311-5/+13
* | | s390/kaslr: add support for R_390_GLOB_DAT relocation typeGerald Schaefer2019-10-221-0/+1
|/ /
* | s390/cpumf: Fix indentation in sampling device driverThomas Richter2019-10-011-1/+1
* | s390/cpumsf: Check for CPU Measurement samplingThomas Richter2019-10-011-0/+6
* | s390/cpumf: Use consistant debug print formatThomas Richter2019-10-011-2/+2
|/
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-283-6/+6
|\
| * kexec: Fix file verification on S390Matthew Garrett2019-09-101-1/+1
| * kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac2019-08-193-6/+6
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-271-23/+1
|\ \
| * | MODSIGN: Export module signature definitionsThiago Jung Bauermann2019-08-051-23/+1
* | | s390/topology: avoid firing events before kobjs are createdVasily Gorbik2019-09-231-1/+2
* | | s390/cpum_sf: Support ioctl PERF_EVENT_IOC_PERIODThomas Richter2019-09-191-40/+125
* | | Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-09-1712-174/+76
|\ \ \
| * | | s390/cpum_sf: Fix line length and format stringThomas Richter2019-09-161-7/+13
| * | | s390: add support for IBM z15 machinesMartin Schwidefsky2019-09-131-0/+4
| * | | s390/base: remove unused s390_base_mcck_handlerVasily Gorbik2019-09-031-21/+0
| * | | s390/setup: avoid using strncmp with hardcoded lengthVasily Gorbik2019-08-291-5/+5
| * | | s390/sclp: avoid using strncmp with hardcoded lengthVasily Gorbik2019-08-291-1/+1
| * | | s390/module: avoid using strncmp with hardcoded lengthVasily Gorbik2019-08-291-2/+2
| * | | s390/vdso: reuse kstrtobool for option value parsingVasily Gorbik2019-08-261-13/+5
| * | | s390/stacktrace: use common arch_stack_walk infrastructureVasily Gorbik2019-08-211-44/+6
| * | | s390/kasan: avoid report in get_wchanVasily Gorbik2019-08-211-2/+2
| * | | s390/process: avoid potential reading of freed stackVasily Gorbik2019-08-211-6/+16
| * | | s390: clean .bss before running uncompressed kernelVasily Gorbik2019-08-214-62/+20
| * | | s390: move vmalloc option parsing to startup codeVasily Gorbik2019-08-211-11/+2
| |/ /
* | | s390/vdso: map vdso also for statically linked binariesHeiko Carstens2019-08-091-5/+0
OpenPOWER on IntegriCloud