linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-25 08:21:45 to 2022-11-02 23:22:47 UTC [more...]

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-02 23:18 UTC  (22+ messages)
` [PATCH 01/44] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH 03/44] KVM: Allocate cpus_hardware_enabled "
` [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH 07/44] KVM: x86: Do timer initialization after XCR0 configuration
` [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
` [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
` [PATCH 11/44] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH 12/44] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
` [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH 14/44] KVM: arm64: Simplify the CPUHP logic
` [PATCH 15/44] KVM: arm64: Free hypervisor allocations if vector slot init fails
` [PATCH 16/44] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
` [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
` [PATCH 18/44] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
` [PATCH 23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH 24/44] KVM: PPC: Move processor compatibility check to module init
` [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()

[PATCH v2 0/7] vfio-ccw parent rework
 2022-11-02 20:00 UTC  (12+ messages)
` [PATCH v2 1/7] vfio/ccw: create a parent struct
` [PATCH v2 2/7] vfio/ccw: remove private->sch
` [PATCH v2 3/7] vfio/ccw: move private initialization to callback
` [PATCH v2 4/7] vfio/ccw: move private to mdev lifecycle
` [PATCH v2 5/7] vfio/ccw: remove release completion
` [PATCH v2 6/7] vfio/ccw: replace vfio_init_device with _alloc_
` [PATCH v2 7/7] vfio: Remove vfio_free_device

[PATCH 1/3] s390/ctcm: Fix return type of ctc{mp,}m_tx()
 2022-11-02 20:01 UTC  (9+ messages)
` [PATCH 2/3] s390/netiucv: Fix return type of netiucv_tx()
` [PATCH 3/3] s390/lcs: Fix return type of lcs_start_xmit()

[PATCH v3 0/2] Fix /proc/cpuinfo cpumask warning
 2022-11-02 18:44 UTC  (12+ messages)
` [PATCH v3 2/2] x86: "

[RFC PATCH v2 0/8] Generic IPI sending tracepoint
 2022-11-02 18:33 UTC  (9+ messages)
` [RFC PATCH v2 1/8] DO-NOT-MERGE: tracing: Add __cpumask to denote a trace event field that is a cpumask_t
` [RFC PATCH v2 2/8] trace: Add trace_ipi_send_cpumask()
` [RFC PATCH v2 3/8] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
` [RFC PATCH v2 4/8] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
` [RFC PATCH v2 5/8] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
` [RFC PATCH v2 6/8] treewide: Trace IPIs sent via smp_send_reschedule()
` [RFC PATCH v2 7/8] smp: reword smp call IPI comment
` [RFC PATCH v2 8/8] sched, smp: Trace smp callback causing an IPI

[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-11-02 14:19 UTC  (8+ messages)
` [PATCH v2 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space
    ` [PATCH 1/5] s390/cmpxchg: use symbolic names for inline assembly operands
    ` [PATCH 2/5] s390/cmpxchg: make variables local to each case label
    ` [PATCH 3/5] s390/cmpxchg: remove digits from input constraints
    ` [PATCH 4/5] s390/extable: add EX_TABLE_UA_LOAD_REGPAIR() macro
    ` [PATCH 5/5] s390/uaccess: add cmpxchg_user_key()

[PATCH net-next v4 00/10] optimize the parallelism of SMC-R connections
 2022-11-02 13:55 UTC  (5+ messages)

[PATCH 0/5] iommu/s390: Further improvements
 2022-11-02 10:51 UTC  (7+ messages)
` [PATCH 1/5] iommu/s390: Make attach succeed even if the device is in error state
` [PATCH 2/5] iommu/s390: Add I/O TLB ops

[PATCH 00/10] Connect VFIO to IOMMUFD
 2022-11-02  7:28 UTC  (48+ messages)
` [PATCH 01/10] vfio: Move vfio_device driver open/close code to a function
` [PATCH 02/10] vfio: Move vfio_device_assign_container() into vfio_device_first_open()
` [PATCH 03/10] vfio: Rename vfio_device_assign/unassign_container()
` [PATCH 04/10] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c
` [PATCH 05/10] vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()
` [PATCH 06/10] vfio-iommufd: Allow iommufd to be used in place of a container fd
` [PATCH 07/10] vfio-iommufd: Support iommufd for physical VFIO devices
` [PATCH 08/10] vfio-iommufd: Support iommufd for emulated "
` [PATCH 09/10] vfio: Make vfio_container optionally compiled
` [PATCH 10/10] iommufd: Allow iommufd to supply /dev/vfio/vfio

[PATCH 26/30] s390/ipl: Use kstrtobool() instead of strtobool()
 2022-11-01 21:14 UTC 

[PATCH] mm: remove kern_addr_valid() completely
 2022-11-01 17:47 UTC  (2+ messages)

[PATCH v1 0/7] vfio-ccw parent rework
 2022-11-01 14:05 UTC  (19+ messages)
` [PATCH v1 1/7] vfio/ccw: create a parent struct
` [PATCH v1 2/7] vfio/ccw: remove private->sch
` [PATCH v1 3/7] vfio/ccw: move private initialization to callback
` [PATCH v1 4/7] vfio/ccw: move private to mdev lifecycle
` [PATCH v1 5/7] vfio/ccw: remove release completion
` [PATCH v1 6/7] vfio/ccw: replace vfio_init_device with _alloc_
` [PATCH v1 7/7] vfio: Remove vfio_free_device

[PATCH] net/smc: Fix possible leaked pernet namespace in smc_init()
 2022-11-01 12:54 UTC  (4+ messages)

[PATCH v4 0/2] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-10-31 18:36 UTC  (16+ messages)
` [PATCH v4 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH] scripts/min-tool-version.sh: raise minimum clang version to 15.0.0 for s390
 2022-10-31 15:58 UTC  (2+ messages)

[PATCH] s390: always build relocatable kernel
 2022-10-31 15:55 UTC  (2+ messages)

[PATCH v2] random: do not include <asm/archrandom.h> from random.h
 2022-10-29  1:08 UTC 

[GIT PULL] s390 updates for 6.1-rc3
 2022-10-29  0:15 UTC  (2+ messages)

[PATCH 3/5] iommu/s390: Use RCU to allow concurrent domain_list iteration
 2022-10-28 11:28 UTC  (17+ messages)

[PATCH v5 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-10-28  8:12 UTC  (3+ messages)
` [PATCH v5 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v5 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH net-next v3 00/10] optimize the parallelism of SMC-R connections
 2022-10-28  5:29 UTC  (8+ messages)

[PATCH V7 net-next 0/6] ethtool: add support to set/get tx copybreak buf size and rx buf len
 2022-10-28  0:50 UTC  (5+ messages)

[RFC][PATCH v2 02/31] timers: s390/cmm: Use del_timer_shutdown() before freeing timer
 2022-10-27 15:05 UTC 

[PATCH] KVM: s390: pci: Fix allocation size of aift kzdev elements
 2022-10-26 14:54 UTC  (4+ messages)

[PATCH] selftests: vm: use 1 MB hugepage size for s390
 2022-10-26 12:44 UTC  (3+ messages)

[PATCH v2 0/1] KVM: s390: vsie: clarifications on setting the APCB
 2022-10-26  8:18 UTC  (6+ messages)
` [PATCH v2 1/1] "

[v2] KVM: s390: pv: fix external interruption loop not always detected
 2022-10-25 12:00 UTC  (2+ messages)

[PATCH v8 0/6] iommu/s390: Fixes related to attach and aperture handling
 2022-10-25 11:56 UTC  (7+ messages)
` [PATCH v8 1/6] iommu/s390: Fix duplicate domain attachments
` [PATCH v8 2/6] iommu/s390: Get rid of s390_domain_device
` [PATCH v8 3/6] iommu/s390: Fix potential s390_domain aperture shrinking
` [PATCH v8 4/6] iommu/s390: Fix incorrect aperture check
` [PATCH v8 5/6] iommu/s390: Fix incorrect pgsize_bitmap
` [PATCH v8 6/6] iommu/s390: Implement map_pages()/unmap_pages() instead of map()/unmap()

[v2 0/1] KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page
 2022-10-25 11:36 UTC  (6+ messages)
` [v2 1/1] "

[v1] KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page
 2022-10-25  8:21 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;
as well as URLs for NNTP newsgroup(s).