summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-03-04s390/ftrace: Fix return address recovery of traced functionSumanth Korikkar1-1/+2
2025-03-04s390/traps: Fix test_monitor_call() inline assemblyHeiko Carstens1-3/+3
2025-02-04Merge tag 'kvm-s390-next-6.14-2' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini1-263/+29
2025-01-31KVM: s390: move pv gmap functions into kvmClaudio Imbrenda1-263/+29
2025-01-30Merge tag 's390-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-5/+0
2025-01-30Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-5/+36
2025-01-29s390/fgraph: Fix to remove ftrace_test_recursion_trylock()Masami Hiramatsu (Google)1-5/+0
2025-01-28s390/sclp: Initialize sclp subsystem via arch_cpu_finalize_init()Heiko Carstens1-0/+5
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados3-3/+3
2025-01-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-8/+31
2025-01-27s390/kdump: virtio-mem kdump support (CONFIG_PROC_VMCORE_DEVICE_RAM)David Hildenbrand1-8/+31
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-42/+11
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds3-4/+4
2025-01-26s390/fpu: Add fpc exception handler / remove fixup section againHeiko Carstens1-1/+0
2025-01-26s390: Optimize __pa/__va when RANDOMIZE_IDENTITY_BASE is offVasily Gorbik1-1/+1
2025-01-26s390/boot: Add physmem tracking debug supportVasily Gorbik1-2/+2
2025-01-26s390: Use pr_info for "KernelAddressSanitizer initialized" messageVasily Gorbik1-1/+1
2025-01-26s390/boot: Add timestamps to early boot messagesVasily Gorbik1-1/+1
2025-01-26s390/boot: Add prefix filtering to bootdebug messagesVasily Gorbik1-3/+5
2025-01-26s390/boot: Add bootdebug option to control debug messagesVasily Gorbik2-2/+9
2025-01-26s390/boot: Defer boot messages when earlyprintk is not enabledVasily Gorbik1-0/+18
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang5-42/+11
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds4-58/+20
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-6/+6
2025-01-20Merge tag 's390-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds18-178/+900
2025-01-15s390/diag: Add memory topology information via diag310Mete Durlu5-1/+291
2025-01-13s390/amode31: Use exrl instead of exSven Schnelle1-2/+1
2025-01-13s390/topology: Improve topology detectionMete Durlu1-0/+11
2025-01-12s390: kernel: convert timeouts to use secs_to_jiffies()Easwar Hariharan3-4/+4
2025-01-07s390/ipl: Constify 'struct bin_attribute'Thomas Weißschuh1-71/+71
2025-01-07s390/crypto/cpacf: Constify 'struct bin_attribute'Thomas Weißschuh1-18/+18
2024-12-26s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNCSven Schnelle3-46/+14
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)2-12/+6
2024-12-18Merge branch 'pci-device-recovery' into featuresAlexander Gordeev1-45/+196
2024-12-17s390/diag: Move diag.c to diag specific folderSumanth Korikkar3-3/+3
2024-12-17s390/diag324: Retrieve power readings via diag 0x324Sumanth Korikkar6-1/+246
2024-12-17s390/diag: Create misc device /dev/diagSumanth Korikkar2-0/+46
2024-12-17s390/mm: Simplify noexec page protection handlingHeiko Carstens1-0/+1
2024-12-16s390/pci: Add pci_msg debug view to PCI reportNiklas Schnelle1-5/+3
2024-12-16s390/debug: Add a reverse mode for debug_dump()Niklas Schnelle1-2/+85
2024-12-16s390/debug: Add debug_dump() to write debug view to a string bufferNiklas Schnelle1-0/+47
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-15s390: Remove __bootdata annotations from declarationsVasily Gorbik4-7/+10
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 Carstens3-27/+3
2024-12-09perf/core: Export perf_exclude_event()Namhyung Kim1-3/+3
2024-12-02Merge tag 'v6.13-rc1' into perf/core, to refresh the branchIngo Molnar26-291/+567
2024-11-29Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds5-60/+73