summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm
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-25s390/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-18/+14
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-08hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit1-0/+14
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-22KVM: s390: reduce number of IO pins to 1Christian Borntraeger1-4/+4
2020-06-25s390: fix syscall_get_error for compat processesDmitry V. Levin1-1/+11
2020-02-28s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init...Nathan Chancellor1-1/+1
2020-02-28s390/time: Fix clk type in get_tod_clockNathan Chancellor1-1/+1
2020-02-15s390/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-06s390/uaccess: avoid (false positive) compiler warningsChristian Borntraeger1-2/+2
2019-07-21s390: fix stfle zero paddingHeiko Carstens1-7/+14
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
2018-09-05s390/qdio: reset old sbal_state flagsJulian Wiedmann1-1/+0
2018-08-03perf: fix invalid bit in diagnostic entryThomas Richter1-1/+1
2018-08-03s390/cpum_sf: Add data entry sizes to sampling trailer entryThomas Richter1-1/+3
2018-05-25s390: extend expoline to BC instructionsMartin Schwidefsky1-0/+57
2018-05-25s390/ftrace: use expoline for indirect branchesMartin Schwidefsky1-0/+13
2018-05-25s390: move expoline assembler macros to a headerMartin Schwidefsky1-0/+125
2018-05-25s390: add assembler macros for CPU alternativesMartin Schwidefsky1-0/+108
2018-04-29s390: correct nospec auto detection init orderMartin Schwidefsky1-0/+1
2018-04-29s390: add automatic detection of the spectre defenseMartin Schwidefsky1-4/+2
2018-04-29s390: introduce execute-trampolines for branchesMartin Schwidefsky2-1/+21
2018-04-29s390: run user space and KVM guests with modified branch predictionMartin Schwidefsky2-0/+7
2018-04-29s390: add options to change branch prediction behaviour for the kernelMartin Schwidefsky1-0/+1
2018-04-29s390/alternative: use a copy of the facility bit maskMartin Schwidefsky2-1/+20
2018-04-29s390: add optimized array_index_mask_nospecMartin Schwidefsky1-0/+24
2018-04-29KVM: s390: wire up bpb featureChristian Borntraeger1-1/+2
2018-04-29s390: enable CPU alternatives unconditionallyHeiko Carstens1-17/+3
2018-04-29s390: introduce CPU alternativesVasily Gorbik1-0/+163
2018-04-26s390/eadm: fix CONFIG_BLOCK include dependencySebastian Ott1-1/+1
2018-02-03s390: fix alloc_pgste check in init_new_context againMartin Schwidefsky1-1/+1
2018-02-03s390/topology: fix compile error in file arch/s390/kernel/smp.cThomas Richter1-0/+1
2017-12-17fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton1-1/+0
2017-12-14s390: always save and restore all registers on context switchHeiko Carstens1-14/+13
2017-12-10s390/pci: do not require AIS facilityChristian Borntraeger1-1/+1
2017-12-10s390/runtime instrumentation: simplify task exit handlingHeiko Carstens1-1/+3
2017-12-05s390: revert ELF_ET_DYN_BASE base changesMartin Schwidefsky1-7/+8