aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-16/+16
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-3/+4
2022-01-10Merge tag 's390-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds30-180/+1428
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+1
2022-01-07s390/pci: simplify __pciwb_mio() inline asmNiklas Schnelle1-4/+1
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-12-31crypto: s390/sha512 - Use macros instead of direct IV numbersTianjia Zhang1-16/+16
2021-12-29s390: remove unused TASK_SIZE_OFGuo Ren1-2/+1
2021-12-20s390/crash_dump: fix virtual vs physical address handlingHeiko Carstens2-12/+8
2021-12-20s390/crypto: fix compile error for ChaCha20 moduleHeiko Carstens1-10/+10
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-10/+43
2021-12-16add includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-12-16s390/mm: check 2KB-fragment page on releaseAlexander Gordeev1-11/+30
2021-12-16s390/mm: better annotate 2KB pagetable fragments handlingAlexander Gordeev1-20/+107
2021-12-16s390/mm: fix 2KB pgtable release raceAlexander Gordeev1-1/+3
2021-12-16s390/sclp: release SCLP early buffer after kernel initializationAlexander Egorenkov1-0/+3
2021-12-16s390/nmi: disable interrupts on extended save area updateAlexander Gordeev4-33/+29
2021-12-16s390/disassembler: update opcode tableHeiko Carstens2-1/+3
2021-12-16s390/uv: fix memblock virtual vs physical address confusionHeiko Carstens1-5/+5
2021-12-16s390/smp: fix memblock_phys_free() vs memblock_free() confusionHeiko Carstens1-1/+1
2021-12-16s390/exit: remove dead reference to do_exit from copy_threadEric W. Biederman1-1/+0
2021-12-12s390/entry: fix duplicate tracking of irq nesting levelSven Schnelle1-4/+5
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-3/+3
2021-12-10s390/ap: add missing virt_to_phys address conversionHeiko Carstens1-1/+3
2021-12-10s390/pgalloc: use pointers instead of unsigned long valuesHeiko Carstens1-32/+32
2021-12-10s390/pgalloc: add virt/phys address handling to base asce functionsHeiko Carstens1-13/+13
2021-12-10s390/cmm: add missing virt_to_phys() conversionHeiko Carstens1-1/+1
2021-12-10s390/diag: use pfn_to_phys() instead of open codingHeiko Carstens1-2/+2
2021-12-10s390/mm: add missing phys_to_virt translation to page table dumperHeiko Carstens1-4/+4
2021-12-10s390: enable switchdev support in defconfigNiklas Schnelle2-0/+4
2021-12-10s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add()Alexander Egorenkov1-0/+4
2021-12-10s390/ftrace: remove preempt_disable()/preempt_enable() pairJerome Marchand1-2/+0
2021-12-10s390/kexec_file: fix error handling when applying relocationsPhilipp Rudo1-1/+6
2021-12-10s390/kexec_file: print some more error messagesPhilipp Rudo1-3/+24
2021-12-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra1-2/+1
2021-12-06s390/nmi: add missing __pa/__va address conversion of extended save areaHeiko Carstens3-7/+7
2021-12-06s390/qdio: clarify logical vs absolute in QIB's kerneldocJulian Wiedmann1-2/+2
2021-12-06s390/pci: use physical addresses in DMA tablesNiklas Schnelle3-27/+30
2021-12-06s390/pci: use phys_to_virt() for AIBVs/DIBVsNiklas Schnelle1-3/+3
2021-12-06s390/qdio: split do_QDIO()Julian Wiedmann1-5/+6
2021-12-06s390/qdio: split qdio_inspect_queue()Julian Wiedmann1-3/+4
2021-12-06s390/qdio: clarify handler logic for qdio_handle_activate_check()Julian Wiedmann1-1/+1
2021-12-06s390/qdio: remove QDIO_SBAL_SIZE macroJulian Wiedmann1-1/+0
2021-12-06s390/crypto: add SIMD implementation for ChaCha20Patrick Steuer7-0/+1142
2021-12-02s390: update defconfigsHeiko Carstens3-3/+16
2021-11-29s390/pci: move pseudo-MMIO to prevent MIO overlapNiklas Schnelle1-3/+4
2021-11-25s390/test_unwind: use raw opcode instead of invalid instructionIlie Halip1-2/+3
2021-11-20Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds11-87/+77
2021-11-19Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman1-1/+1