public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-06 19:26:41 to 2025-10-14 15:11:40 UTC [more...]

[PATCH v7 0/8] sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()
 2025-10-14 15:04 UTC  (10+ messages)
` [PATCH v7 4/8] powerpc/smp: Introduce CONFIG_SCHED_MC to guard MC scheduling bits

[PATCH 6.12 000/262] 6.12.53-rc1 review
 2025-10-14 14:45 UTC  (3+ messages)

[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
 2025-10-14 14:20 UTC  (25+ messages)
` [PATCH v1 01/20] iommu: Lock group->mutex in iommu_deferred_attach()
` [PATCH v1 02/20] iommu: Introduce a test_dev domain op and an internal helper
` [PATCH v1 03/20] iommu/arm-smmu-v3: Implement arm_smmu_domain_test_dev
` [PATCH v1 04/20] iommu/intel: Implement test_dev callbacks to domain ops
` [PATCH v1 05/20] iommu/amd: "
` [PATCH v1 06/20] iommu/arm-smmu: Implement arm_smmu_test_dev
` [PATCH v1 07/20] iommu/qcom_iommu: Implement test_dev callbacks to domain ops
` [PATCH v1 08/20] iommu/riscv: Implement riscv_iommu_test_paging_domain
` [PATCH v1 09/20] iommu/mkt_iommu: Implement mtk_iommu_test_device
` [PATCH v1 10/20] iommu/apple-dart: Implement test_dev callbacks to domain ops
` [PATCH v1 11/20] iommu/ipmmu-vmsa: Implement ipmmu_domain_test_device
` [PATCH v1 12/20] iommu/sun50i-iommu: Implement sun50i_iommu_domain_test_device
` [PATCH v1 13/20] iommu/rockchip-iommu: Implement rk_iommu_identity_test_dev
` [PATCH v1 14/20] iommu/msm_iommu: Implement msm_iommu_domain_test_dev
` [PATCH v1 15/20] iommu/fsl_pamu_domain: Implement fsl_pamu_domain_test_device
` [PATCH v1 16/20] iommu/omap-iommu: Implement omap_iommu_domain_test_dev
` [PATCH v1 17/20] iommu/s390-iommu: Implement s390_iommu_domain_test_device
` [PATCH v1 18/20] iommufd/selftest: Implement mock_domain_nop_test
` [PATCH v1 19/20] iommu/virtio-iommu: Implement viommu_domain_test_dev
` [PATCH v1 20/20] iommu/tegra-smmu: Implement tegra_smmu_domain_test_dev

[PATCH v2 00/10] kbuild: userprogs: introduce architecture-specific CC_CAN_LINK and userprog flags
 2025-10-14 13:05 UTC  (11+ messages)
` [PATCH v2 01/10] kbuild: don't enable CC_CAN_LINK if the dummy program generates warnings
` [PATCH v2 02/10] init: deduplicate cc-can-link.sh invocations
` [PATCH v2 03/10] kbuild: allow architectures to override CC_CAN_LINK
` [PATCH v2 04/10] riscv: Implement custom CC_CAN_LINK
` [PATCH v2 05/10] s390: "
` [PATCH v2 06/10] powerpc: "
` [PATCH v2 07/10] MIPS: "
` [PATCH v2 08/10] x86/Kconfig: "
` [PATCH v2 09/10] sparc: "
` [PATCH v2 10/10] kbuild: simplify CC_CAN_LINK

[PATCH v4 00/10] Error recovery for vfio-pci devices on s390x
 2025-10-14 12:07 UTC  (18+ messages)
` [PATCH v4 01/10] PCI: Avoid saving error values for config space

[PATCH 6.6 000/196] 6.6.112-rc1 review
 2025-10-14 11:44 UTC 

[PATCH v2] crypto: s390/phmac - Do not modify the req->nbytes value
 2025-10-14 11:01 UTC  (2+ messages)

[PATCH v1] crypto: s390/phmac - Do not modify the req->nbytes value
 2025-10-14 10:43 UTC  (6+ messages)

[PATCH v2] vdso: Remove struct getcpu_cache
 2025-10-14  8:56 UTC  (8+ messages)

[PATCH v4 00/35] sparc64: vdso: Switch to the generic vDSO library
 2025-10-14  7:42 UTC  (37+ messages)
` [PATCH v4 01/35] selftests: vDSO: vdso_test_correctness: Handle different tv_usec types
` [PATCH v4 02/35] arm64: vDSO: getrandom: Explicitly include asm/alternative.h
` [PATCH v4 03/35] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
` [PATCH v4 04/35] arm64: vDSO: compat_gettimeofday: Add explicit includes
` [PATCH v4 05/35] ARM: vdso: gettimeofday: "
` [PATCH v4 06/35] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
` [PATCH v4 07/35] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h
` [PATCH v4 08/35] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
` [PATCH v4 09/35] MIPS: vdso: Add include guard to asm/vdso/vdso.h
` [PATCH v4 10/35] MIPS: vdso: Explicitly include asm/vdso/vdso.h
` [PATCH v4 11/35] random: vDSO: Add explicit includes
` [PATCH v4 12/35] vdso/gettimeofday: "
` [PATCH v4 13/35] vdso/helpers: Explicitly include vdso/processor.h
` [PATCH v4 14/35] vdso/datapage: Remove inclusion of gettimeofday.h
` [PATCH v4 15/35] vdso/datapage: Trim down unnecessary includes
` [PATCH v4 16/35] random: vDSO: trim vDSO includes
` [PATCH v4 17/35] random: vDSO: remove ifdeffery
` [PATCH v4 18/35] random: vDSO: split out datapage update into helper functions
` [PATCH v4 19/35] random: vDSO: only access vDSO datapage after random_init()
` [PATCH v4 20/35] s390/time: Set up vDSO datapage later
` [PATCH v4 21/35] vdso/datastore: Reduce scope of some variables in vvar_fault()
` [PATCH v4 22/35] vdso/datastore: Drop inclusion of linux/mmap_lock.h
` [PATCH v4 23/35] vdso/datastore: Map pages through struct page
` [PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically
` [PATCH v4 25/35] sparc64: vdso: Link with -z noexecstack
` [PATCH v4 26/35] sparc64: vdso: Remove obsolete "fake section table" reservation
` [PATCH v4 27/35] sparc64: vdso: Replace code patching with runtime conditional
` [PATCH v4 28/35] sparc64: vdso: Move hardware counter read into header
` [PATCH v4 29/35] sparc64: vdso: Move syscall fallbacks "
` [PATCH v4 30/35] sparc64: vdso: Introduce vdso/processor.h
` [PATCH v4 31/35] sparc64: vdso: Switch to the generic vDSO library
` [PATCH v4 32/35] sparc64: vdso2c: Drop sym_vvar_start handling
` [PATCH v4 33/35] sparc64: vdso2c: Remove symbol handling
` [PATCH v4 34/35] sparc64: vdso: Implement clock_gettime64()
` [PATCH v4 35/35] clocksource: remove ARCH_CLOCKSOURCE_DATA

[PATCH net] net/smc: fix general protection fault in __smc_diag_dump
 2025-10-14  2:04 UTC  (9+ messages)

[PATCH v13 04/17] preempt: Introduce __preempt_count_{sub, add}_return()
 2025-10-13 15:48 UTC 

[PATCH v1 0/6] iommu: Pass in old_domain pointer to attach_dev
 2025-10-13  8:51 UTC  (8+ messages)
` [PATCH v1 1/6] iommu: Generic support for RMRs during device release
` [PATCH v1 2/6] iommu/arm-smmu-v3: Set release_domain to arm_smmu_blocked_domain
` [PATCH v1 3/6] iommu/exynos-iommu: Set release_domain to exynos_identity_domain
` [PATCH v1 4/6] iommu/amd: Set release_domain to blocked_domain
` [PATCH v1 5/6] iommu: Do not revert set_domain for the last gdev
` [PATCH v1 6/6] iommu: Pass in old domain to attach_dev callback functions

[PATCH v3 0/4] Support dynamic (de)configuration of memory
 2025-10-12 16:53 UTC  (7+ messages)
` [PATCH v3 1/4] s390/mm: Support removal of boot-allocated virtual memory map
` [PATCH v3 2/4] s390/sclp: Add support for dynamic (de)configuration of memory
` [PATCH v3 3/4] s390/sclp: Remove MHP_OFFLINE_INACCESSIBLE
` [PATCH v3 4/4] mm/memory_hotplug: Remove MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiers

[PATCH v2 0/4] Support dynamic (de)configuration of memory
 2025-10-10  9:02 UTC  (11+ messages)
` [PATCH v2 1/4] s390/mm: Support removal of boot-allocated virtual memory map
` [PATCH v2 2/4] s390/sclp: Add support for dynamic (de)configuration of memory
` [PATCH v2 3/4] s390/sclp: Remove MHP_OFFLINE_INACCESSIBLE
` [PATCH v2 4/4] mm/memory_hotplug: Remove MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiers

[PATCH 0/3] kbuild: Fixes for fallout from recent modules.builtin.modinfo series
 2025-10-10  7:19 UTC  (5+ messages)
` [PATCH 3/3] s390/vmlinux.lds.S: Move .vmlinux.info to end of allocatable sections

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-10-10  4:57 UTC  (8+ messages)
        ` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-10-10  4:09 UTC  (15+ messages)
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}

[GIT PULL] more s390 updates for 6.18 merge window
 2025-10-09 18:26 UTC  (3+ messages)

[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-10-09 15:59 UTC  (5+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes

[PATCH v2 00/37] mm: remove nth_page()
 2025-10-09 13:05 UTC  (13+ messages)
` [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
  ` (bisected) "

[PATCH RFC 00/35] mm: remove nth_page()
 2025-10-09 10:30 UTC  (6+ messages)
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()

update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
 2025-10-09  1:07 UTC  (2+ messages)

[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
 2025-10-09  1:07 UTC  (2+ messages)

[PATCH 00/11] vdso: Various cleanups
 2025-10-09  1:06 UTC  (2+ messages)

[PATCH net v2] net/mlx5: Avoid deadlock between PCI error recovery and health reporter
 2025-10-08 16:46 UTC  (3+ messages)

[PATCH net-next v5 0/2] net/smc: make wr buffer count configurable
 2025-10-08 15:08 UTC  (6+ messages)
` [PATCH net-next v5 2/2] net/smc: handle -ENOMEM from smc_wr_alloc_link_mem gracefully

[PATCH] s390/kvm: Replace sprintf with snprintf for buffer safety
 2025-10-08 12:47 UTC  (2+ messages)

[PATCH] s390/uv: Fix the comment of the uv_find_secret() function
 2025-10-08 12:47 UTC  (2+ messages)

[PATCH v2] PCI: s390: Expose the UID as an arch specific PCI slot attribute
 2025-10-08 12:16 UTC 

next-20251002: S390: gcc-8-defconfig: symbol `.modinfo' required but not present - no symbols
 2025-10-08 11:33 UTC  (5+ messages)

[PATCH] PCI: s390: Expose the UID as an arch specific PCI slot attribute
 2025-10-08 11:05 UTC  (5+ messages)

[PATCH 0/4] Support dynamic (de)configuration of memory
 2025-10-08  9:43 UTC  (18+ messages)
` [PATCH 2/4] s390/sclp: Add support for "
` [PATCH 3/4] s390/sclp: Remove MHP_OFFLINE_INACCESSIBLE


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