messages from 2022-10-30 00:36:19 to 2022-10-30 08:20:11 UTC [more...]
[RESEND PATCH v2 0/3] queue freezing improvement and cleanups
2022-10-30 8:19 UTC (8+ messages)
` [RESEND PATCH v2 1/3] blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queue
` [RESEND PATCH v2 2/3] blk-mq: remove blk_freeze_queue
` [RESEND PATCH v2 3/3] block: hide back blk_freeze_queue_start and export its blk-mq alias
How to convert I/O iterators to iterators, sglists and RDMA lists
2022-10-30 8:12 UTC (10+ messages)
` [PATCH v2 01/12] get rid of unlikely() on page_copy_sane() calls
` [PATCH v2 12/12] use less confusing names for iov_iter direction initializers
[PATCH] staging: r8188eu: use min() instead of ternary operator
2022-10-30 8:10 UTC
[PATCH v3] ksefltests: pidfd: Fix wait_states: Test terminated by timeout
2022-10-30 8:09 UTC (3+ messages)
[PATCH v2] selftests: pidfd: Fix compling warnings
2022-10-30 8:08 UTC (3+ messages)
[PATCH kernel] x86/swiotlb/amd: Half the size if allocation failed
2022-10-30 8:05 UTC (2+ messages)
[GIT PULL] gpio: fixes for v6.1-rc3
2022-10-30 8:05 UTC
[PATCH v3] block: simplify blksize_bits() implementation
2022-10-30 7:36 UTC (2+ messages)
[PATCH] btrfs: Fix a memory allocation failure test
2022-10-30 7:35 UTC
[PATCH 00/10] arm64: dts: qcom: sm6350: SD Card fixes, pm6350 keys and touchscreen for PDX213
2022-10-30 7:32 UTC (11+ messages)
` [PATCH 01/10] arm64: dts: qcom: sm6350: Add resets for SDHCI 1/2
` [PATCH 02/10] arm64: dts: qcom: sm6350: Add pinctrl for SDHCI 2
` [PATCH 03/10] arm64: dts: qcom: sm6350-lena: Add SD Card Detect to sdc2 on/off pinctrl
` [PATCH 04/10] arm64: dts: qcom: pm6350: Include header for KEY_POWER
` [PATCH 05/10] arm64: dts: qcom: sm6350-lena: Include pm6350 and configure buttons
` [PATCH 06/10] arm64: dts: qcom: sm6350-lena: Define pm6350 and pm6150l regulators
` [PATCH 07/10] arm64: dts: qcom: sm6350-lena: Provide power to SDHCI 2 (SDCard slot)
` [PATCH 08/10] arm64: dts: qcom: sm6350-lena: Enable QUP and GPI DMA
` [PATCH 09/10] arm64: dts: qcom: sm6350-lena: Configure Samsung touchscreen
` [PATCH 10/10] arm64: dts: qcom: sm6350: Add apps_smmu with streamID to SDHCI 1/2 nodes
[PATCH] NFSD: Fix the share reservation conflict to courteous server logic in nfs4_upgrade_open()
2022-10-30 7:26 UTC
[RESEND PATCH v5 4/4] drivers: misc: Add Support for TMR Inject IP
2022-10-30 7:25 UTC (2+ messages)
[PATCH 00/11] Updates to sc8280xp-pmic
2022-10-30 7:16 UTC (5+ messages)
` [PATCH 09/11] arm64: dts: qcom: sc8280xp-x13s: Add PM8280_{1/2} VADC channels
[PATCH 0/3] Stable backports of gntdev fixes
2022-10-30 7:12 UTC (4+ messages)
` [PATCH 1/3] Xen/gntdev: don't ignore kernel unmapping error
` [PATCH 2/3] xen/gntdev: Prevent leaking grants
` [PATCH 3/3] xen/gntdev: Accommodate VMA splitting
[PATCH] fs/ntfs3: Fix NULL dereference in ni_write_inode
2022-10-30 7:02 UTC
[PATCH] Bluetooth: Fix EALREADY and ELOOP cases in bt_status()
2022-10-30 7:00 UTC
[PATCH v16 0/3] Add TDX Guest Attestation support
2022-10-30 6:53 UTC (5+ messages)
` [PATCH v16 2/3] virt: Add TDX guest driver
apparmor: global buffers spin lock may get contended
2022-10-30 6:32 UTC (2+ messages)
[PATCH v10 000/108] KVM TDX basic feature support
2022-10-30 6:23 UTC (109+ messages)
` [PATCH v10 001/108] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v10 002/108] KVM: x86: Refactor KVM VMX module init/exit functions
` [PATCH v10 003/108] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v10 004/108] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v10 005/108] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v10 006/108] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v10 007/108] KVM: TDX: Make TDX VM type supported
` [PATCH v10 008/108] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v10 009/108] KVM: TDX: Define "
` [PATCH v10 010/108] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v10 011/108] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v10 012/108] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v10 013/108] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v10 014/108] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [PATCH v10 015/108] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v10 016/108] KVM: TDX: create/destroy VM structure
` [PATCH v10 017/108] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v10 018/108] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v10 019/108] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v10 020/108] KVM: Support KVM_CAP_MAX_VCPUS for KVM_ENABLE_CAP
` [PATCH v10 021/108] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v10 022/108] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v10 023/108] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v10 024/108] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v10 025/108] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v10 026/108] KVM: TDX: Use private memory for TDX
` [PATCH v10 027/108] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v10 028/108] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v10 029/108] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v10 030/108] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v10 031/108] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v10 032/108] KVM: x86/mmu: Make sync_page not use hard-coded 0 as the initial SPTE value
` [PATCH v10 033/108] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v10 034/108] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_{value, mask}
` [PATCH v10 035/108] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v10 036/108] KVM: TDX: Enable mmio spte caching always for TDX
` [PATCH v10 037/108] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v10 038/108] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v10 039/108] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v10 040/108] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v10 041/108] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map()
` [PATCH v10 042/108] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v10 043/108] KVM: x86/mmu: Require TDP MMU for TDX
` [PATCH v10 044/108] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v10 045/108] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v10 046/108] KVM: Add flags to struct kvm_gfn_range
` [PATCH v10 047/108] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v10 048/108] KVM: x86/tdp_mmu: Make handle_changed_spte() return value
` [PATCH v10 049/108] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v10 050/108] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v10 051/108] KVM: x86/mmu: Disallow dirty logging for x86 TDX
` [PATCH v10 052/108] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v10 053/108] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH v10 054/108] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [PATCH v10 055/108] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v10 056/108] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD
` [PATCH v10 057/108] KVM: x86/VMX: introduce vmx tlb_remote_flush and tlb_remote_flush_with_range
` [PATCH v10 058/108] KVM: TDX: TDP MMU TDX support
` [PATCH v10 059/108] [MARKER] The start of TDX KVM patch series: KVM TDP MMU MapGPA
` [PATCH v10 060/108] KVM: Add functions to set GFN to private or shared
` [PATCH v10 061/108] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v10 062/108] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX
` [PATCH v10 063/108] [MARKER] The start of TDX KVM patch series: TD finalization
` [PATCH v10 064/108] KVM: TDX: Create initial guest memory
` [PATCH v10 065/108] KVM: TDX: Finalize VM initialization
` [PATCH v10 066/108] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [PATCH v10 067/108] KVM: TDX: Add helper assembly function to TDX vcpu
` [PATCH v10 068/108] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v10 069/108] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v10 070/108] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v10 071/108] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v10 072/108] KVM: TDX: restore user ret MSRs
` [PATCH v10 073/108] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [PATCH v10 074/108] KVM: TDX: complete interrupts after tdexit
` [PATCH v10 075/108] KVM: TDX: restore debug store when TD exit
` [PATCH v10 076/108] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v10 077/108] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v10 078/108] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v10 079/108] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [PATCH v10 080/108] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [PATCH v10 081/108] KVM: TDX: Implement interrupt injection
` [PATCH v10 082/108] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v10 083/108] KVM: TDX: Implement methods to inject NMI
` [PATCH v10 084/108] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH v10 085/108] KVM: VMX: Move NMI/exception handler to common helper
` [PATCH v10 086/108] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH v10 087/108] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v10 088/108] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
` [PATCH v10 089/108] KVM: TDX: handle EXIT_REASON_OTHER_SMI
` [PATCH v10 090/108] KVM: TDX: handle ept violation/misconfig exit
` [PATCH v10 091/108] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH v10 092/108] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH v10 093/108] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL
` [PATCH v10 094/108] KVM: TDX: Handle TDX PV CPUID hypercall
` [PATCH v10 095/108] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH v10 096/108] KVM: TDX: Handle TDX PV port io hypercall
` [PATCH v10 097/108] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v10 098/108] KVM: TDX: Implement callbacks for MSR operations for TDX
` [PATCH v10 099/108] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
` [PATCH v10 100/108] KVM: TDX: Handle TDX PV report fatal error hypercall
` [PATCH v10 101/108] KVM: TDX: Handle TDX PV map_gpa hypercall
` [PATCH v10 102/108] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
` [PATCH v10 103/108] KVM: TDX: Silently discard SMI request
` [PATCH v10 104/108] KVM: TDX: Silently ignore INIT/SIPI
` [PATCH v10 105/108] KVM: TDX: Add methods to ignore accesses to CPU state
` [PATCH v10 106/108] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)
` [PATCH v10 107/108] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU
` [PATCH v10 108/108] [MARKER] the end of (the first phase of) TDX KVM patch series
[RFC PATCH v1 0/1] Support to use own workqueue for each LED
2022-10-30 6:07 UTC (2+ messages)
` [RFC PATCH v1 1/1] leds: support "
[PATCH 00/15] Introduce Architectural LBR for vPMU
2022-10-30 6:06 UTC (5+ messages)
[PATCH] reset: ti-sci: honor TI_SCI_PROTOCOL setting when not COMPILE_TEST
2022-10-30 5:56 UTC
[syzbot] memory leak in regulatory_hint_core
2022-10-30 5:41 UTC (2+ messages)
[PATCH] OPP: decouple dt properties in opp_parse_supplies()
2022-10-30 5:34 UTC (3+ messages)
[PATCH v1 1/2] Input: matrix_keypad - add missed header inclusion
2022-10-30 4:55 UTC (7+ messages)
` [PATCH v1 2/2] Input: matrix_keypad - replace header inclusions by forward declarations
[PATCH v2 1/2] gpiolib: of: factor out quirk setting polarity via separate property
2022-10-30 4:40 UTC (2+ messages)
` [PATCH v2 2/2] gpiolib: of: add polarity quirk for Freescale PCIe controller
[PATCH v13 0/2] Introduce XSAVE feature self-test
2022-10-30 4:22 UTC (3+ messages)
` [PATCH v13 1/2] selftests/x86/xstate: Add xstate signal handling test for XSAVE feature
` [PATCH v13 2/2] selftests/x86/xstate: Add xstate fork "
[PATCH] drm/amd/pm: replace ternary operator with max()
2022-10-30 4:03 UTC (2+ messages)
[PATCH v2] block: simplify blksize_bits() implementation
2022-10-30 3:52 UTC (5+ messages)
[PATCH v4] f2fs: support errors=remount-ro|continue|panic mountoption
2022-10-30 3:50 UTC
[PATCHv3] mm: use stack_depot for recording kmemleak's backtrace
2022-10-30 3:45 UTC (2+ messages)
[PATCH] [next] i915/gvt: remove hardcoded value on crc32_start calculation
2022-10-30 3:36 UTC
[for-next PATCH v5 00/11] RDMA/rxe: Add RDMA FLUSH operation
2022-10-30 3:33 UTC (4+ messages)
` [for-next PATCH v5 05/11] RDMA/rxe: Allow registering persistent flag for pmem MR only
[PATCH 6.0 00/20] 6.0.4-rc1 review
2022-10-30 3:33 UTC (5+ messages)
` [PATCH 6.0 19/20] mm/huge_memory: do not clobber swp_entry_t during THP split
[PATCH 1/2] kunit: tool: make unit test not print parsed testdata to stdout
2022-10-30 3:31 UTC (2+ messages)
[PATCH] kunit: alloc_string_stream_fragment error handling bug fix
2022-10-30 3:20 UTC (2+ messages)
[PATCH v2 0/3] queue freezing improvement and cleanups
2022-10-30 3:17 UTC (5+ messages)
` [PATCH v2 1/3] blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queue
` [PATCH v2 2/3] blk-mq: remove blk_freeze_queue
` [PATCH v2 3/3] block: hide back blk_freeze_queue_start and export its blk-mq alias
[PATCH for-next v2] RDMA/rxe: Fix mr->map double free
2022-10-30 3:04 UTC
[PATCH] kasan: allow sampling page_alloc allocations for HW_TAGS
2022-10-30 2:59 UTC (2+ messages)
[PATCH for-next] RDMA/rxe: Fix mr->map double free
2022-10-30 2:53 UTC (2+ messages)
[PATCH] staging: vchiq: add 'static' to function definition
2022-10-30 2:43 UTC (4+ messages)
[GIT PULL] smb3 client fixes
2022-10-30 2:40 UTC
[PATCH 0/3] cleanups for queue freezing functions
2022-10-30 2:27 UTC (4+ messages)
` [PATCH 1/3] blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queue
` "
[PATCH 00/13] Clean up pmd_get_atomic() and i386-PAE
2022-10-30 2:17 UTC (20+ messages)
` [PATCH 01/13] mm: Update ptep_get_lockless()s comment
[syzbot] KASAN: null-ptr-deref Read in drop_buffers
2022-10-30 2:04 UTC
[GIT PULL] random number generator fixes for 6.1-rc3
2022-10-30 1:36 UTC (2+ messages)
[GIT PULL] SCSI fixes for 6.0-rc2
2022-10-30 1:29 UTC (2+ messages)
[GIT PULL] hotfixes for 6.1-rc3
2022-10-30 1:29 UTC (2+ messages)
[PATCH v2] hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
2022-10-30 0:54 UTC (10+ messages)
[PATCH v11 0/2] Add mmc driver for Sunplus SP7021 SOC
2022-10-30 0:50 UTC (3+ messages)
` [PATCH v11 1/2] dt-binding: mmc: Add mmc yaml file for Sunplus SP7021
` [PATCH v11 2/2] mmc: Add mmc driver "
[syzbot] WARNING in hugetlb_wp
2022-10-30 0:35 UTC (2+ messages)
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