summaryrefslogtreecommitdiffstats
path: root/arch/s390/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-s390-next-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2021-12-211-17/+17
|\
| * s390: uv: Add offset comments to UV query struct and fix namingJanosch Frank2021-12-171-17/+17
* | Merge branch 'kvm-on-hv-msrbm-fix' into HEADPaolo Bonzini2021-12-081-3/+4
|\ \
| * | s390/pci: move pseudo-MMIO to prevent MIO overlapNiklas Schnelle2021-11-291-3/+4
| |/
* / KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson2021-12-081-2/+0
|/
* s390/kexec: fix memory leak of ipl report bufferBaoquan He2021-11-181-0/+6
* Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-131-1/+5
|\
| * s390/pci: implement minimal PCI error recoveryNiklas Schnelle2021-11-081-1/+3
| * s390/pci: implement reset_slot for hotplug slotNiklas Schnelle2021-11-081-0/+1
| * s390/pci: refresh function handle in iomapNiklas Schnelle2021-11-081-0/+1
* | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-111-1/+1
|\ \
| * | exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-201-1/+1
* | | 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 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-0616-48/+139
|\ \ \
| * | | s390: make command line configurableSven Schnelle2021-10-262-11/+1
| * | | s390: support command lines longer than 896 bytesSven Schnelle2021-10-262-4/+5
| * | | s390/kexec_file: move kernel image size checkSven Schnelle2021-10-261-1/+0
| * | | s390/string: use generic strlcpyHeiko Carstens2021-10-261-2/+0
| * | | s390/string: use generic strrchrHeiko Carstens2021-10-261-2/+0
| * | | s390/bitops: return true/false (not 1/0) from bool functionsHuilong Deng2021-10-261-1/+1
| * | | s390: add support for BEAR enhancement facilitySven Schnelle2021-10-262-3/+7
| * | | s390: introduce nospec_uses_trampoline()Sven Schnelle2021-10-261-0/+5
| * | | s390: rename last_break to pgm_last_breakSven Schnelle2021-10-261-1/+1
| * | | s390/ptrace: add last_break member to pt_regsSven Schnelle2021-10-261-0/+1
| * | | s390/sclp: sort out physical vs virtual pointers usageAlexander Gordeev2021-10-261-0/+1
| * | | s390/pgtable: use physical address for Page-Table OriginAlexander Gordeev2021-10-261-6/+6
| * | | Merge branch 'fixes' into featuresVasily Gorbik2021-10-261-0/+2
| |\ \ \
| * | | | s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALL supportHeiko Carstens2021-10-191-0/+12
| * | | | s390/ptrace: add function argument access APIHeiko Carstens2021-10-111-0/+19
| * | | | s390/ptrace: fix coding styleHeiko Carstens2021-10-111-2/+1
| * | | | s390/ftrace: provide separate ftrace_caller/ftrace_regs_caller implementationsHeiko Carstens2021-10-111-1/+0
| * | | | s390/ftrace: add ftrace_instruction_pointer_set() helper functionHeiko Carstens2021-10-112-3/+9
| * | | | s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_ARGS supportHeiko Carstens2021-10-111-0/+9
| * | | | s390/jump_label: make use of HAVE_JUMP_LABEL_BATCHHeiko Carstens2021-10-111-0/+2
| * | | | s390: introduce text_poke_sync()Heiko Carstens2021-10-111-0/+16
| * | | | s390/barrier: factor out bcr_serialize()Heiko Carstens2021-10-111-10/+14
| * | | | s390/debug: fix kernel-doc warningsRandy Dunlap2021-10-111-1/+1
| * | | | s390/ftrace: add FTRACE_GEN_NOP_ASM macroSven Schnelle2021-10-041-0/+28
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-12/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | s390: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy2021-11-061-12/+0
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-022-5/+19
|\ \ \ \
| * \ \ \ Merge tag 'kvm-s390-next-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2021-10-312-5/+19
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | KVM: s390: pv: properly handle page flags for protected guestsClaudio Imbrenda2021-10-272-5/+14
| | * | | KVM: s390: pv: add macros for UVC CC valuesClaudio Imbrenda2021-10-251-0/+5
| | | |/ | | |/|
* | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-2/+0
|\ \ \ \
| * | | | s390/qeth: move qdio's QAOB cache into qethJulian Wiedmann2021-10-251-2/+0
| | |_|/ | |/| |
* | | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-021-1/+1
|\ \ \ \