summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2024-12-26tracing: Add ftrace_fill_perf_regs() for perf eventMasami Hiramatsu (Google)1-0/+6
2024-12-26fprobe: Use ftrace_regs in fprobe exit handlerMasami Hiramatsu (Google)1-0/+1
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)4-30/+14
2024-12-18Merge branch 'pci-device-recovery' into featuresAlexander Gordeev7-50/+428
2024-12-17s390/diag: Move diag.c to diag specific folderSumanth Korikkar3-3/+3
2024-12-17s390/diag324: Retrieve power readings via diag 0x324Sumanth Korikkar9-1/+272
2024-12-17s390/diag: Create misc device /dev/diagSumanth Korikkar2-0/+46
2024-12-17s390/lib: Use exrl instead of ex in string functionsSven Schnelle1-10/+5
2024-12-17s390/mm: Simplify noexec page protection handlingHeiko Carstens10-77/+106
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 Schnelle3-5/+54
2024-12-16s390/debug: Add a reverse mode for debug_dump()Niklas Schnelle2-3/+86
2024-12-16s390/debug: Add debug_dump() to write debug view to a string bufferNiklas Schnelle2-0/+50
2024-12-16s390/debug: Split private data alloc/free out of file operationsNiklas Schnelle1-30/+48
2024-12-16s390/debug: Simplify and document debug_next_entry() logicNiklas Schnelle1-10/+15
2024-12-16s390/pci: Report PCI error recovery results via SCLPNiklas Schnelle5-5/+178
2024-12-16s390/mm: Consider KMSAN modules metadata for paging levelsVasily Gorbik1-0/+2
2024-12-16s390/mm/hugetlbfs: Remove huge_pte_none() / huge_pte_none_mostly()Heiko Carstens1-16/+7
2024-12-15s390: Add KERNEL_IMAGE_BASE to kasan.configVasily Gorbik1-0/+1
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 Gorbik8-19/+20
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
2024-12-15s390: Remove superfluous new lines from inline assembliesHeiko Carstens3-10/+10
2024-12-15s390/preempt: Adjust coding styleHeiko Carstens1-2/+1
2024-12-15s390/preempt: Remove special pre MARCH_HAS_Z196_FEATURES implementationHeiko Carstens1-52/+0
2024-12-15s390/preempt: Add commentsHeiko Carstens1-0/+26
2024-12-15s390/atomic: Consistent layering between atomic.h and atomic_ops.hHeiko Carstens2-26/+26
2024-12-15s390/atomic: Implement arch_atomic_inc() / arch_atomic_dec()Heiko Carstens1-0/+24
2024-12-11s390/ipl: Fix never less than zero warningAlexander Gordeev1-1/+1
2024-12-10s390/setup: Cleanup stack_alloc() and stack_free()Heiko Carstens1-6/+6
2024-12-10s390/Kconfig: Select VMAP_STACK unconditionallyHeiko Carstens5-62/+4
2024-12-10s390/Kconfig: Select KASAN_VMALLOC if KASAN is enabledHeiko Carstens3-10/+4
2024-12-10s390/mm: Fix DirectMap accountingHeiko Carstens1-3/+3
2024-12-10lib/crc32test: delete obsolete crc32test.cEric Biggers1-1/+0
2024-12-09perf/core: Export perf_exclude_event()Namhyung Kim1-3/+3
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-12-02Merge tag 'v6.13-rc1' into perf/core, to refresh the branchIngo Molnar111-1636/+2587
2024-12-02s390/crc32: expose CRC32 functions through libEric Biggers11-322/+96
2024-11-29Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds25-197/+336
2024-11-29Revert "s390/mm: Allow large pages for KASAN shadow mapping"Vasily Gorbik1-11/+1
2024-11-28s390/spinlock: Use flag output constraint for arch_cmpxchg_niai8()Heiko Carstens1-2/+22
2024-11-28s390/spinlock: Use R constraint for arch_load_niai4()Heiko Carstens1-1/+1
2024-11-28s390/spinlock: Generate shorter code for arch_spin_unlock()Heiko Carstens1-3/+3
2024-11-28s390/spinlock: Remove condition code clobber from arch_spin_unlock()Heiko Carstens1-1/+1
2024-11-28s390/spinlock: Use symbolic names in inline assembliesHeiko Carstens2-8/+9
2024-11-28s390: Support PREEMPT_DYNAMICHeiko Carstens2-4/+19
2024-11-28s390/pci: Fix potential double remove of hotplug slotNiklas Schnelle1-25/+9
2024-11-28s390/pci: Fix leak of struct zpci_dev when zpci_add_device() failsNiklas Schnelle2-6/+25