linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-27 15:23:17 to 2021-10-05 13:12:02 UTC [more...]

[PATCH v5 00/14] KVM: s390: pv: implement lazy destroy for reboot
 2021-10-05 13:11 UTC  (5+ messages)
` [PATCH v5 01/14] KVM: s390: pv: add macros for UVC CC values
` [PATCH v5 02/14] KVM: s390: pv: avoid double free of sida page

[kvm-unit-tests PATCH v2 1/2] s390x: Remove assert from arch_def.h
 2021-10-05 13:09 UTC  (6+ messages)
  ` [kvm-unit-tests PATCH v2 1/2] [kvm-unit-tests PATCH v2 0/2] Test specification exception
` [kvm-unit-tests PATCH v2 2/2] s390x: Add specification exception interception test

[PATCH v1 1/1] s390: Use string_upper() instead of open coded variant
 2021-10-05 12:09 UTC  (5+ messages)

[PATCH v2] s390: Fix strrchr() implementation
 2021-10-05 12:08 UTC 

[RFC PATCH 1/1] virtio: write back features before verify
 2021-10-05 11:59 UTC  (48+ messages)
                    ` [virtio-dev] "

[kvm-unit-tests PATCH v2 1/5] s390x: Add specification exception test
 2021-10-05 11:53 UTC  (6+ messages)
  ` [kvm-unit-tests PATCH v2 1/5] [kvm-unit-tests PATCH v2 0/5] Add specification exception tests
` [kvm-unit-tests PATCH v2 2/5] s390x: Test specification exceptions during transaction
` [kvm-unit-tests PATCH v2 4/5] Use report_fail(...) instead of report(0/false, ...)
` [kvm-unit-tests PATCH v2 5/5] Use report_pass(...) instead of report(1/true, ...)

[PATCH] s390: Fix strrchr() implementation
 2021-10-05 11:30 UTC  (3+ messages)

[PATCH] s390/debug: fix kernel-doc warnings
 2021-10-05  7:58 UTC  (2+ messages)

[RFC PATCH 0/8] Move task_struct::cpu back into thread_info
 2021-10-05  1:55 UTC  (12+ messages)
` [RFC PATCH 3/8] s390: add CPU field to struct thread_info
` [RFC PATCH 4/8] powerpc: "

[PATCH v2 0/5] mm/memory_hotplug: full support for add_memory_driver_managed() with CONFIG_ARCH_KEEP_MEMBLOCK
 2021-10-04 19:31 UTC  (7+ messages)
` [PATCH v2 1/5] mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()
` [PATCH v2 2/5] memblock: improve MEMBLOCK_HOTPLUG documentation
` [PATCH v2 3/5] memblock: allow to specify flags with memblock_add_node()
` [PATCH v2 4/5] memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED
` [PATCH v2 5/5] mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DRIVER_MANAGED

[GIT PULL 0/1] KVM: s390: allow to compile without warning with W=1
 2021-10-04  7:58 UTC  (3+ messages)
` [GIT PULL 1/1] KVM: s390: Function documentation fixes

[GIT PULL] s390 updates for 5.15-rc4
 2021-10-01 21:46 UTC  (2+ messages)

[PATCH v3 00/10] Move vfio_ccw to the new mdev API
 2021-10-01 17:52 UTC  (11+ messages)
` [PATCH v3 01/10] vfio/ccw: Remove unneeded GFP_DMA
` [PATCH v3 02/10] vfio/ccw: Use functions for alloc/free of the vfio_ccw_private
` [PATCH v3 03/10] vfio/ccw: Pass vfio_ccw_private not mdev_device to various functions
` [PATCH v3 04/10] vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()
` [PATCH v3 05/10] vfio/ccw: Make the FSM complete and synchronize it to the mdev
` [PATCH v3 06/10] vfio/mdev: Consolidate all the device_api sysfs into the core code
` [PATCH v3 07/10] vfio/mdev: Add mdev available instance checking to the core
` [PATCH v3 08/10] vfio/ccw: Remove private->mdev
` [PATCH v3 09/10] vfio: Export vfio_device_try_get()
` [PATCH v3 10/10] vfio/ccw: Move the lifecycle of the struct vfio_ccw_private to the mdev

[PATCH v1 0/4] mm/memory_hotplug: full support for
 2021-10-01 14:03 UTC  (11+ messages)
` [PATCH v1 2/4] memblock: allow to specify flags with memblock_add_node()
` [PATCH v1 3/4] memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED

DPAA2 triggers, [PATCH] dma debug: report -EEXIST errors in add_dma_entry
 2021-10-01 12:52 UTC  (2+ messages)

[PATCH v3 1/4] mm: Create a new system state and fix core_kernel_text()
 2021-10-01  7:14 UTC  (5+ messages)
` [PATCH v3 2/4] mm: Make generic arch_is_kernel_initmem_freed() do what it says
` [PATCH v3 3/4] powerpc: Use generic version of arch_is_kernel_initmem_freed()
` [PATCH v3 4/4] s390: "

[PATCH v2 0/6] memblock: cleanup memblock_free interface
 2021-09-30 22:10 UTC  (9+ messages)
` [PATCH v2 1/6] arch_numa: simplify numa_distance allocation
` [PATCH v2 2/6] xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer
` [PATCH v2 3/6] memblock: drop memblock_free_early_nid() and memblock_free_early()
` [PATCH v2 4/6] memblock: stop aliasing __memblock_free_late with memblock_free_late
` [PATCH v2 5/6] memblock: rename memblock_free to memblock_phys_free
` [PATCH v2 6/6] memblock: use memblock_free for freeing virtual pointers

[PATCH v2 1/4] mm: Create a new system state and fix core_kernel_text()
 2021-09-29  3:30 UTC  (6+ messages)
` [PATCH v2 2/4] mm: Make generic arch_is_kernel_initmem_freed() do what it says
` [PATCH v2 3/4] powerpc: Use generic version of arch_is_kernel_initmem_freed()
` [PATCH v2 4/4] s390: "

[PATCH V2 net-next 0/6] ethtool: add support to set/get tx copybreak buf size and rx buf len
 2021-09-29  2:33 UTC  (9+ messages)
` [PATCH V2 net-next 1/6] ethtool: add support to set/get tx copybreak buf size via ethtool
` [PATCH V2 net-next 3/6] ethtool: add support to set/get rx buf len "

[RFC PATCH 7/8] riscv: rely on core code to keep thread_info::cpu updated
 2021-09-28 22:07 UTC  (2+ messages)

[PATCH v4 0/8] Implement generic cc_platform_has() helper function
 2021-09-28 21:40 UTC  (15+ messages)
` [PATCH 1/8] x86/ioremap: Selectively build arch override encryption functions
` [PATCH 2/8] arch/cc: Introduce a function to check for confidential computing features
` [PATCH 3/8] x86/sev: Add an x86 version of cc_platform_has()
` [PATCH 4/8] powerpc/pseries/svm: Add a powerpc "
` [PATCH 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
` [PATCH 6/8] x86/sev: Replace occurrences of sev_active() "
` [PATCH 7/8] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH 8/8] treewide: Replace the use of mem_encrypt_active() "

[PATCH v2 4/4] s390/pci: implement minimal PCI error recovery
 2021-09-28 18:50 UTC  (5+ messages)

[PATCH v2 0/4] s390/pci: automatic error recovery
 2021-09-28 18:10 UTC  (4+ messages)
` [PATCH v2 3/4] PCI: Export pci_dev_lock()

[kvm-unit-tests PATCH 0/9] s390x: Cleanup and maintenance 2
 2021-09-28 16:28 UTC  (18+ messages)
` [kvm-unit-tests PATCH 2/9] s390x: pfmf: Fix 1MB handling
` [kvm-unit-tests PATCH 3/9] s390x: uv-host: Fence a destroy cpu test on z15
` [kvm-unit-tests PATCH 4/9] lib: s390x: uv: Fix share return value and print
` [kvm-unit-tests PATCH 5/9] lib: s390x: uv: Add UVC_ERR_DEBUG switch
` [kvm-unit-tests PATCH 6/9] lib: s390x: Print PGM code as hex
` [kvm-unit-tests PATCH 7/9] s390x: Makefile: Remove snippet flatlib linking

[PATCH resend RFC 0/9] s390: fixes, cleanups and optimizations for page table walkers
 2021-09-28 16:03 UTC  (11+ messages)
` [PATCH resend RFC 4/9] s390/mm: fix VMA and page table handling code in storage key handling functions
` [PATCH resend RFC 8/9] s390/mm: optimize set_guest_storage_key()
` [PATCH resend RFC 9/9] s390/mm: optimize reset_guest_reference_bit()

[PATCH v2 0/6] block: 5th batch of add_disk() error handling conversions
 2021-09-28 12:28 UTC  (10+ messages)
` [PATCH v2 1/6] cdrom/gdrom: add error handling support for add_disk()
` [PATCH v2 2/6] rbd: add add_disk() error handling
` [PATCH v2 3/6] mtd: "
` [PATCH v2 4/6] s390/block/dasd_genhd: add error handling support for add_disk()
` [PATCH v2 5/6] s390/block/dcssblk: "
` [PATCH v2 6/6] s390/block/scm_blk: "

debug_defconfig: error: call to '__write_overflow' declared with attribute error: detected write beyond size of object passed as 1st parameter
 2021-09-28 10:43 UTC  (2+ messages)

[PATCH 5.10 048/103] s390/qeth: fix deadlock during failing recovery
 2021-09-28 10:29 UTC 

[PATCH] x86/entry/ia32: Ensure s32 is sign extended to s64
 2021-09-28  9:02 UTC  (5+ messages)

[PATCH] s390/sclp_vt220: fix unused function warning
 2021-09-28  8:32 UTC  (2+ messages)

[PATCH v2 7/9] vfio/ccw: Remove private->mdev
 2021-09-27 20:45 UTC  (4+ messages)

[PATCH RESEND bpf] bpf, s390: Fix potential memory leak about jit_data
 2021-09-27 16:13 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).