| Commit message (Expand) | Author | Age | Files | Lines |
* | s390/entry: fix duplicate tracking of irq nesting level | Sven Schnelle | 2021-12-12 | 1 | -4/+5 |
* | s390: enable switchdev support in defconfig | Niklas Schnelle | 2021-12-10 | 2 | -0/+4 |
* | s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add() | Alexander Egorenkov | 2021-12-10 | 1 | -0/+4 |
* | s390/ftrace: remove preempt_disable()/preempt_enable() pair | Jerome Marchand | 2021-12-10 | 1 | -2/+0 |
* | s390/kexec_file: fix error handling when applying relocations | Philipp Rudo | 2021-12-10 | 1 | -1/+6 |
* | s390/kexec_file: print some more error messages | Philipp Rudo | 2021-12-10 | 1 | -3/+24 |
* | s390: update defconfigs | Heiko Carstens | 2021-12-02 | 3 | -3/+16 |
* | s390/pci: move pseudo-MMIO to prevent MIO overlap | Niklas Schnelle | 2021-11-29 | 1 | -3/+4 |
* | s390/test_unwind: use raw opcode instead of invalid instruction | Ilie Halip | 2021-11-25 | 1 | -2/+3 |
* | Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2021-11-20 | 11 | -87/+77 |
|\ |
|
| * | ftrace/samples: add s390 support for ftrace direct multi sample | Heiko Carstens | 2021-11-18 | 1 | -0/+1 |
| * | s390/kexec: fix memory leak of ipl report buffer | Baoquan He | 2021-11-18 | 2 | -0/+16 |
| * | s390/kexec: fix return code handling | Heiko Carstens | 2021-11-18 | 2 | -2/+9 |
| * | s390/dump: fix copying to user-space of swapped kdump oldmem | Alexander Egorenkov | 2021-11-18 | 1 | -2/+2 |
| * | s390: wire up sys_futex_waitv system call | Vasily Gorbik | 2021-11-16 | 1 | -0/+1 |
| * | s390/vdso: filter out -mstack-guard and -mstack-size | Sven Schnelle | 2021-11-16 | 2 | -6/+9 |
| * | s390/vdso: remove -nostdlib compiler flag | Masahiro Yamada | 2021-11-16 | 2 | -2/+2 |
| * | s390/boot: simplify and fix kernel memory layout setup | Vasily Gorbik | 2021-11-16 | 2 | -58/+32 |
| * | s390/setup: re-arrange memblock setup | Vasily Gorbik | 2021-11-16 | 1 | -5/+4 |
| * | s390/setup: avoid using memblock_enforce_memory_limit | Vasily Gorbik | 2021-11-16 | 1 | -3/+0 |
| * | s390/setup: avoid reserving memory above identity mapping | Vasily Gorbik | 2021-11-16 | 1 | -9/+1 |
* | | Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/s... | Linus Torvalds | 2021-11-19 | 1 | -1/+1 |
|\ \ |
|
| * | | signal: Replace force_fatal_sig with force_exit_sig when in doubt | Eric W. Biederman | 2021-11-19 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2021-11-18 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus() | Vitaly Kuznetsov | 2021-11-18 | 1 | -0/+2 |
* | | Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2021-11-13 | 6 | -14/+387 |
|\ \
| |/
|/| |
|
| * | s390/cpumf: cpum_cf PMU displays invalid value after hotplug remove | Thomas Richter | 2021-11-08 | 1 | -1/+3 |
| * | s390/pci: implement minimal PCI error recovery | Niklas Schnelle | 2021-11-08 | 3 | -4/+277 |
| * | s390/pci: implement reset_slot for hotplug slot | Niklas Schnelle | 2021-11-08 | 3 | -0/+69 |
| * | s390/pci: refresh function handle in iomap | Niklas Schnelle | 2021-11-08 | 4 | -9/+38 |
* | | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2021-11-10 | 4 | -5/+3 |
|\ \ |
|
| * | | signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV) | Eric W. Biederman | 2021-10-29 | 1 | -1/+1 |
| * | | signal/s390: Use force_sigsegv in default_trap_handler | Eric W. Biederman | 2021-10-29 | 1 | -1/+1 |
| * | | exit: Remove calls of do_exit after noreturn versions of die | Eric W. Biederman | 2021-10-20 | 3 | -4/+2 |
* | | | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-11-10 | 1 | -12/+0 |
|\ \ \ |
|
| * | | | arch: remove unused function syscall_set_arguments() | Peter Collingbourne | 2021-09-14 | 1 | -12/+0 |
| |/ / |
|
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-11-09 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | include/linux/delay.h: replace kernel.h with the necessary inclusions | Andy Shevchenko | 2021-11-09 | 1 | -0/+4 |
* | | | | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-11-08 | 2 | -7/+4 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | kbuild: use more subdir- for visiting subdirectories while cleaning | Masahiro Yamada | 2021-10-24 | 2 | -7/+4 |
* | | | | Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2021-11-06 | 62 | -493/+916 |
|\ \ \ \ |
|
| * | | | | s390: make command line configurable | Sven Schnelle | 2021-10-26 | 3 | -11/+9 |
| * | | | | s390: support command lines longer than 896 bytes | Sven Schnelle | 2021-10-26 | 7 | -34/+39 |
| * | | | | s390/kexec_file: move kernel image size check | Sven Schnelle | 2021-10-26 | 3 | -18/+2 |
| * | | | | s390/pci: add s390_iommu_aperture kernel parameter | Niklas Schnelle | 2021-10-26 | 1 | -2/+23 |
| * | | | | s390/spinlock: remove incorrect kernel doc indicator | Heiko Carstens | 2021-10-26 | 1 | -1/+1 |
| * | | | | s390/string: use generic strlcpy | Heiko Carstens | 2021-10-26 | 2 | -28/+0 |
| * | | | | s390/string: use generic strrchr | Heiko Carstens | 2021-10-26 | 2 | -21/+0 |
| * | | | | s390/cpumf: Allow multiple processes to access /dev/hwc | Thomas Richter | 2021-10-26 | 1 | -78/+150 |
| * | | | | s390/bitops: return true/false (not 1/0) from bool functions | Huilong Deng | 2021-10-26 | 1 | -1/+1 |