public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-17 15:31:59 to 2023-11-24 12:55:31 UTC [more...]

[PATCH net-next v4] net/smc: remove unneeded atomic operations in smc_tx_sndbuf_nonempty
 2023-11-24 12:55 UTC  (3+ messages)

[PATCH net-next 0/2] add two sysctl for SMC-R v2.1
 2023-11-24 12:22 UTC  (8+ messages)
` [PATCH net-next 1/2] net/smc: add sysctl for max links per lgr "
` [PATCH net-next 2/2] net/smc: add sysctl for max conns "

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-11-24 12:04 UTC  (5+ messages)
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static

[PATCH v2 0/4] eventfd: simplify signal helpers
 2023-11-24  7:47 UTC  (17+ messages)
` [PATCH v2 1/4] i915: make inject_virtual_interrupt() void
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()
` [PATCH v2 3/4] eventfd: simplify eventfd_signal_mask()
` [PATCH v2 4/4] eventfd: make eventfd_signal{_mask}() void

[PATCH v5] eventfs: Remove eventfs_file and just use eventfs_inode
 2023-11-23 16:06 UTC  (6+ messages)

[PATCH 0/3] kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP
 2023-11-23 14:31 UTC  (12+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] drivers/base/cpu: crash data showing should depends on KEXEC_CORE
` [PATCH 3/3] s390/Kconfig: drop select of KEXEC

[PATCH net-next 0/7] net/smc: implement SMCv2.1 virtual ISM device support
 2023-11-23 13:39 UTC  (12+ messages)
` [PATCH net-next 1/7] net/smc: Rename some variable 'fce' to 'fce_v2x' for clarity
` [PATCH net-next 2/7] net/smc: support SMCv2.x supplemental features negotiation
` [PATCH net-next 3/7] net/smc: introduce virtual ISM device support feature
` [PATCH net-next 4/7] net/smc: define a reserved CHID range for virtual ISM devices
` [PATCH net-next 5/7] net/smc: compatible with 128-bits extend GID of virtual ISM device
` [PATCH net-next 6/7] net/smc: disable SEID on non-s390 archs where virtual ISM may be used
` [PATCH net-next 7/7] net/smc: manage system EID in SMC stack instead of ISM driver

[PATCH 0/2] kexec_file: Load kernel at top of system RAM if required
 2023-11-23 13:27 UTC  (4+ messages)
` [PATCH 1/2] resource: add walk_system_ram_res_rev()
  ` [PATCH v2 "

[PATCH v2 0/7] implement "memmap on memory" feature on s390
 2023-11-23  9:23 UTC  (8+ messages)
` [PATCH v2 1/7] mm/memory_hotplug: introduce mhp_flag MHP_OFFLINE_INACCESSIBLE
` [PATCH v2 2/7] mm/memory_hotplug: avoid poisoning memmap during mhp addition phase
` [PATCH v2 3/7] mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiers
` [PATCH v2 4/7] s390/mm: allocate vmemmap pages from self-contained memory range
` [PATCH v2 5/7] s390/sclp: remove unhandled memory notifier type
` [PATCH v2 6/7] s390/mm: implement MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiers
` [PATCH v2 7/7] s390: enable MHP_MEMMAP_ON_MEMORY

Potential config regression after 89cde455 ("kexec: consolidate kexec and crash options into kernel/Kconfig.kexec")
 2023-11-23  8:27 UTC  (9+ messages)

[PATCH v2 00/33] kmsan: Enable on s390
 2023-11-22 23:32 UTC  (35+ messages)
` [PATCH v2 01/33] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH v2 02/33] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH v2 03/33] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
` [PATCH v2 04/33] kmsan: Increase the maximum store size to 4096
` [PATCH v2 05/33] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH v2 06/33] kmsan: Fix kmsan_copy_to_user() "
` [PATCH v2 07/33] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()
` [PATCH v2 08/33] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH v2 09/33] kmsan: Introduce kmsan_memmove_metadata()
` [PATCH v2 10/33] kmsan: Expose kmsan_get_metadata()
` [PATCH v2 11/33] kmsan: Export panic_on_kmsan
` [PATCH v2 12/33] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v2 13/33] kmsan: Introduce memset_no_sanitize_memory()
` [PATCH v2 14/33] kmsan: Support SLAB_POISON
` [PATCH v2 15/33] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
` [PATCH v2 16/33] mm: slub: Let KMSAN access metadata
` [PATCH v2 17/33] mm: kfence: Disable KMSAN when checking the canary
` [PATCH v2 18/33] lib/string: Add KMSAN support to strlcpy() and strlcat()
` [PATCH v2 19/33] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v2 20/33] kmsan: Accept ranges starting with 0 on s390
` [PATCH v2 21/33] s390: Turn off KMSAN for boot, vdso and purgatory
` [PATCH v2 22/33] s390: Use a larger stack for KMSAN
` [PATCH v2 23/33] s390/boot: Add the KMSAN runtime stub
` [PATCH v2 24/33] s390/checksum: Add a KMSAN check
` [PATCH v2 25/33] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v2 26/33] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v2 27/33] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v2 28/33] s390/string: Add KMSAN support
` [PATCH v2 29/33] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
` [PATCH v2 30/33] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v2 31/33] s390/unwind: Disable KMSAN checks
` [PATCH v2 32/33] s390: Implement the architecture-specific kmsan functions
` [PATCH v2 33/33] kmsan: Enable on s390

[kvm-unit-tests PATCH v1 00/10] RFC: Add clang-format and kerneldoc check
 2023-11-22 13:09 UTC  (16+ messages)
` [kvm-unit-tests PATCH v1 01/10] make: add target to check kernel-doc comments
` [kvm-unit-tests PATCH v1 02/10] powerpc: properly format non-kernel-doc comments
` [kvm-unit-tests PATCH v1 03/10] lib: s390x: cpacf: move kernel-doc comment to correct function
` [kvm-unit-tests PATCH v1 04/10] s390x: properly format non-kernel-doc comments
` [kvm-unit-tests PATCH v1 05/10] s390x: ensure kernel-doc parameters are properly formated
` [kvm-unit-tests PATCH v1 06/10] x86: properly format non-kernel-doc comments
` [kvm-unit-tests PATCH v1 09/10] add clang-format configuration file

[PATCH net v4] net/smc: avoid data corruption caused by decline
 2023-11-22 12:20 UTC  (4+ messages)

[PATCH 0/8] implement "memmap on memory" feature on s390
 2023-11-22 11:44 UTC  (18+ messages)
` [PATCH 6/8] s390/mm: implement MEM_PHYS_ONLINE MEM_PHYS_OFFLINE memory notifiers

[PATCH net-next v3] net/smc: avoid atomic_set and smp_wmb in the tx path when possible
 2023-11-22  9:53 UTC  (7+ messages)

[PATCH 10/14] tools headers: Update tools's copy of s390/asm headers
 2023-11-21 22:56 UTC  (2+ messages)
` [PATCH 13/14] tools/perf: Update tools's copy of s390 syscall table

[PATCH v2] s390/vfio-ap: fix sysfs status attribute for AP queue devices
 2023-11-21 22:02 UTC  (5+ messages)

[PATCH v3 0/2] minor ptdesc updates
 2023-11-21 19:43 UTC  (3+ messages)
` [PATCH v3 1/2] pgtable: fix s390 ptdesc field comments
` [PATCH v3 2/2] pgtable: rename ptdesc _refcount field to __page_refcount

[kvm-unit-tests PATCH v1] s390x/Makefile: simplify Secure Execution boot image generation
 2023-11-21 17:23 UTC 

[PATCH] pgtable: do not expose _refcount field via ptdesc
 2023-11-21 16:46 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/6] tty: remove unused structure members
 2023-11-21 16:39 UTC  (4+ messages)
` [PATCH 1/6] tty: con3215: drop raw3215_info::ubuffer

[PATCH 00/34] biops: add atomig find_bit() operations
 2023-11-21 15:39 UTC  (10+ messages)
` [PATCH 01/34] lib/find: add atomic find_bit() primitives
` [PATCH 29/34] net: smc: fix opencoded find_and_set_bit() in smc_wr_tx_get_free_slot_index()

PSA: this list has moved to new vger infra (no action required)
 2023-11-21  1:02 UTC 

[PATCH 0/2] s390/dasd: fix kernel panic with statistics
 2023-11-20 18:51 UTC  (3+ messages)

[PATCH v3 0/3] mm/memory_hotplug: fixes for memory hotplug altmap support
 2023-11-20 14:53 UTC  (4+ messages)
` [PATCH v3 1/3] mm/memory_hotplug: add missing mem_hotplug_lock
` [PATCH v3 2/3] mm/memory_hotplug: fix error handling in add_memory_resource()
` [PATCH v3 3/3] mm: use vmem_altmap code without CONFIG_ZONE_DEVICE

[PATCH] scsi: zfcp: Replace strlcpy() with strscpy()
 2023-11-20 12:40 UTC  (4+ messages)

[PATCH v3 00/11] bitmap: prereqs for ip_tunnel flags conversion
 2023-11-20 11:04 UTC  (2+ messages)

[PATCH v2 0/3] mm/memory_hotplug: fixes for memory hotplug altmap support
 2023-11-20 10:55 UTC  (6+ messages)
` [PATCH v2 1/3] mm/memory_hotplug: add missing mem_hotplug_lock
` [PATCH v2 2/3] mm/memory_hotplug: fix error handling in add_memory_resource()
` [PATCH v2 3/3] mm: use vmem_altmap code without CONFIG_ZONE_DEVICE

[PATCH net v3] net/smc: avoid data corruption caused by decline
 2023-11-20  9:55 UTC  (3+ messages)

[PATCH 0/3] mm/memory_hotplug: fixes for memory hotplug altmap support
 2023-11-20  9:39 UTC  (8+ messages)
` [PATCH 1/3] mm/memory_hotplug: add missing mem_hotplug_lock
` [PATCH 2/3] mm/memory_hotplug: fix error handling in add_memory_resource()
` [PATCH 3/3] mm: use vmem_altmap code without CONFIG_ZONE_DEVICE

[PATCH net] net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
 2023-11-19 20:10 UTC  (2+ messages)

We Can Finance Your Business / Projects
 2023-11-18 22:37 UTC 

[PATCH v3 0/3] s390/vfio-ap: a couple of corrections to the IRQ enablement function
 2023-11-17 22:49 UTC  (5+ messages)

[PATCH 3/8] mm: use vmem_altmap code without CONFIG_ZONE_DEVICE
 2023-11-17 21:39 UTC  (2+ messages)

[PATCH 00/32] kmsan: Enable on s390
 2023-11-17 16:41 UTC  (4+ messages)
` [PATCH 26/32] s390/mm: Define KMSAN metadata for vmalloc and modules


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