summaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/entry: fix duplicate tracking of irq nesting levelSven Schnelle2021-12-121-4/+5
* s390: enable switchdev support in defconfigNiklas Schnelle2021-12-102-0/+4
* s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add()Alexander Egorenkov2021-12-101-0/+4
* s390/ftrace: remove preempt_disable()/preempt_enable() pairJerome Marchand2021-12-101-2/+0
* s390/kexec_file: fix error handling when applying relocationsPhilipp Rudo2021-12-101-1/+6
* s390/kexec_file: print some more error messagesPhilipp Rudo2021-12-101-3/+24
* s390: update defconfigsHeiko Carstens2021-12-023-3/+16
* s390/pci: move pseudo-MMIO to prevent MIO overlapNiklas Schnelle2021-11-291-3/+4
* s390/test_unwind: use raw opcode instead of invalid instructionIlie Halip2021-11-251-2/+3
* Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-2011-87/+77
|\
| * ftrace/samples: add s390 support for ftrace direct multi sampleHeiko Carstens2021-11-181-0/+1
| * s390/kexec: fix memory leak of ipl report bufferBaoquan He2021-11-182-0/+16
| * s390/kexec: fix return code handlingHeiko Carstens2021-11-182-2/+9
| * s390/dump: fix copying to user-space of swapped kdump oldmemAlexander Egorenkov2021-11-181-2/+2
| * s390: wire up sys_futex_waitv system callVasily Gorbik2021-11-161-0/+1
| * s390/vdso: filter out -mstack-guard and -mstack-sizeSven Schnelle2021-11-162-6/+9
| * s390/vdso: remove -nostdlib compiler flagMasahiro Yamada2021-11-162-2/+2
| * s390/boot: simplify and fix kernel memory layout setupVasily Gorbik2021-11-162-58/+32
| * s390/setup: re-arrange memblock setupVasily Gorbik2021-11-161-5/+4
| * s390/setup: avoid using memblock_enforce_memory_limitVasily Gorbik2021-11-161-3/+0
| * s390/setup: avoid reserving memory above identity mappingVasily Gorbik2021-11-161-9/+1
* | Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/s...Linus Torvalds2021-11-191-1/+1
|\ \
| * | signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-191-1/+1
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-181-0/+2
|\ \ | |/ |/|
| * KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus()Vitaly Kuznetsov2021-11-181-0/+2
* | Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-136-14/+387
|\ \ | |/ |/|
| * s390/cpumf: cpum_cf PMU displays invalid value after hotplug removeThomas Richter2021-11-081-1/+3
| * s390/pci: implement minimal PCI error recoveryNiklas Schnelle2021-11-083-4/+277
| * s390/pci: implement reset_slot for hotplug slotNiklas Schnelle2021-11-083-0/+69
| * s390/pci: refresh function handle in iomapNiklas Schnelle2021-11-084-9/+38
* | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-114-5/+3
|\ \
| * | signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman2021-10-291-1/+1
| * | signal/s390: Use force_sigsegv in default_trap_handlerEric W. Biederman2021-10-291-1/+1
| * | exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-203-4/+2
* | | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-12/+0
|\ \ \
| * | | arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-12/+0
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-0/+4
|\ \ \
| * | | include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-0/+4
* | | | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-082-7/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-242-7/+4
* | | | Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-0662-493/+916
|\ \ \ \
| * | | | s390: make command line configurableSven Schnelle2021-10-263-11/+9
| * | | | s390: support command lines longer than 896 bytesSven Schnelle2021-10-267-34/+39
| * | | | s390/kexec_file: move kernel image size checkSven Schnelle2021-10-263-18/+2
| * | | | s390/pci: add s390_iommu_aperture kernel parameterNiklas Schnelle2021-10-261-2/+23
| * | | | s390/spinlock: remove incorrect kernel doc indicatorHeiko Carstens2021-10-261-1/+1
| * | | | s390/string: use generic strlcpyHeiko Carstens2021-10-262-28/+0
| * | | | s390/string: use generic strrchrHeiko Carstens2021-10-262-21/+0
| * | | | s390/cpumf: Allow multiple processes to access /dev/hwcThomas Richter2021-10-261-78/+150
| * | | | s390/bitops: return true/false (not 1/0) from bool functionsHuilong Deng2021-10-261-1/+1