aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-09-21Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds23-370/+1137
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-14/+12
2024-09-13s390/vdso: Wire up getrandom() vdso implementationHeiko Carstens6-8/+211
2024-09-13s390/vdso: Move vdso symbol handling to separate header fileHeiko Carstens2-2/+2
2024-09-13s390/vdso: Allow alternatives in vdso codeHeiko Carstens2-0/+23
2024-09-13s390/alternatives: Remove ALT_FACILITY_EARLYHeiko Carstens1-1/+1
2024-09-12s390/crypto: Display Query and Query Authentication Information in sysfsFinn Callies2-0/+120
2024-09-12s390/disassembler: Remove duplicate instruction format RSY_RDRUJens Remus1-1/+0
2024-09-07s390: Use MARCH_HAS_*_FEATURES definesHeiko Carstens1-2/+3
2024-09-05s390/pai_ext: Update PAI extension 1 countersThomas Richter1-0/+9
2024-09-05s390/pai_crypto: Add support for MSA 10 and 11 pai countersThomas Richter1-0/+16
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)1-3/+0
2024-09-01s390/uv: convert gmap_destroy_page() from follow_page() to folio_walkDavid Hildenbrand1-6/+12
2024-09-01s390/uv: drop arch_make_page_accessible()David Hildenbrand1-5/+0
2024-08-29s390/hiperdispatch: Add hiperdispatch debug countersMete Durlu1-0/+77
2024-08-29s390/hiperdispatch: Add hiperdispatch debug attributesMete Durlu1-2/+82
2024-08-29s390/hiperdispatch: Add hiperdispatch sysctl interfaceMete Durlu1-0/+60
2024-08-29s390/hiperdispatch: Add trace eventsMete Durlu1-0/+5
2024-08-29s390/hiperdispatch: Add steal time averagingMete Durlu1-1/+10
2024-08-29s390/hiperdispatch: Introduce hiperdispatchMete Durlu3-5/+214
2024-08-29s390/smp: Add cpu capacitiesMete Durlu1-0/+21
2024-08-29s390/topology: Add config option to switch to vertical during bootTobias Huschle1-0/+2
2024-08-29s390/topology: Add sysctl handler for polarizationTobias Huschle1-13/+45
2024-08-29s390/wti: Add debugfs file to display missed grace periods per cpuTobias Huschle1-0/+25
2024-08-29s390/wti: Add wti accounting for missed grace periodsTobias Huschle1-1/+50
2024-08-29s390/wti: Prepare graceful CPU pre-emption on wti receptionTobias Huschle2-1/+142
2024-08-29s390/wti: Introduce infrastructure for warning track interruptTobias Huschle2-0/+18
2024-08-29s390/ftrace: Avoid extra serialization for graph caller patchingVasily Gorbik1-14/+2
2024-08-29s390/ftrace: Use get/copy_from_kernel_nofault consistentlyVasily Gorbik1-2/+5
2024-08-29s390/ftrace: Avoid trampolines if possibleVasily Gorbik1-6/+53
2024-08-29s390/kprobes: Avoid stop machine if possibleVasily Gorbik1-2/+13
2024-08-29s390/setup: Recognize sequential instruction fetching facilityVasily Gorbik1-0/+2
2024-08-29s390/entry: Unify save_area_sync and save_area_asyncSven Schnelle2-13/+12
2024-08-29s390/disassembler: Add instructionsVasily Gorbik1-1/+6
2024-08-29s390/disassembler: Use proper format specifiers for operand valuesJens Remus1-6/+6
2024-08-27s390/ftrace: Avoid calling unwinder in ftrace_return_address()Vasily Gorbik1-19/+0
2024-08-27s390/ftrace: Use kernel ftrace trampoline for modulesVasily Gorbik1-24/+0
2024-08-27s390/ftrace: Remove unused ftrace_plt_template*Vasily Gorbik1-2/+0
2024-08-22s390/early: Dump register contents and call trace for early crashesHeiko Carstens2-4/+22
2024-08-22s390/early: Add __init to __do_early_pgm_check()Heiko Carstens1-1/+1
2024-08-22s390/cpum_sf: Remove WARN_ON_ONCE statementsThomas Richter1-8/+4
2024-08-22s390/cpum_sf: Rework debug_sprintf_event() messagesThomas Richter1-137/+10
2024-08-22s390/boot: Fix KASLR base offset off by __START_KERNEL bytesAlexander Gordeev1-1/+1
2024-08-21s390/cpum_sf: Ignore qsi() return codeThomas Richter1-51/+28
2024-08-21s390/cpum_sf: Ignore lsctl() return code in sf_disable()Thomas Richter1-6/+5
2024-08-21s390/mm: Prevent lowcore vs identity mapping overlapAlexander Gordeev1-1/+18
2024-08-07s390/entry: Move early_pgm_check_handler() to init text sectionHeiko Carstens1-0/+2
2024-08-07s390/traps: Handle early warnings gracefullyHeiko Carstens1-2/+15
2024-08-07s390/entry: Make early program check handler relocated lowcore awareHeiko Carstens2-7/+11
2024-08-07s390/entry: Move early program check handler to entry.SHeiko Carstens3-24/+16