All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-30 09:43:31 to 2022-09-30 10:25:46 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 v7, 0/3] mailbox: mtk-cmdq: add MT8186 support
 2022-09-30  9:59 UTC  (5+ messages)
` [PATCH v7, 2/3] mailbox: mtk-cmdq: add gce ddr enable support flow
` [PATCH v7, 3/3] mailbox: mtk-cmdq: add MT8186 support

[PATCH v9 000/105] KVM TDX basic feature support
 2022-09-30 10:18 UTC  (95+ 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 094/105] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v9 096/105] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall

[PATCH v1 0/2] Fix error handling for MDP3
 2022-09-30 10:23 UTC  (3+ messages)
` [PATCH v1 1/2] media: platform: mtk-mdp3: fix error handling in mdp_cmdq_send()
` [PATCH v1 2/2] media: platform: mtk-mdp3: fix error handling about components clock_on

[PATCH v3 0/2] vhost fixes for OVS SIGSEGV in PMD
 2022-09-30 10:22 UTC  (5+ messages)
` [PATCH v3 1/2] vhost: check for nr_vec == 0 in desc_to_mbuf, mbuf_to_desc

[xen-unstable-smoke test] 173362: regressions - FAIL
 2022-09-30 10:22 UTC  (4+ messages)

[PATCH] networkmanager: Update to 1.22.16
 2022-09-30 10:21 UTC  (2+ messages)
  ` [oe] "

[PATCHv3 0/2] qemu direct io alignment fix
 2022-09-30 10:18 UTC  (2+ messages)

[PATCH 1/3] eventdev: add rte prefix to function declaration
 2022-09-30 10:16 UTC  (3+ messages)
` [PATCH 3/3] doc: remove deprecation notices for event vector

[PATCH] openssl: Add missing perl module runtime dependencies for ptests
 2022-09-30 10:16 UTC  (2+ messages)
` [OE-core] "

[PATCH 1/3] audio/transport: seprate a2dp and bap transport to update volume
 2022-09-30 18:49 UTC  (4+ messages)
` Message from the future (wrong date) (was: [PATCH 1/3] audio/transport: seprate a2dp and bap transport to update volume)
` [PATCH 2/3] shared/vcp: Add callback to update media volume
` [PATCH 3/3] profiles: Register callback function to update volume

[PATCH] networkmanager: Update to 1.22.16
 2022-09-30 10:15 UTC 

[PATCH v5 1/2] block: Ignore close() failure in get_tmp_filename()
 2022-09-30 10:13 UTC  (3+ messages)
` [PATCH v5 2/2] block: Refactor get_tmp_filename()

[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 v3 0/5] GPU workload hints for better performance
 2022-09-30 10:09 UTC  (21+ messages)
` [PATCH v3 5/5] drm/amdgpu: switch workload context to/from compute

[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 v4 00/30] acl: add vfs posix acl api
 2022-09-30 10:05 UTC  (6+ messages)
` [PATCH v4 04/30] fs: add new get acl method

[PATCH net-next 0/6] bnxt_en: Driver updates
 2022-09-30 10:05 UTC  (6+ messages)
` [PATCH net-next 5/6] bnxt_en: add .get_module_eeprom_by_page() support

[PATCH v7 0/7] Introduce support for LoongArch architecture
 2022-09-30 10:05 UTC  (3+ messages)

[LTP] September LTP release
 2022-09-30 10:05 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_properties: Create dynamic subtests
 2022-09-30 10:04 UTC  (6+ messages)

[PATCH] x86/NUMA: improve memnode_shift calculation for multi node system
 2022-09-30 10:03 UTC  (4+ messages)

[PATCH 00/15] Make 'mlock' really private
 2022-09-30 10:04 UTC  (7+ messages)
` [PATCH 14/15] iio: health: max30102: do not use internal iio_dev lock

[PATCH] thermal: imx8mm_thermal: wait for a valid measurement
 2022-09-30 10:09 UTC  (2+ messages)

[LTP] [PATCH v2 1/1] zram01.sh: Fix minimal size for XFS on kernel 5.19
 2022-09-30 10:04 UTC  (5+ messages)

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

[Bug 216532] New: openSUSE Tumbleweed, AX210, bluetooth, connection fails
 2022-09-30 10:03 UTC  (7+ messages)
` [Bug 216532] "

[PATCH] layers: Add langdale to LAYERSERIES_COMPAT
 2022-09-30 10:03 UTC  (2+ messages)
` [meta-arm] "

[PATCH 0/2] AioContext removal: LinuxAioState and ThreadPool
 2022-09-30 10:00 UTC  (4+ messages)
` [PATCH 1/2] linux-aio: use LinuxAioState from the running thread

[PATCH] ALSA: usb-audio: Fix potential memory leaks
 2022-09-30 10:01 UTC 

[PATCH] ALSA: usb-audio: Fix NULL dererence at error path
 2022-09-30 10:01 UTC 

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

[Intel-gfx] [PATCH 00/16] drm/i915/vm_bind: Add VM_BIND functionality
 2022-09-30 10:01 UTC  (7+ messages)
` [Intel-gfx] [PATCH 14/16] drm/i915/vm_bind: Handle persistent vmas in execbuf3
  `  "
` [Intel-gfx] [PATCH 16/16] drm/i915/vm_bind: Add uapi for user to enable vm_bind_mode
  `  "

[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

[igt-dev] [i-g-t V2] lib/igt_kms: New api to iterate over all outputs
 2022-09-30 10:01 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_kms: New api to iterate over all outputs (rev2)

[PATCH] mm/mmap: undo ->mmap() when arch_validate_flags() fails
 2022-09-30  9:59 UTC  (2+ messages)

[PATCH 0/2] Fix some problems with vvfat in R/W mode
 2022-09-30  9:57 UTC  (5+ messages)
` [PATCH 1/2] vvfat: allow some writes to bootsector

[PATCH] ethdev: queue rate parameter changed from 16b to 32b
 2022-09-30  9:57 UTC  (3+ messages)
` [PATCH v3] "

[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 v4 0/2] Add memmap and fix bugs for LoongArch
 2022-09-30  9:51 UTC  (3+ messages)
` [PATCH v4 1/2] hw/intc: Fix LoongArch extioi function
` [PATCH v4 2/2] hw/intc: Fix LoongArch ipi device emulation

[PATCH bpf-next v4 0/2] Add table of BPF program types to docs
 2022-09-30  9:57 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] Add subdir support to Documentation makefile

[Bug 1088] [20.11] meson compatibility regression
 2022-09-30  9:57 UTC 

Closing the BPF map permission loophole
 2022-09-30  9:56 UTC  (16+ messages)

[PATCH 1/2] smbios: Simplify reporting of unknown values
 2022-09-30  9:56 UTC  (7+ messages)
` [PATCH 2/2] smbios: Fallback to the default DT if sysinfo nodes are missing

[PATCH] pci-ids: sync docs + header
 2022-09-30  9:54 UTC  (3+ messages)

[PATCH] sparse-checkout.txt: new document with sparse-checkout directions
 2022-09-30  9:54 UTC  (4+ messages)

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

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

[PATCH] fix close_range fails unexpectedly in unprivileged process
 2022-09-30  9:50 UTC  (2+ messages)
` [OE-core] "

[rafael-pm:bleeding-edge] BUILD SUCCESS fa117123159976b3799c5738677e0489f8537abc
 2022-09-30  9:49 UTC  (2+ messages)
` [Devel] "

[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 v4 00/10] introduce Arm FF-A support
 2022-09-30  9:48 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 02/10] arm64: smccc: clear the Xn registers after SMC calls

[PATCH v4] drm/ast: Add Atomic gamma lut support for aspeed
 2022-09-30  9:47 UTC 

[PATCH] drm/i915/guc: Fix revocation of non-persistent contexts
 2022-09-30  9:47 UTC  (2+ messages)
` [Intel-gfx] "

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

[PATCHv5 net-next 0/4] rtnetlink: Honour NLM_F_ECHO flag in rtnl_{new, del}link
 2022-09-30  9:45 UTC  (5+ messages)
` [PATCHv5 net-next 1/4] rtnetlink: add new helper rtnl_configure_link_notify()
` [PATCHv5 net-next 2/4] net: add new helper unregister_netdevice_many_notify
` [PATCHv5 net-next 3/4] rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_create
` [PATCHv5 net-next 4/4] rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_link

[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

[PATCH v6] virtio-blk: add zoned block device specification
 2022-09-30  9:45 UTC  (3+ messages)
  ` [virtio-dev] "

[PATCHv4 net-next 2/4] net: add new helper unregister_netdevice_many_notify
 2022-09-30  9:43 UTC  (2+ messages)

[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  (3+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.