public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-06 10:23:36 to 2025-03-19 13:02:26 UTC [more...]

[GIT PULL v1 0/1] KVM: s390: pv: fix race when making a page secure
 2025-03-19 13:02 UTC  (3+ messages)
` [GIT PULL v1 1/1] "

[PATCH v2] perf pmu: Handle memory failure in tool_pmu__new()
 2025-03-19 12:28 UTC 

[PATCH] perf pmu: Handle memory failure in tool_pmu__new()
 2025-03-19 12:28 UTC  (3+ messages)

[PATCH v2 00/20] AP bus/zcrypt/pkey/paes no-mem-alloc patches
 2025-03-19 11:03 UTC  (15+ messages)
` [PATCH v2 01/20] s390/ap: Move response_type struct into ap_msg struct
` [PATCH v2 02/20] s390/ap/zcrypt: Rework AP message buffer allocation
` [PATCH v2 03/20] s390/ap: Introduce ap message buffer pool
` [PATCH v2 04/20] s390/ap/zcrypt: New xflag parameter and extension of the ap msg flags
` [PATCH v2 05/20] s390/zcrypt: Introduce cprb mempool for cca misc functions
` [PATCH v2 06/20] s390/zcrypt: Introduce cprb mempool for ep11 "
` [PATCH v2 07/20] s390/zcrypt: Rework zcrypt function zcrypt_device_status_mask_ext

[PATCH v4 00/14] Add support for suppressing warning backtraces
 2025-03-19 10:20 UTC  (25+ messages)
` [PATCH v4 01/14] bug/kunit: Core "
` [PATCH v4 02/14] kunit: bug: Count suppressed "
` [PATCH v4 03/14] kunit: Add test cases for backtrace warning suppression
` [PATCH v4 04/14] kunit: Add documentation for warning backtrace suppression API
` [PATCH v4 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v4 06/14] x86: Add support for suppressing warning backtraces
` [PATCH v4 07/14] arm64: "
` [PATCH v4 08/14] loongarch: "
` [PATCH v4 09/14] parisc: "
` [PATCH v4 10/14] s390: "
` [PATCH v4 11/14] sh: "
` [PATCH v4 12/14] sh: Move defines needed "
` [PATCH v4 13/14] riscv: Add support "
` [PATCH v4 14/14] powerpc: "

[PATCH] net/smc: Reduce size of smc_wr_tx_tasklet_fn
 2025-03-19  2:42 UTC  (6+ messages)

[PATCH RFC 0/5] KVM: s390: Add VSIE Interpretation Extension Facility (vsie_sigpif)
 2025-03-18 22:26 UTC  (7+ messages)
` [PATCH RFC 1/5] KVM: s390: Add vsie_sigpif detection
` [PATCH RFC 2/5] KVM: s390: Add ssca_block and ssca_entry structs for vsie_ie
` [PATCH RFC 3/5] KVM: s390: Shadow VSIE SCA in guest-1
` [PATCH RFC 4/5] KVM: s390: Re-init SSCA on switch to ESCA
` [PATCH RFC 5/5] KVM: s390: Add VSIE shadow stat counters

[PATCH 0/2] perf bench: Fix core dumps on s390 z/VM
 2025-03-18 16:37 UTC  (5+ messages)
` [PATCH 1/2] perf/bench: Fix perf bench internals pmu-scan core dump
` [PATCH 2/2] perf/bench: Double free of dynamic allocated memory

[PATCH v2 3/4] Kbuild: Create intermediate vmlinux build with relocations preserved
 2025-03-18 16:26 UTC  (3+ messages)

[PATCH 00/11] Always call constructor for kernel page tables
 2025-03-18 12:14 UTC  (14+ messages)
` [PATCH 01/11] mm: Pass mm down to pagetable_{pte,pmd}_ctor
` [PATCH 02/11] mm: Call ctor/dtor for kernel PTEs
` [PATCH 03/11] m68k: "
` [PATCH 04/11] powerpc: "
` [PATCH 05/11] sparc64: "
` [PATCH 06/11] mm: Skip ptlock_init() for kernel PMDs
` [PATCH 07/11] arm64: mm: Use enum to identify pgtable level instead of *_SHIFT
` [PATCH 08/11] arm64: mm: Always call PTE/PMD ctor in __create_pgd_mapping()
` [PATCH 09/11] riscv: mm: Clarify ctor mm argument in alloc_{pte,pmd}_late
` [PATCH 10/11] arm64: mm: Call PUD/P4D ctor in __create_pgd_mapping()
` [PATCH 11/11] riscv: mm: Call PUD/P4D ctor in special kernel pgtable alloc

[PATCH 0/2] mm/ptdump: Drop assumption that pxd_val() is u64
 2025-03-18  4:37 UTC  (5+ messages)
` [PATCH 1/2] mm/ptdump: Split note_page() into level specific callbacks
` [PATCH 2/2] arm64/ptdump: Replace u64 with pteval_t

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-17 12:40 UTC  (19+ messages)
` [PATCH v2 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH v2 02/13] csky: move setup_initrd() to setup.c
` [PATCH v2 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH v2 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH v2 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH v2 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH v2 07/13] s390: make setup_zero_pages() use memblock
` [PATCH v2 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH v2 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()
` [PATCH v2 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH v2 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH v2 13/13] arch, mm: make releasing of memory to page allocator more explicit

[RFC PATCH net-next] net/smc: avoid conflict with sockmap after fallback
 2025-03-17  3:57 UTC  (2+ messages)

[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-15 14:55 UTC  (32+ messages)
` [PATCH 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH 02/13] csky: move setup_initrd() to setup.c
` [PATCH 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH 07/13] s390: make setup_zero_pages() use memblock
` [PATCH 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH 10/13] arch, mm: set high_memory in free_area_init()
        ` Soekris crypto 1411, where to find ?
` [PATCH 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH 13/13] arch, mm: make releasing of memory to page allocator more explicit

[PATCH v4 6/9] s390: Rely on generic printing of preemption model
 2025-03-14 16:08 UTC 

[PATCH net-next v2] net/smc: use the correct ndev to find pnetid by pnetid table
 2025-03-14 13:00 UTC  (7+ messages)

[PATCH 30/41] s390/uapi: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
 2025-03-14  7:10 UTC  (2+ messages)
` [PATCH 31/41] s390x: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers

[PATCH v2 0/6] sysctl: Move sysctls from kern_table into their respective subsystems
 2025-03-13 16:19 UTC  (13+ messages)
` [PATCH v2 1/6] panic: Move panic ctl tables into panic.c
` [PATCH v2 2/6] signal: Move signal ctl tables into signal.c
` [PATCH v2 3/6] tracing: Move trace sysctls into trace.c
` [PATCH v2 4/6] stack_tracer: move sysctl registration to kernel/trace/trace_stack.c
` [PATCH v2 5/6] sparc: mv sparc sysctls into their own file under arch/sparc/kernel
` [PATCH v2 6/6] s390: mv s390 sysctls into their own file under arch/s390 dir

[PATCH] s390/vfio-ap: lock mdev object when handling mdev remove request
 2025-03-13 11:18 UTC  (4+ messages)

[kvm-unit-tests PATCH v2] Makefile: Use CFLAGS in cc-option
 2025-03-13 10:11 UTC  (3+ messages)

[PATCH v5 0/1] KVM: s390: fix a newly introduced bug
 2025-03-12 18:49 UTC  (2+ messages)
` [PATCH v5 1/1] KVM: s390: pv: fix race when making a page secure

[PATCH v2] s390/pci: Fix dev.dma_range_map missing sentinel element
 2025-03-12 10:32 UTC 

[PATCH] s390/boot: Ignore vmlinux.map
 2025-03-11 17:23 UTC  (2+ messages)

[PATCH v3 0/5] iommu/s390: support additional table regions
 2025-03-11 14:19 UTC  (7+ messages)
` [PATCH v3 1/5] iommu/s390: set appropriate IOTA region type
` [PATCH v3 2/5] iommu/s390: support cleanup of additional table regions
` [PATCH v3 3/5] iommu/s390: support iova_to_phys for "

[PATCH v2] s390/vio-ap: Fix no AP queue sharing allowed message written to kernel log
 2025-03-11 10:32 UTC 

[kvm-unit-tests PATCH v1] s390x: pv: fix arguments for out-of-tree-builds
 2025-03-11  9:03 UTC  (4+ messages)

[PATCH] s390/pci: Fix dev.dma_range_map missing sentinel element
 2025-03-10 20:40 UTC  (3+ messages)

[PATCH] s390/uapi: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
 2025-03-10 12:50 UTC  (5+ messages)

[RFC 0/2] mm/ptdump: Drop assumption that pxd_val() is u64
 2025-03-10  9:59 UTC  (3+ messages)
` [RFC 1/2] mm/ptdump: Split note_page() into level specific callbacks
` [RFC 2/2] arm64/ptdump: Replace u64 with pteval_t

[syzbot] Monthly s390 report (Mar 2025)
 2025-03-08 22:17 UTC 

[GIT PULL] s390 updates for 6.14-rc6
 2025-03-08  3:07 UTC  (2+ messages)

[PATCH v4 0/1] KVM: s390: fix a newly introduced bug
 2025-03-07 13:18 UTC  (6+ messages)
` [PATCH v4 1/1] KVM: s390: pv: fix race when making a page secure

[kvm-unit-tests PATCH] Makefile: Use CFLAGS in cc-option
 2025-03-07  8:45 UTC  (3+ messages)

[PATCH v1 0/1] Rework protected key AES for true asynch support
 2025-03-07  8:36 UTC  (5+ messages)
` [PATCH v1 1/1] s390/crypto: "

[PATCH] perf/bench: Fix perf bench syscall XXXX loop count
 2025-03-06 17:14 UTC  (2+ messages)

[PATCH 0/8] sysctl: Move sysctls from kern_table into their respective subsystems
 2025-03-06 10:37 UTC  (4+ messages)
` [PATCH 4/8] stack_tracer: move sysctl registration to kernel/trace/trace.c


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox