summaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2021-07-20s390/processor: always inline stap() and __load_psw_mask()Heiko Carstens1-2/+2
2021-07-14s390: preempt: Fix preempt_count initializationValentin Schneider1-12/+4
2021-07-14s390: enable HAVE_IOREMAP_PROTNiklas Schnelle1-0/+19
2021-07-14mm: define default MAX_PTRS_PER_* in include/pgtable.hDaniel Axtens1-2/+0
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider1-2/+2
2021-07-14s390: mm: Fix secure storage access exception handlingJanosch Frank1-1/+7
2021-06-30s390/stack: fix possible register corruption with stack switch helperHeiko Carstens1-7/+11
2021-05-12s390/qdio: let driver manage the QAOBJulian Wiedmann1-18/+4
2021-04-05s390/unwind: add machine check handler stackVasily Gorbik1-0/+1
2021-03-25s390/vdso: fix tod_steering_delta typeHeiko Carstens1-1/+1
2021-03-15s390/pci: fix leak of PCI device structureNiklas Schnelle1-1/+1
2021-03-08s390/cpumf: rename header file to hwctrset.hThomas Richter1-0/+0
2021-03-08s390/time,idle: get rid of unsigned long longHeiko Carstens2-24/+24
2021-02-27Merge tag 's390-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-9/+72
2021-02-25Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-02-25Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2021-02-24s390/cpumf: Add support for complete counter set extractionThomas Richter1-0/+51
2021-02-24s390/smp: implement arch_irq_work_raise()Ilya Leoshkevich1-0/+12
2021-02-24s390/mm: fix phys vs virt confusion in pgtable allocation routinesAlexander Gordeev1-1/+1
2021-02-24s390/mm: fix invalid __pa() usage in pfn_pXd() macrosAlexander Gordeev1-2/+2
2021-02-24s390/mm: make pXd_deref() macros return a pointerAlexander Gordeev1-6/+6
2021-02-22Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds27-184/+297
2021-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2021-02-13s390/qdio: remove 'merge_pending' mechanismJulian Wiedmann1-4/+0
2021-02-13s390/qdio: improve handling of PENDING buffers for QEBSM devicesJulian Wiedmann1-0/+1
2021-02-13s390/time: remove get_tod_clock_ext()Heiko Carstens1-12/+3
2021-02-13s390/time: convert tod_clock_base to unionHeiko Carstens1-2/+2
2021-02-13s390/time: introduce new store_tod_clock_ext()Heiko Carstens1-0/+5
2021-02-13s390/time: rename store_tod_clock_ext() and use union tod_clockHeiko Carstens1-3/+2
2021-02-13s390/time: introduce union tod_clockHeiko Carstens1-0/+19
2021-02-13s390: add stack for machine check handlerSven Schnelle1-7/+6
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar1-2/+2
2021-02-11softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner1-1/+0
2021-02-09s390/alternatives: add alternative_input() / alternative_io()Heiko Carstens1-0/+16
2021-02-09s390/time: use stcke instead of stckHeiko Carstens1-4/+6
2021-02-09s390/vdso: implement generic vdso time namespace supportHeiko Carstens2-0/+9
2021-02-09s390/vdso: simplify __arch_get_hw_counter()Heiko Carstens1-3/+2
2021-02-09s390/vdso: convert vdso_init() to arch_initcallHeiko Carstens1-1/+1
2021-02-09s390/vdso: remove VDSO32_LBASE compat leftoverHeiko Carstens1-2/+1
2021-02-09s390/thread_info.h: fix task_struct declaration warningAlexander Egorenkov1-0/+2
2021-02-09s390: Simplify the calculation of variablesJiapeng Zhong1-2/+1
2021-02-09s390/ap: remove unneeded semicolonChengyang Fan1-1/+1
2021-02-09s390/pci: refactor zpci_create_device()Niklas Schnelle1-2/+2
2021-02-09s390/qdio: remove Input tasklet codeJulian Wiedmann1-1/+1
2021-02-09KVM: Raise the maximum number of user memslotsVitaly Kuznetsov1-1/+0
2021-01-29Fix "ordering" comment typosBjorn Helgaas1-1/+1
2021-01-27s390: uv: Fix sysfs max number of VCPUs reportingJanosch Frank1-2/+2
2021-01-19s390: pass struct pt_regs instead of registers to syscallsSven Schnelle2-45/+73
2021-01-19s390: remove asmlinkageSven Schnelle2-17/+17
2021-01-19s390: convert to generic entrySven Schnelle14-35/+141