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