public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-04 18:25:30 to 2024-10-14 09:03:14 UTC [more...]

[PATCH 0/2] s390: two bugfixes (for kunit)
 2024-10-14  9:02 UTC  (5+ messages)
` [PATCH 1/2] s390/sclp: deactivate sclp after all its users
` [PATCH 2/2] s390/sclp_vt220: convert newlines to CRLF instead of LFCR

[PATCH v3 0/2] resolve gtp possible deadlock warning
 2024-10-14  7:30 UTC  (3+ messages)
` [PATCH v3 1/2] Patch from
` [PATCH v3 2/2] Move lockdep annotation to separate function for readability

[PATCH] net/smc: fix wrong comparation in smc_pnet_add_pnetid
 2024-10-14  7:16 UTC  (4+ messages)

[PATCH v2] resolve gtp possible deadlock warning
 2024-10-14  6:30 UTC  (7+ messages)

[PATCH net-next] net/smc: Introduce a hook to modify syn_smc at runtime
 2024-10-14  5:49 UTC  (5+ messages)

Yamaha Piano 10/12
 2024-10-12 21:58 UTC 

[PATCH v3] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
 2024-10-11 13:27 UTC  (3+ messages)

[PATCH] ftrace: Make ftrace_regs abstract from direct use
 2024-10-11  0:12 UTC  (12+ messages)

[PATCH net-next] net/smc: Address spelling errors
 2024-10-10 16:20 UTC  (6+ messages)

[PATCH net] net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC
 2024-10-10 16:10 UTC  (4+ messages)

[PATCH net] net/smc: Fix memory leak when using percpu refs
 2024-10-10 16:09 UTC  (3+ messages)

[PATCH 0/9] vdso: Remove timekeeper argument and includes
 2024-10-10 16:01 UTC  (11+ messages)
` [PATCH 1/9] vdso: Remove timekeeper argument of __arch_update_vsyscall()
` [PATCH 2/9] arm: vdso: Remove timekeeper includes
` [PATCH 3/9] arm64: vdso: Remove timekeeper include
` [PATCH 4/9] powerpc/vdso: Remove timekeeper includes
` [PATCH 5/9] riscv: vdso: Remove timekeeper include
` [PATCH 6/9] s390/vdso: Remove timekeeper includes
` [PATCH 7/9] x86/vdso: Remove timekeeper include
` [PATCH 8/9] LoongArch: vdso: Remove timekeeper includes
` [PATCH 9/9] MIPS: "

[PATCH 0/1] s390: Align prototypes of zpci IO memcpy functions
 2024-10-10 14:58 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v1 0/5] virtio-mem: s390x support
 2024-10-10 14:42 UTC  (5+ messages)

[kvm-unit-tests PATCH v4 0/2] s390x: add tests for diag258
 2024-10-10 10:08 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 1/2] s390x: edat: move LC_SIZE to arch_def.h
` [kvm-unit-tests PATCH v4 2/2] s390x: add test for diag258

[PATCH net-next v1] net/smc: Fix memory leak in percpu refs
 2024-10-10  8:53 UTC  (2+ messages)

provide generic page_to_phys and phys_to_page implementations
 2024-10-10  8:37 UTC  (6+ messages)
` [PATCH] asm-generic: "

[kvm-unit-tests PATCH v3 0/7] s390x: STFLE nested interpretation
 2024-10-10  8:37 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 1/7] lib: Add pseudo random functions
` [kvm-unit-tests PATCH v3 7/7] s390x: Add test for STFLE interpretive execution (format-0)

[kvm-unit-tests PATCH v1] configure: process arguments not starting with dash
 2024-10-10  8:27 UTC  (2+ messages)

[PATCH 00/28] vdso: Preparations for generic data storage
 2024-10-10  7:55 UTC  (31+ messages)
` [PATCH 01/28] csky/vdso: Remove gettimeofday() and friends from VDSO
` [PATCH 02/28] csky/vdso: Remove arch_vma_name()
` [PATCH 03/28] s390/vdso: Drop LBASE_VDSO
` [PATCH 04/28] arm64: vdso: "
` [PATCH 05/28] arm64: vdso: Use only one single vvar mapping
` [PATCH 06/28] riscv: "
` [PATCH 07/28] arm: vdso: Remove assembly for datapage access
` [PATCH 08/28] LoongArch: vDSO: Use vdso/datapage.h to access vDSO data
` [PATCH 09/28] MIPS: vdso: Avoid name conflict around "vdso_data"
` [PATCH 10/28] x86/mm/mmap: Remove arch_vma_name()
` [PATCH 11/28] x86: vdso: Use __arch_get_vdso_data() to access vdso data
` [PATCH 12/28] x86: vdso: Place vdso_data at beginning of vvar page
` [PATCH 13/28] x86: vdso: Access rng data from kernel without vvar
` [PATCH 14/28] x86: vdso: Allocate vvar page from C code
` [PATCH 15/28] x86: vdso: Access timens vdso data without vvar.h
` [PATCH 16/28] x86: vdso: Access rng "
` [PATCH 17/28] x86: vdso: Move the rng offset to vsyscall.h
` [PATCH 18/28] x86: vdso: Access vdso data without vvar.h
` [PATCH 19/28] x86: vdso: Delete vvar.h
` [PATCH 20/28] x86: vdso: Split virtual clock pages into dedicated mapping
` [PATCH 21/28] powerpc: vdso: Remove offset comment from 32bit vdso_arch_data
` [PATCH 22/28] powerpc: procfs: Propagate error of remap_pfn_range()
` [PATCH 23/28] powerpc/pseries/lparcfg: Fix printing of system_active_processors
` [PATCH 24/28] powerpc/pseries/lparcfg: Use num_possible_cpus() for potential processors
` [PATCH 25/28] powerpc: Add kconfig option for the systemcfg page
` [PATCH 26/28] powerpc: Split systemcfg data out of vdso data page
` [PATCH 27/28] powerpc: Split systemcfg struct definitions out from vdso
` [PATCH 28/28] vdso: Rename struct arch_vdso_data to arch_vdso_time_data

[PATCH v2 0/2] ftrace: Make ftrace_regs abstract and consolidate code
 2024-10-09 15:31 UTC  (10+ messages)
` [PATCH v2 1/2] ftrace: Make ftrace_regs abstract from direct use
` [PATCH v2 2/2] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs

[viro-vfs:work.xattr2] [fs/xattr] 64d47e878a: xfstests.xfs.046.fail
 2024-10-09 14:31 UTC  (3+ messages)

[PATCH v5 0/4] selftests: kvm: s390: Add ucontrol memory selftests
 2024-10-09  8:13 UTC  (9+ messages)
` [PATCH v5 1/4] selftests: kvm: s390: Add uc_map_unmap VM test case
` [PATCH v5 2/4] selftests: kvm: s390: Add uc_skey "
` [PATCH v5 3/4] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v5 4/4] selftests: kvm: s390: Fix whitespace confusion in ucontrol test

[PATCH v8 00/14] Consolidate IO memcpy functions
 2024-10-08 14:54 UTC  (23+ messages)
` [PATCH v8 01/14] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v8 02/14] arm64: Use generic IO memcpy/memset
` [PATCH v8 03/14] csky: "
` [PATCH v8 04/14] loongarch: "
` [PATCH v8 05/14] m68k: Align prototypes of "
` [PATCH v8 06/14] alpha: "
` [PATCH v8 07/14] parisc: "
` [PATCH v8 08/14] sh: "
` [PATCH v8 09/14] arm: Align prototype of IO memset
` [PATCH v8 10/14] powerpc: Align prototypes of IO memcpy and memset
` [PATCH v8 11/14] s390: Add wrappers around zpci_memcpy/zpci_memset
` [PATCH v8 12/14] bus: mhi: ep: Add HAS_IOMEM || INDIRECT_IOMEM dependency
` [PATCH v8 13/14] mtd: "
` [PATCH v8 14/14] sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML

[PATCH v2 0/6] s390/uv: Retrieve Secrets Ultravisor Call support
 2024-10-08 14:48 UTC  (7+ messages)
` [PATCH v2 2/6] s390/uv: Retrieve UV secrets support
` [PATCH v2 5/6] s390/uvdevice: Add List Secrets Ext IOCTL

[PATCH v2 0/2] s390/uv: Provide host-key hashes in sysfs
 2024-10-08 14:33 UTC  (5+ messages)
` [PATCH v2 1/2] s390/uv: Refactor uv-sysfs creation
` [PATCH v2 2/2] s390/uv: Provide host-key hashes in sysfs

[PATCH] s390: Correct typo CYLCE
 2024-10-08 14:22 UTC  (2+ messages)

[PATCH v1] s390/cio: Correct some typos in comments
 2024-10-08 13:50 UTC  (2+ messages)

[PATCH 1/1] s390/virtio_ccw: fix dma_parm pointer not set up
 2024-10-08 11:50 UTC  (5+ messages)

[PATCH] dcssblk: Mark DAX broken
 2024-10-08  0:28 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 02/16] s390/facility: Disable compile time optimization for decompressor code
 2024-10-04 18:31 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 03/16] s390/mm: Add cond_resched() to cmm_alloc/free_pages()
` [PATCH AUTOSEL 4.19 07/16] s390/cpum_sf: Remove WARN_ON_ONCE statements

[PATCH AUTOSEL 5.4 02/21] s390/boot: Compile all files with the same march flag
 2024-10-04 18:30 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 03/21] s390/facility: Disable compile time optimization for decompressor code
` [PATCH AUTOSEL 5.4 04/21] s390/mm: Add cond_resched() to cmm_alloc/free_pages()
` [PATCH AUTOSEL 5.4 08/21] s390/cpum_sf: Remove WARN_ON_ONCE statements

[PATCH AUTOSEL 5.10 02/26] s390/boot: Compile all files with the same march flag
 2024-10-04 18:29 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 03/26] s390/facility: Disable compile time optimization for decompressor code
` [PATCH AUTOSEL 5.10 04/26] s390/mm: Add cond_resched() to cmm_alloc/free_pages()
` [PATCH AUTOSEL 5.10 09/26] s390/cpum_sf: Remove WARN_ON_ONCE statements

[PATCH AUTOSEL 5.15 02/31] s390/boot: Compile all files with the same march flag
 2024-10-04 18:28 UTC  (4+ messages)
` [PATCH AUTOSEL 5.15 03/31] s390/facility: Disable compile time optimization for decompressor code
` [PATCH AUTOSEL 5.15 04/31] s390/mm: Add cond_resched() to cmm_alloc/free_pages()
` [PATCH AUTOSEL 5.15 11/31] s390/cpum_sf: Remove WARN_ON_ONCE statements

[PATCH AUTOSEL 6.1 02/42] s390/boot: Compile all files with the same march flag
 2024-10-04 18:26 UTC  (5+ messages)
` [PATCH AUTOSEL 6.1 03/42] s390/facility: Disable compile time optimization for decompressor code
` [PATCH AUTOSEL 6.1 04/42] s390/mm: Add cond_resched() to cmm_alloc/free_pages()
` [PATCH AUTOSEL 6.1 11/42] s390/cpum_sf: Remove WARN_ON_ONCE statements
` [PATCH AUTOSEL 6.1 12/42] s390/traps: Handle early warnings gracefully

[PATCH AUTOSEL 6.6 15/58] s390/cpum_sf: Remove WARN_ON_ONCE statements
 2024-10-04 18:23 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 16/58] s390/traps: Handle early warnings gracefully


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