summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-26s390: correct __bootdata / __bootdata_preserved macrosVasily Gorbik1-2/+2
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2-3/+3
2020-10-22Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-1/+3
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds32-145/+536
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-4/+16
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+0
2020-10-09s390/uaccess: fix indentationHeiko Carstens1-1/+1
2020-10-09s390/uaccess: add default cases for __put_user_fn()/__get_user_fn()Heiko Carstens1-4/+9
2020-10-07s390/pci: track whether util_str is valid in the zpci_devMatthew Rosato1-1/+2
2020-10-07s390/pci: stash version in the zpci_devMatthew Rosato1-0/+1
2020-10-07s390/sie: fix typo in SIGP code descriptionJulian Wiedmann1-1/+1
2020-10-07s390/sclp: Add support for SCLP AP adapter config/deconfigHarald Freudenberger1-0/+2
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+30
2020-10-02s390: remove orphaned extern variables declarationsVasily Gorbik1-3/+0
2020-10-02s390/nvme: support firmware-assisted dump to NVMe disksAlexander Egorenkov1-0/+6
2020-10-02s390: nvme dump supportJason J. Herne1-0/+1
2020-09-30s390: remove orphaned function declarationsVasily Gorbik6-10/+0
2020-09-30s390/vdso: remove orphaned declarationsVasily Gorbik1-2/+0
2020-09-30s390/cio: remove unused channel_subsystem_reinitVasily Gorbik1-1/+0
2020-09-29s390: remove unused _swsusp_reset_dmaVasily Gorbik1-1/+0
2020-09-26mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik1-12/+30
2020-09-26s390/stp: add support for leap secondsSven Schnelle2-1/+46
2020-09-26s390/stp: use u32 instead of unsigned intSven Schnelle1-25/+25
2020-09-26s390/stp: use __packedSven Schnelle1-2/+4
2020-09-24s390/pkey: support CCA and EP11 secure ECC private keysHarald Freudenberger1-15/+62
2020-09-21s390/sclp: remove unused sclp_early_printk_forcedVasily Gorbik1-2/+1
2020-09-17compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig1-2/+0
2020-09-17s390/uaccess: add HAVE_GET_KERNEL_NOFAULT supportHeiko Carstens1-0/+111
2020-09-16s390/kasan: support protvirt with 4-level pagingVasily Gorbik1-0/+1
2020-09-15s390/cio: Helper functions to read CSSID, IID, and CHIDAlexandra Winter1-0/+4
2020-09-15s390/cio: Add new Operation Code OC3 to PNSOAlexandra Winter3-4/+12
2020-09-14s390/uv: add destroy page callJanosch Frank1-0/+7
2020-09-14s390/mm,ptdump: add couple of additional markersVasily Gorbik1-0/+1
2020-09-14s390: add ARCH_HAS_DEBUG_WX supportHeiko Carstens1-0/+14
2020-09-14s390/pci: remove clp_rescan_pci_devices_simple()Niklas Schnelle1-1/+0
2020-09-14s390/pci: remove clp_rescan_pci_devices()Niklas Schnelle1-1/+0
2020-09-14s390/pci: remove unused function zpci_rescan()Niklas Schnelle1-2/+0
2020-09-14s390/mm,ptdump: hold cpa mutex while walking for kernel page table dumpHeiko Carstens1-0/+4
2020-09-14s390/qdio: always use dev_name() for device name in QIBJulian Wiedmann1-2/+0
2020-09-14s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle6-1/+42
2020-09-14s390/qdio: clean up QDR setupJulian Wiedmann1-4/+4
2020-08-26s390: convert to GENERIC_VDSOSven Schnelle8-23/+134
2020-08-26s390/checksum: coding style changesHeiko Carstens1-28/+22
2020-08-26s390/checksum: have consistent calculationsHeiko Carstens1-1/+1
2020-08-26s390/checksum: make ip_fast_csum() fasterHeiko Carstens1-1/+12
2020-08-26s390/checksum: rewrite csum_tcpudp_nofold()Heiko Carstens1-15/+7
2020-08-26s390/checksum: provide csum_ipv6_magic()Heiko Carstens1-2/+22
2020-08-26s390: don't trace preemption in percpu macrosSven Schnelle1-14/+14
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro1-7/+0