messages from 2024-02-26 07:31:23 to 2024-02-26 08:28:57 UTC [more...]
[PATCH v19 000/130] KVM TDX basic feature support
2024-02-26 8:26 UTC (100+ messages)
` [PATCH v19 001/130] x86/virt/tdx: Rename _offset to _member for TD_SYSINFO_MAP() macro
` [PATCH v19 002/130] x86/virt/tdx: Move TDMR metadata fields map table to local variable
` [PATCH v19 003/130] x86/virt/tdx: Unbind global metadata read with 'struct tdx_tdmr_sysinfo'
` [PATCH v19 004/130] x86/virt/tdx: Support global metadata read for all element sizes
` [PATCH v19 005/130] x86/virt/tdx: Export global metadata read infrastructure
` [PATCH v19 006/130] x86/virt/tdx: Export TDX KeyID information
` [PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
` [PATCH v19 008/130] x86/tdx: Warning with 32bit build shift-count-overflow
` [PATCH v19 009/130] KVM: x86: Add gmem hook for determining max NPT mapping level
` [PATCH v19 010/130] KVM: x86: Pass is_private to gmem hook of gmem_max_level
` [PATCH v19 011/130] KVM: Add new members to struct kvm_gfn_range to operate on
` [PATCH v19 012/130] KVM: x86/mmu: Pass around full 64-bit error code for the KVM page fault
` [PATCH v19 013/130] KVM: x86: Use PFERR_GUEST_ENC_MASK to indicate fault is private
` [PATCH v19 014/130] KVM: Add KVM vcpu ioctl to pre-populate guest memory
` [PATCH v19 015/130] KVM: Document KVM_MEMORY_MAPPING ioctl
` [PATCH v19 016/130] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v19 017/130] KVM: x86: Implement kvm_arch_{, pre_}vcpu_memory_mapping()
` [PATCH v19 018/130] KVM: x86/mmu: Assume guest MMIOs are shared
` [PATCH v19 019/130] KVM: x86: Add is_vm_type_supported callback
` [PATCH v19 020/130] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v19 021/130] KVM: x86/vmx: initialize loaded_vmcss_on_cpu in vmx_init()
` [PATCH v19 022/130] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
` [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v19 024/130] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v19 025/130] KVM: TDX: Make TDX VM type supported
` [PATCH v19 026/130] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v19 027/130] KVM: TDX: Define "
` [PATCH v19 028/130] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v19 029/130] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v19 030/130] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v19 031/130] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v19 032/130] KVM: TDX: Add helper functions to allocate/free TDX private host key id
` [PATCH v19 033/130] KVM: TDX: Add helper function to read TDX metadata in array
` [PATCH v19 034/130] KVM: TDX: Get system-wide info about TDX module on initialization
` [PATCH v19 035/130] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v19 036/130] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v19 037/130] KVM: TDX: Make KVM_CAP_MAX_VCPUS backend specific
` [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
` [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v19 040/130] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v19 041/130] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v19 042/130] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v19 043/130] KVM: TDX: create/free TDX vcpu structure
` [PATCH v19 044/130] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v19 045/130] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v19 046/130] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v19 047/130] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v19 048/130] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
` [PATCH v19 049/130] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v19 050/130] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v19 051/130] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_mask/shadow_present_mask
` [PATCH v19 052/130] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v19 053/130] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v19 054/130] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v19 055/130] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v19 056/130] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v19 057/130] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v19 058/130] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v19 059/130] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v19 060/130] KVM: x86/tdp_mmu: Apply mmu notifier callback to only shared GPA
` [PATCH v19 061/130] KVM: x86/tdp_mmu: Sprinkle __must_check
` [PATCH v19 062/130] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v19 063/130] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v19 064/130] KVM: x86/mmu: Do not enable page track for TD guest
` [PATCH v19 065/130] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH v19 066/130] KVM: TDX: Add accessors VMX VMCS helpers
` [PATCH v19 067/130] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v19 068/130] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
` [PATCH v19 069/130] KVM: TDX: Require TDP MMU and mmio caching for TDX
` [PATCH v19 070/130] KVM: TDX: TDP MMU TDX support
` [PATCH v19 071/130] KVM: TDX: MTRR: implement get_mt_mask() for TDX
` [PATCH v19 072/130] [MARKER] The start of TDX KVM patch series: TD finalization
` [PATCH v19 073/130] KVM: x86: Add hooks in kvm_arch_vcpu_memory_mapping()
` [PATCH v19 074/130] KVM: TDX: Create initial guest memory
` [PATCH v19 075/130] KVM: TDX: Extend memory measurement with "
` [PATCH v19 076/130] KVM: TDX: Finalize VM initialization
` [PATCH v19 077/130] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [PATCH v19 078/130] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v19 079/130] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v19 080/130] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v19 081/130] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v19 082/130] KVM: TDX: restore user ret MSRs
` [PATCH v19 083/130] KVM: TDX: Add TSX_CTRL msr into uret_msrs list
` [PATCH v19 084/130] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [PATCH v19 085/130] KVM: TDX: Complete interrupts after tdexit
` [PATCH v19 086/130] KVM: TDX: restore debug store when TD exit
` [PATCH v19 087/130] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v19 088/130] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v19 089/130] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v19 090/130] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [PATCH v19 091/130] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [PATCH v19 092/130] KVM: TDX: Implement interrupt injection
` [PATCH v19 093/130] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v19 094/130] KVM: TDX: Implement methods to inject NMI
` [PATCH v19 095/130] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH v19 096/130] KVM: VMX: Move NMI/exception handler to common helper
` [PATCH v19 097/130] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH v19 098/130] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v19 099/130] KVM: TDX: Handle vmentry failure for INTEL TD guest
[PATCH v9] cdx: add MSI support for CDX bus
2024-02-26 8:28 UTC
[PATCH] btrfs: remove SLAB_MEM_SPREAD flag usage
2024-02-26 8:28 UTC (3+ messages)
[PATCH net 0/3] net: lan743x: Fixes for multiple WOL related issues
2024-02-26 8:27 UTC (5+ messages)
` [PATCH net 1/3] net: lan743x: disable WOL upon resume to restore full data path operation
` [PATCH net 2/3] net: lan743x: support WOL in MAC even when PHY does not
` [PATCH net 3/3] net: lan743x: Address problems with wake option flags configuration sequences
[LSF TOPIC] statx extensions for subvol/snapshot filesystems & more
2024-02-26 8:27 UTC (11+ messages)
` [Lsf-pc] "
[PATCH] time: Use div64_long() instead of do_div()
2024-02-26 8:27 UTC (3+ messages)
[PATCH net-next 1/2] net/vsockmon: Leverage core stats allocator
2024-02-26 8:27 UTC (2+ messages)
[PATCH v2 0/5] memory: stm32-fmc2-ebi: Add MP25 FMC2 support
2024-02-26 8:26 UTC (7+ messages)
` [PATCH v2 2/5] memory: stm32-fmc2-ebi: check regmap_read return value
` [PATCH v2 3/5] memory: stm32-fmc2-ebi: add MP25 support
Chromium sandbox on LoongArch and statx -- seccomp deep argument inspection again?
2024-02-26 8:26 UTC (6+ messages)
[PATCH v5 0/5] Add support for LTC6373
2024-02-26 8:25 UTC (5+ messages)
` [PATCH v5 5/5] iio: amplifiers: hmc425a: add support for LTC6373 Instrumentation Amplifier
[RFC PATCH] sched/eevdf: Return leftmost entity in pick_eevdf() if no eligible entity is found
2024-02-26 8:23 UTC
[PATCH v3 1/4] pwm: imx27: fix race condition .apply,.get_state
2024-02-26 8:24 UTC (3+ messages)
` [PATCH v4 1/2] "
[PATCH 0/3] panel-simple: add support for Crystal Clear CMT430B19N00
2024-02-26 8:22 UTC (3+ messages)
` [PATCH 3/3] drm/panel: simple: add CMT430B19N00 LCD panel support
[PATCH 1/2] dt-bindings: arm: amlogic: remove unstable remark
2024-02-26 8:20 UTC (5+ messages)
` [PATCH 2/2] dt-bindings: arm: amlogic: add Neil, Martin and Jerome as maintainers
[PATCH v2] filemap: avoid unnecessary major faults in filemap_fault()
2024-02-26 8:20 UTC (8+ messages)
[PATCH] of: property: fw_devlink: Fix stupid bug in remote-endpoint parsing
2024-02-26 8:19 UTC (2+ messages)
[PATCH] ext4: remove unused parameter biop in ext4_issue_discard()
2024-02-26 8:17 UTC
[PATCH v1] usb: typec: altmodes/displayport: send configure message on sop'
2024-02-26 8:17 UTC (2+ messages)
[PATCH v1] usb: typec: tcpm: fix SOP' sequences in tcpm_pd_svdm
2024-02-26 8:16 UTC (2+ messages)
[PATCH] loongarch/crypto: Clean up useless assignment operations
2024-02-26 8:15 UTC (2+ messages)
[PATCH] usb-storage: Add Brain USB3-FW to IGNORE_UAS
2024-02-26 7:59 UTC
[PATCH 00/16 v3] timers/nohz cleanups and hotplug reorganization
2024-02-26 8:15 UTC (5+ messages)
` [PATCH 01/16] tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup_sched_timer()
` [PATCH 02/16] tick/nohz: Remove duplicate between lowres and highres handlers
[PATCH v3 0/4] USB-C TCPM Orientation Support
2024-02-26 8:13 UTC (7+ messages)
` [PATCH v3 2/4] usb: typec: tcpci: add generic tcpci fallback compatible
` [PATCH v3 3/4] usb: typec: tcpm: add support to set tcpc connector orientatition
` [PATCH v3 4/4] usb: typec: tcpci: add support to set connector orientation
Linux 6.8-rc6
2024-02-26 8:12 UTC (2+ messages)
` Build regressions/improvements in v6.8-rc6
[PATCH] dt-bindings: pwm: opencores: Add compatible for StarFive JH8100
2024-02-26 8:11 UTC (2+ messages)
[PATCH v2 for-next 0/2] RDMA/hns: Support configuring congestion control algorithm with QP granularity
2024-02-26 8:09 UTC (5+ messages)
` [PATCH v2 for-next 2/2] RDMA/hns: Support userspace "
[PATCH] dt-bindings: serial: convert st,asc to DT schema
2024-02-26 8:09 UTC (4+ messages)
[PATCH v4 0/2] Add support to dump printk buffer to console via sysrq
2024-02-26 8:01 UTC (5+ messages)
` [PATCH v4 2/2] tty/sysrq: Dump printk ring buffer messages "
[PATCH v5 00/14] dm-raid/md/raid: fix v6.7 regressions
2024-02-26 7:58 UTC (10+ messages)
[PATCH] drm/mediatek: Support MT8195 OVL compatible in mtk_drm_drv
2024-02-26 8:06 UTC
[PATCH v5 0/6] LoongArch: Add pv ipi support on LoongArch VM
2024-02-26 8:07 UTC (9+ messages)
` [PATCH v5 3/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor
[PATCH] accel: constify the struct device_type usage
2024-02-26 8:03 UTC (2+ messages)
[PATCH v4 0/4] mmc: add hi3798mv200 specific extensions of DWMMC
2024-02-26 8:02 UTC (3+ messages)
` [PATCH v4 4/4] dt-bindings: mmc: hisilicon,hi3798cv200-dw-mshc: rename to hisilicon,hi3798-dw-mshc
[PATCH v2 0/2] simple-pm-bus: deassert resets if possible
2024-02-26 8:01 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: simple-pm-bus: Add optional resets
[PATCH] f2fs: fix to return EIO when reading after device removal
2024-02-26 8:00 UTC (4+ messages)
` [f2fs-dev] "
[PATCH 1/2] selftests/dmabuf-heap: conform test to TAP format output
2024-02-26 7:59 UTC (2+ messages)
` [PATCH 2/2] selftests: dmabuf-heap: add config file for the test
[PATCH net-next v5 0/7] net: hisi-femac: add support for Hi3798MV200, remove unmaintained compatibles
2024-02-26 7:58 UTC (13+ messages)
` [PATCH net-next v5 1/7] dt-bindings: net: hisilicon-femac-mdio: convert to YAML
` [PATCH net-next v5 2/7] dt-bindings: net: hisilicon,hisi-femac-mdio: remove clocks
` [PATCH net-next v5 4/7] dt-bindings: net: remove outdated hisilicon-femac
` [PATCH net-next v5 5/7] dt-bindings: net: add hisilicon,hisi-femac
` [PATCH net-next v5 6/7] net: hisilicon: add support for hisi_femac core on Hi3798MV200
` [PATCH net-next v5 7/7] net: hisi_femac: remove unused compatible strings
[PATCH 1/3] accel/habanalabs/gaudi2: initialize field in correct function
2024-02-26 7:56 UTC (3+ messages)
` [PATCH 2/3] accel/habanalabs/gaudi2: drop support for never released firmware
` [PATCH 3/3] accel/habanalabs/gaudi2: use single function to compare FW versions
[PATCH net-next v4 0/6] net: hisi-femac: add support for Hi3798MV200, remove unmaintained compatibles
2024-02-26 7:55 UTC (9+ messages)
` [PATCH net-next v4 3/6] dt-bindings: net: remove outdated hisilicon-femac
` [PATCH net-next v4 4/6] dt-bindings: net: add hisilicon,hisi-femac
` [PATCH net-next v4 5/6] net: hisilicon: add support for hisi_femac core on Hi3798MV200
` [PATCH net-next v4 6/6] net: hisi_femac: remove unused compatible strings
[PATCH V2] usb: dwc3: gadget: Fix suspend/resume warning when no-gadget is connected
2024-02-26 7:53 UTC (2+ messages)
[PATCH v3] Staging: rtl8723bs: Remove spaces before tabs in rtw_set_auth
2024-02-26 7:52 UTC
[PATCH 0/4] usb: constify struct device_type usage
2024-02-26 7:49 UTC (3+ messages)
` [PATCH 1/4] usb: typec: constify the "
[PATCH 0/2] Update st,stih407-thermal device
2024-02-26 7:48 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: thermal: convert st,stih407-thermal to DT schema
` [PATCH 2/2] ARM: dts: st: add thermal property on stih410.dtsi and stih418.dtsi
[PATCH] net: ethernet: adi: move PHYLIB from vendor to driver symbol
2024-02-26 7:48 UTC
[PATCH] Revert "usb: typec: tcpm: reset counter when enter into unattached state after try role"
2024-02-26 7:48 UTC (2+ messages)
[PATCH 1/4] f2fs: delete f2fs_get_new_segment() declaration
2024-02-26 7:46 UTC (3+ messages)
` [PATCH 3/4] f2fs: fix to handle segment allocation failure correctly
[PATCH 1/2] iio: adc: ti-ads1298: Fix error code in probe()
2024-02-26 7:45 UTC (4+ messages)
[PATCH 00/13] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts
2024-02-26 7:43 UTC (4+ messages)
` [PATCH 03/13] dt-bindings: hwmon: lm75: add label property
[PATCH v1] PCI / PM: Really allow runtime PM without callback functions
2024-02-26 7:41 UTC (5+ messages)
[tip:irq/msi] BUILD SUCCESS c147e1ef59d4751a60687074e4268ecc0ef31b5c
2024-02-26 7:41 UTC
[PATCH v2 0/3] drm/msm/dp: Rework the eDP/DP modes and add support for X1E80100
2024-02-26 7:39 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: display: msm: dp-controller: document X1E80100 compatible
[PATCH 1/3] leds: qcom-lpg: Add support for PMI8950 PWM
2024-02-26 7:38 UTC (3+ messages)
` [PATCH 2/3] dt-bindings: leds: leds-qcom-lpg: "
[PATCH 1/2] dt-bindings: leds: qcom-lpg: Drop redundant qcom,pm8550-pwm in if:then:
2024-02-26 7:37 UTC (2+ messages)
` [PATCH 2/2] dt-bindings: leds: qcom-lpg: Narrow nvmem for other variants
[PATCH 1/2] f2fs: ro: compress: fix to avoid caching unaligned extent
2024-02-26 7:35 UTC (2+ messages)
` [PATCH 2/2] f2fs: ro: don't start discard thread for readonly image
[PATCH 1/1] MAINTAINERS: Add maintainer for NXP S32G boards
2024-02-26 7:33 UTC (13+ messages)
[PATCH] MAINTAINERS: Drop myself as maintainer of TYPEC port controller drivers
2024-02-26 7:32 UTC (2+ messages)
[PATCH v3 0/4] Swap-out small-sized THP without splitting
2024-02-26 7:31 UTC (5+ messages)
` [PATCH RFC 0/6] mm: support large folios swap-in
` [PATCH RFC 4/6] mm: support large folios swapin as a whole
[PATCH v8 00/38] ep93xx device tree conversion
2024-02-26 7:30 UTC (11+ messages)
` [PATCH v8 29/38] ARM: dts: add Cirrus EP93XX SoC .dtsi
` [PATCH v8 30/38] ARM: dts: ep93xx: add ts7250 board
` [PATCH v8 31/38] ARM: dts: ep93xx: Add EDB9302 DT
` [PATCH v8 32/38] ARM: ep93xx: DT for the Cirrus ep93xx SoC platforms
` [PATCH v8 33/38] pwm: ep93xx: drop legacy pinctrl
` [PATCH v8 34/38] ata: pata_ep93xx: remove legacy pinctrl use
` [PATCH v8 35/38] ARM: ep93xx: delete all boardfiles
` [PATCH v8 36/38] ARM: ep93xx: soc: drop defines
` [PATCH v8 37/38] ASoC: cirrus: edb93xx: Delete driver
` [PATCH v8 38/38] dma: cirrus: remove platform code
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