messages from 2023-05-29 02:19:08 to 2023-05-29 04:29:25 UTC [more...]
[PATCH v14 000/113] KVM TDX basic feature support
2023-05-29 4:20 UTC (79+ messages)
` [PATCH v14 001/113] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v14 002/113] KVM: x86/vmx: initialize loaded_vmcss_on_cpu in vmx_hardware_setup()
` [PATCH v14 003/113] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
` [PATCH v14 004/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v14 005/113] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v14 006/113] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v14 007/113] KVM: TDX: Make TDX VM type supported
` [PATCH v14 008/113] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v14 009/113] KVM: TDX: Define "
` [PATCH v14 010/113] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v14 011/113] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v14 012/113] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v14 013/113] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v14 014/113] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v14 015/113] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v14 016/113] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v14 017/113] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v14 018/113] KVM: x86, tdx: Make KVM_CAP_MAX_VCPUS backend specific
` [PATCH v14 019/113] KVM: TDX: create/destroy VM structure
` [PATCH v14 020/113] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v14 021/113] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v14 022/113] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v14 023/113] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v14 024/113] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v14 025/113] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v14 026/113] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v14 027/113] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v14 028/113] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v14 029/113] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v14 030/113] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
` [PATCH v14 031/113] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v14 032/113] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v14 033/113] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_mask/shadow_present_mask
` [PATCH v14 034/113] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v14 035/113] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v14 036/113] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v14 037/113] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v14 038/113] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v14 039/113] KVM: x86/mmu: Assume guest MMIOs are shared
` [PATCH v14 040/113] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v14 041/113] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v14 042/113] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v14 043/113] KVM: Add flags to struct kvm_gfn_range
` [PATCH v14 044/113] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v14 045/113] KVM: x86/tdp_mmu: Sprinkle __must_check
` [PATCH v14 046/113] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v14 047/113] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v14 048/113] KVM: x86/mmu: TDX: Do not enable page track for TD guest
` [PATCH v14 049/113] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH v14 050/113] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [PATCH v14 051/113] KVM: TDX: Add accessors VMX VMCS helpers
` [PATCH v14 052/113] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v14 053/113] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
` [PATCH v14 054/113] KVM: TDX: Require TDP MMU and mmio caching for TDX
` [PATCH v14 055/113] KVM: TDX: TDP MMU TDX support
` [PATCH v14 056/113] KVM: TDX: MTRR: implement get_mt_mask() for TDX
` [PATCH v14 057/113] [MARKER] The start of TDX KVM patch series: TD finalization
` [PATCH v14 058/113] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v14 059/113] KVM: TDX: Create initial guest memory
` [PATCH v14 060/113] KVM: TDX: Finalize VM initialization
` [PATCH v14 061/113] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [PATCH v14 062/113] KVM: TDX: Add helper assembly function to TDX vcpu
` [PATCH v14 063/113] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v14 064/113] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v14 065/113] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v14 066/113] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v14 067/113] KVM: TDX: restore user ret MSRs
` [PATCH v14 068/113] KVM: TDX: Add TSX_CTRL msr into uret_msrs list
` [PATCH v14 069/113] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [PATCH v14 070/113] KVM: TDX: complete interrupts after tdexit
` [PATCH v14 071/113] KVM: TDX: restore debug store when TD exit
` [PATCH v14 072/113] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v14 073/113] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v14 088/113] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH v14 089/113] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL
` [PATCH v14 090/113] KVM: TDX: Add KVM Exit for TDX TDG.VP.VMCALL
` [PATCH v14 091/113] KVM: TDX: Handle TDX PV CPUID hypercall
` [PATCH v14 092/113] KVM: TDX: Handle TDX PV HLT hypercall
[amir73il:ovl-origin-xino 21/21] fs/overlayfs/namei.c:1231 ovl_lookup() error: uninitialized symbol 'xino'
2023-05-27 9:55 UTC
drivers/pci/controller/vmd.c:876 vmd_enable_domain() error: uninitialized symbol 'ret'
2023-05-27 9:50 UTC
[PATCH 2/2] nvmem: core: Expose cells through sysfs
2023-05-29 4:28 UTC (2+ messages)
[PATCH] arm64: dts: mediatek: mt8173-elm: remove panel model number in DT
2023-05-29 4:19 UTC (6+ messages)
[PATCH] platform/chrome: Switch i2c drivers back to use .probe()
2023-05-29 4:20 UTC (2+ messages)
[PATCH v2 0/4] Enhance mediatek-cpufreq robustness
2023-05-29 4:12 UTC (11+ messages)
` [PATCH v2 4/4] cpufreq: mediatek: Raise proc and sram max voltage for MT7622/7623
[f2fs-dev] [PATCH 1/1] f2fs: fix args passed to trace_f2fs_lookup_end
2023-05-29 4:13 UTC (3+ messages)
chrome-platform/for-kernelci cros-ec: 10 runs, 3 regressions (v6.4-rc1-4-gf5bb4e381290)
2023-05-29 4:13 UTC (2+ messages)
stable-rc/queue/5.4 build: 187 builds: 2 failed, 185 passed, 35 warnings (v5.4.243-169-g2892d1676c18)
2023-05-29 4:08 UTC
[PATCH v2] gpiolib: Avoid side effects in gpio_is_visible()
2023-05-29 4:08 UTC (6+ messages)
[PATCH v3 0/9] perf/mem: AMD IBS and generic tools improvements
2023-05-29 4:05 UTC (5+ messages)
[PATCH v2] sched/headers: remove duplicate included header files
2023-05-29 4:05 UTC (2+ messages)
[PATCH] ethdev: add indirect list flow action
2023-05-29 4:03 UTC (5+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] ethdev: add indirect list METER_MARK update structures
[Intel-xe] [PATCH v2 1/1] drm/xe: Add a debugfs for faking gt reset failure
2023-05-29 4:02 UTC (5+ messages)
[PATCH] remoteproc: qcom: Add NOTIFY_FATAL event type to SSR subdevice
2023-05-29 3:57 UTC (4+ messages)
[linux-linus test] 180989: regressions - FAIL
2023-05-29 3:55 UTC
[PATCH v2 00/13] ceph: support idmapped mounts
2023-05-29 3:52 UTC (3+ messages)
` [PATCH v2 03/13] ceph: handle idmapped mounts in create_request_message()
Regression from "ACPI: OSI: Remove Linux-Dell-Video _OSI string"? (was: Re: Bug#1036530: linux-signed-amd64: Hard lock up of system)
2023-05-29 3:51 UTC (5+ messages)
[bpf?] [net?] Questions about the impact of ebpf sockmap/redirection on socket performance improvement
2023-05-29 3:49 UTC (2+ messages)
` [bpf?] [net?] socket test data of ebpf sockmap/redirection and TCP/IP stack
[PATCH v3 0/2] Add motorcomm phy pad-driver-strength-cfg support
2023-05-29 3:46 UTC (4+ messages)
` [PATCH v3 1/2] dt-bindings: net: motorcomm: Add pad driver strength cfg
[ovmf test] 180991: all pass - PUSHED
2023-05-29 3:45 UTC
[PATCH v1 0/3] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
2023-05-29 3:45 UTC (4+ messages)
` [PATCH v5 1/4] docs: perf: Add description for Synopsys DesignWare PCIe PMU driver
[PATCH v3] target: ppc: Use MSR_HVB bit to get the target endianness for memory dump
2023-05-29 3:42 UTC (3+ messages)
The read data is wrong from raid5 when recovery happens
2023-05-29 3:41 UTC (6+ messages)
[GIT PULL] Crypto Fixes for 5.17
2023-05-29 3:41 UTC (11+ messages)
` [GIT PULL] Crypto Fixes for 5.18
` [GIT PULL] Crypto Fixes for 5.19
` [GIT PULL] Crypto Fixes for 6.1
` [GIT PULL] Crypto Fixes for 6.2
` [GIT PULL] Crypto Fixes for 6.3
` [GIT PULL] Crypto Fixes for 6.4
[PATCH] KVM: x86: Track supported ARCH_CAPABILITIES in kvm_caps
2023-05-29 3:35 UTC (4+ messages)
[PATCH 0/3] thermal: qoriq_thermal: support TMU 2.1
2023-05-29 3:35 UTC (3+ messages)
[PATCH V3] soc: imx: support i.MX93 soc device
2023-05-29 3:33 UTC (5+ messages)
[PATCH V4 1/2] soc: imx: Correct i.MX8MP soc device
2023-05-29 3:37 UTC (4+ messages)
` [PATCH V4 2/2] soc: imx: support i.MX93 "
[PATCH] btrfs: Fix csum_tree_block to avoid tripping on -Werror=array-bounds
2023-05-29 3:28 UTC (5+ messages)
stable-rc/linux-6.1.y baseline: 147 runs, 7 regressions (v6.1.29-413-g8482df0ff7e7)
2023-05-29 3:24 UTC
[PATCH] MAINTAINERS: Add Cai Huoqing as dw-edma maintainer
2023-05-29 3:24 UTC
6.1.30: thunderbolt: Clear registers properly when auto clear isn't in use cause call trace after resume
2023-05-29 3:23 UTC (6+ messages)
` Fwd: "
[PATCH] x86/alternatives: Add cond_resched() to text_poke_bp_batch()
2023-05-29 3:21 UTC (3+ messages)
[PATCH V3] tracing/user_events: Prevent same name but different args event
2023-05-29 3:21 UTC
[PATCH -next v2 0/7] limit the number of plugged bio
2023-05-29 3:18 UTC (6+ messages)
` [PATCH -next v2 7/7] md/raid1-10: "
[PATCH v1] hw/loongarch: Add numa support
2023-05-29 3:12 UTC (6+ messages)
[6.1] Transaction Aborted cancelling a metadata balance
2023-05-29 3:17 UTC
[PATCH v13 00/12] tracing: Add fprobe/tracepoint events
2023-05-29 3:16 UTC (4+ messages)
` [PATCH v13 03/12] tracing/probes: Add fprobe events for tracing function entry and exit
[PATCH -next] md/raid5: don't allow concurrent reshape with recovery
2023-05-29 3:10 UTC
✅ PASS (SKIPPED 33 of 346): Test report for master (6.4.0-rc4, mainline.kernel.org-clang, 7877cb91)
2023-05-29 3:11 UTC
[RESEND PATCH v1 0/4] riscv: Initial support for Lichee PI 4A board
2023-05-29 3:10 UTC (11+ messages)
` [RESEND PATCH v1 1/4] riscv: t-head: licheepi4a: initial support added
` [RESEND PATCH v1 2/4] riscv: dts: t-head: Add basic device tree for Sipeed Lichee PI 4A board
[PATCH v3 1/2] cryptodev: support SM3_HMAC,SM4_CFB and SM4_OFB
2023-05-29 3:06 UTC (3+ messages)
` [EXT] "
` 回复: "
[PATCH] Fix makefile
2023-05-29 3:06 UTC
[PATCH v4 1/2] cryptodev: support SM3_HMAC,SM4_CFB and SM4_OFB
2023-05-29 3:03 UTC
chrome-platform/for-kernelci sleep: 8 runs, 2 regressions (v6.4-rc1-4-gf5bb4e381290)
2023-05-29 3:04 UTC
[PATCH v2] fgetc.3: Describe handling of ungetc(EOF, stream)
2023-05-29 3:03 UTC (3+ messages)
` [PATCH v3] "
[PATCH v4] mm, compaction: Skip all non-migratable pages during scan
2023-05-29 3:01 UTC (2+ messages)
[PATCH V4 0/5] rtc: Add rtc driver for the Loongson family chips
2023-05-29 2:59 UTC (11+ messages)
` [PATCH V4 1/5] dt-bindings: rtc: Remove the LS2X from the trivial RTCs
[PATCH] xfs: fix double xfs_perag_rele() in xfs_filestream_pick_ag()
2023-05-29 2:59 UTC
[PATCH v3 0/2] Reduce lock contention related with large folio
2023-05-29 2:58 UTC (4+ messages)
` [PATCH v3 1/2] THP: avoid lock when check whether THP is in deferred list
[PATCH v2 0/1] gpio-f7188x: fix base values conflicts with other gpio pins
2023-05-29 2:50 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH V4 0/6] coresight: etm4x: Migrate ACPI AMBA devices to platform driver
2023-05-29 2:50 UTC (5+ messages)
` [PATCH V4 4/6] coresight: etm4x: Change etm4_platform_driver driver for MMIO devices
[PATCH] KVM: arm64: Populate fault info for watchpoint
2023-05-29 2:48 UTC (3+ messages)
chrome-platform/for-kernelci baseline: 83 runs, 13 regressions (v6.4-rc1-4-gf5bb4e381290)
2023-05-29 2:49 UTC
[PATCH] irq: fasteoi handler re-runs on concurrent invoke
2023-05-29 2:47 UTC (9+ messages)
[PATCH] igb: Add Function Level Reset to PF and VF
2023-05-29 2:45 UTC (3+ messages)
[RFC PATCH bpf-next 2/8] bpf: Support ->fill_link_info for kprobe_multi
2023-05-29 2:44 UTC (2+ messages)
[PATCH 0/5] MDSS reg bus interconnect
2023-05-29 2:42 UTC (3+ messages)
[patch v3 00/36] cpu/hotplug, x86: Reworked parallel CPU bringup
2023-05-29 2:39 UTC (8+ messages)
` [patch v3 31/36] x86/apic: Provide cpu_primary_thread mask
[linus:master] [mm] f95bdb700b: stress-ng.ramfs.ops_per_sec -88.8% regression
2023-05-29 2:39 UTC (9+ messages)
[PATCH] block: fix revalidate performance regression
2023-05-29 2:38 UTC
New kernel warning after updating from LTS 5.15.110 to 5.15.112 (and 5.15.113)
2023-05-29 2:37 UTC (3+ messages)
[PATCH] igb: Remove obsolete workaround for Windows
2023-05-29 2:37 UTC
[PATCH] Revert "drm/amdgpu: remove TOPDOWN flags when allocating VRAM in large bar system"
2023-05-29 2:35 UTC (5+ messages)
[ GIT PULL] tracing: Fixes for v6.4-rc3
2023-05-29 2:32 UTC
[PATCH] net/ice: init dvm mode for parser
2023-05-29 2:32 UTC (3+ messages)
[PATCH V2 net-next] net: fec: remove last_bdp from fec_enet_txq_xmit_frame()
2023-05-29 2:26 UTC
[PATCH v2] app/test-pmd: fix not polling all queues without deferred starting
2023-05-29 2:26 UTC (2+ messages)
` [PATCH v3] "
ioprio_set can take 8 as the PROCESS CLASS_BE ioprio value
2023-05-29 2:28 UTC (4+ messages)
[PATCH v5 00/17] Device tree based NUMA support for Arm - Part#3
2023-05-29 2:19 UTC (18+ messages)
` [PATCH v5 01/17] xen/arm: use NR_MEM_BANKS to override default NR_NODE_MEMBLKS
` [PATCH v5 02/17] xen/arm: implement helpers to get and update NUMA status
` [PATCH v5 03/17] xen/arm: implement node distance helpers for Arm
` [PATCH v5 04/17] xen/arm: use arch_get_ram_range to get memory ranges from bootinfo
` [PATCH v5 05/17] xen/arm: build NUMA cpu_to_node map in dt_smp_init_cpus
` [PATCH v5 06/17] xen/arm: Add boot and secondary CPU to NUMA system
` [PATCH v5 07/17] xen/arm: introduce a helper to parse device tree processor node
` [PATCH v5 08/17] xen/arm: introduce a helper to parse device tree memory node
` [PATCH v5 09/17] xen/arm: introduce a helper to parse device tree NUMA distance map
` [PATCH v5 10/17] xen/arm: unified entry to parse all NUMA data from device tree
` [PATCH v5 11/17] xen/arm: keep guest still be NUMA unware
` [PATCH v5 12/17] xen/arm: enable device tree based NUMA in system init
` [PATCH v5 13/17] xen/arm: implement numa_node_to_arch_nid for device tree NUMA
` [PATCH v5 14/17] xen/arm: use CONFIG_NUMA to gate node_online_map in smpboot
` [PATCH v5 15/17] xen/arm: Set correct per-cpu cpu_core_mask
` [PATCH v5 16/17] xen/arm: Provide Kconfig options for Arm to enable NUMA
` [PATCH v5 17/17] docs: update numa command line to support Arm
[PATCH v2 0/3] perf tools: Modify mksyscalltbl
2023-05-29 2:23 UTC (4+ messages)
` [PATCH v2 1/3] perf arm64: Rename create_table_from_c() to create_sc_table()
` [PATCH v2 2/3] perf arm64: Handle __NR3264_ prefixed syscall number
` [PATCH v2 3/3] perf LoongArch: Simplify mksyscalltbl
stable-rc/linux-5.4.y baseline: 158 runs, 33 regressions (v5.4.243-162-g99ecfa2a4afc)
2023-05-29 2:22 UTC
[PULL 00/10] ppc queue
2023-05-29 2:18 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.