messages from 2021-09-20 13:00:00 to 2021-10-01 19:57:34 UTC [more...]
[PATCH v2 1/6] driver core: Move the "authorized" attribute from USB/Thunderbolt to core
2021-10-01 19:57 UTC (48+ messages)
` [PATCH v2 2/6] driver core: Add common support to skip probe for un-authorized devices
` [PATCH v2 4/6] virtio: Initialize authorized attribute for confidential guest
[RFC PATCH 1/1] virtio: write back features before verify
2021-10-01 15:18 UTC (11+ messages)
[PATCH 1/2] virtio: introduce virtio_dev_to_node helper
2021-09-30 13:16 UTC (9+ messages)
` [PATCH 2/2] virtio-blk: set NUMA affinity for a tagset
[PATCH] x86/paravirt: use %rip-relative addressing in hook calls
2021-09-30 12:40 UTC
[PATCH][next] drm/virtio: fix another potential integer overflow on shift of a int
2021-09-30 10:27 UTC
[PATCH][next] drm/virtio: fix potential integer overflow on shift of a int
2021-09-30 10:19 UTC
[PATCH RFC v1 01/11] uapi/virtio-iommu: Add page request grp-id and flags information
2021-09-30 8:49 UTC (8+ messages)
` [PATCH RFC v1 02/11] iommu/virtio: Maintain a list of endpoints served by viommu_dev
` [PATCH RFC v1 03/11] iommu/virtio: Handle incoming page faults
` [PATCH RFC v1 05/11] iommu/virtio: Add SVA feature and related enable/disable callbacks
` [PATCH RFC v1 08/11] iommu/arm-smmu-v3: Implement shared context alloc and free ops
` [PATCH RFC v1 09/11] iommu/virtio: Implement sva bind/unbind calls
` [PATCH RFC v1 10/11] uapi/virtio-iommu: Add a new request type to send page response
[PATCH net] virtio-net: suppress bad irq warning for tx napi
2021-09-30 5:40 UTC (7+ messages)
[RFC PATCH 00/10] Support kernel buffers in vhost
2021-09-29 15:11 UTC (11+ messages)
` [RFC PATCH 01/10] vhost: scsi: use copy_to_iter()
` [RFC PATCH 02/10] vhost: push virtqueue area pointers into a user struct
` [RFC PATCH 03/10] vhost: add iov wrapper
` [RFC PATCH 04/10] vhost: add support for kernel buffers
` [RFC PATCH 05/10] vhost: extract common code for file_operations handling
` [RFC PATCH 06/10] vhost: extract ioctl locking to common code
` [RFC PATCH 07/10] vhost: add support for kernel control
` [RFC PATCH 08/10] vhost: net: "
` [RFC PATCH 09/10] vdpa: add test driver for kernel buffers in vhost
` [RFC PATCH 10/10] selftests: add vhost_kernel tests
[PATCH v1 0/8] proc/vmcore: sanitize access to virtio-mem memory
2021-09-29 15:07 UTC (16+ messages)
` [PATCH v1 1/8] x86/xen: update xen_oldmem_pfn_is_ram() documentation
` [PATCH v1 2/8] x86/xen: simplify xen_oldmem_pfn_is_ram()
` [PATCH v1 3/8] proc/vmcore: let pfn_is_ram() return a bool
` [PATCH v1 4/8] proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
` [PATCH v1 5/8] virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_mem_init_hotplug()
` [PATCH v1 6/8] virtio-mem: factor out hotplug specifics from virtio_mem_probe() "
` [PATCH v1 7/8] virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio_mem_deinit_hotplug()
` [PATCH v1 8/8] virtio-mem: kdump mode to sanitize /proc/vmcore access
[PATCH v1 0/6] mm/memory_hotplug: Kconfig and 32 bit cleanups
2021-09-29 14:36 UTC (7+ messages)
` [PATCH v1 1/6] mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMORY_HOTPLUG
` [PATCH v1 2/6] mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
` [PATCH v1 3/6] mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bit
` [PATCH v1 4/6] mm/memory_hotplug: remove HIGHMEM leftovers
` [PATCH v1 5/6] mm/memory_hotplug: remove stale function declarations
` [PATCH v1 6/6] x86: remove memory hotplug support on X86_32
[bug report] vdpa_sim_blk: implement ramdisk behaviour
2021-09-29 13:22 UTC (4+ messages)
WorldCist'22 - 10th World Conference on Information Systems and Technologies | Montenegro
2021-09-29 12:55 UTC
[PATCH v3 7/7] eni_vdpa: add vDPA driver for Alibaba ENI
2021-09-29 12:54 UTC (7+ messages)
[PATCH v2] vduse: Fix race condition between resetting and irq injecting
2021-09-29 8:40 UTC
[PATCH] vhost-vdpa:fix the worng input in config_cb
2021-09-29 8:32 UTC
[PATCH] scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"
2021-09-29 4:19 UTC (2+ messages)
[PATCH v3 08/19] drivers/hv: map and unmap guest memory
2021-09-28 21:27 UTC
[GIT PULL] virtio,vdpa: fixes
2021-09-28 14:31 UTC (2+ messages)
[PATCH v2 0/2] virtio_ring: check desc == NULL when packed and indirect
2021-09-28 3:20 UTC (5+ messages)
` [PATCH v2 1/2] virtio_ring: fix style of virtqueue_add_indirect_packed
` [PATCH v2 2/2] virtio_ring: check desc == NULL when packed and indirect
[PATCH] vduse: Fix race condition between resetting and irq injecting
2021-09-28 3:13 UTC
[PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
2021-09-27 11:59 UTC (4+ messages)
[PATCH 1/1] virtio-blk: avoid preallocating big SGL for data
2021-09-27 11:54 UTC (2+ messages)
[PATCH] virtio_ring: check desc == NULL when packed and indirect
2021-09-27 9:36 UTC (5+ messages)
[PATCH v4 11/15] pci: Add pci_iomap_shared{,_range}
2021-09-27 9:07 UTC (13+ messages)
[PATCH] vduse: Disallow injecting interrupt before DRIVER_OK is set
2021-09-26 2:28 UTC
WorldCist'22 - 10th World Conference on Information Systems and Technologies | Montenegro
2021-09-24 16:07 UTC
[PATCH 0/4] hwrng: virtio - add an internal buffer
2021-09-23 7:34 UTC (10+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] hwrng: virtio - don't wait on cleanup
` [PATCH 3/4] hwrng: virtio - don't waste entropy
` [PATCH 4/4] hwrng: virtio - always add a pending request
[PATCH v2 0/2] x86/xen: simplify irq pvops
2021-09-23 4:45 UTC (5+ messages)
` [PATCH v2 2/2] x86/xen: switch initial pvops IRQ functions to dummy ones
[PATCH V2 0/9] Use copy_process/create_io_thread in vhost layer
2021-09-22 14:18 UTC (12+ messages)
` [PATCH V2 1/9] fork: Make IO worker options flag based
` [PATCH V2 2/9] fork: pass worker_flags to copy_thread
` [PATCH V2 3/9] fork: move PF_IO_WORKER's kernel frame setup to new flag
` [PATCH V2 4/9] fork: add option to not clone or dup files
` [PATCH V2 5/9] fork: add helper to clone a process
` [PATCH V2 6/9] io_uring: switch to kernel_worker
` [PATCH V2 7/9] fork: Add worker flag to ignore signals
` [PATCH V2 8/9] vhost: move worker thread fields to new struct
` [PATCH V2 9/9] vhost: use kernel_worker to check RLIMITs and inherit v2 cgroups
[RFC 0/5] VirtIO RDMA
2021-09-22 13:59 UTC (2+ messages)
` "
[PATCH v4 0/8] fuse,virtiofs: support per-file DAX
2021-09-22 8:16 UTC (6+ messages)
` [Virtio-fs] "
Use of uninitialized memory with CONFIG_HW_RANDOM_VIRTIO
2021-09-22 6:39 UTC (10+ messages)
[PATCH 1/1] virtio/s390: fix vritio-ccw device teardown
2021-09-21 16:52 UTC (11+ messages)
[PATCH 7/8] vhost: use kernel_copy_process to check RLIMITs and inherit cgroups
2021-09-20 20:47 UTC (2+ messages)
[PATCH 5.10 054/122] mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
2021-09-20 16:43 UTC
[PATCH 5.4 232/260] mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
2021-09-20 16:44 UTC
[PATCH 4.19 273/293] mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
2021-09-20 16:43 UTC
[PATCH 4.14 205/217] mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
2021-09-20 16:43 UTC
[PATCH v5 0/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem
2021-09-20 14:28 UTC (4+ messages)
` [PATCH v5 1/3] kernel/resource: clean up and optimize iomem_is_exclusive()
` [PATCH v5 2/3] kernel/resource: disallow access to exclusive system RAM regions
` [PATCH v5 3/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem
Patch "mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()" has been added to the 4.19-stable tree
2021-09-20 13:07 UTC
Patch "mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()" has been added to the 4.14-stable tree
2021-09-20 13:07 UTC
Patch "mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()" has been added to the 5.10-stable tree
2021-09-20 12:59 UTC
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;
as well as URLs for NNTP newsgroup(s).