All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-16 16:12:02 to 2023-10-16 16:37:57 UTC [more...]

[PATCH] selftests/nolibc: add tests for multi-object linkage
 2023-10-16 16:24 UTC  (11+ messages)

[PATCH v16 000/116] KVM TDX basic feature support
 2023-10-16 16:15 UTC  (89+ messages)
` [PATCH v16 001/116] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v16 004/116] KVM: VMX: Reorder vmx initialization with kvm vendor initialization
` [PATCH v16 007/116] KVM: TDX: Make TDX VM type supported
` [PATCH v16 008/116] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v16 010/116] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v16 011/116] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v16 012/116] KVM: TDX: Retry SEAMCALL on the lack of entropy error
` [PATCH v16 013/116] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v16 014/116] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v16 016/116] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v16 018/116] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v16 019/116] KVM: x86, tdx: Make KVM_CAP_MAX_VCPUS backend specific
` [PATCH v16 020/116] KVM: TDX: create/destroy VM structure
` [PATCH v16 021/116] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v16 023/116] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v16 024/116] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v16 027/116] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v16 028/116] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v16 030/116] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v16 033/116] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v16 034/116] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_mask/shadow_present_mask
` [PATCH v16 035/116] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v16 038/116] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v16 039/116] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v16 040/116] KVM: x86/mmu: Assume guest MMIOs are shared
` [PATCH v16 041/116] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v16 042/116] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v16 043/116] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v16 044/116] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v16 045/116] KVM: x86/tdp_mmu: Sprinkle __must_check
` [PATCH v16 046/116] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v16 047/116] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v16 048/116] KVM: x86/mmu: TDX: Do not enable page track for TD guest
` [PATCH v16 049/116] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH v16 050/116] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [PATCH v16 051/116] KVM: TDX: Add accessors VMX VMCS helpers
` [PATCH v16 052/116] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v16 053/116] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
` [PATCH v16 054/116] KVM: TDX: Require TDP MMU and mmio caching for TDX
` [PATCH v16 055/116] KVM: TDX: TDP MMU TDX support
` [PATCH v16 056/116] KVM: TDX: MTRR: implement get_mt_mask() for TDX
` [PATCH v16 057/116] [MARKER] The start of TDX KVM patch series: TD finalization
` [PATCH v16 058/116] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v16 059/116] KVM: TDX: Create initial guest memory
` [PATCH v16 060/116] KVM: TDX: Finalize VM initialization
` [PATCH v16 061/116] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [PATCH v16 062/116] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v16 063/116] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v16 064/116] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v16 065/116] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v16 066/116] KVM: TDX: restore user ret MSRs
` [PATCH v16 068/116] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [PATCH v16 069/116] KVM: TDX: complete interrupts after tdexit
` [PATCH v16 070/116] KVM: TDX: restore debug store when TD exit
` [PATCH v16 071/116] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v16 072/116] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v16 073/116] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v16 074/116] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [PATCH v16 076/116] KVM: TDX: Implement interrupt injection
` [PATCH v16 077/116] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v16 078/116] KVM: TDX: Implement methods to inject NMI
` [PATCH v16 079/116] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH v16 080/116] KVM: VMX: Move NMI/exception handler to common helper
` [PATCH v16 081/116] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH v16 082/116] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v16 083/116] KVM: TDX: Handle vmentry failure for INTEL TD guest
` [PATCH v16 086/116] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH v16 088/116] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH v16 089/116] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL
` [PATCH v16 090/116] KVM: TDX: Add KVM Exit for TDX TDG.VP.VMCALL
` [PATCH v16 091/116] KVM: TDX: Handle TDX PV CPUID hypercall
` [PATCH v16 092/116] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH v16 093/116] KVM: TDX: Handle TDX PV port io hypercall
` [PATCH v16 094/116] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v16 095/116] KVM: TDX: Implement callbacks for MSR operations for TDX
` [PATCH v16 096/116] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
` [PATCH v16 097/116] KVM: TDX: Handle MSR MTRRCap and MTRRDefType access
` [PATCH v16 098/116] KVM: TDX: Handle MSR IA32_FEAT_CTL MSR and IA32_MCG_EXT_CTL
` [PATCH v16 099/116] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
` [PATCH v16 102/116] KVM: TDX: Add methods to ignore accesses to CPU state
` [PATCH v16 103/116] KVM: TDX: Add methods to ignore guest instruction emulation
` [PATCH v16 104/116] KVM: TDX: Add a method to ignore dirty logging
` [PATCH v16 106/116] KVM: TDX: Add methods to ignore accesses to TSC
` [PATCH v16 107/116] KVM: TDX: Ignore setting up mce
` [PATCH v16 111/116] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)
` [PATCH v16 112/116] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU
` [PATCH v16 115/116] RFC: KVM: x86, TDX: Add check for KVM_SET_CPUID2
` [PATCH v16 116/116] [MARKER] the end of (the first phase of) TDX KVM patch series

[Intel-xe] [PATCH v3 0/6] LRC debugfs and general instruction tweaks
 2023-10-16 16:37 UTC  (8+ messages)
` [Intel-xe] [PATCH v3 1/6] drm/xe: Make MI_FLUSH_DW immediate size more explicit
` [Intel-xe] [PATCH v3 2/6] drm/xe: Separate number of registers from MI_LRI opcode
` [Intel-xe] [PATCH v3 3/6] drm/xe: Clarify number of dwords/qwords stored by MI_STORE_DATA_IMM
` [Intel-xe] [PATCH v3 4/6] drm/xe: Extract MI_* instructions to their own header
` [Intel-xe] [PATCH v3 5/6] drm/xe/debugfs: Add dump of default LRCs' MI instructions
` [Intel-xe] [PATCH v3 6/6] drm/xe/debugfs: Include GFXPIPE commands in LRC dump
` [Intel-xe] ✓ CI.Patch_applied: success for LRC debugfs and general instruction tweaks (rev4)

[XEN PATCH v2 0/8] address violations of MISRA C:2012 Rule 10.1
 2023-10-16 16:36 UTC  (10+ messages)
` [XEN PATCH][for-next][for-4.19 v2 1/8] xen/include: add macro LOWEST_BIT
` [XEN PATCH][for-next v2 5/8] x86/io_apic: address violation of MISRA C:2012 Rule 10.1

[RFC PATCH v5 00/16] KVM TDX: TDP MMU: large page support
 2023-10-16 16:21 UTC  (5+ messages)
` [RFC PATCH v5 07/16] KVM: MMU: Introduce level info in PFERR code
` [RFC PATCH v5 11/16] KVM: x86/tdp_mmu: Split the large page when zap leaf
` [RFC PATCH v5 12/16] KVM: x86/tdp_mmu, TDX: Split a large page when 4KB page within it converted to shared
` [RFC PATCH v5 14/16] KVM: x86/tdp_mmu: TDX: Implement merge pages into a large page

[PATCH] Toaster: Bug-fix failure on tests.browser.test_layerdetails_page
 2023-10-16 16:36 UTC 

[PATCH] Toaster: Bug-fix failure on tests.browser.test_layerdetails_page
 2023-10-16 16:35 UTC 

[PATCH v2 0/2] elf2dmp: fixes of code analysis warnings
 2023-10-16 16:35 UTC  (2+ messages)

[virtio-comment] [PATCH v1 0/7] virtio-net: Support flow filter for receive packets
 2023-10-16 16:35 UTC  (4+ messages)
` [virtio-comment] [PATCH v1 2/7] virtio-net: Add flow filter capabilities read commands
  ` [virtio-comment] RE: [EXT] "

[PATCH RFC 1/1] KVM: x86: add param to update master clock periodically
 2023-10-16 16:25 UTC  (14+ messages)

[PATCH v3 00/19] IOMMUFD Dirty Tracking
 2023-10-16 16:34 UTC  (13+ messages)
` [PATCH v3 02/19] vfio: Move iova_bitmap into iommu core

[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-10-16 16:19 UTC  (4+ messages)
` [RFC PATCH 08/53] netfs: Add rsize to netfs_io_request

[PATCH] xlnx-zynqmp-efuse: hw/nvram: Remove deprecated device reset
 2023-10-16 16:31 UTC  (2+ messages)

[PULL 00/38] Migration 20231016 patches
 2023-10-16 16:31 UTC  (2+ messages)

mm: Unable to handle kernel NULL pointer dereference at virtual address - mmap_region (include/linux/fs.h:580 mm/mmap.c:2946)
 2023-10-16 16:32 UTC  (3+ messages)

[PATCH] systemd: fix packaging tpm2 plugin for cryptsetup
 2023-10-16 16:31 UTC  (2+ messages)
` [OE-core] "

[PATCHv2] efi/unaccepted: Fix soft lockups caused by parallel memory acceptance
 2023-10-16 16:31 UTC 

[Intel-xe] [PATCH v2 0/6] LRC debugfs and general instruction tweaks
 2023-10-16 16:31 UTC  (4+ messages)
` [Intel-xe] [PATCH v2 4/6] drm/xe: Extract MI_* instructions to their own header

[PATCH] xlnx-versal-efuse: hw/nvram: Remove deprecated device reset
 2023-10-16 16:31 UTC  (2+ messages)

[PATCH] xlnx-bbram: hw/nvram: Use dot in device type name
 2023-10-16 16:30 UTC  (2+ messages)

[virtio-comment] [PATCH v3 0/2] Support enabling virtqueue after DRIVER_OK
 2023-10-16 16:30 UTC  (4+ messages)
` [virtio-comment] "

[PATCH 0/1] Bluetooth: ISO: Allow binding a PA sync socket
 2023-10-16 16:30 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] xlnx-bbram: hw/nvram: Remove deprecated device reset
 2023-10-16 16:29 UTC  (2+ messages)

[PATCH v3 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
 2023-10-16 16:29 UTC  (8+ messages)
` [PATCH v3 4/4] migration/qapi: Drop @MigrationParameter enum

[PATCH 0/9] Suspend to RAM support for K3 J7200
 2023-10-16 16:29 UTC  (3+ messages)
` [PATCH 1/9] DO NOT MERGE: arm: dts: k3-j7200-r5-common: Add pmic node for esm

[PATCH net v2] net: ti: icssg-prueth: Fix r30 CMDs bitmasks
 2023-10-16 16:28 UTC  (2+ messages)

[PATCH] KVM: x86: hyper-v: Don't auto-enable stimer during deserialization
 2023-10-16 16:27 UTC  (4+ messages)

[PATCH] hw/arm/exynos4210: Get arm_boot_info declaration from 'hw/arm/boot.h'
 2023-10-16 16:27 UTC  (2+ messages)

[PATCH v7 12/12] app/graph: add l3fwd use case
 2023-10-16 16:27 UTC  (4+ messages)
` [PATCH v8 00/12] add CLI based graph application

[PATCH v3 1/2] x86/cpu/intel: Fix MTRR verification for TME enabled platforms
 2023-10-16 16:26 UTC  (9+ messages)

[PATCH v4 0/3] permit write-sealed memfd read-only shared mappings
 2023-10-16 16:27 UTC  (3+ messages)
` [PATCH v4 3/3] mm: perform the mapping_map_writable() check after call_mmap()

[PATCH 2/3] PCI: layerscape: add suspend/resume for ls1021a
 2023-10-16 16:25 UTC  (12+ messages)

ath11k: QCA6390 hw2.0: firmware crashing on ath.git master branch
 2023-10-16 16:26 UTC 

[PATCH] hw/arm: Move raspberrypi-fw-defs.h to the include/hw/arm/ folder
 2023-10-16 16:26 UTC  (2+ messages)

[PATCH] Update PACKAGECONFIG term and add custom example
 2023-10-16 16:26 UTC  (2+ messages)
` [docs] "

[PATCH] x86/mce: Increase the size of the MCE pool from 2 to 8 pages
 2023-10-16 16:14 UTC  (8+ messages)

[Intel-xe] [PATCH 0/1] x86/alternatives: Disable KASAN in apply_alternatives()
 2023-10-16 16:25 UTC  (5+ messages)
` [Intel-xe] [PATCH 1/1] "
` [Intel-xe] ✓ CI.BAT: success for "

[PATCH for-4.18] docs/sphinx: Lifecycle of a domid
 2023-10-16 16:24 UTC 

[PATCH 1/1] target/arm: Adding a check for the result of calling the CPU information check function
 2023-10-16 16:23 UTC  (2+ messages)

[PATCH 0/3] rev-list: add support for commits in `--missing`
 2023-10-16 16:24 UTC  (3+ messages)
` [PATCH v2 "

[PATCH net-next 0/4] net: remove last of the phylink validate methods and clean up
 2023-10-16 16:23 UTC  (3+ messages)
` [PATCH net-next 2/4] net: fman: convert to .mac_get_caps()

[PATCH v4 0/2] xen/arm: Enlarge identity map space
 2023-10-16 16:23 UTC  (12+ messages)
` [PATCH v4 2/2] xen/arm: Enlarge identity map space to 10TB

[PATCH net-next v5 00/16] net: Make timestamping selectable
 2023-10-16 16:23 UTC  (11+ messages)
` [PATCH net-next v5 08/16] net: ethtool: Add a command to expose current time stamping layer

[PATCH] cmd: mbr: Allow 4 MBR partitions without need for extended
 2023-10-16 16:22 UTC  (5+ messages)
  ` [PATCH v2] "

[RFC][PATCH v4 0/4] drm/panic: Add a drm panic handler
 2023-10-16 16:22 UTC  (4+ messages)
` [PATCH v4 1/4] drm/format-helper: Export line conversion helper for drm_panic

[PATCH v7 00/16] introduce more MDP3 components in MT8195
 2023-10-16 16:21 UTC  (10+ messages)
` [PATCH v7 15/16] dt-bindings: display: mediatek: split: add compatible for MT8195

[PATCH iproute2] bridge: fdb: add an error print for unknown command
 2023-10-16 16:19 UTC  (4+ messages)

[PATCH RFC V2 00/37] Support of Virtual CPU Hotplug for ARMv8 Arch
 2023-10-16 16:20 UTC  (10+ messages)
` [PATCH RFC V2 07/37] arm/virt,gicv3: Changes to pre-size GIC with possible vcpus @machine init
    ` [PATCH RFC V2 07/37] arm/virt, gicv3: "
` [PATCH RFC V2 09/37] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file

[PATCH v2 1/3] PCI: layerscape: Add function pointer for exit_from_l2()
 2023-10-16 16:17 UTC  (9+ messages)
` [PATCH v2 2/3] PCI: layerscape: Add suspend/resume for ls1021a
` [PATCH v2 3/3] PCI: layerscape: Add suspend/resume for ls1043a

[PATCH iproute] ip: fix memory leak in 'ip maddr show'
 2023-10-16 16:20 UTC  (2+ messages)

[PATCH v4 10/38] arm64: Explicitly save/restore CPACR when probing SVE and SME
 2023-10-16 16:19 UTC  (4+ messages)

[PATCH net-next,v3] tcp: Set pingpong threshold via sysctl
 2023-10-16 16:17 UTC  (2+ messages)

[PATCH net] qed: fix LL2 RX buffer allocation
 2023-10-16 16:17 UTC  (2+ messages)

[PATCH v2 1/4] spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector()
 2023-10-16 16:16 UTC  (4+ messages)
` [PATCH v2 2/4] ARM: imx: Factor out parsing of ROM log
` [PATCH v2 3/4] ARM: imx: Use correct U-Boot offset in case of secondary boot from eMMC
` [PATCH v2 4/4] ARM: imx: Add support for detecting primary/secondary bmode on MX8M

[PATCH] uboot-extlinux-config.bbclass: fix missed override syntax migration
 2023-10-16 16:16 UTC  (3+ messages)

[PATCH v2 0/3] nfs-utils: gssd support for KRB5_AP_ERR_BAD_INTEGRITY
 2023-10-16 16:15 UTC  (2+ messages)

[PATCH v3 5/9] board_f: Fix corruption of relocaddr
 2023-10-16 16:15 UTC  (15+ messages)

[PATCH 0/5] Add Support for RK3566 Powkiddy RGB30
 2023-10-16 16:07 UTC  (5+ messages)
` [PATCH 3/5] drm/panel: st7703: Add Powkiddy RGB30 Panel Support

[PATCH 1/2] profiles: Add support for Audio Locations
 2023-10-16 16:13 UTC  (2+ messages)

[PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks
 2023-10-16 16:11 UTC  (2+ messages)

[PATCH] efi/unaccepted: Fix soft lockups caused by parallel memory acceptance
 2023-10-16 16:11 UTC  (3+ messages)

[PATCH] perf vendor events: Update PMC used in PM_RUN_INST_CMPL event for power10 platform
 2023-10-16 16:11 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.