summaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2023-01-18s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()Heiko Carstens1-1/+1
2022-11-03s390/futex: add missing EX_TABLE entry to __futex_atomic_op()Heiko Carstens1-1/+2
2022-09-15s390/hugetlb: fix prepare_hugepage_range() check for 2 GB hugepagesGerald Schaefer1-2/+4
2022-08-11s390/archrandom: prevent CPACF trng invocations in interrupt contextHarald Freudenberger1-3/+6
2022-07-07s390/archrandom: simplify back to earlier design and initialize earlierJason A. Donenfeld1-9/+12
2022-07-02kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao1-0/+10
2022-06-25s390: define get_cycles macro for arch-overrideJason A. Donenfeld1-0/+1
2022-06-25s390: Remove arch_has_random, arch_has_random_seedRichard Henderson1-12/+0
2022-06-14s390/preempt: disable __preempt_count_add() optimization for PROFILE_ALL_BRAN...Heiko Carstens1-4/+11
2021-12-01hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit1-0/+16
2021-07-28s390/ftrace: fix ftrace_update_ftrace_func implementationVasily Gorbik1-0/+1
2020-09-09s390: don't trace preemption in percpu macrosSven Schnelle1-14/+14
2020-07-16KVM: s390: reduce number of IO pins to 1Christian Borntraeger1-4/+4
2020-07-01s390/vdso: fix vDSO clock_getres()Vincenzo Frascino1-0/+1
2020-06-25s390: fix syscall_get_error for compat processesDmitry V. Levin1-1/+11
2020-03-11s390/qdio: fill SL with absolute addressesJulian Wiedmann1-1/+1
2020-02-28s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init...Nathan Chancellor1-1/+1
2020-02-19s390/time: Fix clk type in get_tod_clockNathan Chancellor1-1/+1
2020-02-11s390/mm: fix dynamic pagetable upgrade for hugetlbfsGerald Schaefer1-0/+2
2019-12-31s390/ftrace: fix endless recursion in function_graph tracerSven Schnelle1-2/+2
2019-12-31s390/mm: add mm_pxd_folded() checks to pxd_free()Gerald Schaefer1-2/+14
2019-12-31s390/time: ensure get_clock_monotonic() returns monotonic valuesHeiko Carstens1-6/+10
2019-12-17s390/mm: properly clear _PAGE_NOEXEC bit when it is not supportedGerald Schaefer1-2/+2
2019-11-20s390/vdso: correct vdso mapping for compat tasksVasily Gorbik1-1/+1
2019-11-20s390/vdso: avoid 64-bit vdso mapping for compat tasksVasily Gorbik2-0/+3
2019-11-06s390/uaccess: avoid (false positive) compiler warningsChristian Borntraeger1-2/+2
2019-08-16s390/dma: provide proper ARCH_ZONE_DMA_BITS valueHalil Pasic1-0/+2
2019-07-21s390: fix stfle zero paddingHeiko Carstens1-7/+14
2019-06-25s390/ap: rework assembler functions to use unions for in/out register variablesHarald Freudenberger1-9/+19
2019-06-25s390/jump_label: Use "jdd" constraint on gcc9Ilya Leoshkevich1-4/+10
2019-06-19s390/kasan: fix strncpy_from_user kasan checksVasily Gorbik1-0/+2
2019-05-04s390: limit brk randomization to 32MBMartin Schwidefsky1-4/+7
2019-03-23KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson1-1/+1
2019-02-12s390/zcrypt: improve special ap message cmd handlingHarald Freudenberger1-2/+2
2019-01-31s390/mm: always force a load of the primary ASCE on context switchMartin Schwidefsky1-3/+2
2018-11-27s390/mm: fix mis-accounting of pgtable_bytesMartin Schwidefsky4-11/+24
2018-09-20s390/hibernate: fix error handling when suspend cpu != resume cpuGerald Schaefer1-1/+2
2018-09-04KVM: s390: Properly lock mm context allow_gmap_hpage_1m settingJanosch Frank1-1/+7
2018-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-43/+43
2018-08-21Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-3/+3
2018-08-20s390/zcrypt: code beautifyHarald Freudenberger1-36/+36
2018-08-20s390/zcrypt: switch return type to bool for ap_instructions_available()Harald Freudenberger1-3/+3
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-8/+8
2018-08-16s390/zcrypt: fix ap_instructions_available() returncodesHarald Freudenberger1-5/+5
2018-08-16s390/ftrace: Add -mfentry and -mnop-mcount supportVasily Gorbik1-3/+3
2018-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2018-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds15-52/+309
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+0
2018-07-31s390/cpum_sf: save TOD clock base in SDBs for time conversionHendrik Brueckner1-3/+9
2018-07-31Merge tag 'hlp_stage1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms3...Martin Schwidefsky5-4/+27