messages from 2022-02-21 07:09:44 to 2022-02-24 08:12:29 UTC [more...]
[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
2022-02-24 8:10 UTC (14+ messages)
` [PATCH v6 01/26] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v6 02/26] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v6 03/26] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v6 04/26] virtio_ring: split: extract the logic of creating vring
` [PATCH v6 05/26] virtio_ring: split: extract the logic of init vq and attach vring
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring
` [PATCH v6 07/26] virtio_ring: packed: extract the logic of init vq and attach vring
` [PATCH v6 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v6 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v6 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v6 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v6 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v6 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
[PATCH v2 00/11] Fix broken usage of driver_override (and kfree of static memory)
2022-02-24 7:49 UTC (21+ messages)
` [PATCH v2 01/11] driver: platform: add and use helper for safer setting of driver_override
` [PATCH v2 02/11] amba: "
` [PATCH v2 03/11] fsl-mc: "
` [PATCH v2 04/11] hv: vmbus: "
` [PATCH v2 05/11] pci: "
` [PATCH v2 06/11] s390: cio: "
` [PATCH v2 07/11] spi: "
` [PATCH v2 08/11] vdpa: "
` [PATCH v2 09/11] clk: imx: scu: fix kfree() of static memory on setting driver_override
` [PATCH v2 10/11] slimbus: qcom-ngd: "
` [PATCH v2 11/11] rpmsg: "
[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
2022-02-24 7:05 UTC (12+ messages)
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 09/18] mips: use simpler access_ok()
[PATCH 00/22] Don't use kmalloc() with GFP_DMA
2022-02-24 6:33 UTC (27+ messages)
` [PATCH 21/22] mmc: wbsd: Use dma_alloc_noncoherent() for dma buffer
` [PATCH 1/2] dma-mapping: check dma_mask for streaming mapping allocs
` [PATCH 2/2] kernel/dma: rename dma_alloc_direct and dma_map_direct
` [PATCH 22/22] mtd: rawnand: Use dma_alloc_noncoherent() for dma buffer
[PATCH v2] usercopy: Check valid lifetime via stack depth
2022-02-24 6:03 UTC
cleanup swiotlb initialization
2022-02-24 0:57 UTC (13+ messages)
` [PATCH 01/11] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/11] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/11] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/11] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/11] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 06/11] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/11] x86: remove the IOMMU table infrastructure
` [PATCH 08/11] swiotlb: make the swiotlb_init interface more useful
` [PATCH 09/11] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 10/11] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 11/11] x86: remove cruft from <asm/dma-mapping.h>
[PATCH] net/smc: Add autocork support
2022-02-24 2:02 UTC (11+ messages)
[PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64
2022-02-24 1:36 UTC (9+ messages)
` [PATCH V5 17/21] riscv: compat: vdso: Add setup additional pages implementation
[PATCH RFC v1 0/2] VM fork detection for RNG
2022-02-24 1:27 UTC (9+ messages)
` [PATCH RFC v1 1/2] random: add mechanism for VM forks to reinitialize crng
` [PATCH RFC v1 2/2] drivers/virt: add vmgenid driver for reinitializing RNG
[kvm-unit-tests PATCH v3 0/8] s390x: Extend instruction interception tests
2022-02-24 0:13 UTC (14+ messages)
` [kvm-unit-tests PATCH v3 1/8] s390x: Add more tests for MSCH
` [kvm-unit-tests PATCH v3 2/8] s390x: Add test for PFMF low-address protection
` [kvm-unit-tests PATCH v3 3/8] s390x: Add sck tests
` [kvm-unit-tests PATCH v3 4/8] s390x: Add tests for STCRW
` [kvm-unit-tests PATCH v3 5/8] s390x: Add more tests for SSCH
` [kvm-unit-tests PATCH v3 6/8] s390x: Add more tests for STSCH
` [kvm-unit-tests PATCH v3 7/8] s390x: Add tests for TSCH
` [kvm-unit-tests PATCH v3 8/8] s390x: Add EPSW test
[PATCH 0/9] kvm: s390: Add PV dump support
2022-02-23 19:46 UTC (15+ messages)
` [PATCH 1/9] s390x: Add SE hdr query information
` [PATCH 2/9] s390: uv: Add dump fields to query
` [PATCH 3/9] KVM: s390: pv: Add query interface
` [PATCH 4/9] KVM: s390: pv: Add dump support definitions
` [PATCH 5/9] KVM: s390: pv: Add query dump information
` [PATCH 6/9] kvm: s390: Add configuration dump functionality
` [PATCH 7/9] kvm: s390: Add CPU "
` [PATCH 8/9] Documentation: virt: Protected virtual machine dumps
` [PATCH 9/9] Documentation/virt/kvm/api.rst: Add protvirt dump/info api descriptions
[PATCH] net/smc: Use a mutex for locking "struct smc_pnettable"
2022-02-23 17:59 UTC (2+ messages)
[PATCH v1 1/1] KVM: s390: Don't cast parameter in bit operations
2022-02-23 16:44 UTC
[PATCH v2 0/3] s390: Ultravisor device
2022-02-23 15:57 UTC (5+ messages)
` [PATCH v2 1/3] drivers/s390/char: Add Ultravisor io device
` [PATCH v2 2/3] drivers/s390/char: Add Ultravisor attestation to uvdevice
` [PATCH v2 3/3] selftests: drivers/s390x: Add uvdevice tests
[kvm-unit-tests PATCH v3 0/5] s390x: Attestation tests
2022-02-23 15:48 UTC (9+ messages)
` [kvm-unit-tests PATCH v3 1/5] s390x: uv-host: Add attestation test
` [kvm-unit-tests PATCH v3 2/5] s390x: lib: Add QUI getter
` [kvm-unit-tests PATCH v3 3/5] s390x: uv-guest: remove duplicated checks
` [kvm-unit-tests PATCH v3 4/5] s390x: uv-guest: add share bit test
` [kvm-unit-tests PATCH v3 5/5] s390x: uv-guest: Add attestation tests
[PATCH v7 0/2] System Generation ID driver and VMGENID backend
2022-02-23 13:21 UTC (5+ messages)
` [PATCH v7 2/2] drivers/virt: vmgenid: add vm generation id driver
[PATCH V2 14/30] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
2022-02-23 11:18 UTC (3+ messages)
[PATCH v4 0/2] KVM: s390: make use of ultravisor AIV support
2022-02-23 10:20 UTC (3+ messages)
` [PATCH v4 1/2] KVM: s390: pv: pull all vcpus out of SIE before converting to/from pv vcpu
` [PATCH v4 2/2] KVM: s390: pv: make use of ultravisor AIV support
[PATCH V5 16/21] riscv: compat: vdso: Add rv32 VDSO base code implementation
2022-02-23 9:55 UTC (3+ messages)
[PATCH V5 13/21] riscv: compat: process: Add UXL_32 support in start_thread
2022-02-23 9:21 UTC (3+ messages)
[kvm-unit-tests PATCH v2 0/8] s390x: Extend instruction interception tests
2022-02-23 9:18 UTC (11+ messages)
` [kvm-unit-tests PATCH v2 1/8] s390x: Add more tests for MSCH
` [kvm-unit-tests PATCH v2 2/8] s390x: Add test for PFMF low-address protection
` [kvm-unit-tests PATCH v2 3/8] s390x: Add sck tests
` [kvm-unit-tests PATCH v2 4/8] s390x: Add tests for STCRW
` [kvm-unit-tests PATCH v2 5/8] s390x: Add more tests for SSCH
` [kvm-unit-tests PATCH v2 6/8] s390x: Add more tests for STSCH
` [kvm-unit-tests PATCH v2 7/8] s390x: Add tests for TSCH
` [kvm-unit-tests PATCH v2 8/8] s390x: Add EPSW test
[PATCH V5 09/21] riscv: compat: Add basic compat data type implementation
2022-02-23 8:54 UTC (3+ messages)
[PATCH V5 18/21] riscv: compat: signal: Add rt_frame implementation
2022-02-23 1:42 UTC (2+ messages)
[PATCH V5 19/21] riscv: compat: ptrace: Add compat_arch_ptrace implement
2022-02-23 1:42 UTC (2+ messages)
[PATCH V5 21/21] KVM: compat: riscv: Prevent KVM_COMPAT from being selected
2022-02-23 1:42 UTC (2+ messages)
[PATCH V5 12/21] riscv: compat: syscall: Add entry.S implementation
2022-02-23 1:42 UTC (2+ messages)
[PATCH net-next 0/2] s390/net: updates 2022-02-21
2022-02-23 0:30 UTC (4+ messages)
` [PATCH net-next 1/2] s390/iucv: sort out physical vs virtual pointers usage
` [PATCH net-next 2/2] s390/net: "
[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
2022-02-22 19:09 UTC (2+ messages)
[GIT PULL 00/13] KVM: s390: Changes for 5.18 part1
2022-02-22 18:18 UTC (16+ messages)
` [GIT PULL 01/13] KVM: s390: MAINTAINERS: promote Claudio Imbrenda
` [GIT PULL 02/13] s390/uaccess: Add copy_from/to_user_key functions
` [GIT PULL 03/13] KVM: s390: Honor storage keys when accessing guest memory
` [GIT PULL 04/13] KVM: s390: handle_tprot: Honor storage keys
` [GIT PULL 05/13] KVM: s390: selftests: Test TEST PROTECTION emulation
` [GIT PULL 06/13] KVM: s390: Add optional storage key checking to MEMOP IOCTL
` [GIT PULL 07/13] KVM: s390: Add vm IOCTL for key checked guest absolute memory access
` [GIT PULL 08/13] KVM: s390: Rename existing vcpu memop functions
` [GIT PULL 09/13] KVM: s390: Add capability for storage key extension of MEM_OP IOCTL
` [GIT PULL 10/13] KVM: s390: Update api documentation for memop ioctl
` [GIT PULL 11/13] selftests: kvm: Check whether SIDA memop fails for normal guests
` [GIT PULL 12/13] KVM: s390: Clarify key argument for MEM_OP in api docs
` [GIT PULL 13/13] KVM: s390: Add missing vm MEM_OP size check
[PATCH v3 0/1] KVM: s390: pv: make use of ultravisor AIV support
2022-02-22 17:27 UTC (4+ messages)
` [PATCH v3 1/1] "
[PATCH v4 06/10] KVM: s390: Add vm IOCTL for key checked guest absolute memory access
2022-02-22 8:04 UTC (3+ messages)
` [PATCH] KVM: s390: Add missing vm MEM_OP size check
[PATCH 0/4] RDMA device net namespace support for SMC
2022-02-21 15:30 UTC (4+ messages)
[PATCH 0/3] s390: Ultravisor device
2022-02-21 11:09 UTC (7+ messages)
` [PATCH 1/3] drivers/s390/char: Add Ultravisor io device
` [PATCH 3/3] selftests: drivers/s390x: Add uvdevice tests
[PATCH v7 0/1] s390x: KVM: CPU Topology
2022-02-21 8:10 UTC (8+ messages)
` [PATCH v7 1/1] s390x: KVM: guest support for topology function
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox