messages from 2023-01-12 15:26:47 to 2023-01-12 16:46:35 UTC [more...]
[PATCH v11 000/113] KVM TDX basic feature support
2023-01-12 16:33 UTC (86+ messages)
` [PATCH v11 001/113] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v11 002/113] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
` [PATCH v11 003/113] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v11 004/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v11 005/113] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v11 006/113] KVM: TDX: Make TDX VM type supported
` [PATCH v11 007/113] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v11 008/113] KVM: TDX: Define "
` [PATCH v11 009/113] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v11 010/113] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v11 011/113] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v11 012/113] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v11 013/113] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v11 014/113] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v11 015/113] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v11 016/113] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v11 017/113] KVM: Support KVM_CAP_MAX_VCPUS for KVM_ENABLE_CAP
` [PATCH v11 018/113] KVM: TDX: create/destroy VM structure
` [PATCH v11 019/113] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v11 020/113] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v11 021/113] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v11 022/113] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v11 023/113] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v11 024/113] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v11 025/113] KVM: TDX: Use private memory for TDX
` [PATCH v11 026/113] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v11 028/113] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v11 029/113] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v11 030/113] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v11 031/113] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v11 032/113] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_mask
` [PATCH v11 033/113] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v11 034/113] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v11 035/113] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v11 036/113] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v11 037/113] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v11 038/113] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v11 039/113] KVM: x86/mmu: Require TDP MMU for TDX
` [PATCH v11 040/113] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v11 041/113] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v11 044/113] KVM: x86/tdp_mmu: Make handle_changed_spte() return value
` [PATCH v11 070/113] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [PATCH v11 071/113] KVM: TDX: complete interrupts after tdexit
` [PATCH v11 072/113] KVM: TDX: restore debug store when TD exit
` [PATCH v11 073/113] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v11 074/113] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v11 075/113] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v11 076/113] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [PATCH v11 077/113] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [PATCH v11 078/113] KVM: TDX: Implement interrupt injection
` [PATCH v11 079/113] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v11 080/113] KVM: TDX: Implement methods to inject NMI
` [PATCH v11 081/113] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH v11 082/113] KVM: VMX: Move NMI/exception handler to common helper
` [PATCH v11 083/113] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH v11 084/113] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v11 085/113] KVM: TDX: Handle vmentry failure for INTEL TD guest
` [PATCH v11 086/113] KVM: TDX: handle EXIT_REASON_OTHER_SMI
` [PATCH v11 087/113] KVM: TDX: handle ept violation/misconfig exit
` [PATCH v11 088/113] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH v11 089/113] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH v11 090/113] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL
` [PATCH v11 091/113] KVM: TDX: Add KVM Exit for TDX TDG.VP.VMCALL
` [PATCH v11 092/113] KVM: TDX: Handle TDX PV CPUID hypercall
` [PATCH v11 093/113] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH v11 094/113] KVM: TDX: Handle TDX PV port io hypercall
` [PATCH v11 095/113] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v11 096/113] KVM: TDX: Implement callbacks for MSR operations for TDX
` [PATCH v11 097/113] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
` [PATCH v11 098/113] KVM: TDX: Handle TDX PV report fatal error hypercall
` [PATCH v11 099/113] KVM: TDX: Handle TDX PV map_gpa hypercall
` [PATCH v11 100/113] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
` [PATCH v11 101/113] KVM: TDX: Silently discard SMI request
` [PATCH v11 102/113] KVM: TDX: Silently ignore INIT/SIPI
` [PATCH v11 103/113] KVM: TDX: Add methods to ignore accesses to CPU state
` [PATCH v11 104/113] KVM: TDX: Add methods to ignore guest instruction emulation
` [PATCH v11 105/113] KVM: TDX: Add a method to ignore dirty logging
` [PATCH v11 106/113] KVM: TDX: Add methods to ignore VMX preemption timer
` [PATCH v11 107/113] KVM: TDX: Add methods to ignore accesses to TSC
` [PATCH v11 108/113] KVM: TDX: Ignore setting up mce
` [PATCH v11 109/113] KVM: TDX: Add a method to ignore for TDX to ignore hypercall patch
` [PATCH v11 110/113] KVM: TDX: Add methods to ignore virtual apic related operation
` [PATCH v11 111/113] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)
` [PATCH v11 112/113] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU
` [PATCH v11 113/113] [MARKER] the end of (the first phase of) TDX KVM patch series
[PATCH] USB: serial: option: add Quectel EM05CN modem
2023-01-12 16:31 UTC (2+ messages)
[PATCH v2 3/3] arm64: dts: qcom: msm8916-thwc: Add initial device tree for Tong Heng Wei Chuang Wifi/LTE dongle UFI-001C and uf896
2023-01-12 16:29 UTC (4+ messages)
[PATCH v4 0/3] Improve K3-am625-sk support (USB, MMC)
2023-01-12 16:28 UTC (4+ messages)
` [PATCH v4 1/3] arm64: dts: ti: k3-am62-main: Update OTAP and ITAP delay select
` [PATCH v4 2/3] arm64: dts: ti: k3-am62-main: Add support for USB
` [PATCH v4 3/3] arm64: dts: ti: k3-am625-sk: "
[PATCH 00/10] ARM: dts: stm32: add adc internal channels on stm32mp15
2023-01-12 14:28 UTC (3+ messages)
` [PATCH 06/10] ARM: dts: stm32: adopt generic iio bindings for adc channels on avenger96
[RFC v3 0/4] move PG_slab flag to page_type
2023-01-12 16:27 UTC (3+ messages)
` [RFC v3 2/4] mm: "
[PATCH] ASoC: soc-pcm.c: Introduce a count to record the times of setting DAIs parameters
2023-01-12 16:26 UTC (3+ messages)
[PATCH] sched/idle: Make idle poll dynamic per-cpu
2023-01-12 16:24 UTC
[PATCH AUTOSEL 6.1 1/7] ASoC: SOF: Revert: "core: unregister clients and machine drivers in .shutdown"
2023-01-12 16:24 UTC (3+ messages)
` [PATCH AUTOSEL 6.1 5/7] drm/amdgpu: Fix size validation for non-exclusive domains (v4)
[PATCH v8 0/5] workqueue: destroy_worker() vs isolated CPUs
2023-01-12 16:22 UTC (7+ messages)
` [PATCH v8 1/5] workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutex
` [PATCH v8 2/5] workqueue: Factorize unbind/rebind_workers() logic
` [PATCH v8 3/5] workqueue: Convert the idle_timer to a timer + work_struct
` [PATCH v8 4/5] workqueue: Don't hold any lock while rcuwait'ing for !POOL_MANAGER_ACTIVE
` [PATCH v8 5/5] workqueue: Unbind kworkers before sending them to exit()
[PATCH] docs: Fix the docs build with Sphinx 6.0
2023-01-12 16:22 UTC (7+ messages)
[PATCH v1 1/1] gpiolib: of: Move enum of_gpio_flags to its only user
2023-01-12 16:22 UTC (2+ messages)
[PATCH net 1/2] net/af_packet: fix tx skb protocol on SOCK_PACKET sockets
2023-01-12 16:22 UTC (8+ messages)
` [PATCH net 2/2] net/af_packet: fix tx skb network header on SOCK_RAW sockets over VLAN device
[PATCH] USB: serial: option: add Quectel EM05CN modem
2023-01-12 16:19 UTC (2+ messages)
arch/parisc/kernel/toc.c:15:1: sparse: sparse: symbol '__pcpu_scope_toc_stack' was not declared. Should it be static?
2023-01-12 16:16 UTC
[PATCH v10 000/108] KVM TDX basic feature support
2023-01-12 16:16 UTC (3+ messages)
[PATCH v2] serial: atmel: fix incorrect baudrate setup
2023-01-12 16:15 UTC (2+ messages)
[bp:tip-x86-alternatives 1/1] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type
2023-01-12 16:14 UTC (5+ messages)
[PATCH v2] Bluetooth: hci_qca: Fix driver shutdown on closed serdev
2023-01-12 16:13 UTC (4+ messages)
[PATCH v2] tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()
2023-01-12 16:12 UTC
[PATCH 1/1] drm: panel: Set connector type for Armadeus ST0700 Adapt panel
2023-01-12 15:30 UTC
[PATCH v3 1/2] dt-bindings: mfd: qcom,tcsr: Add compatible for sm8450
2023-01-12 16:12 UTC (2+ messages)
` (subset) "
[PATCH] arm64: dts: qcom: sc8280xp: Use MMCX for all DP controllers
2023-01-12 16:12 UTC (4+ messages)
[PATCH] arm64: dts: qcom: sc8280xp: Vote for CX in USB controllers
2023-01-12 16:12 UTC (3+ messages)
[PATCH] arm64: dts: qcom: sc8280xp-crd: allow vreg_l3b to be disabled
2023-01-12 16:12 UTC (2+ messages)
[PATCH net] net: lan966x: add missing fwnode_handle_put() for ports node
2023-01-12 16:13 UTC
[PATCH] docs/scripts/gdb: add necessary make scripts_gdb step
2023-01-12 16:09 UTC
kernel BUG at mm/usercopy.c when using usbip
2023-01-12 16:08 UTC (4+ messages)
[PATCH] drm/amd/display: Fix set scaling doesn's work
2023-01-12 16:08 UTC (4+ messages)
drivers/net/wireless/microchip/wilc1000/cfg80211.c:361:42: sparse: sparse: incorrect type in assignment (different base types)
2023-01-12 16:05 UTC
[PATCH 14/19] soundwire: amd: add runtime pm ops for AMD master driver
2023-01-12 16:05 UTC (14+ messages)
` [PATCH 17/19] soundwire: amd: add pm_prepare callback and pm ops support
` [PATCH 19/19] ASoC: amd: ps: increase runtime suspend delay
[PATCH v4 0/5] ARM: Add GXP Fan and SPI controllers
2023-01-12 16:00 UTC (5+ messages)
` [PATCH v4 3/5] ARM: dts: add GXP Support for fans and SPI
[PATCH] drm: amd: display: Fix memory leakage
2023-01-12 16:00 UTC (2+ messages)
[PATCH liburing v1 0/4] liburing updates for 2.4
2023-01-12 15:57 UTC (5+ messages)
` [PATCH liburing v1 1/4] liburing-ffi.map: Add io_uring_prep_msg_ring_cqe_flags() function
` [PATCH liburing v1 2/4] CHANGELOG: Note about --nolibc configure option deprecation
` [PATCH liburing v1 3/4] liburing.h: 's/is adjust/is adjusted/' and fix indentation
` [PATCH liburing v1 4/4] man/io_uring_prep_splice.3: Explain more about io_uring_prep_splice()
[PATCH v2 net-next 1/1] plca.c: fix obvious mistake in checking retval
2023-01-12 15:56 UTC
[PATCH] selftests/ftrace: Extend multiple_kprobes.tc to add multiple consecutive probes in a function
2023-01-12 15:51 UTC (2+ messages)
[PATCH 1/1] PCI: layerscape: Add EP mode support for ls1028a
2023-01-12 15:50 UTC (3+ messages)
[PATCH v2 0/2] arm64: defconfig: enable modules for Qualcomm SM8550-MTP display
2023-01-12 15:47 UTC (3+ messages)
` [PATCH v2 2/2] arm64: defconfig: enable Visionox VTDR6130 DSI Panel driver
[PATCH v2 00/11] KVM perf support
2023-01-12 15:47 UTC (5+ messages)
` [PATCH v2 07/11] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v2 08/11] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
[PATCH v10 0/4] Enhance definition of DFH and use enhancements for UART driver
2023-01-12 15:36 UTC (8+ messages)
` [PATCH v10 3/4] fpga: dfl: add basic support for DFHv1
[PATCH v2] dt-bindings: arm-smmu: document the smmu on Qualcomm SA8775P
2023-01-12 15:45 UTC
[syzbot] KASAN: use-after-free Read in snd_rawmidi_poll
2023-01-12 15:42 UTC (2+ messages)
[PATCH 1/2] dt-bindings: cpufreq: Make reg-names a required property
2023-01-12 15:41 UTC (4+ messages)
` [PATCH 2/2] cpufreq: qcom-hw: Ensure only freq-domain regs are counted in num_domains
[PATCH] tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()
2023-01-12 15:40 UTC (3+ messages)
[PATCH] inet: fix fast path in __inet_hash_connect()
2023-01-12 15:39 UTC
include/asm-generic/io.h:464:31: error: performing pointer arithmetic on a null pointer has undefined behavior
2023-01-12 15:35 UTC
[PATCH 0/4] clk: qcom: msm8996: add APCS clock driver
2023-01-12 15:36 UTC (4+ messages)
` [PATCH 4/4] clk: qcom: add the driver for the MSM8996 APCS clocks
[PATCH v2 1/2] arm64: dts: qcom: sm8550: Add UFS host controller and phy nodes
2023-01-12 15:34 UTC (3+ messages)
[PATCH v2] mm/page_ext: Do not allocate space for page_ext->flags if not needed
2023-01-12 15:33 UTC
[PATCH v3 0/7] perf cs_etm: Basic support for virtual/kernel timestamps
2023-01-12 15:33 UTC (5+ messages)
[PATCH 01/11] drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffers
2023-01-12 15:32 UTC (8+ messages)
` [PATCH 02/11] drm/gma500: "
[PATCH v2 00/23] Update cache properties for arm64 DTS
2023-01-12 15:31 UTC (3+ messages)
` [PATCH v2 02/23] arm64: dts: Update cache properties for amd
[PATCH v2 00/12] RkVDEC HEVC driver
2023-01-12 15:30 UTC (5+ messages)
` [PATCH v2 06/12] staging: media: rkvdec: Add a valid pixel format check as callback
` [PATCH v2 09/12] staging: media: rkvdec: h264: Add callbacks for h264
[PATCH v10 0/6] Add LVTS thermal architecture
2023-01-12 15:28 UTC (7+ messages)
` [PATCH v10 1/6] thermal/drivers/mediatek: Relocate driver to mediatek folder
` [PATCH v10 2/6] dt-bindings/thermal/mediatek: Add dt-binding document for LVTS thermal controllers
` [PATCH v10 3/6] arm64/dts/mt8195: Add efuse node to mt8195
` [PATCH v10 4/6] thermal/drivers/mediatek: Add the Low Voltage Thermal Sensor driver
` [PATCH v10 5/6] arm64/dts/mt8195: Add thermal zones and thermal nodes
` [PATCH v10 6/6] arm64/dts/mt8195: Add temperature mitigation threshold
[PATCH 00/46] Based on latest mm-unstable (85b44c25cd1e)
2023-01-12 15:29 UTC (5+ messages)
` [PATCH 21/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range
[PATCH v2 0/6] phy: qualcomm: Add UFS support for SM8550
2023-01-12 15:29 UTC (3+ messages)
` [PATCH v2 6/6] phy: qcom-qmp-ufs: Add SM8550 support
[PATCH] rcu: Remove duplicate settings for rcu boost kthreads affinity
2023-01-12 15:29 UTC (7+ messages)
[syzbot] WARNING in io_cqring_event_overflow
2023-01-12 15:27 UTC (2+ messages)
[PATCH net-next 1/1] plca.c: fix obvious mistake in checking retval
2023-01-12 15:27 UTC (3+ messages)
[PATCH rcu 0/27] Unconditionally enable SRCU
2023-01-12 15:27 UTC (4+ messages)
` [PATCH rcu 17/27] drivers/pci/controller: Remove "select SRCU"
[PATCH v10 5/5] x86/hyperv: Change interrupt vector for nested root partition
2023-01-12 15:27 UTC (2+ messages)
[PATCH 5.10 0/1] drm/amdkfd: Check for null pointer after calling kmemdup
2023-01-12 15:26 UTC (4+ messages)
` [PATCH 5.10 1/1] "
[PATCH v6] blk-throtl: Introduce sync and async queues for blk-throtl
2023-01-12 15:25 UTC
[syzbot] KASAN: use-after-free Read in io_fallback_req_func
2023-01-12 15:24 UTC (2+ messages)
[syzbot] KASAN: use-after-free Read in io_fallback_tw
2023-01-12 15:24 UTC (2+ messages)
[PATCH v2 0/5] ASoC: Intel: Balance ACPI device refcount
2023-01-12 14:56 UTC (2+ messages)
[PATCH] arm64: defconfig: Enable missing configs for mt8192-asurada
2023-01-12 15:21 UTC (2+ messages)
[PATCH] Documentation: kvm: fix SRCU locking order docs
2023-01-12 15:20 UTC (3+ messages)
[PATCH] x86/paravirt: merge activate_mm and dup_mmap callbacks
2023-01-12 15:21 UTC
[PATCH v1 1/1] gpiolib: Remove unused of_mm_gpiochip_add()
2023-01-12 14:45 UTC
[tip:sched/core] [selftests/rseq] b344b8f2d8: kernel-selftests.rseq.run_param_test.sh.fail
2023-01-12 15:18 UTC (2+ messages)
` [tip: sched/core] selftests/rseq: Revert "selftests/rseq: Add mm_numa_cid to test script"
[RFC PATCH tip] rseq: Fix: Increase AT_VECTOR_SIZE_BASE to match rseq auxvec entries
2023-01-12 15:18 UTC (2+ messages)
` [tip: sched/core] rseq: "
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