public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-15 09:02:56 to 2023-11-21 14:52:40 UTC [more...]

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-11-21 14:12 UTC  (3+ messages)
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static

[PATCH] pgtable: do not expose _refcount field via ptdesc
 2023-11-21 14:47 UTC  (2+ messages)

[PATCH 0/8] implement "memmap on memory" feature on s390
 2023-11-21 14:42 UTC  (36+ messages)
` [PATCH 1/8] mm/memory_hotplug: fix memory hotplug locking order
` [PATCH 2/8] mm/memory_hotplug: fix error handling in add_memory_resource()
` [PATCH 3/8] mm: use vmem_altmap code without CONFIG_ZONE_DEVICE
` [PATCH 4/8] mm/memory_hotplug: introduce MEM_PHYS_ONLINE/OFFLINE memory notifiers
` [PATCH 6/8] s390/mm: implement MEM_PHYS_ONLINE MEM_PHYS_OFFLINE "
` [PATCH 7/8] s390/sclp: remove unhandled memory notifier type

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

[PATCH 00/34] biops: add atomig find_bit() operations
 2023-11-21 13:41 UTC  (9+ 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()

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

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

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

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

[kvm-unit-tests PATCH v3 0/7] s390x: Add base AP support
 2023-11-17 15:19 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 1/7] lib: s390x: Add ap library
` [kvm-unit-tests PATCH v3 2/7] s390x: Add guest 2 AP test
` [kvm-unit-tests PATCH v3 3/7] lib: s390x: ap: Add proper ap setup code
` [kvm-unit-tests PATCH v3 4/7] s390x: ap: Add pqap aqic tests
` [kvm-unit-tests PATCH v3 5/7] s390x: ap: Add reset tests
` [kvm-unit-tests PATCH v3 6/7] lib: s390x: ap: Add tapq test facility bit
` [kvm-unit-tests PATCH v3 7/7] s390x: ap: Add nq/dq len test

[PATCH v5] eventfs: Remove eventfs_file and just use eventfs_inode
 2023-11-17 14:38 UTC  (2+ messages)

[PATCH net v2] net/smc: avoid data corruption caused by decline
 2023-11-17 12:43 UTC  (5+ messages)

[PATCH net] s390/ism: ism driver implies smc protocol
 2023-11-17  0:40 UTC  (8+ messages)
    ` [PATCH net v2] "

[PATCH bpf-next v3 01/13] bpf: Add support for non-fix-size percpu mem allocation
 2023-11-16 13:54 UTC  (5+ messages)

[PATCH][net-next] net/smc: avoid atomic_set and smp_wmb in the tx path when possible
 2023-11-16 12:06 UTC  (5+ messages)

[PATCH net v1] net/smc: avoid data corruption caused by decline
 2023-11-16 11:50 UTC  (9+ messages)

[RFC PATCH net-next] net/smc: Introduce IPPROTO_SMC for smc
 2023-11-16 11:02 UTC  (2+ messages)

[PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
 2023-11-15 16:58 UTC  (4+ messages)

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

[GIT PULL v1 0/2] KVM: s390: two small but important fixes
 2023-11-15 12:51 UTC  (3+ messages)
` [GIT PULL v1 1/2] KVM: s390: vsie: fix wrong VIR 37 when MSO is used
` [GIT PULL v1 2/2] KVM: s390/mm: Properly reset no-dat

[kvm-unit-tests PATCH v1] s390x: cmm: test no-translate bit after reset
 2023-11-15 10:07 UTC  (2+ messages)


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