Linux Virtualization
[Prev Page][Next Page]
- [PATCH v8 23/81] KVM: x86: save the error code during EPT/NPF exits handling, (continued)
- [PATCH v8 23/81] KVM: x86: save the error code during EPT/NPF exits handling, Adalbert Lazăr
- [PATCH v8 27/81] KVM: x86: add .control_singlestep(), Adalbert Lazăr
- [PATCH v8 08/81] KVM: x86: add kvm_arch_vcpu_set_regs(), Adalbert Lazăr
- [PATCH v8 11/81] KVM: x86: add .control_cr3_intercept() to struct kvm_x86_ops, Adalbert Lazăr
- [PATCH v8 15/81] KVM: x86: add .control_desc_intercept(), Adalbert Lazăr
- [PATCH v8 28/81] KVM: x86: export kvm_arch_vcpu_set_guest_debug(), Adalbert Lazăr
- [PATCH v8 21/81] KVM: x86: add .control_msr_intercept(), Adalbert Lazăr
- [PATCH v8 18/81] KVM: x86: use MSR_TYPE_R, MSR_TYPE_W and MSR_TYPE_RW with AMD code too, Adalbert Lazăr
- [PATCH v8 20/81] KVM: vmx: pass struct kvm_vcpu to the intercept msr related functions, Adalbert Lazăr
- [PATCH v8 32/81] KVM: x86: page track: provide all page tracking hooks with the guest virtual address, Adalbert Lazăr
- [PATCH v8 16/81] KVM: x86: add .desc_intercepted(), Adalbert Lazăr
- [PATCH v8 24/81] KVM: x86: add .fault_gla(), Adalbert Lazăr
- [PATCH v8 34/81] KVM: x86: page_track: add support for preread, prewrite and preexec, Adalbert Lazăr
- [PATCH v8 22/81] KVM: x86: vmx: use a symbolic constant when checking the exit qualifications, Adalbert Lazăr
- [PATCH v8 41/81] KVM: introspection: add the read/dispatch message function, Adalbert Lazăr
- [PATCH v8 38/81] KVM: introduce VM introspection, Adalbert Lazăr
- [PATCH v8 39/81] KVM: introspection: add hook/unhook ioctls, Adalbert Lazăr
- [PATCH v8 17/81] KVM: x86: export .msr_write_intercepted(), Adalbert Lazăr
- [PATCH v8 33/81] KVM: x86: page track: add track_create_slot() callback, Adalbert Lazăr
- [PATCH v8 19/81] KVM: svm: pass struct kvm_vcpu to set_msr_interception(), Adalbert Lazăr
- [PATCH v8 36/81] KVM: x86: intercept the write access on sidt and other emulated instructions, Adalbert Lazăr
- [PATCH v8 29/81] KVM: x86: extend kvm_mmu_gva_to_gpa_system() with the 'access' parameter, Adalbert Lazăr
- [PATCH v8 35/81] KVM: x86: wire in the preread/prewrite/preexec page trackers, Adalbert Lazăr
- [PATCH v8 81/81] KVM: x86: call the page tracking code on emulation failure, Adalbert Lazăr
- [PATCH v8 51/81] KVM: introspection: handle vCPU commands, Adalbert Lazăr
- [PATCH v8 37/81] KVM: x86: disable gpa_available optimization for fetch and page-walk NPF/EPT violations, Adalbert Lazăr
- [PATCH v8 72/81] KVM: introspection: add KVMI_VCPU_CONTROL_MSR and KVMI_EVENT_MSR, Adalbert Lazăr
- [PATCH v8 40/81] KVM: introspection: add permission access ioctls, Adalbert Lazăr
- [PATCH v8 42/81] KVM: introspection: add KVMI_GET_VERSION, Adalbert Lazăr
- [PATCH v8 56/81] KVM: introspection: add KVMI_VCPU_CONTROL_EVENTS, Adalbert Lazăr
- [PATCH v8 57/81] KVM: introspection: add KVMI_VCPU_GET_REGISTERS, Adalbert Lazăr
- [PATCH v8 43/81] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT, Adalbert Lazăr
- [PATCH v8 67/81] KVM: introspection: add KVMI_EVENT_XSETBV, Adalbert Lazăr
- [PATCH v8 53/81] KVM: introspection: add KVMI_VCPU_PAUSE, Adalbert Lazăr
- [PATCH v8 61/81] KVM: introspection: add KVMI_EVENT_BREAKPOINT, Adalbert Lazăr
- [PATCH v8 64/81] KVM: introspection: restore the state of CR3 interception on unhook, Adalbert Lazăr
- [PATCH v8 79/81] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA, Adalbert Lazăr
- [PATCH v8 68/81] KVM: introspection: add KVMI_VCPU_GET_XSAVE, Adalbert Lazăr
- [PATCH v8 49/81] KVM: introspection: add a jobs list to every introspected vCPU, Adalbert Lazăr
- [PATCH v8 55/81] KVM: introspection: add crash action handling on event reply, Adalbert Lazăr
- [PATCH v8 59/81] KVM: introspection: add KVMI_VCPU_GET_CPUID, Adalbert Lazăr
- [PATCH v8 73/81] KVM: introspection: restore the state of MSR interception on unhook, Adalbert Lazăr
- [PATCH v8 48/81] KVM: introspection: add vCPU related data, Adalbert Lazăr
- [PATCH v8 60/81] KVM: introspection: add KVMI_EVENT_HYPERCALL, Adalbert Lazăr
- [PATCH v8 54/81] KVM: introspection: add KVMI_EVENT_PAUSE_VCPU, Adalbert Lazăr
- [PATCH v8 65/81] KVM: introspection: add KVMI_VCPU_INJECT_EXCEPTION + KVMI_EVENT_TRAP, Adalbert Lazăr
- [PATCH v8 58/81] KVM: introspection: add KVMI_VCPU_SET_REGISTERS, Adalbert Lazăr
- [PATCH v8 75/81] KVM: introspection: add KVMI_EVENT_PF, Adalbert Lazăr
- [PATCH v8 71/81] KVM: introspection: restore the state of descriptor-table register interception on unhook, Adalbert Lazăr
- [PATCH v8 80/81] KVM: introspection: emulate a guest page table walk on SPT violations due to A/D bit updates, Adalbert Lazăr
- [PATCH v8 45/81] KVM: introspection: add KVMI_EVENT_UNHOOK, Adalbert Lazăr
- [PATCH v8 44/81] KVM: introspection: add KVMI_VM_GET_INFO, Adalbert Lazăr
- [PATCH v8 52/81] KVM: introspection: add KVMI_VCPU_GET_INFO, Adalbert Lazăr
- [PATCH v8 46/81] KVM: introspection: add KVMI_VM_CONTROL_EVENTS, Adalbert Lazăr
- [PATCH v8 77/81] KVM: introspection: add KVMI_VCPU_CONTROL_SINGLESTEP, Adalbert Lazăr
- [PATCH v8 62/81] KVM: introspection: restore the state of #BP interception on unhook, Adalbert Lazăr
- [PATCH v8 74/81] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS, Adalbert Lazăr
- [PATCH v8 76/81] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features, Adalbert Lazăr
- [PATCH v8 47/81] KVM: introspection: add KVMI_VM_READ_PHYSICAL/KVMI_VM_WRITE_PHYSICAL, Adalbert Lazăr
- [PATCH v8 69/81] KVM: introspection: add KVMI_VCPU_GET_MTRR_TYPE, Adalbert Lazăr
- [PATCH v8 78/81] KVM: introspection: add KVMI_EVENT_SINGLESTEP, Adalbert Lazăr
- [PATCH v8 70/81] KVM: introspection: add KVMI_EVENT_DESCRIPTOR, Adalbert Lazăr
- [PATCH v8 63/81] KVM: introspection: add KVMI_VCPU_CONTROL_CR and KVMI_EVENT_CR, Adalbert Lazăr
- [PATCH v8 66/81] KVM: introspection: add KVMI_VM_GET_MAX_GFN, Adalbert Lazăr
- [PATCH v8 50/81] KVM: introspection: handle vCPU introspection requests, Adalbert Lazăr
- Re: [PATCH 4/6] tools/virtio: Make --reset reset ring idx, Michael S. Tsirkin
- [vhost:linux-next 8/13] include/linux/vringh.h:18:10: fatal error: linux/vhost_iotlb.h: No such file or directory,
kbuild test robot
Re: [PATCH 0/6] vhost: Reset batched descriptors on SET_VRING_BASE call,
Michael S. Tsirkin
<Possible follow-ups>
Re: [PATCH 0/6] vhost: Reset batched descriptors on SET_VRING_BASE call, Christian Borntraeger
[PATCH AUTOSEL 4.4 2/4] drm/bochs: downgrade pci_request_region failure from error to warning, Sasha Levin
[PATCH AUTOSEL 4.9 2/7] drm/bochs: downgrade pci_request_region failure from error to warning, Sasha Levin
[PATCH AUTOSEL 4.14 03/10] drm/bochs: downgrade pci_request_region failure from error to warning, Sasha Levin
[PATCH AUTOSEL 4.19 05/15] drm/bochs: downgrade pci_request_region failure from error to warning, Sasha Levin
[PATCH AUTOSEL 5.4 06/19] drm/bochs: downgrade pci_request_region failure from error to warning, Sasha Levin
[PATCH AUTOSEL 5.5 10/28] drm/bochs: downgrade pci_request_region failure from error to warning, Sasha Levin
[PATCH V9 0/9] vDPA support,
Jason Wang
[PATCH V9 8/9] vdpasim: vDPA device simulator, Jason Wang
[PATCH V9 9/9] virtio: Intel IFC VF driver for VDPA, Jason Wang
Re: [PATCH V9 0/9] vDPA support, Michael S. Tsirkin
[PATCH v2 0/3] iommu/virtio: Misc fixes,
Jean-Philippe Brucker
Re: [PATCH for QEMU v2] virtio-balloon: Add option cont-pages to set VIRTIO_BALLOON_VQ_INFLATE_CONT,
David Hildenbrand
Re: [PATCH for Linux v2] virtio_balloon: Add VIRTIO_BALLOON_VQ_INFLATE_CONT to handle THP split issue, Michael S. Tsirkin
Re: arm64 kernel crash in bochs_get_edid_block() with QEMU '-device VGA', Gerd Hoffmann
[PATCH V8 0/9] vDPA support,
Jason Wang
[PATCH V7 0/8] vDPA support,
Jason Wang
Re: [PATCH RFC] iommu/virtio: Use page size bitmap supported by endpoint,
Jean-Philippe Brucker
Message not available
Re: [PATCH v3,1/2] doc: zh_CN: index files in filesystems subdirectory, Jonathan Corbet
Re: [PATCH v3 0/4] Support virtio cross-device resources, Gerd Hoffmann
[PATCH] drm/virtio: fix OOB in virtio_gpu_object_create,
Jiri Slaby
[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support,
Joerg Roedel
[PATCH 04/70] x86/traps: Move some definitions to <asm/trap_defs.h>, Joerg Roedel
[PATCH 03/70] x86/cpufeatures: Add SEV-ES CPU feature, Joerg Roedel
[PATCH 06/70] x86/umip: Factor out instruction fetch, Joerg Roedel
[PATCH 07/70] x86/umip: Factor out instruction decoding, Joerg Roedel
[PATCH 08/70] x86/insn: Add insn_get_modrm_reg_off(), Joerg Roedel
[PATCH 10/70] x86/boot/compressed: Fix debug_puthex() parameter type, Joerg Roedel
[PATCH 09/70] x86/insn: Add insn_rep_prefix() helper, Joerg Roedel
[PATCH 01/70] KVM: SVM: Add GHCB definitions, Joerg Roedel
[PATCH 12/70] x86/boot/compressed/64: Add IDT Infrastructure, Joerg Roedel
[PATCH 13/70] x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c, Joerg Roedel
[PATCH 20/70] x86/boot/compressed/64: Check return value of kernel_ident_mapping_init(), Joerg Roedel
[PATCH 16/70] x86/boot/compressed/64: Don't pre-map memory in KASLR code, Joerg Roedel
[PATCH 38/70] x86/sev-es: Setup early #VC handler, Joerg Roedel
[PATCH 19/70] x86/boot/compressed/64: Call set_sev_encryption_mask earlier, Joerg Roedel
[PATCH 30/70] x86/head/64: Reload GDT after switch to virtual addresses, Joerg Roedel
[PATCH 17/70] x86/boot/compressed/64: Change add_identity_map() to take start and end, Joerg Roedel
[PATCH 21/70] x86/boot/compressed/64: Add function to map a page unencrypted, Joerg Roedel
[PATCH 24/70] x86/fpu: Move xgetbv()/xsetbv() into separate header, Joerg Roedel
[PATCH 34/70] x86/head/64: Load IDT earlier, Joerg Roedel
[PATCH 32/70] x86/head/64: Switch to initial stack earlier, Joerg Roedel
[PATCH 28/70] x86/idt: Move two function from k/idt.c to i/a/desc.h, Joerg Roedel
[PATCH 15/70] x86/boot/compressed/64: Always switch to own page-table, Joerg Roedel
[PATCH 18/70] x86/boot/compressed/64: Add stage1 #VC handler, Joerg Roedel
[PATCH 27/70] x86/idt: Split idt_data setup out of set_intr_gate(), Joerg Roedel
[PATCH 23/70] x86/sev-es: Add support for handling IOIO exceptions, Joerg Roedel
[PATCH 11/70] x86/boot/compressed/64: Disable red-zone usage, Joerg Roedel
[PATCH 35/70] x86/head/64: Move early exception dispatch to C code, Joerg Roedel
[PATCH 29/70] x86/head/64: Install boot GDT, Joerg Roedel
[PATCH 22/70] x86/boot/compressed/64: Setup GHCB Based VC Exception handler, Joerg Roedel
[PATCH 36/70] x86/sev-es: Add SEV-ES Feature Detection, Joerg Roedel
[PATCH 37/70] x86/sev-es: Compile early handler code into kernel image, Joerg Roedel
[PATCH 31/70] x86/head/64: Load segment registers earlier, Joerg Roedel
[PATCH 14/70] x86/boot/compressed/64: Add page-fault handler, Joerg Roedel
[PATCH 26/70] x86/idt: Move IDT to data segment, Joerg Roedel
[PATCH 33/70] x86/head/64: Build k/head64.c with -fno-stack-protector, Joerg Roedel
[PATCH 25/70] x86/sev-es: Add CPUID handling to #VC handler, Joerg Roedel
[PATCH 41/70] x86/sev-es: Add Runtime #VC Exception Handler, Joerg Roedel
[PATCH 44/70] x86/sev-es: Handle instruction fetches from user-space, Joerg Roedel
[PATCH 54/70] x86/sev-es: Handle INVD Events, Joerg Roedel
[PATCH 60/70] x86/sev-es: Handle #DB Events, Joerg Roedel
[PATCH 49/70] x86/sev-es: Handle MSR events, Joerg Roedel
[PATCH 39/70] x86/sev-es: Setup GHCB based boot #VC handler, Joerg Roedel
[PATCH 67/70] x86/head/64: Rename start_cpu0, Joerg Roedel
[PATCH 61/70] x86/paravirt: Allow hypervisor specific VMMCALL handling under SEV-ES, Joerg Roedel
[PATCH 55/70] x86/sev-es: Handle RDTSCP Events, Joerg Roedel
Message not available
[PATCH 51/70] x86/sev-es: Handle WBINVD Events, Joerg Roedel
[PATCH 66/70] x86/head/64: Don't call verify_cpu() on starting APs, Joerg Roedel
[PATCH 69/70] x86/cpufeature: Add SEV_ES_GUEST CPU Feature, Joerg Roedel
[PATCH 57/70] x86/sev-es: Handle MWAIT/MWAITX Events, Joerg Roedel
[PATCH 63/70] x86/vmware: Add VMware specific handling for VMMCALL under SEV-ES, Joerg Roedel
[PATCH 68/70] x86/sev-es: Support CPU offline/online, Joerg Roedel
[PATCH 50/70] x86/sev-es: Handle DR7 read/write events, Joerg Roedel
[PATCH 64/70] x86/realmode: Add SEV-ES specific trampoline entry point, Joerg Roedel
[PATCH 62/70] x86/kvm: Add KVM specific VMMCALL handling under SEV-ES, Joerg Roedel
[PATCH 52/70] x86/sev-es: Handle RDTSC Events, Joerg Roedel
[PATCH 42/70] x86/sev-es: Support nested #VC exceptions, Joerg Roedel
[PATCH 43/70] x86/sev-es: Wire up existing #VC exit-code handlers, Joerg Roedel
[PATCH 46/70] x86/sev-es: Filter exceptions not supported from user-space, Joerg Roedel
[PATCH 53/70] x86/sev-es: Handle RDPMC Events, Joerg Roedel
[PATCH 40/70] x86/sev-es: Setup per-cpu GHCBs for the runtime handler, Joerg Roedel
Message not available
[PATCH 56/70] x86/sev-es: Handle MONITOR/MONITORX Events, Joerg Roedel
[PATCH 48/70] x86/sev-es: Handle MMIO String Instructions, Joerg Roedel
[PATCH 45/70] x86/sev-es: Harden runtime #VC handler for exceptions from user-space, Joerg Roedel
[PATCH 58/70] x86/sev-es: Handle VMMCALL Events, Joerg Roedel
[PATCH 59/70] x86/sev-es: Handle #AC Events, Joerg Roedel
[PATCH 70/70] x86/sev-es: Add NMI state tracking, Joerg Roedel
[PATCH 47/70] x86/sev-es: Handle MMIO events, Joerg Roedel
[PATCH 65/70] x86/realmode: Setup AP jump table, Joerg Roedel
[PATCH AUTOSEL 4.9 10/15] virtio-blk: fix hw_queue stopped on arbitrary error, Sasha Levin
[PATCH AUTOSEL 4.14 20/28] virtio-blk: fix hw_queue stopped on arbitrary error, Sasha Levin
[PATCH AUTOSEL 4.19 23/37] virtio-blk: fix hw_queue stopped on arbitrary error, Sasha Levin
[PATCH AUTOSEL 5.4 37/73] virtio-blk: fix hw_queue stopped on arbitrary error, Sasha Levin
[PATCH AUTOSEL 5.4 38/73] virtio_balloon: Adjust label in virtballoon_probe, Sasha Levin
[PATCH AUTOSEL 5.4 36/73] virtio_ring: Fix mem leak with vring_new_virtqueue(), Sasha Levin
[PATCH] iommu/virtio: Reject IOMMU page granule larger than PAGE_SIZE,
Jean-Philippe Brucker
[PATCH V6 0/8] vDPA support,
Jason Wang
Re: [PATCH v2,2/2] doc: zh_CN: add translation for virtiofs, Alex Shi
Re: [PATCH v2,1/2] doc: zh_CN: index files in filesystems subdirectory, Alex Shi
Re: [PATCH 0/2] doc: zh_CN: facilitate translation for filesystems, Stefan Hajnoczi
[PATCH v1 0/3] drm: drm_encoder_init() => drm_encoder_init_funcs(),
Sam Ravnborg
[PATCH v3] drm/bochs: downgrade pci_request_region failure from error to warning,
Gerd Hoffmann
Re: [RFC for QEMU] virtio-balloon: Add option thp-order to set VIRTIO_BALLOON_F_THP_ORDER,
Michael S. Tsirkin
Re: [RFC for Linux] virtio_balloon: Add VIRTIO_BALLOON_F_THP_ORDER to handle THP spilt issue,
Michael S. Tsirkin
[PATCH v2 00/10] virtio-mem: paravirtualized memory,
David Hildenbrand
- [PATCH v2 01/10] virtio-mem: Paravirtualized memory hotplug, David Hildenbrand
- [PATCH v2 02/10] virtio-mem: Allow to specify an ACPI PXM as nid, David Hildenbrand
- [PATCH v2 03/10] virtio-mem: Paravirtualized memory hotunplug part 1, David Hildenbrand
- [PATCH v2 04/10] virtio-mem: Paravirtualized memory hotunplug part 2, David Hildenbrand
- [PATCH v2 05/10] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE, David Hildenbrand
- [PATCH v2 06/10] virtio-mem: Allow to offline partially unplugged memory blocks, David Hildenbrand
- [PATCH v2 07/10] mm/memory_hotplug: Introduce offline_and_remove_memory(), David Hildenbrand
- [PATCH v2 08/10] virtio-mem: Offline and remove completely unplugged memory blocks, David Hildenbrand
- [PATCH v2 09/10] virtio-mem: Better retry handling, David Hildenbrand
- [PATCH v2 10/10] MAINTAINERS: Add myself as virtio-mem maintainer, David Hildenbrand
- Message not available
Re: [PATCH v2 00/10] virtio-mem: paravirtualized memory, Michael S. Tsirkin
[PATCH] iommu/virtio: Fix sparse warning, Jean-Philippe Brucker
Re: [PATCH] virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serial, Amit Shah
[PATCH v4 0/1] mm: virtio-balloon fix to go through the -mm tree,
David Hildenbrand
Re: [PATCH RFC v2 12/24] hpsa: use reserved commands,
Ming Lei
[PATCH -next 000/491] treewide: use fallthrough;, Joe Perches
Re: [PATCH RFC v2 01/24] scsi: add 'nr_reserved_cmds' field to the SCSI host template,
Ming Lei
Re: [PATCH RFC v2 22/24] scsi: drop scsi command list, Christoph Hellwig
Re: [PATCH RFC v2 02/24] scsi: allocate separate queue for reserved commands,
Christoph Hellwig
[PATCH v1] MAINTAINERS: Add myself as virtio-balloon co-maintainer,
David Hildenbrand
[PATCH v3] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM,
David Hildenbrand
[PATCH v2] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM,
David Hildenbrand
[PATCH 00/15 v2] iommu: Move iommu_fwspec out of 'struct device',
Joerg Roedel
- [PATCH 03/15] drm/msm/mdp5: Remove direct access of dev->iommu_fwspec, Joerg Roedel
- [PATCH 02/15] ACPI/IORT: Remove direct access of dev->iommu_fwspec, Joerg Roedel
- [PATCH 04/15] iommu/tegra-gart: Remove direct access of dev->iommu_fwspec, Joerg Roedel
- [PATCH 07/15] iommu/arm-smmu: Fix uninitilized variable warning, Joerg Roedel
- [PATCH 06/15] iommu: Move iommu_fwspec to struct dev_iommu, Joerg Roedel
- [PATCH 05/15] iommu: Rename struct iommu_param to dev_iommu, Joerg Roedel
- [PATCH 13/15] iommu/qcom: Use accessor functions for iommu private data, Joerg Roedel
- [PATCH 01/15] iommu: Define dev_iommu_fwspec_get() for !CONFIG_IOMMU_API, Joerg Roedel
- [PATCH 08/15] iommu: Introduce accessors for iommu private data, Joerg Roedel
- [PATCH 15/15] iommu: Move fwspec->iommu_priv to struct dev_iommu, Joerg Roedel
- [PATCH 10/15] iommu/arm-smmu: Use accessor functions for iommu private data, Joerg Roedel
- [PATCH 14/15] iommu/virtio: Use accessor functions for iommu private data, Joerg Roedel
- [PATCH 09/15] iommu/arm-smmu-v3: Use accessor functions for iommu private data, Joerg Roedel
- [PATCH 12/15] iommu/mediatek: Use accessor functions for iommu private data, Joerg Roedel
- [PATCH 11/15] iommu/renesas: Use accessor functions for iommu private data, Joerg Roedel
[GIT PULL] virtio: fixes,
Michael S. Tsirkin
Re: [PATCH] drivers: virtio: Make out_del_vqs dependent on BALLOON_COMPACTION,
David Hildenbrand
[PATCH AUTOSEL 4.19 12/31] vhost: Check docket sk_family instead of call getname, Sasha Levin
[PATCH AUTOSEL 5.4 26/58] vhost: Check docket sk_family instead of call getname, Sasha Levin
[PATCH AUTOSEL 5.5 30/67] vhost: Check docket sk_family instead of call getname, Sasha Levin
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init(),
Thomas Zimmermann
- [PATCH 02/22] drm/atmel-hlcdc: Use simple encoder, Thomas Zimmermann
- [PATCH 04/22] drm/fsl-dcu: Use simple encoder, Thomas Zimmermann
- [PATCH 01/22] drm/arc: Use simple encoder, Thomas Zimmermann
- [PATCH 05/22] drm/gma500: Use simple encoder, Thomas Zimmermann
- [PATCH 08/22] drm/imx: Use simple encoder, Thomas Zimmermann
- [PATCH 06/22] drm/hisilicon/kirin: Use simple encoder, Thomas Zimmermann
- [PATCH 07/22] drm/i2c/tda998x: Use simple encoder, Thomas Zimmermann
- [PATCH 10/22] drm/mediatek: Use simple encoder, Thomas Zimmermann
- [PATCH 11/22] drm/rcar-du: Use simple encoder, Thomas Zimmermann
- [PATCH 09/22] drm/ingenic: Use simple encoder, Thomas Zimmermann
- [PATCH 03/22] drm/exynos: Use simple encoder, Thomas Zimmermann
- [PATCH 12/22] drm/rockchip: Use simple encoder, Thomas Zimmermann
- [PATCH 16/22] drm/tidss: Use simple encoder, Thomas Zimmermann
- [PATCH 15/22] drm/tegra: Use simple encoder, Thomas Zimmermann
- [PATCH 17/22] drm/tilcdc: Use simple encoder, Thomas Zimmermann
- [PATCH 13/22] drm/shmobile: Use simple encoder, Thomas Zimmermann
- [PATCH 18/22] drm/vc4: Use simple encoder, Thomas Zimmermann
- [PATCH 20/22] drm/vkms: Use simple encoder, Thomas Zimmermann
- [PATCH 19/22] drm/virtgpu: Use simple encoder, Thomas Zimmermann
- [PATCH 21/22] drm/writeback: Use simple encoder, Thomas Zimmermann
- [PATCH 14/22] drm/sun4i: Use simple encoder, Thomas Zimmermann
- [PATCH 22/22] drm/zte: Use simple encoder, Thomas Zimmermann
- Re: [PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init(), Daniel Vetter
- Re: [PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init(), Laurent Pinchart
Re: [PATCH RESEND] ptp: add VMware virtual PTP clock driver,
David Miller
Re: [PATCH v2 4/4] drm/virtio: Support virtgpu exported resources, Gerd Hoffmann
Re: [PATCH v2 1/4] dma-buf: add support for virtio exported objects, Gerd Hoffmann
Re: [virtio-dev] [PATCH v2 4/4] drm/virtio: Support virtgpu exported resources,
Gurchetan Singh
[PATCH v1 00/11] virtio-mem: paravirtualized memory,
David Hildenbrand
[PATCH v1 07/11] virtio-mem: Allow to offline partially unplugged memory blocks, David Hildenbrand
[PATCH v1 08/11] mm/memory_hotplug: Introduce offline_and_remove_memory(), David Hildenbrand
[PATCH v1 09/11] virtio-mem: Offline and remove completely unplugged memory blocks, David Hildenbrand
[PATCH v1 10/11] virtio-mem: Better retry handling, David Hildenbrand
[PATCH v1 11/11] MAINTAINERS: Add myself as virtio-mem maintainer, David Hildenbrand
Re: [PATCH v1 00/11] virtio-mem: paravirtualized memory, David Hildenbrand
[PATCH v4 0/3] virtio-net: introduce features defined in the spec,
Yuri Benditovich
[PATCH v3 0/3] virtio-net: introduce features defined in the spec,
Yuri Benditovich
[PATCH v2 0/3] virtio-net: introduce features defined in the spec,
Yuri Benditovich
Re: [PATCH RESEND] virtio: virtio_pci_legacy: Remove default y from Kconfig,
Michael S. Tsirkin
[PATCH 0/3] virtio-net: introduce features defined in the spec,
Yuri Benditovich
[PATCH v2 0/3] virtio-iommu on x86 and non-devicetree platforms,
Jean-Philippe Brucker
[Index of Archives]
[KVM]
[CentOS Virtualization]
[Kernel]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]