summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm
AgeCommit message (Expand)AuthorFilesLines
2025-02-27mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts1-4/+12
2025-02-11s390/bitops: Disable arch_test_bit() optimization for PROFILE_ALL_BRANCHESHeiko Carstens1-1/+5
2025-02-04Merge tag 'kvm-s390-next-6.14-2' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini4-21/+32
2025-01-31KVM: s390: remove the last user of page->indexClaudio Imbrenda1-0/+15
2025-01-31KVM: s390: move PGSTE softbitsClaudio Imbrenda1-3/+3
2025-01-31KVM: s390: move gmap_shadow_pgt_lookup() into kvmClaudio Imbrenda1-2/+1
2025-01-31KVM: s390: stop using lists to keep track of used dat tablesClaudio Imbrenda1-5/+0
2025-01-31KVM: s390: move some gmap shadowing functions away from mm/gmap.cClaudio Imbrenda1-5/+4
2025-01-31KVM: s390: get rid of gmap_translate()Claudio Imbrenda1-1/+0
2025-01-31KVM: s390: get rid of gmap_fault()Claudio Imbrenda1-1/+0
2025-01-31KVM: s390: move pv gmap functions into kvmClaudio Imbrenda2-3/+4
2025-01-31KVM: s390: fake memslot for ucontrol VMsClaudio Imbrenda1-0/+2
2025-01-31KVM: s390: vsie: stop using "struct page" for vsie pageDavid Hildenbrand1-1/+3
2025-01-30Merge tag 's390-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+1
2025-01-30Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds10-398/+518
2025-01-29s390/tracing: Define ftrace_get_symaddr() for s390Masami Hiramatsu (Google)1-0/+1
2025-01-28s390/sclp: Initialize sclp subsystem via arch_cpu_finalize_init()Heiko Carstens1-0/+1
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-16/+34
2025-01-26s390/bitops: Use correct constraint for arch_test_bit() inline assemblyHeiko Carstens1-1/+1
2025-01-26s390/futex: Avoid KMSAN instrumention for user pointersHeiko Carstens1-3/+9
2025-01-26s390/uaccess: Rename get_put_user_noinstr_attributes to uaccess_kmsan_or_inlineHeiko Carstens1-7/+6
2025-01-26s390/futex: Cleanup futex_atomic_cmpxchg_inatomic()Heiko Carstens1-10/+11
2025-01-26s390/futex: Generate futex atomic op functionsHeiko Carstens1-34/+42
2025-01-26s390/uaccess: Remove INLINE_COPY_FROM_USER and INLINE_COPY_TO_USERHeiko Carstens1-30/+109
2025-01-26s390/uaccess: Use asm goto for put_user()/get_user()Heiko Carstens1-6/+77
2025-01-26s390/uaccess: Remove usage of the oac specifierHeiko Carstens1-12/+4
2025-01-26s390/uaccess: Replace EX_TABLE_UA_LOAD_MEM exception handlingHeiko Carstens2-10/+8
2025-01-26s390/uaccess: Cleanup noinstr __put_user()/__get_user() inline assembly const...Heiko Carstens1-14/+14
2025-01-26s390/uaccess: Remove __put_user_fn()/__get_user_fn() wrappersHeiko Carstens1-81/+32
2025-01-26s390/uaccess: Move put_user() / __put_user() close to put_user() asm codeHeiko Carstens1-30/+30
2025-01-26s390/uaccess: Use asm goto for __mvc_kernel_nofault()Heiko Carstens1-15/+11
2025-01-26s390/uaccess: Implement __get_kernel_nofault()/__put_kernel_nofault() with mvcHeiko Carstens1-78/+44
2025-01-26s390/extable: Rename EX_TABLE_UA_STORE to EX_TABLE_UA_FAULTHeiko Carstens2-7/+7
2025-01-26s390/fpu: Use CONFIG_CC_HAS_ASM_AOR_FORMAT_FLAGS instead of CONFIG_CC_IS_CLANGHeiko Carstens1-84/+84
2025-01-26s390: Rename GCC_ASM_FLAG_OUTPUT_BROKEN to CC_ASM_FLAG_OUTPUT_BROKENHeiko Carstens1-1/+1
2025-01-26s390/fpu: Add fpc exception handler / remove fixup section againHeiko Carstens2-11/+8
2025-01-26s390: Optimize __pa/__va when RANDOMIZE_IDENTITY_BASE is offVasily Gorbik1-0/+4
2025-01-26s390/boot: Add physmem tracking debug supportVasily Gorbik1-2/+2
2025-01-26s390/boot: Add timestamps to early boot messagesVasily Gorbik1-0/+11
2025-01-26s390/boot: Add prefix filtering to bootdebug messagesVasily Gorbik1-0/+25
2025-01-26s390/boot: Add bootdebug option to control debug messagesVasily Gorbik1-0/+1
2025-01-26s390/boot: Defer boot messages when earlyprintk is not enabledVasily Gorbik1-0/+1
2025-01-26s390/boot: Introduce ring buffer for boot messagesVasily Gorbik1-0/+13
2025-01-25mm: introduce ctor/dtor at PGD levelKevin Brodsky1-1/+8
2025-01-25mm: pgtable: introduce generic __tlb_remove_table()Qi Zheng1-5/+4
2025-01-25s390: pgtable: consolidate PxD and PTE TLB free pathsQi Zheng1-3/+0
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng2-6/+6
2025-01-25s390: pgtable: add statistics for PUD and P4D level page tableQi Zheng2-8/+23
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-15/+32
2025-01-15s390/futex: Fix FUTEX_OP_ANDN implementationHeiko Carstens1-1/+1