messages from 2023-02-27 06:03:44 to 2023-02-27 08:55:08 UTC [more...]
[PATCHv4 00/11] SVM: virtual NMI
2023-02-27 8:40 UTC (8+ messages)
` [PATCHv4 02/11] KVM: nSVM: Disable intercept of VINTR if saved RFLAG.IF is 0
` [PATCHv4 03/11] KVM: nSVM: Raise event on nested VM exit if L1 doesn't intercept IRQs
` [PATCHv4 05/11] KVM: x86: Raise an event request when processing NMIs if an NMI is pending
` [PATCHv4 06/11] KVM: x86: Tweak the code and comment related to handling concurrent NMIs
` [PATCHv4 07/11] KVM: x86: Save/restore all NMIs when multiple NMIs are pending
` [PATCHv4 08/11] x86/cpu: Add CPUID feature bit for VNMI
` [PATCHv4 09/11] KVM: SVM: Add VNMI bit definition
[PATCH] net: lan743x: LAN743X selects FIXED_PHY to resolve a link error
2023-02-27 8:37 UTC (8+ messages)
[PATCH v3] sched/fair: sanitize vruntime of entity being placed
2023-02-27 8:42 UTC (5+ messages)
[PATCH v11 0/8] arm64: j721s2: Add support for additional IPs
2023-02-27 8:35 UTC (4+ messages)
` [PATCH v11 6/8] arm64: dts: ti: k3-j721s2: Add support for OSPI Flashes
[PATCH v11 05/10] drm/shmem-helper: Add memory shrinker
2023-02-27 8:25 UTC (2+ messages)
[PATCH v3 0/4] MediaTek MT6735 main clock and reset drivers
2023-02-27 8:29 UTC (10+ messages)
` [PATCH v3 1/4] dt-bindings: clock: Add MediaTek MT6735 clock bindings
` [PATCH v3 2/4] dt-bindings: reset: Add MediaTek MT6735 reset bindings
` [PATCH v3 3/4] dt-bindings: arm: mediatek: Add MT6735 clock controller compatibles
` [PATCH v3 4/4] clk: mediatek: Add drivers for MediaTek MT6735 main clock and reset drivers
[PATCH v6 0/2] Add ASPEED AST2600 I2Cv2 controller driver
2023-02-27 8:25 UTC (3+ messages)
` [PATCH v6 1/2] dt-bindings: i2c: aspeed: support for AST2600-i2cv2
[PATCH v12 000/106] KVM TDX basic feature support
2023-02-27 8:23 UTC (107+ messages)
` [PATCH v12 001/106] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v12 002/106] KVM: TDX: Define "
` [PATCH v12 003/106] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v12 004/106] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v12 005/106] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v12 006/106] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v12 007/106] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v12 008/106] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v12 009/106] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v12 010/106] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v12 011/106] KVM: x86, tdx: Make KVM_CAP_MAX_VCPUS backend specific
` [PATCH v12 012/106] KVM: x86/vmx, tdx: Allow VMX, TDX to override KVM_ENABLE_CAP
` [PATCH v12 013/106] KVM: TDX: create/destroy VM structure
` [PATCH v12 014/106] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v12 015/106] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v12 016/106] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v12 017/106] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v12 018/106] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v12 019/106] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v12 020/106] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v12 021/106] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v12 022/106] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v12 023/106] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v12 024/106] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
` [PATCH v12 025/106] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v12 026/106] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v12 027/106] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_mask/shadow_present_mask
` [PATCH v12 028/106] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v12 029/106] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v12 030/106] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v12 031/106] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v12 032/106] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v12 033/106] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v12 034/106] KVM: x86/mmu: Require TDP MMU and mmio caching for TDX
` [PATCH v12 035/106] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v12 036/106] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v12 037/106] KVM: Add flags to struct kvm_gfn_range
` [PATCH v12 038/106] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v12 039/106] KVM: x86/tdp_mmu: Sprinkle __must_check
` [PATCH v12 040/106] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v12 041/106] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v12 042/106] KVM: x86/mmu: Disallow dirty logging for x86 TDX
` [PATCH v12 043/106] KVM: x86/mmu: TDX: Do not enable page track for TD guest
` [PATCH v12 044/106] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH v12 045/106] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [PATCH v12 046/106] KVM: TDX: Add accessors VMX VMCS helpers
` [PATCH v12 047/106] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v12 048/106] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
` [PATCH v12 049/106] KVM: TDX: TDP MMU TDX support
` [PATCH v12 050/106] KVM: TDX: MTRR: implement get_mt_mask() for TDX
` [PATCH v12 051/106] [MARKER] The start of TDX KVM patch series: TD finalization
` [PATCH v12 052/106] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v12 053/106] KVM: TDX: Create initial guest memory
` [PATCH v12 054/106] KVM: TDX: Finalize VM initialization
` [PATCH v12 055/106] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [PATCH v12 056/106] KVM: TDX: Add helper assembly function to TDX vcpu
` [PATCH v12 057/106] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v12 058/106] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v12 059/106] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v12 060/106] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v12 061/106] KVM: TDX: restore user ret MSRs
` [PATCH v12 062/106] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [PATCH v12 063/106] KVM: TDX: complete interrupts after tdexit
` [PATCH v12 064/106] KVM: TDX: restore debug store when TD exit
` [PATCH v12 065/106] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v12 066/106] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v12 067/106] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v12 068/106] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [PATCH v12 069/106] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [PATCH v12 070/106] KVM: TDX: Implement interrupt injection
` [PATCH v12 071/106] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v12 072/106] KVM: TDX: Implement methods to inject NMI
` [PATCH v12 073/106] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH v12 074/106] KVM: VMX: Move NMI/exception handler to common helper
` [PATCH v12 075/106] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH v12 076/106] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v12 077/106] KVM: TDX: Handle vmentry failure for INTEL TD guest
` [PATCH v12 078/106] KVM: TDX: handle EXIT_REASON_OTHER_SMI
` [PATCH v12 079/106] KVM: TDX: handle ept violation/misconfig exit
` [PATCH v12 080/106] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH v12 081/106] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH v12 082/106] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL
` [PATCH v12 083/106] KVM: TDX: Add KVM Exit for TDX TDG.VP.VMCALL
` [PATCH v12 084/106] KVM: TDX: Handle TDX PV CPUID hypercall
` [PATCH v12 085/106] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH v12 086/106] KVM: TDX: Handle TDX PV port io hypercall
` [PATCH v12 087/106] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v12 088/106] KVM: TDX: Implement callbacks for MSR operations for TDX
` [PATCH v12 089/106] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
` [PATCH v12 090/106] KVM: TDX: Handle TDX PV report fatal error hypercall
` [PATCH v12 091/106] KVM: TDX: Handle TDX PV map_gpa hypercall
` [PATCH v12 092/106] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
` [PATCH v12 093/106] KVM: TDX: Silently discard SMI request
` [PATCH v12 094/106] KVM: TDX: Silently ignore INIT/SIPI
` [PATCH v12 095/106] KVM: TDX: Add methods to ignore accesses to CPU state
` [PATCH v12 096/106] KVM: TDX: Add methods to ignore guest instruction emulation
` [PATCH v12 097/106] KVM: TDX: Add a method to ignore dirty logging
` [PATCH v12 098/106] KVM: TDX: Add methods to ignore VMX preemption timer
` [PATCH v12 099/106] KVM: TDX: Add methods to ignore accesses to TSC
` [PATCH v12 100/106] KVM: TDX: Ignore setting up mce
` [PATCH v12 101/106] KVM: TDX: Add a method to ignore for TDX to ignore hypercall patch
` [PATCH v12 102/106] KVM: TDX: Add methods to ignore virtual apic related operation
` [PATCH v12 103/106] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)
` [PATCH v12 104/106] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU
` [PATCH v12 105/106] RFC: KVM: TDX: Make busy with S-EPT on entry bug
` [PATCH v12 106/106] [MARKER] the end of (the first phase of) TDX KVM patch series
[PATCH v6 01/12] kbuild: add a tool to list files ignored by git
2023-02-27 8:24 UTC (2+ messages)
[PATCH] MAINTAINERS: Add myself as co-maintainer for DRM Panels drivers
2023-02-27 8:22 UTC (3+ messages)
[6.3][regression] after commit 7170b7ed6acbde523c5d362c8978c60df4c30f30 my system stuck in initramfs forever
2023-02-27 8:21 UTC (8+ messages)
[PATCH] crypto: testmgr - fix RNG performance in fuzz tests
2023-02-27 8:13 UTC (2+ messages)
[PATCH v3] dt-bindings: arm-smmu: Add compatible for SM8550 SoC
2023-02-27 8:20 UTC (4+ messages)
[PATCH] mmc: sdhci-of-arasan: Add support to request the "gate" clock
2023-02-27 8:16 UTC (2+ messages)
[PATCH] tools: scripts: Remove SH architecture build entry
2023-02-27 8:12 UTC
[PATCH 0/3] MediaTek MT6735 SCPSYS support
2023-02-27 8:15 UTC (5+ messages)
` [PATCH 1/3] dt-bindings: power: Add bindings for MediaTek MT6735
` [PATCH 2/3] dt-bindings: soc: mediatek: scpsys: Document MT6735 SCPSYS compatible string
[PATCH v1 0/3] Meson A1 32-bit support
2023-02-27 8:15 UTC (2+ messages)
[PATCH v2 1/6] dt-bindings: arm-smmu: Use qcom,smmu compatible for MMU500 adreno SMMUs
2023-02-27 8:13 UTC (4+ messages)
` [PATCH v2 2/6] dt-bindings: arm-smmu: Add SM8350 Adreno SMMU
[PATCH] instrumented.h: fix all kernel-doc format warnings
2023-02-27 8:12 UTC (2+ messages)
[PATCH] cpuset: Remove unused cpuset_node_allowed
2023-02-27 8:07 UTC
[PATCH] drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt()
2023-02-27 8:04 UTC (5+ messages)
BUG: unable to handle kernel NULL pointer dereference in rcu_core
2023-02-27 8:02 UTC (2+ messages)
[PATCH] nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_properties
2023-02-27 8:02 UTC (3+ messages)
` [PATCH v2] "
[PATCH v4 0/4] RISC-V Hibernation Support
2023-02-27 7:59 UTC (11+ messages)
` [PATCH v4 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk
[syzbot] WARNING: locking bug in umh_complete
2023-02-27 7:57 UTC (12+ messages)
[RFC PATCH 0/5] Memory access profiler(IBS) driven NUMA balancing
2023-02-27 7:54 UTC (9+ messages)
[RFC PATCH] cocci: cpi: add complete api check script
2023-02-27 7:53 UTC
[PATCH RFC v2] rcu: Add a minimum time for marking boot as completed
2023-02-27 7:53 UTC (2+ messages)
[PATCH v4 0/4] StarFive's SDIO/eMMC driver support
2023-02-27 7:47 UTC (3+ messages)
[PATCH v2 0/1] net: geneve: accept every ethertype
2023-02-27 7:41 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH] amdgpu: add a filter condition when set brightness
2023-02-27 7:39 UTC
[PATCH] drivers: crypto: caam: jr: Allow quiesce when quiesced
2023-02-27 7:32 UTC (7+ messages)
` [PATCH] drivers: crypto: caam: jr: add .shutdown hook
` [EXT] "
` [EXT] Re: [PATCH] drivers: crypto: caam: jr: Allow quiesce when quiesced
[PATCH bpf v2] riscv, bpf: fix patch_text implicit declaration
2023-02-27 7:31 UTC (3+ messages)
[Syzkaller & bisect] There is "xfs_dquot_alloc" related BUG in v6.2 in guest
2023-02-27 7:29 UTC (4+ messages)
[PATCH] staging: r8188eu: add a null check of kzalloc in go_add_group_info_attr
2023-02-27 7:23 UTC (5+ messages)
[kernel PATCH v2 0/1] Clear workqueue to avoid use-after-free
2023-02-27 7:18 UTC (5+ messages)
` [kernel PATCH v2 1/1] Bluetooth: hci_sync: clear workqueue before clear mgmt cmd
[PATCH v4 0/2] add support for Phytec PCM-049 and PCM-959
2023-02-27 7:15 UTC (6+ messages)
` [PATCH v4 1/2] dt-bindings: arm: omap: add phytec pcm-049 som and pcm-959 dev board
[PATCH v3 00/12] x86/mtrr: fix handling with PAT but without MTRR
2023-02-27 7:13 UTC (6+ messages)
` [PATCH v3 03/12] x86/mtrr: support setting MTRR state for software defined MTRRs
` [PATCH v3 05/12] x86/xen: set MTRR state when running as Xen PV initial domain
[PATCH] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
2023-02-27 7:11 UTC (2+ messages)
[PATCH v3 10/12] x86/mtrr: use new cache_map in mtrr_type_lookup()
2023-02-27 7:11 UTC (4+ messages)
` [PATCH v3.1 "
[git pull] m68knommu changes for v6.3
2023-02-27 7:05 UTC
[PATCH] scsi: core: Add BLIST_NO_ASK_VPD_SIZE for some VDASD
2023-02-27 7:02 UTC (2+ messages)
[GIT PULL] csky changes for v6.3
2023-02-27 7:01 UTC
[PATCH] PCI:vmd: add the module param to adjust msi mode
2023-02-27 6:57 UTC (2+ messages)
[PATCH bpf-next] riscv, bpf: fix patch_text implicit declaration
2023-02-27 6:51 UTC (2+ messages)
[PATCH V7 0/3] Generate device tree node for pci devices
2023-02-27 6:51 UTC (2+ messages)
[Regression] cached max_state breaks ACPI processor cooling device
2023-02-27 6:49 UTC (3+ messages)
[PATCH v12 2/4] clk: clk-loongson2: add clock controller driver support
2023-02-27 6:46 UTC
[PATCH v3 0/2] Add watchdog driver for StarFive JH7110 RISC-V SoC
2023-02-27 6:45 UTC (8+ messages)
` [PATCH v3 2/2] drivers: watchdog: Add StarFive Watchdog driver
[PATCH v3 02/20] thermal/core: Use the thermal zone 'devdata' accessor in thermal located drivers
2023-02-27 6:43 UTC (2+ messages)
[PATCH V2 0/3] sched/numa: Enhance vma scanning
2023-02-27 6:40 UTC (6+ messages)
` [PATCH V2 2/3] sched/numa: Enhance vma scanning logic
[PATCH] drm/virtio: Add option to disable KMS support
2023-02-27 6:38 UTC (2+ messages)
[linus:master] [mm] f1a7941243: unixbench.score -19.2% regression
2023-02-27 6:35 UTC (7+ messages)
general protection fault in nl802154_trigger_scan
2023-02-27 6:34 UTC
[PATCH v3 1/2] x86/speculation: Allow enabling STIBP with legacy IBRS
2023-02-27 6:30 UTC (4+ messages)
` [PATCH v3 2/2] Documentation/hw-vuln: Document the interaction between IBRS and STIBP
[PATCH v12 00/11] Parallel CPU bringup for x86_64
2023-02-27 6:25 UTC (6+ messages)
` [External] "
kernel BUG in btrfs_global_root_insert
2023-02-27 6:23 UTC
WARNING in process_fd_request
2023-02-27 6:23 UTC
INFO: task hung in io_ring_exit_work
2023-02-27 6:23 UTC
[PATCH v18 0/7] crash: Kernel handling of CPU and memory hot un/plug
2023-02-27 6:11 UTC (13+ messages)
` [PATCH v18 5/7] kexec: exclude hot remove cpu from elfcorehdr notes
[PATCH v11 00/10] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
2023-02-27 6:02 UTC (5+ messages)
` [PATCH v11 07/10] drm/shmem-helper: Export drm_gem_shmem_get_pages_sgt_locked()
` [PATCH v11 08/10] drm/gem: Add drm_gem_pin_unlocked()
` [PATCH v11 09/10] drm/virtio: Support memory shrinking
` [PATCH v11 10/10] drm/panfrost: Switch to generic memory shrinker
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