summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* s390/ftrace: fix ftrace_update_ftrace_func implementationVasily Gorbik2021-07-281-0/+1
* s390: introduce proper type handling call_on_stack() macroHeiko Carstens2021-07-251-0/+97
* s390/processor: always inline stap() and __load_psw_mask()Heiko Carstens2021-07-201-2/+2
* s390: preempt: Fix preempt_count initializationValentin Schneider2021-07-141-12/+4
* s390: enable HAVE_IOREMAP_PROTNiklas Schnelle2021-07-141-0/+19
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-07-141-2/+2
* s390: mm: Fix secure storage access exception handlingJanosch Frank2021-07-141-1/+7
* s390/stack: fix possible register corruption with stack switch helperHeiko Carstens2021-06-301-7/+11
* s390/vdso: fix tod_steering_delta typeHeiko Carstens2021-04-071-1/+1
* s390/pci: fix leak of PCI device structureNiklas Schnelle2021-03-251-1/+1
* s390/pci: refactor zpci_create_device()Niklas Schnelle2021-03-251-2/+2
* s390: uv: Fix sysfs max number of VCPUs reportingJanosch Frank2021-02-031-2/+2
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2021-01-121-1/+0
* s390/vdso: remove empty unused fileHeiko Carstens2020-11-031-0/+0
* s390/mm: make pmd/pud_deref() large page awareGerald Schaefer2020-11-031-22/+30
* s390: correct __bootdata / __bootdata_preserved macrosVasily Gorbik2020-10-261-2/+2
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-3/+3
* Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-10-221-1/+3
|\
| * s390/pci: track whether util_str is valid in the zpci_devMatthew Rosato2020-10-071-1/+2
| * s390/pci: stash version in the zpci_devMatthew Rosato2020-10-071-0/+1
* | Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-10-1632-145/+536
|\ \
| * | s390/uaccess: fix indentationHeiko Carstens2020-10-091-1/+1
| * | s390/uaccess: add default cases for __put_user_fn()/__get_user_fn()Heiko Carstens2020-10-091-4/+9
| * | s390/sie: fix typo in SIGP code descriptionJulian Wiedmann2020-10-071-1/+1
| * | s390/sclp: Add support for SCLP AP adapter config/deconfigHarald Freudenberger2020-10-071-0/+2
| * | s390: remove orphaned extern variables declarationsVasily Gorbik2020-10-021-3/+0
| * | s390/nvme: support firmware-assisted dump to NVMe disksAlexander Egorenkov2020-10-021-0/+6
| * | s390: nvme dump supportJason J. Herne2020-10-021-0/+1
| * | s390: remove orphaned function declarationsVasily Gorbik2020-09-306-10/+0
| * | s390/vdso: remove orphaned declarationsVasily Gorbik2020-09-301-2/+0
| * | s390/cio: remove unused channel_subsystem_reinitVasily Gorbik2020-09-301-1/+0
| * | s390: remove unused _swsusp_reset_dmaVasily Gorbik2020-09-291-1/+0
| * | s390/stp: add support for leap secondsSven Schnelle2020-09-262-1/+46
| * | s390/stp: use u32 instead of unsigned intSven Schnelle2020-09-261-25/+25
| * | s390/stp: use __packedSven Schnelle2020-09-261-2/+4
| * | s390/pkey: support CCA and EP11 secure ECC private keysHarald Freudenberger2020-09-241-15/+62
| * | s390/sclp: remove unused sclp_early_printk_forcedVasily Gorbik2020-09-211-2/+1
| * | s390/uaccess: add HAVE_GET_KERNEL_NOFAULT supportHeiko Carstens2020-09-171-0/+111
| * | s390/kasan: support protvirt with 4-level pagingVasily Gorbik2020-09-161-0/+1
| * | s390/uv: add destroy page callJanosch Frank2020-09-141-0/+7
| * | s390/mm,ptdump: add couple of additional markersVasily Gorbik2020-09-141-0/+1
| * | s390: add ARCH_HAS_DEBUG_WX supportHeiko Carstens2020-09-141-0/+14
| * | s390/pci: remove clp_rescan_pci_devices_simple()Niklas Schnelle2020-09-141-1/+0
| * | s390/pci: remove clp_rescan_pci_devices()Niklas Schnelle2020-09-141-1/+0
| * | s390/pci: remove unused function zpci_rescan()Niklas Schnelle2020-09-141-2/+0
| * | s390/mm,ptdump: hold cpa mutex while walking for kernel page table dumpHeiko Carstens2020-09-141-0/+4
| * | s390/qdio: always use dev_name() for device name in QIBJulian Wiedmann2020-09-141-2/+0
| * | s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle2020-09-146-1/+42
| * | s390/qdio: clean up QDR setupJulian Wiedmann2020-09-141-4/+4
| * | s390: convert to GENERIC_VDSOSven Schnelle2020-08-268-23/+134