messages from 2023-10-16 16:06:39 to 2023-10-16 16:34:44 UTC [more...]
[RFC PATCH v5 00/16] KVM TDX: TDP MMU: large page support
2023-10-16 16:21 UTC (4+ 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
[PATCH v16 000/116] KVM TDX basic feature support
2023-10-16 16:15 UTC (69+ messages)
` [PATCH v16 004/116] KVM: VMX: Reorder vmx initialization with kvm vendor initialization
` [PATCH v16 010/116] KVM: TDX: Add TDX "architectural" error codes
` [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 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 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 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 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 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 092/116] KVM: TDX: Handle TDX PV HLT 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 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 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
[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
2023-10-16 16:19 UTC (9+ messages)
` [RFC PATCH 08/53] netfs: Add rsize to netfs_io_request
` [RFC PATCH 09/53] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [RFC PATCH 11/53] netfs: Add support for DIO buffering
[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 (6+ messages)
` [Intel-xe] [PATCH v2 4/6] drm/xe: Extract MI_* instructions to their own header
` [Intel-xe] [PATCH v2 6/6] drm/xe/debugfs: Include GFXPIPE commands in LRC dump
[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] "
[XEN PATCH v2 0/8] address violations of MISRA C:2012 Rule 10.1
2023-10-16 16:30 UTC (5+ messages)
` [XEN PATCH][for-next][for-4.19 v2 1/8] xen/include: add macro LOWEST_BIT
[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 (14+ 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)
[PATCH v3 00/19] IOMMUFD Dirty Tracking
2023-10-16 16:25 UTC (12+ messages)
` [PATCH v3 02/19] vfio: Move iova_bitmap into iommu core
[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 (5+ messages)
` [PATCH v4 00/38] arm64: Remove cpus_have_const_cap()
[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 (6+ 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)
[PATCH] tests/vm/freebsd: Add additional library paths for libfdt
2023-10-16 16:10 UTC
[PATCH v1 1/6] leds: gpio: Keep driver firmware interface agnostic
2023-10-16 16:10 UTC (6+ messages)
` [PATCH v1 2/6] leds: gpio: Utilise PTR_ERR_OR_ZERO()
` [PATCH v1 3/6] leds: gpio: Refactor code to use devm_gpiod_get_index_optional()
` [PATCH v1 4/6] leds: gpio: Move temporary variable for struct device to gpio_led_probe()
` [PATCH v1 5/6] leds: gpio: Remove unneeded assignment
` [PATCH v1 6/6] leds: gpio: Update headers
[PATCH 0/2] Add and use new helper acpi_use_parent_companion
2023-10-16 16:09 UTC (4+ messages)
` [PATCH 1/2] ACPI: Add "
` [PATCH 2/2] i2c: i801: Use new "
[PATCH] xfs: only remap the written blocks in xfs_reflink_end_cow_extent
2023-10-16 16:10 UTC (3+ messages)
[PATCH v14 00/12] FUSE passthrough for file io
2023-10-16 16:09 UTC (13+ messages)
` [PATCH v14 01/12] fs: prepare for stackable filesystems backing file helpers
` [PATCH v14 02/12] fs: factor out backing_file_{read,write}_iter() helpers
` [PATCH v14 03/12] fs: factor out backing_file_splice_{read,write}() helpers
` [PATCH v14 04/12] fs: factor out backing_file_mmap() helper
` [PATCH v14 05/12] fuse: factor out helper for FUSE_DEV_IOC_CLONE
` [PATCH v14 06/12] fuse: introduce FUSE_PASSTHROUGH capability
` [PATCH v14 07/12] fuse: pass optional backing_id in struct fuse_open_out
` [PATCH v14 08/12] fuse: implement ioctls to manage backing files
` [PATCH v14 09/12] fuse: implement read/write passthrough
` [PATCH v14 10/12] fuse: implement splice_{read/write} passthrough
` [PATCH v14 11/12] fuse: implement passthrough for mmap
` [PATCH v14 12/12] fuse: implement passthrough for readdir
[PATCH] semihosting/arm-compat: Have TARGET_SYS_EXIT[_EXTENDED] return signed
2023-10-16 16:08 UTC (2+ messages)
[PATCH v2] ACPI: resource: Do IRQ override on TongFang GMxXGxx
2023-10-16 16:08 UTC
[PATCH v3] ref-manual: Add documentation for the unimplemented-ptest QA warning
2023-10-16 16:07 UTC (2+ messages)
[linux-linus test] 183380: tolerable FAIL - PUSHED
2023-10-16 16:07 UTC
[RFC PATCH 0/5] Move video memory reservation for SPL at the end of RAM
2023-10-16 16:06 UTC (6+ messages)
` [RFC PATCH 1/5] arm: mach-k3: common: Reserve video memory from end of the RAM
` [RFC PATCH 2/5] board: ti: am62x: evm: Remove video_setup from spl_board_init
` [RFC PATCH 3/5] common/board_f: Catch bloblist before starting resevatinos
` [RFC PATCH 4/5] video: Skip framebuffer reservation if already reserved
` [RFC PATCH 5/5] video: Fill video handoff in video post probe
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.