summaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
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-26mm: introduce ctor/dtor at PGD levelKevin Brodsky1-1/+8
2025-01-26mm: pgtable: introduce generic __tlb_remove_table()Qi Zheng1-5/+4
2025-01-26s390: pgtable: consolidate PxD and PTE TLB free pathsQi Zheng1-3/+0
2025-01-26mm: pgtable: introduce pagetable_dtor()Qi Zheng2-6/+6
2025-01-26s390: pgtable: add statistics for PUD and P4D level page tableQi Zheng2-8/+23
2025-01-22Merge 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
2025-01-15s390/diag: Add memory topology information via diag310Mete Durlu3-0/+10
2025-01-13s390/bitops: Provide optimized arch_test_bit()Heiko Carstens1-1/+33
2025-01-13s390/bitops: Switch to generic bitopsHeiko Carstens1-178/+3
2025-01-13s390/ebcdic: Fix length decrement in codepage_convert()Sven Schnelle1-1/+1
2025-01-13s390/ebcdic: Fix length check in codepage_convert()Sven Schnelle1-1/+1
2025-01-13s390/ebcdic: Use exrl instead of exSven Schnelle1-7/+7
2025-01-13s390/stackleak: Use exrl instead of ex in __stackleak_poison()Sven Schnelle1-2/+1
2025-01-09s390/tlb: Add missing TLB range adjustmentAlexander Gordeev1-1/+1
2025-01-03s390/qdio: Rename feature flag aif_osa to aif_qdioBenjamin Block1-1/+1
2024-12-26fprobe: Add fprobe_header encoding featureMasami Hiramatsu (Google)1-0/+10
2024-12-26fprobe: Rewrite fprobe on function-graph tracerMasami Hiramatsu (Google)1-0/+6
2024-12-26s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNCSven Schnelle1-0/+5
2024-12-26tracing: Add ftrace_fill_perf_regs() for perf eventMasami Hiramatsu (Google)1-0/+6
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)1-17/+7
2024-12-18Merge branch 'pci-device-recovery' into featuresAlexander Gordeev2-0/+40
2024-12-17s390/diag324: Retrieve power readings via diag 0x324Sumanth Korikkar3-0/+26
2024-12-17s390/mm: Simplify noexec page protection handlingHeiko Carstens1-32/+61
2024-12-17s390/mm: Remove unused PAGE_KERNEL_EXEC and friendsHeiko Carstens1-15/+0
2024-12-17s390/mm: Remove incorrect commentHeiko Carstens1-7/+0
2024-12-16s390/pci: Add pci_msg debug view to PCI reportNiklas Schnelle1-0/+4
2024-12-16s390/debug: Add a reverse mode for debug_dump()Niklas Schnelle1-1/+1
2024-12-16s390/debug: Add debug_dump() to write debug view to a string bufferNiklas Schnelle1-0/+3
2024-12-16s390/pci: Report PCI error recovery results via SCLPNiklas Schnelle1-0/+33
2024-12-16s390/mm/hugetlbfs: Remove huge_pte_none() / huge_pte_none_mostly()Heiko Carstens1-16/+7
2024-12-15s390/abs_lowcore: Include linux/smp.h for get_cpu() and put_cpu()Vasily Gorbik1-0/+1
2024-12-15s390: Remove __bootdata annotations from declarationsVasily Gorbik3-12/+9
2024-12-15s390/preempt: Optimize __preempt_count_dec_and_test()Heiko Carstens1-1/+1
2024-12-15s390/atomic: Provide arch_atomic_*_and_test() implementationsHeiko Carstens2-0/+109