aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)Author
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-01-31s390/decompressor: specify __decompress() buf len to avoid overflowVasily Gorbik
2023-01-29s390/bpf: Implement bpf_jit_supports_kfunc_call()Ilya Leoshkevich
2023-01-29s390/bpf: Implement bpf_jit_supports_subprog_tailcalls()Ilya Leoshkevich
2023-01-29s390/bpf: Implement arch_prepare_bpf_trampoline()Ilya Leoshkevich
2023-01-29s390/bpf: Implement bpf_arch_text_poke()Ilya Leoshkevich
2023-01-29s390/bpf: Add expoline to tail callsIlya Leoshkevich
2023-01-28s390/bpf: Fix a typo in a commentIlya Leoshkevich
2023-01-17s390: workaround invalid gcc-11 out of bounds read warningHeiko Carstens
2023-01-11s390: update defconfigsHeiko Carstens
2023-01-11KVM: s390: interrupt: use READ_ONCE() before cmpxchg()Heiko Carstens
2023-01-11s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()Heiko Carstens
2023-01-11s390/cpum_sf: add READ_ONCE() semantics to compare and swap loopsHeiko Carstens
2023-01-10s390/kexec: fix ipl report address for kdumpAlexander Egorenkov
2023-01-09s390: fix -Wundef warning for CONFIG_KERNEL_ZSTDMasahiro Yamada
2023-01-06s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36Masahiro Yamada
2023-01-06s390: expicitly align _edata and _end symbols on page boundaryAlexander Gordeev
2023-01-06s390/debug: add _ASM_S390_ prefix to header guardNiklas Schnelle
2022-12-20random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld
2022-12-19Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-12Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-12Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',...Joerg Roedel
2022-12-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-06s390/nmi: get rid of private slab cacheHeiko Carstens
2022-12-06s390/nmi: move storage error checking back to C, enter with DAT onHeiko Carstens
2022-12-06s390/nmi: print machine check interruption code before stopping systemHeiko Carstens
2022-12-06s390/sclp: introduce sclp_emergency_printk()Heiko Carstens
2022-12-06s390/sclp: keep sclp_early_sccbHeiko Carstens
2022-12-06s390/nmi: rework register validation handlingHeiko Carstens
2022-12-06s390/nmi: use vector instruction macros instead of byte patternsHeiko Carstens
2022-12-06s390/vx: add vx-insn.h wrapper include fileHeiko Carstens
2022-12-06s390/ipl: use octal values instead of S_* macrosSven Schnelle
2022-12-06s390/ipl: add eckd dump supportSven Schnelle
2022-12-06s390/ipl: add eckd supportSven Schnelle
2022-12-02Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-12-02s390/checksum: support GENERIC_CSUM, enable it for KASANHeiko Carstens
2022-12-02s390/appldata: remove power management callbacksHeiko Carstens
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn
2022-11-30s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()Anshuman Khandual
2022-11-30mm: delay page_remove_rmap() until after the TLB has been flushedLinus Torvalds
2022-11-30mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton