summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
* | | | | | s390/kexec_file: fix error handling when applying relocationsPhilipp Rudo2021-12-101-1/+6
* | | | | | s390/kexec_file: print some more error messagesPhilipp Rudo2021-12-101-3/+24
| |/ / / / |/| | | |
* | | | | s390: update defconfigsHeiko Carstens2021-12-023-3/+16
* | | | | s390/pci: move pseudo-MMIO to prevent MIO overlapNiklas Schnelle2021-11-291-3/+4
* | | | | s390/test_unwind: use raw opcode instead of invalid instructionIlie Halip2021-11-251-2/+3
|/ / / /
* | | | Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-2011-87/+77
|\ \ \ \
| * | | | ftrace/samples: add s390 support for ftrace direct multi sampleHeiko Carstens2021-11-181-0/+1