summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-131-6/+4
|\ \ \ \ \ \
| * | | | | | s390/pci: Rework MSI descriptor walkThomas Gleixner2021-12-161-4/+2
| * | | | | | PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner2021-12-091-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-112-2/+1
|\ \ \ \ \ \
| * | | | | | Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-1318-96/+103
| |\| | | | |
| * | | | | | locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2021-12-071-1/+1
| * | | | | | futex: Remove futex_cmpxchg detectionArnd Bergmann2021-11-251-1/+0
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-01-111-16/+16
|\ \ \ \ \ \ \
| * | | | | | | crypto: s390/sha512 - Use macros instead of direct IV numbersTianjia Zhang2021-12-311-16/+16
| |/ / / / / /
* | | | | | | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-102-3/+4
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
| |\ \ \ \ \ \
| | * | | | | | add includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-161-0/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-165-10/+43
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | / / / | | | |_|/ / / | | |/| | | |
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-101-3/+3
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-3/+3
* | | | | | | Merge tag 's390-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-01-1030-180/+1428
|\ \ \ \ \ \ \
| * | | | | | | s390/pci: simplify __pciwb_mio() inline asmNiklas Schnelle2022-01-071-4/+1
| * | | | | | | s390: remove unused TASK_SIZE_OFGuo Ren2021-12-291-2/+1
| * | | | | | | s390/crash_dump: fix virtual vs physical address handlingHeiko Carstens2021-12-202-12/+8
| * | | | | | | s390/crypto: fix compile error for ChaCha20 moduleHeiko Carstens2021-12-201-10/+10
| * | | | | | | s390/mm: check 2KB-fragment page on releaseAlexander Gordeev2021-12-161-11/+30
| * | | | | | | s390/mm: better annotate 2KB pagetable fragments handlingAlexander Gordeev2021-12-161-20/+107
| * | | | | | | s390/mm: fix 2KB pgtable release raceAlexander Gordeev2021-12-161-1/+3
| * | | | | | | s390/sclp: release SCLP early buffer after kernel initializationAlexander Egorenkov2021-12-161-0/+3
| * | | | | | | s390/nmi: disable interrupts on extended save area updateAlexander Gordeev2021-12-164-33/+29
| * | | | | | | s390/disassembler: update opcode tableHeiko Carstens2021-12-162-1/+3
| * | | | | | | s390/uv: fix memblock virtual vs physical address confusionHeiko Carstens2021-12-161-5/+5
| * | | | | | | s390/smp: fix memblock_phys_free() vs memblock_free() confusionHeiko Carstens2021-12-161-1/+1
| * | | | | | | s390/exit: remove dead reference to do_exit from copy_threadEric W. Biederman2021-12-161-1/+0
| * | | | | | | s390/ap: add missing virt_to_phys address conversionHeiko Carstens2021-12-101-1/+3
| * | | | | | | s390/pgalloc: use pointers instead of unsigned long valuesHeiko Carstens2021-12-101-32/+32
| * | | | | | | s390/pgalloc: add virt/phys address handling to base asce functionsHeiko Carstens2021-12-101-13/+13
| * | | | | | | s390/cmm: add missing virt_to_phys() conversionHeiko Carstens2021-12-101-1/+1
| * | | | | | | s390/diag: use pfn_to_phys() instead of open codingHeiko Carstens2021-12-101-2/+2
| * | | | | | | s390/mm: add missing phys_to_virt translation to page table dumperHeiko Carstens2021-12-101-4/+4
| * | | | | | | s390/nmi: add missing __pa/__va address conversion of extended save areaHeiko Carstens2021-12-063-7/+7
| * | | | | | | s390/qdio: clarify logical vs absolute in QIB's kerneldocJulian Wiedmann2021-12-061-2/+2
| * | | | | | | s390/pci: use physical addresses in DMA tablesNiklas Schnelle2021-12-063-27/+30
| * | | | | | | s390/pci: use phys_to_virt() for AIBVs/DIBVsNiklas Schnelle2021-12-061-3/+3
| * | | | | | | s390/qdio: split do_QDIO()Julian Wiedmann2021-12-061-5/+6
| * | | | | | | s390/qdio: split qdio_inspect_queue()Julian Wiedmann2021-12-061-3/+4
| * | | | | | | s390/qdio: clarify handler logic for qdio_handle_activate_check()Julian Wiedmann2021-12-061-1/+1
| * | | | | | | s390/qdio: remove QDIO_SBAL_SIZE macroJulian Wiedmann2021-12-061-1/+0
| * | | | | | | s390/crypto: add SIMD implementation for ChaCha20Patrick Steuer2021-12-067-0/+1142
| |/ / / / / /
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-01-101-2/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra2021-12-101-2/+1
| | |_|_|/ / | |/| | | |
* | | | | | 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