summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCKAnshuman Khandual2021-05-051-3/+1
* mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual2021-05-051-6/+2
* hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu2021-05-051-1/+1
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-2/+0
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-9/+55
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-4/+3
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-097-8/+27
| |\ \
| * \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-251-9/+55
| |\ \ \
| | * | | s390/bpf: Implement new atomic opsIlya Leoshkevich2021-03-161-9/+55
* | | | | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2021-04-291-0/+1
|\ \ \ \ \
| * | | | | quota: wire up quotactl_pathSascha Hauer2021-03-171-0/+1
* | | | | | Merge tag 's390-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-04-2732-583/+894
|\ \ \ \ \ \
| * | | | | | s390/disassembler: increase ebpf disasm buffer sizeVasily Gorbik2021-04-211-1/+1
| * | | | | | s390/archrandom: add parameter check for s390_arch_random_generateHarald Freudenberger2021-04-211-0/+4
| * | | | | | s390/pci: expose a PCI device's UID as its indexNiklas Schnelle2021-04-201-0/+35
| * | | | | | s390/atomic,cmpxchg: always inline __xchg/__cmpxchgHeiko Carstens2021-04-181-3/+5
| * | | | | | s390/smp: fix do_restart() prototypeAlexander Gordeev2021-04-182-3/+3
| * | | | | | s390: get rid of oprofile leftoversMarc Zyngier2021-04-181-21/+0
| * | | | | | s390/atomic,cmpxchg: make constraints work with old compilersHeiko Carstens2021-04-152-9/+9
| * | | | | | s390/test_unwind: print test suite start/end infoVasily Gorbik2021-04-151-1/+7
| * | | | | | s390/cmpxchg: use unsigned long values instead of void pointersHeiko Carstens2021-04-151-26/+23
| * | | | | | s390/test_unwind: add WARN if tests failedVasily Gorbik2021-04-121-3/+6
| * | | | | | s390/test_unwind: unify error handling pathsVasily Gorbik2021-04-121-2/+2
| * | | | | | s390: update defconfigsHeiko Carstens2021-04-122-2/+0
| * | | | | | s390/spinlock: use R constraint in inline assemblyHeiko Carstens2021-04-121-1/+1
| * | | | | | s390/atomic,cmpxchg: switch to use atomic-instrumented.hHeiko Carstens2021-04-122-30/+58
| * | | | | | s390/cmpxchg: get rid of gcc atomic builtinsHeiko Carstens2021-04-121-15/+150
| * | | | | | s390/atomic: get rid of gcc atomic builtinsHeiko Carstens2021-04-121-6/+30
| * | | | | | s390/atomic: use proper constraintsHeiko Carstens2021-04-121-7/+7
| * | | | | | s390/atomic: move remaining inline assemblies to atomic_ops.hHeiko Carstens2021-04-122-18/+38
| * | | | | | s390/bitops: make bitops only work on longsHeiko Carstens2021-04-121-46/+47
| * | | | | | s390/traps,mm: add conditional trap handlersHeiko Carstens2021-04-123-18/+12
| * | | | | | s390/pci: narrow scope of zpci_configure_device()Niklas Schnelle2021-04-121-12/+3
| * | | | | | s390/pci: separate zbus registration from scanningNiklas Schnelle2021-04-125-30/+33
| * | | | | | s390/pci: use mutex not spinlock for zbus listNiklas Schnelle2021-04-121-7/+7
| * | | | | | s390/pci: separate zbus creation from scanningNiklas Schnelle2021-04-124-97/+177
| * | | | | | s390/pci: do more bus setup in zpci_bus_scan()Niklas Schnelle2021-04-121-13/+20
| * | | | | | s390/pci: introduce zpci_bus_scan_device()Niklas Schnelle2021-04-123-17/+28
| * | | | | | s390/traps: convert pgm_check.S to CHeiko Carstens2021-04-125-181/+59
| * | | | | | s390/protvirt: fix error return code in uv_info_init()zhongbaisong2021-04-121-1/+3
| * | | | | | Merge branch 'fixes' into featuresHeiko Carstens2021-04-128-12/+30
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | s390/mm: fix phys vs virt confusion in mark_kernel_pXd() functions familyAlexander Gordeev2021-04-051-4/+4
| * | | | | | s390/cio: remove duplicate struct ccw1 declarationWan Jiabing2021-04-051-3/+0
| * | | | | | s390/pci: expose UID uniqueness guaranteeNiklas Schnelle2021-04-051-0/+9
| * | | | | | s390/pci: fix DMA cleanup on hard deconfigureNiklas Schnelle2021-03-281-6/+5
| * | | | | | s390/spinlock: remove align attribute from arch_spinlock_tHeiko Carstens2021-03-281-1/+1
| * | | | | | s390/crc32-vx: couple of typo fixesBhaskar Chowdhury2021-03-241-2/+2
| * | | | | | s390/uv: fix prot virt host indication compilationJanosch Frank2021-03-241-1/+7
| * | | | | | s390/kernel: fix a typoBhaskar Chowdhury2021-03-221-1/+1
| * | | | | | s390/qdio: let driver manage the QAOBJulian Wiedmann2021-03-221-18/+4