linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-30 09:04:21 to 2022-09-30 10:28:04 UTC [more...]

[PATCH v2 0/3] block/nvme: Fix DMA-noncoherent platforms support
 2022-09-30  9:52 UTC  (4+ messages)
` [PATCH v2 1/3] nvme-hwmon: Return error on kzalloc failure

[PATCH v9 000/105] KVM TDX basic feature support
 2022-09-30 10:18 UTC  (100+ messages)
` [PATCH v9 001/105] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v9 002/105] KVM: x86: Refactor KVM VMX module init/exit functions
` [PATCH v9 003/105] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v9 004/105] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v9 005/105] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v9 006/105] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v9 007/105] KVM: TDX: Make TDX VM type supported
` [PATCH v9 008/105] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v9 009/105] KVM: TDX: Define "
` [PATCH v9 010/105] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v9 011/105] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v9 012/105] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v9 013/105] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v9 014/105] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [PATCH v9 015/105] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v9 016/105] KVM: TDX: create/destroy VM structure
` [PATCH v9 017/105] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v9 018/105] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v9 019/105] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v9 020/105] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v9 021/105] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v9 022/105] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v9 023/105] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v9 024/105] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v9 025/105] KVM: TDX: Use private memory for TDX
` [PATCH v9 026/105] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v9 027/105] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v9 028/105] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v9 029/105] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v9 030/105] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v9 031/105] KVM: x86/mmu: Make sync_page not use hard-coded 0 as the initial SPTE value
` [PATCH v9 032/105] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v9 033/105] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_{value, mask}
` [PATCH v9 034/105] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v9 035/105] KVM: TDX: Enable mmio spte caching always for TDX
` [PATCH v9 036/105] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v9 037/105] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v9 038/105] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v9 039/105] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v9 040/105] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map()
` [PATCH v9 041/105] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v9 042/105] KVM: x86/mmu: Require TDP MMU for TDX
` [PATCH v9 043/105] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v9 044/105] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v9 045/105] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v9 046/105] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v9 047/105] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v9 048/105] KVM: x86/mmu: Disallow dirty logging for x86 TDX
` [PATCH v9 049/105] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v9 050/105] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH v9 051/105] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [PATCH v9 052/105] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v9 053/105] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD
` [PATCH v9 054/105] KVM: x86/VMX: introduce vmx tlb_remote_flush and tlb_remote_flush_with_range
` [PATCH v9 055/105] KVM: TDX: TDP MMU TDX support
` [PATCH v9 056/105] [MARKER] The start of TDX KVM patch series: KVM TDP MMU MapGPA
` [PATCH v9 057/105] KVM: Add functions to set GFN to private or shared
` [PATCH v9 058/105] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v9 059/105] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX
` [PATCH v9 060/105] [MARKER] The start of TDX KVM patch series: TD finalization
` [PATCH v9 061/105] KVM: TDX: Create initial guest memory
` [PATCH v9 062/105] KVM: TDX: Finalize VM initialization
` [PATCH v9 063/105] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [PATCH v9 064/105] KVM: TDX: Add helper assembly function to TDX vcpu
` [PATCH v9 065/105] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v9 066/105] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v9 067/105] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v9 068/105] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v9 069/105] KVM: TDX: restore user ret MSRs
` [PATCH v9 070/105] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [PATCH v9 071/105] KVM: TDX: complete interrupts after tdexit
` [PATCH v9 072/105] KVM: TDX: restore debug store when TD exit
` [PATCH v9 073/105] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v9 074/105] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v9 075/105] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v9 076/105] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [PATCH v9 077/105] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [PATCH v9 078/105] KVM: TDX: Implement interrupt injection
` [PATCH v9 079/105] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v9 080/105] KVM: TDX: Implement methods to inject NMI
` [PATCH v9 081/105] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH v9 082/105] KVM: VMX: Move NMI/exception handler to common helper
` [PATCH v9 083/105] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH v9 084/105] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v9 085/105] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
` [PATCH v9 086/105] KVM: TDX: handle EXIT_REASON_OTHER_SMI
` [PATCH v9 087/105] KVM: TDX: handle ept violation/misconfig exit
` [PATCH v9 088/105] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH v9 089/105] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH v9 090/105] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL
` [PATCH v9 091/105] KVM: TDX: Handle TDX PV CPUID hypercall
` [PATCH v9 092/105] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH v9 093/105] KVM: TDX: Handle TDX PV port io hypercall
` [PATCH v9 094/105] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v9 095/105] KVM: TDX: Implement callbacks for MSR operations for TDX
` [PATCH v9 096/105] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
` [PATCH v9 097/105] KVM: TDX: Handle TDX PV report fatal error hypercall
` [PATCH v9 098/105] KVM: TDX: Handle TDX PV map_gpa hypercall
` [PATCH v9 099/105] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall

INFO: task rcu_gp:3 blocked for more than 122 seconds
 2022-09-30 10:19 UTC  (3+ messages)

[PATCH v3] x86, mem: move memmove to out of line assembler
 2022-09-30 10:14 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] x86/PCI: Convert force_disable_hpet() to standard quirk
 2022-09-30 10:13 UTC  (13+ messages)

[PATCH] drm/ssd130x: Iterate over damage clips instead of using a merged rect
 2022-09-30 10:11 UTC  (4+ messages)

[PATCH] loongarch: update config files
 2022-09-30 10:09 UTC  (5+ messages)

[PATCH -next] mm/slub: fix a slab missed to be freed problem
 2022-09-30 10:07 UTC 

[PATCH] exfat: use updated exfat_chain directly during renaming
 2022-09-30 10:03 UTC  (4+ messages)

[PATCH] thermal: imx8mm_thermal: wait for a valid measurement
 2022-09-30 10:09 UTC 

general protection fault in release_urbs
 2022-09-30 10:00 UTC  (4+ messages)

[PATCH v2 1/2] slimbus: stream: handle unsupported bitrates for presence rate
 2022-09-30 10:00 UTC  (2+ messages)
` [PATCH v2 2/2] slimbus: qcom-ngd-ctrl: add support for 44.1 Khz frequency

[PATCH v7, 0/3] mailbox: mtk-cmdq: add MT8186 support
 2022-09-30  9:59 UTC  (4+ messages)
` [PATCH v7, 1/3] mailbox: mtk-cmdq: add gce software ddr enable private data
` [PATCH v7, 2/3] mailbox: mtk-cmdq: add gce ddr enable support flow
` [PATCH v7, 3/3] mailbox: mtk-cmdq: add MT8186 support

[PATCH] interrupt: discover and disable very frequent interrupts
 2022-09-30  9:57 UTC  (3+ messages)

[PATCH v1 1/2] clocksource: loongson2_hpet: add hpet driver support
 2022-09-30  9:58 UTC  (3+ messages)
` [PATCH v1 2/2] dt-bindings: hpet: add loongson2k hpet binding

[PATCH v2] Documentation: kunit: rewrite writing first test instructions
 2022-09-30  9:51 UTC  (3+ messages)

[PATCH v2] efi/arm: dump UEFI runtime page tables for ARM
 2022-09-30 10:10 UTC 

[PATCH 1/2] cpufreq: Change macro for store scaling min/max frequency
 2022-09-30  9:48 UTC  (2+ messages)
` [PATCH 2/2] cpufreq: Update CPU capacity reduction in store_scaling_max_freq()

[PATCH v10 0/4] Microchip soft ip corePWM driver
 2022-09-30  9:45 UTC  (8+ messages)
` [PATCH v10 3/4] pwm: add microchip "

[PATCH v7 0/3] Add Richtek RT9471 3A battery charger support
 2022-09-30  9:44 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: power: supply: Add Richtek RT9471 battery charger
` [PATCH v7 2/3] power: supply: rt9471: Add Richtek RT9471 charger driver
` [PATCH v7 3/3] Documentation: power: rt9471: Document exported sysfs entries

[chenhuacai-loongson:loongarch-next 10/21] arch/loongarch/mm/init.c:166:24: warning: variable 'new' set but not used
 2022-09-30  9:43 UTC 

[PATCH 1/2] slimbus: stream: handle unsupported bitrates for presence rate
 2022-09-30  9:43 UTC  (5+ messages)
` [PATCH 2/2] slimbus: qcom-ngd-ctrl: add support for 44.1 Khz frequency

[PATCH 0/3] ksm: fix incorrect count of merged pages when enabling use_zero_pages
 2022-09-30  9:41 UTC  (3+ messages)
` Reply:[PATCH "

[PATCH] ASoC: Intel: sof_rt5682: remove SOF_RT1015_SPEAKER_AMP_100FS flag
 2022-09-30  9:41 UTC  (2+ messages)

[GIT PULL] gpio: fixes for v6.0
 2022-09-30  9:40 UTC 

[PATCH 0/3] ksm: fix incorrect count of merged pages when enabling use_zero_pages
 2022-09-30  9:40 UTC  (8+ messages)

[PATCH] lib: check stack_table in __stack_depot_save
 2022-09-30  9:38 UTC 

[PATCH v9 0/9] Add Ampere's Altra SMPro MFD and its child drivers
 2022-09-30  9:38 UTC  (3+ messages)
` [PATCH v9 9/9] docs: ABI: testing: Document the Ampere Altra Family's SMpro sysfs interfaces

[PATCH linux-next] m68k: Move from strlcpy with unused retval to strscpy
 2022-09-30  9:36 UTC 

Planned changes for bugzilla.kernel.org to reduce the "Bugzilla blues"
 2022-09-30  9:35 UTC  (10+ messages)

[PATCH] mm: use stack_depot for recording kmemleak's backtrace
 2022-09-30  9:32 UTC  (2+ messages)
  ` 答复: [mm] a65edf711f: BUG:kernel_NULL_pointer_dereference

[PATCH V2 3/4] perf/x86/cstate: Add new Raptor Lake S support
 2022-09-30  9:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH V2 2/4] perf/x86/msr: Add new Raptor Lake S support
 2022-09-30  9:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH V2 4/4] perf/x86/uncore: Add new Raptor Lake S support
 2022-09-30  9:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH V2 1/4] perf/x86: Add new Raptor Lake S support
 2022-09-30  9:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v3 02/15] perf/x86/amd: Add IBS OP_DATA2 DataSrc bit definitions
 2022-09-30  9:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v3 01/15] perf/mem: Introduce PERF_MEM_LVLNUM_{EXTN_MEM|IO}
 2022-09-30  9:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v3 04/15] perf/x86/amd: Support PERF_SAMPLE_{WEIGHT|WEIGHT_STRUCT}
 2022-09-30  9:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v3 03/15] perf/x86/amd: Support PERF_SAMPLE_DATA_SRC
 2022-09-30  9:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v3 05/15] perf/x86/amd: Support PERF_SAMPLE_ADDR
 2022-09-30  9:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v3 06/15] perf/x86/amd: Support PERF_SAMPLE_PHY_ADDR
 2022-09-30  9:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 2/2] perf/x86/amd/lbr: adjust LBR regardless of filtering
 2022-09-30  9:31 UTC  (2+ messages)
` [tip: perf/core] perf/x86/amd/lbr: Adjust "

[PATCH v3 07/15] perf/uapi: Define PERF_MEM_SNOOPX_PEER in kernel header file
 2022-09-30  9:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 1/2] perf/x86/utils: fix uninitialized var in get_branch_type()
 2022-09-30  9:31 UTC  (2+ messages)
` [tip: perf/core] perf/x86/utils: Fix "

[PATCH 3/4] proc: Point /proc/net at /proc/thread-self/net instead of /proc/self/net
 2022-09-30  9:30 UTC  (11+ messages)
                ` [CFT][PATCH] proc: Update /proc/net to point at the accessing threads network namespace

[PATCH 00/20] Rockchip pinctrl/GPIO support ACPI
 2022-09-30  9:28 UTC  (8+ messages)
` [PATCH 12/20] gpio/rockchip: add return check for clock rate set
` [PATCH 13/20] gpio/rockchip: disable and put clocks when remove
` [PATCH 17/20] gpio/rockchip: print device with fwnode name when probe successful

[PATCH v4 0/4] serial: RS485 kerneldoc/documentation improvements
 2022-09-30  9:27 UTC  (3+ messages)
` [PATCH v4 1/4] serial: Convert serial_rs485 to kernel doc

[PATCH net V5] eth: lan743x: reject extts for non-pci11x1x devices
 2022-09-30  9:27 UTC 

[PATCH 1/2] arm64, kdump: enforce to take 4G as the crashkernel low memory end
 2022-09-30  9:24 UTC  (11+ messages)

[PATCH printk 00/18] preparation for threaded/atomic printing
 2022-09-30  9:24 UTC  (6+ messages)
` [PATCH printk 06/18] printk: Protect [un]register_console() with a mutex

ublk-qcow2: ublk-qcow2 is available
 2022-09-30  9:24 UTC 

[PATCH v2 0/6] scsi: libsas: Use request tag in more drivers
 2022-09-30  9:22 UTC  (10+ messages)
` [PATCH v2 1/6] scsi: libsas: Add sas_task_find_rq()
` [PATCH v2 3/6] scsi: pm8001: Remove pm8001_tag_init()
` [PATCH v2 4/6] scsi: pm8001: Use sas_task_find_rq() for tagging
` [PATCH v2 5/6] scsi: mvsas: Delete mvs_tag_init()
` [PATCH v2 6/6] scsi: mvsas: Use sas_task_find_rq() for tagging

[PATCH] net: prestera: acl: Add check for kmemdup
 2022-09-30  9:20 UTC  (2+ messages)

[PATCH] nvme-pci-disable-write-zeros-support-on-kingston-SSD
 2022-09-30  9:14 UTC 

[PATCH] docs/howto: Replace abundoned URL of gmane.org
 2022-09-30  9:14 UTC  (2+ messages)

[PATCH v4 0/2] squashfs: Add the mount parameter "threads="
 2022-09-30  9:14 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] squashfs: add the mount parameter theads=<single|multi|percpu>
  ` [PATCH v5 2/2] squashfs: Allows users to configure the number of decompression threads

[PATCH v2] kbuild: add configurable debug info level
 2022-09-30  9:11 UTC  (9+ messages)
` [PATCH v3] kbuild: add debug level and macro defs options

[PATCH v2 1/2] drm/tests: Split drm_test_dp_mst_calc_pbn_mode into parameterized tests
 2022-09-30  9:11 UTC  (5+ messages)
` [PATCH v2 2/2] drm/tests: Split drm_test_dp_mst_sideband_msg_req_decode "

[PATCH] PCI/ASPM: Make SUNIX serial card acceptable latency unlimited
 2022-09-30  9:10 UTC 

[PATCH] iommu: remove useless parameter in iommu_bus_init()
 2022-09-30  9:09 UTC  (3+ messages)

[PATCH] HID: input: Add support for USI style events
 2022-09-30  9:09 UTC  (3+ messages)

[PATCH v1 00/30] Basic StarFive JH7110 RISC-V SoC support
 2022-09-30  9:06 UTC  (2+ messages)
` [PATCH v1 29/30] RISC-V: defconfig: Enable CONFIG_SERIAL_8250_DW

[PATCH] libbpf:fix overrun in attribute iteration
 2022-09-30  9:07 UTC 

[PATCH v3 00/10] MediaTek SoC safe clock muxing and GPU clocks
 2022-09-30  9:07 UTC  (9+ messages)
` [PATCH v3 08/10] clk: mediatek: clk-mt8195-topckgen: Drop univplls from mfg mux parents

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-30  8:59 UTC  (4+ messages)
` [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).