messages from 2023-01-12 15:44:13 to 2023-01-12 16:54:22 UTC [more...]
[PATCH v1 1/1] gpio: xilinx: Remove duplicate assignment of of_gpio_n_cells
2023-01-12 16:39 UTC
[PATCH v1 1/2] gpio: zevio: Remove duplicate assignment of of_gpio_n_cells
2023-01-12 16:39 UTC (2+ messages)
` [PATCH v1 2/2] gpio: zevio: Use proper headers and drop OF_GPIO dependency
[PATCH v1 1/2] gpio: wcd934x: Remove duplicate assignment of of_gpio_n_cells
2023-01-12 16:39 UTC (2+ messages)
` [PATCH v1 2/2] gpio: wcd934x: Use proper headers and drop OF_GPIO dependency
[PATCH v2 0/2] arm64: defconfig: enable modules for Qualcomm SM8550-MTP display
2023-01-12 16:39 UTC (4+ messages)
` [PATCH v2 2/2] arm64: defconfig: enable Visionox VTDR6130 DSI Panel driver
[PATCH v1 1/1] gpio: ge: Remove duplicate assignment of of_gpio_n_cells
2023-01-12 16:39 UTC
[PATCH v1 1/1] gpio: davinci: Remove duplicate assignment of of_gpio_n_cells
2023-01-12 16:38 UTC
[PATCH v4 0/5] CXL Poison List Retrieval & Tracing
2023-01-12 16:37 UTC (4+ messages)
` [PATCH v4 2/5] cxl/trace: Add TRACE support for CXL media-error records
[PATCH] USB: serial: option: add Quectel EM05-G modem
2023-01-12 16:36 UTC (2+ messages)
rseq CPU ID not correct on 6.0 kernels for pinned threads
2023-01-12 16:33 UTC (3+ messages)
[PATCH v1 1/2] pinctrl: bcm: bcm2835: Switch to use ->add_pin_ranges()
2023-01-12 16:38 UTC (2+ messages)
` [PATCH v1 2/2] gpiolib: of: Remove no more used ->of_gpio_ranges_fallback()
[PATCH v11 000/113] KVM TDX basic feature support
2023-01-12 16:33 UTC (114+ 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 027/113] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [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 042/113] KVM: Add flags to struct kvm_gfn_range
` [PATCH v11 043/113] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v11 044/113] KVM: x86/tdp_mmu: Make handle_changed_spte() return value
` [PATCH v11 045/113] KVM: x86/mmu: Make make_spte() aware of shared GPA for MTRR
` [PATCH v11 046/113] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v11 047/113] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v11 048/113] KVM: x86/mmu: Disallow dirty logging for x86 TDX
` [PATCH v11 049/113] KVM: x86/mmu: TDX: Do not enable page track for TD guest
` [PATCH v11 050/113] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v11 051/113] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH v11 052/113] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [PATCH v11 053/113] KVM: TDX: Add accessors VMX VMCS helpers
` [PATCH v11 054/113] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v11 055/113] KVM: x86/VMX: introduce vmx tlb_remote_flush and tlb_remote_flush_with_range
` [PATCH v11 056/113] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
` [PATCH v11 057/113] KVM: TDX: TDP MMU TDX support
` [PATCH v11 058/113] KVM: TDX: MTRR: implement get_mt_mask() for TDX
` [PATCH v11 059/113] [MARKER] The start of TDX KVM patch series: TD finalization
` [PATCH v11 060/113] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v11 061/113] KVM: TDX: Create initial guest memory
` [PATCH v11 062/113] KVM: TDX: Finalize VM initialization
` [PATCH v11 063/113] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [PATCH v11 064/113] KVM: TDX: Add helper assembly function to TDX vcpu
` [PATCH v11 065/113] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v11 066/113] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v11 067/113] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v11 068/113] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v11 069/113] KVM: TDX: restore user ret MSRs
` [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 19/19] ASoC: amd: ps: increase runtime suspend delay
2023-01-12 16:05 UTC (6+ messages)
[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 00/11] KVM perf support
2023-01-12 15:47 UTC (3+ messages)
` [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 (7+ 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 (2+ messages)
[PATCH v2] mm/page_ext: Do not allocate space for page_ext->flags if not needed
2023-01-12 15:33 UTC
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