public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-01 03:04:12 to 2024-10-10 07:56:15 UTC [more...]

[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

[kvm-unit-tests PATCH v4 0/2] s390x: add tests for diag258
 2024-10-10  7:11 UTC  (3+ 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

provide generic page_to_phys and phys_to_page implementations
 2024-10-10  7:03 UTC  (5+ messages)
` [PATCH] asm-generic: "

[PATCH net-next] net/smc: Introduce a hook to modify syn_smc at runtime
 2024-10-10  3:58 UTC 

[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

[PATCH net-next] net/smc: Address spelling errors
 2024-10-09 14:57 UTC  (5+ messages)

[PATCH net] net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC
 2024-10-09 14:57 UTC  (3+ messages)

[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 v2] resolve gtp possible deadlock warning
 2024-10-09  7:20 UTC  (6+ messages)

[PATCH net-next v1] net/smc: Fix memory leak in percpu refs
 2024-10-09  3:55 UTC 

[PATCH] ftrace: Make ftrace_regs abstract from direct use
 2024-10-08 22:58 UTC  (9+ messages)

[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  (11+ messages)
` [PATCH v2 1/6] s390/boot/uv.c: Use a constant for more-data rc
` [PATCH v2 2/6] s390/uv: Retrieve UV secrets support
` [PATCH v2 3/6] s390/uvdevice: Add Retrieve Secret IOCTL
` [PATCH v2 4/6] s390/uvdevice: Increase indent in IOCTL definitions
` [PATCH v2 5/6] s390/uvdevice: Add List Secrets Ext IOCTL
` [PATCH v2 6/6] s390/uv: Retrieve UV secrets sysfs support

[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 05/58] s390/boot: Compile all files with the same march flag
 2024-10-04 18:23 UTC  (5+ messages)
` [PATCH AUTOSEL 6.6 06/58] s390/facility: Disable compile time optimization for decompressor code
` [PATCH AUTOSEL 6.6 07/58] s390/mm: Add cond_resched() to cmm_alloc/free_pages()
` [PATCH AUTOSEL 6.6 15/58] s390/cpum_sf: Remove WARN_ON_ONCE statements
` [PATCH AUTOSEL 6.6 16/58] s390/traps: Handle early warnings gracefully

[PATCH AUTOSEL 6.10 07/70] s390/boot: Compile all files with the same march flag
 2024-10-04 18:20 UTC  (5+ messages)
` [PATCH AUTOSEL 6.10 08/70] s390/facility: Disable compile time optimization for decompressor code
` [PATCH AUTOSEL 6.10 09/70] s390/mm: Add cond_resched() to cmm_alloc/free_pages()
` [PATCH AUTOSEL 6.10 17/70] s390/cpum_sf: Remove WARN_ON_ONCE statements
` [PATCH AUTOSEL 6.10 18/70] s390/traps: Handle early warnings gracefully

[PATCH AUTOSEL 6.11 07/76] s390/boot: Compile all files with the same march flag
 2024-10-04 18:16 UTC  (5+ messages)
` [PATCH AUTOSEL 6.11 08/76] s390/facility: Disable compile time optimization for decompressor code
` [PATCH AUTOSEL 6.11 09/76] s390/mm: Add cond_resched() to cmm_alloc/free_pages()
` [PATCH AUTOSEL 6.11 17/76] s390/cpum_sf: Remove WARN_ON_ONCE statements
` [PATCH AUTOSEL 6.11 19/76] s390/traps: Handle early warnings gracefully

[PATCH v5 0/5] Correct perf sampling with Guest VMs
 2024-10-04 15:31 UTC  (7+ messages)
` [PATCH v5 1/5] arm: perf: Drop unused functions
` [PATCH v5 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v5 5/5] perf: Correct perf sampling with guest VMs

[PATCH v2 resend2] locking/spinlocks: Make __raw_* lock ops static
 2024-10-04 10:08 UTC  (2+ messages)

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

[kvm-unit-tests PATCH v1 1/1] s390x: edat: test 2G large page spanning end of memory
 2024-10-02 15:27 UTC  (5+ messages)

[PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
 2024-10-02 14:26 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/2] s390x: add tests for diag258
 2024-10-02 14:13 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/2] s390x: add test "

[PATCH v1 0/6] s390/uv: Retrieve Secrets Ultravisor Call support
 2024-10-02  7:51 UTC  (13+ messages)
` [PATCH v1 1/6] s390/boot/uv.c: Use a constant for more-data rc
` [PATCH v1 2/6] s390/uv: Retrieve UV secrets support
` [PATCH v1 3/6] s390/uvdevice: Add Retrieve Secret IOCTL
` [PATCH v1 5/6] s390/uvdevice: Add List Secrets Ext IOCTL
` [PATCH v1 6/6] s390/uv: Retrieve UV secrets sysfs support

[PATCH v14 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs
 2024-10-01 12:55 UTC  (5+ messages)

[PATCH v1 0/2] s390/uv: Provide Host-key-hashes in sysfs
 2024-10-01 11:43 UTC  (5+ messages)
` [PATCH v1 1/2] s390/uv: Refactor uv-sysfs creation
` [PATCH v1 2/2] s390/uv: Provide host-key hashes in sysfs

[PATCH 05/12] mm/memory: Add dax_insert_pfn
 2024-10-01 10:43 UTC  (2+ messages)

[PATCH] fixed rtnl deadlock from gtp
 2024-10-01  7:46 UTC  (3+ messages)


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