messages from 2023-11-07 14:26:29 to 2023-11-07 15:05:00 UTC [more...]
[PATCH 0/5] Qualcomm PMIC fixes
2023-11-07 14:29 UTC (4+ messages)
` [PATCH 2/5] gpio: qcom_pmic: rework pwrkey driver into a button driver
[PATCH v6 00/16] KVM TDX: TDP MMU: large page support
2023-11-07 15:00 UTC (10+ messages)
` [PATCH v6 01/16] KVM: TDP_MMU: Go to next level if smaller private mapping exists
` [PATCH v6 09/16] KVM: TDX: Pass desired page level in err code for page fault handler
` [PATCH v6 10/16] KVM: x86/tdp_mmu: Allocate private page table for large page split
` [PATCH v6 11/16] KVM: x86/tdp_mmu: Split the large page when zap leaf
` [PATCH v6 12/16] KVM: x86/tdp_mmu, TDX: Split a large page when 4KB page within it converted to shared
` [PATCH v6 13/16] KVM: x86/tdp_mmu: Try to merge pages into a large page
` [PATCH v6 14/16] KVM: x86/tdp_mmu: TDX: Implement "
` [PATCH v6 15/16] KVM: x86/mmu: Make kvm fault handler aware of large page of private memslot
` [PATCH v6 16/16] KVM: TDX: Allow 2MB large page for TD GUEST
[Intel-xe] [PATCH] drm/xe: Fix unbind of unaccessed VMA (fault mode)
2023-11-07 8:03 UTC (2+ messages)
[PATCH v17 000/116] KVM TDX basic feature support
2023-11-07 14:57 UTC (81+ messages)
` [PATCH v17 001/116] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v17 002/116] KVM: x86/vmx: initialize loaded_vmcss_on_cpu in vmx_hardware_setup()
` [PATCH v17 003/116] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
` [PATCH v17 004/116] KVM: VMX: Reorder vmx initialization with kvm vendor initialization
` [PATCH v17 005/116] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v17 006/116] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v17 007/116] KVM: TDX: Make TDX VM type supported
` [PATCH v17 008/116] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v17 009/116] KVM: TDX: Define "
` [PATCH v17 010/116] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v17 011/116] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v17 012/116] KVM: TDX: Retry SEAMCALL on the lack of entropy error
` [PATCH v17 013/116] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v17 014/116] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v17 015/116] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v17 016/116] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v17 017/116] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v17 018/116] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v17 019/116] KVM: x86, tdx: Make KVM_CAP_MAX_VCPUS backend specific
` [PATCH v17 020/116] KVM: TDX: create/destroy VM structure
` [PATCH v17 021/116] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v17 022/116] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v17 023/116] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v17 024/116] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v17 025/116] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v17 026/116] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v17 027/116] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v17 028/116] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v17 029/116] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v17 030/116] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v17 031/116] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
` [PATCH v17 032/116] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v17 033/116] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v17 034/116] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_mask/shadow_present_mask
` [PATCH v17 035/116] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v17 036/116] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v17 037/116] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v17 038/116] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v17 039/116] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v17 040/116] KVM: x86/mmu: Assume guest MMIOs are shared
` [PATCH v17 041/116] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v17 042/116] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v17 043/116] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v17 044/116] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v17 045/116] KVM: x86/tdp_mmu: Sprinkle __must_check
` [PATCH v17 046/116] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v17 047/116] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v17 048/116] KVM: x86/mmu: TDX: Do not enable page track for TD guest
` [PATCH v17 049/116] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH v17 050/116] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [PATCH v17 051/116] KVM: TDX: Add accessors VMX VMCS helpers
` [PATCH v17 052/116] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v17 053/116] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
` [PATCH v17 054/116] KVM: TDX: Require TDP MMU and mmio caching for TDX
` [PATCH v17 055/116] KVM: TDX: TDP MMU TDX support
` [PATCH v17 056/116] KVM: TDX: MTRR: implement get_mt_mask() for TDX
` [PATCH v17 057/116] [MARKER] The start of TDX KVM patch series: TD finalization
` [PATCH v17 058/116] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v17 059/116] KVM: TDX: Create initial guest memory
` [PATCH v17 060/116] KVM: TDX: Finalize VM initialization
` [PATCH v17 062/116] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v17 063/116] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v17 064/116] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v17 069/116] KVM: TDX: complete interrupts after tdexit
` [PATCH v17 070/116] KVM: TDX: restore debug store when TD exit
` [PATCH v17 072/116] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v17 092/116] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH v17 100/116] KVM: TDX: Silently discard SMI request
` [PATCH v17 104/116] KVM: TDX: Add a method to ignore dirty logging
` [PATCH v17 105/116] KVM: TDX: Add methods to ignore VMX preemption timer
` [PATCH v17 107/116] KVM: TDX: Ignore setting up mce
` [PATCH v17 108/116] KVM: TDX: Add a method to ignore for TDX to ignore hypercall patch
` [PATCH v17 109/116] KVM: TDX: Add methods to ignore virtual apic related operation
` [PATCH v17 110/116] KVM: TDX: Inhibit APICv for TDX guest
` [PATCH v17 111/116] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)
` [PATCH v17 112/116] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU
` [PATCH v17 113/116] KVM: TDX: Add hint TDX ioctl to release Secure-EPT
` [PATCH v17 114/116] RFC: KVM: x86: Add x86 callback to check cpuid
` [PATCH v17 115/116] RFC: KVM: x86, TDX: Add check for KVM_SET_CPUID2
` [PATCH v17 116/116] [MARKER] the end of (the first phase of) TDX KVM patch series
[PATCH v10 3/5] PCI: move pci_clear_and_set_dword helper to pci header
2023-11-07 15:03 UTC (2+ messages)
[PATCH] classes/image-live: Add support for building EFI-bootable ISO images for architectures other than x86 and x86_64
2023-11-07 15:03 UTC (3+ messages)
` [OE-core] "
Patchtest results for [PATCH] classes/image-live: Add support for building EFI-bootable ISO images for architectures other than x86 and x86_64
2023-11-07 15:03 UTC
[RFC PATCH] fs: make s_count atomic_t
2023-11-07 15:01 UTC (4+ messages)
[PATCH mptcp-net] mptcp: fix possible NULL pointer dereference on close
2023-11-07 14:58 UTC (3+ messages)
[PATCH AUTOSEL 5.4 1/6] drm/komeda: drop all currently held locks if deadlock happens
2023-11-07 12:31 UTC (2+ messages)
` [PATCH AUTOSEL 5.4 2/6] drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7
[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
2023-11-07 14:49 UTC (4+ messages)
` [PATCH 06/10] scheduler: Remove the now superfluous sentinel elements from ctl_table array
[Bug report] A variant deadlock issue of CPU hot-unplug operation vs. the CFS bandwidth timer
2023-11-07 14:57 UTC (2+ messages)
[PATCH] f2fs: the name of a struct is wrong in a comment
2023-11-07 14:56 UTC (3+ messages)
` [f2fs-dev] "
[RFC v1 0/8] vhost-vdpa: add support for iommufd
2023-11-07 14:55 UTC (9+ messages)
[xen-unstable-smoke test] 183705: tolerable all pass - PUSHED
2023-11-07 14:55 UTC
[PATCH] arm64: dts: imx8mn-var-som-symphony: add vcc supply for PCA9534
2023-11-07 14:54 UTC (6+ messages)
[PATCH] audio: don't abort on f32 audio format in wav backend
2023-11-07 14:53 UTC (3+ messages)
[f2fs-dev] [PATCH] f2fs: fix thread name cannot be fully displayed
2023-11-07 14:53 UTC (3+ messages)
` "
[Intel-xe] [drm-xe:oak/drm-evictable-lru 2911/3055] drivers/gpu/drm/i915/display/intel_display_power.h: linux/mutex.h is included more than once
2023-11-07 14:53 UTC (4+ messages)
` "
[GIT PULL] vfs fanotify fsid updates
2023-11-07 14:49 UTC
[PATCH] drm/amdgpu: move buffer funcs setting up a level
2023-11-07 14:52 UTC (11+ messages)
[PATCH v2 0/4] Misc ati-vga patches
2023-11-07 14:51 UTC (3+ messages)
` [PATCH v2 1/4] ati-vga: Fix aperture sizes
[meta-virtualization][PATCH v2] classes/image-oci: Map image architecture correctly
2023-11-07 14:51 UTC (3+ messages)
[PATCH] scripts/cpu-x86-uarch-abi.py: Fix parameter error of cmd
2023-11-07 15:01 UTC (3+ messages)
[PATCH v4 0/3] arm64: Add a build target for Flat Image Tree
2023-11-07 14:48 UTC (8+ messages)
` [PATCH v4 1/3] kbuild: arm64: Add BOOT_TARGETS variable
` [PATCH v4 2/3] arm: boot: Move the single quotes for image name
` [PATCH v4 3/3] arm64: boot: Support Flat Image Tree
fs/bcachefs/btree_update_interior.c:1582 btree_split() warn: variable dereferenced before check 'path1' (see line 1483)
2023-11-07 14:49 UTC
[PATCH 00/29] tools: enable xenstore-stubdom to use 9pfs
2023-11-07 14:49 UTC (11+ messages)
` [PATCH 12/29] tools/xenlogd: add 9pfs stat request support
` [PATCH 13/29] tools/xenlogd: add 9pfs write "
` [PATCH 14/29] tools/xenlogd: add 9pfs read "
[PATCH v2 0/3] arm64: Add a build target for Flat Image Tree
2023-11-07 14:47 UTC (7+ messages)
` [PATCH v2 2/3] arm: boot: Use double quotes for image name
[igt-dev] [PATCH i-g-t 0/2] Add dg1 compute pipeline
2023-11-07 14:48 UTC (3+ messages)
` [igt-dev] [PATCH i-g-t 1/2] lib/intel_compute: Prepare tgllp compute functions to be dg1 ready
` [igt-dev] [PATCH i-g-t 2/2] lib/intel_compute: Add dg1 compute implementation for i915
[Nouveau] [bug report] drm/nouveau/gsp/r535: add support for booting GSP-RM
2023-11-07 14:47 UTC (2+ messages)
[PATCH v11] platform/x86: Add Silicom Platform Driver
2023-11-07 14:47 UTC (2+ messages)
Using Laird Connectivity Bluetooth LE PTS dongle with Linux
2023-11-07 14:47 UTC (2+ messages)
[RFC PATCH 0/4] address MISRA C:2012 Rule 15.2
2023-11-07 14:45 UTC (4+ messages)
` [RFC PATCH 4/4] automation/eclair: add deviation for certain backwards goto
selftests: arm64: fp-stress: Unable to handle kernel paging request at virtual address
2023-11-07 14:44 UTC (4+ messages)
[PATCH v7 0/4] arm64: qcom: sa8775p: add support for EP PCIe
2023-11-07 14:44 UTC (3+ messages)
` [PATCH v7 3/4] PCI: epf-mhi: Add support for SA8775P
[PATCH v5 0/7] SCHED_DEADLINE server infrastructure
2023-11-07 14:44 UTC (5+ messages)
` [PATCH v5 7/7] sched/fair: Fair server interface
[PATCH] drm/amdgpu: Refactor 'amdgpu_connector_dvi_detect' in amdgpu_connectors.c
2023-11-07 14:43 UTC (2+ messages)
[PATCH v7 0/3] Add emulation of AmigaOne XE board
2023-11-07 14:42 UTC (4+ messages)
[PATCH v2 0/3] docs: update x86 CPU model ABI matrix docs
2023-11-07 14:41 UTC (3+ messages)
[PATCH 1/2] CI: Add meta-secure-core to pending-upgrades for corstone1000
2023-11-07 14:36 UTC (2+ messages)
[PATCH] arm/generic-arm64: remove obsolete SERIAL_CONSOLES_CHECK
2023-11-07 14:36 UTC (2+ messages)
[PATCH] arm-bsp/documentation: corstone1000: enable debug-tweaks
2023-11-07 14:36 UTC (2+ messages)
[mhiramat:topic/fprobe-on-fgraph 26/35] kernel/trace/fgraph.c:724:32: error: implicit declaration of function 'ftrace_regs_return_value'; did you mean 'ftrace_regs_set_return_value'?
2023-11-07 14:37 UTC
[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
2023-11-07 14:38 UTC (7+ messages)
` [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access
[RFC PATCH v4 0/4] dts: add dts api docs
2023-11-07 14:39 UTC (4+ messages)
` [PATCH v5 00/23] "
` [PATCH v5 03/23] dts: add basic developer docs
[f2fs-dev] [PATCH 1/1] f2fs: fix fallocate failed under pinned block situation
2023-11-07 14:39 UTC (3+ messages)
` "
[PATCH v4 00/41] vfio: Adopt iommufd
2023-11-07 14:37 UTC (4+ messages)
` [PATCH v4 25/41] Add iommufd configure option
[Intel-xe] [PATCH 0/5] mei: hdcp/pxp: adapt for Xe driver
2023-11-07 14:35 UTC (7+ messages)
` [Intel-xe] [PATCH 5/5] mei: pxp: add dependency on "
` "
[PATCH v3 0/3] Add a test to catch unprobed Devicetree devices
2023-11-07 14:36 UTC (7+ messages)
` [PATCH v3 3/3] kselftest: Add new test for detecting "
[PULL 0/6] Firmware/seabios 20231010 patches
2023-11-07 14:34 UTC (8+ messages)
` [PULL 4/6] seabios: update binaries to git snapshot
[PULL 00/23] Final test, gdbstub, plugin and gitdm updates for 8.2
2023-11-07 14:23 UTC (16+ messages)
` [PULL 02/23] gdb-xml: fix duplicate register in arm-neon.xml
` [PULL 06/23] tests/tcg: add an explicit gdbstub register tester
` [PULL 07/23] tests/avocado: update the tcg_plugins test
` [PULL 09/23] gdbstub: Introduce gdb_find_static_feature()
` [PULL 11/23] cpu: Call plugin hooks only when ready
` [PULL 12/23] configure: tell meson and contrib_plugins about DLLTOOL
` [PULL 13/23] plugins: add dllexport and dllimport to api funcs
` [PULL 14/23] plugins: make test/example plugins work on windows
` [PULL 15/23] plugins: disable lockstep plugin "
` [PULL 17/23] plugins: allow plugins to be enabled "
` [PULL 18/23] contrib/gitdm: Add Rivos Inc to the domain map
` [PULL 19/23] contrib/gitdm: add domain-map for Cestc
` [PULL 20/23] contrib/gitdm: map HiSilicon to Huawei
` [PULL 21/23] contrib/gitdm: add Daynix to domain-map
` [PULL 23/23] Revert "tests/tcg/nios2: Re-enable linux-user tests"
[RFC] improve it87_wdt (IT8784/IT8786) / keeping WDTCTRL unchanged / deactivate watchdog by setting WDTVALLSB/WDTVALMSB 0
2023-11-07 14:34 UTC (3+ messages)
[PATCH] Bluetooth: btusb: Return when coredump trigger cmd fails
2023-11-07 14:33 UTC (2+ messages)
` "
[PATCH] config/x86: config support for AMD EPYC processors
2023-11-07 14:32 UTC (8+ messages)
[Nouveau] [bug report] drm/nouveau/mmu/r535: initial support
2023-11-07 14:32 UTC
issue about lr/sc and __riscv_atomic
2023-11-07 14:32 UTC
Saw I/O errors while delete/create/attach a namespace on nvme device
2023-11-07 14:31 UTC (4+ messages)
[PATCH 0/4] bootm: Handle compressed arm64 images with bootm
2023-11-07 14:30 UTC (7+ messages)
[PATCH] exfat: Fix uninit-value access in __exfat_write_inode()
2023-11-07 14:30 UTC
[PATCH] systemd: update LICENSE statement
2023-11-07 14:28 UTC
[PATCH v3 0/3] cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()
2023-11-07 14:28 UTC (6+ messages)
` [PATCH v3 2/3] cgroup/rstat: Optimize cgroup_rstat_updated_list()
[kvm-unit-tests PATCH] arm: pmu-overflow-interrupt: Increase count values
2023-11-07 14:28 UTC (5+ messages)
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.