messages from 2025-07-23 17:33:19 to 2025-08-06 19:58:48 UTC [more...]
[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
2025-08-06 19:57 UTC (45+ messages)
` [PATCH v5 01/44] perf: Skip pmu_ctx based on event_type
` [PATCH v5 02/44] perf: Add generic exclude_guest support
` [PATCH v5 03/44] perf: Move security_perf_event_free() call to __free_event()
` [PATCH v5 04/44] perf: Add APIs to create/release mediated guest vPMUs
` [PATCH v5 05/44] perf: Clean up perf ctx time
` [PATCH v5 06/44] perf: Add a EVENT_GUEST flag
` [PATCH v5 07/44] perf: Add APIs to load/put guest mediated PMU context
` [PATCH v5 08/44] perf: core/x86: Register a new vector for handling mediated guest PMIs
` [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
` [PATCH v5 10/44] perf/x86/core: Do not set bit width for unavailable counters
` [PATCH v5 11/44] perf/x86/core: Plumb mediated PMU capability from x86_pmu to x86_pmu_cap
` [PATCH v5 12/44] perf/x86/intel: Support PERF_PMU_CAP_MEDIATED_VPMU
` [PATCH v5 13/44] perf/x86/amd: Support PERF_PMU_CAP_MEDIATED_VPMU for AMD host
` [PATCH v5 14/44] KVM: VMX: Setup canonical VMCS config prior to kvm_x86_vendor_init()
` [PATCH v5 15/44] KVM: SVM: Check pmu->version, not enable_pmu, when getting PMC MSRs
` [PATCH v5 16/44] KVM: Add a simplified wrapper for registering perf callbacks
` [PATCH v5 17/44] KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities
` [PATCH v5 18/44] KVM: x86/pmu: Start stubbing in mediated PMU support
` [PATCH v5 19/44] KVM: x86/pmu: Implement Intel mediated PMU requirements and constraints
` [PATCH v5 20/44] KVM: x86/pmu: Implement AMD mediated PMU requirements
` [PATCH v5 21/44] KVM: x86/pmu: Register PMI handler for mediated vPMU
` [PATCH v5 22/44] KVM: x86: Rename vmx_vmentry/vmexit_ctrl() helpers
` [PATCH v5 23/44] KVM: x86/pmu: Move PMU_CAP_{FW_WRITES,LBR_FMT} into msr-index.h header
` [PATCH v5 24/44] KVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTS
` [PATCH v5 25/44] KVM: x86: Use KVM_REQ_RECALC_INTERCEPTS to react to CPUID updates
` [PATCH v5 26/44] KVM: VMX: Add helpers to toggle/change a bit in VMCS execution controls
` [PATCH v5 27/44] KVM: x86/pmu: Disable RDPMC interception for compatible mediated vPMU
` [PATCH v5 28/44] KVM: x86/pmu: Load/save GLOBAL_CTRL via entry/exit fields for mediated PMU
` [PATCH v5 29/44] KVM: x86/pmu: Use BIT_ULL() instead of open coded equivalents
` [PATCH v5 30/44] KVM: x86/pmu: Move initialization of valid PMCs bitmask to common x86
` [PATCH v5 31/44] KVM: x86/pmu: Restrict GLOBAL_{CTRL,STATUS}, fixed PMCs, and PEBS to PMU v2+
` [PATCH v5 32/44] KVM: x86/pmu: Disable interception of select PMU MSRs for mediated vPMUs
` [PATCH v5 33/44] KVM: x86/pmu: Bypass perf checks when emulating mediated PMU counter accesses
` [PATCH v5 34/44] KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filtering
` [PATCH v5 35/44] KVM: x86/pmu: Reprogram mediated PMU event selectors on event filter updates
` [PATCH v5 36/44] KVM: x86/pmu: Always stuff GuestOnly=1,HostOnly=0 for mediated PMCs on AMD
` [PATCH v5 37/44] KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guest
` [PATCH v5 38/44] KVM: x86/pmu: Disallow emulation in the fastpath if mediated PMCs are active
` [PATCH v5 39/44] KVM: x86/pmu: Handle emulated instruction for mediated vPMU
` [PATCH v5 40/44] KVM: nVMX: Add macros to simplify nested MSR interception setting
` [PATCH v5 41/44] KVM: nVMX: Disable PMU MSR interception as appropriate while running L2
` [PATCH v5 42/44] KVM: nSVM: "
` [PATCH v5 43/44] KVM: x86/pmu: Expose enable_mediated_pmu parameter to user space
` [PATCH v5 44/44] KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already match
[PATCH v4 0/9] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
2025-08-06 19:51 UTC (19+ messages)
` [PATCH v4 1/9] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
` [PATCH v4 2/9] kasan/powerpc: select ARCH_DEFER_KASAN and call kasan_init_generic
` [PATCH v4 3/9] kasan/arm,arm64: call kasan_init_generic in kasan_init
` [PATCH v4 4/9] kasan/xtensa: "
` [PATCH v4 5/9] kasan/loongarch: select ARCH_DEFER_KASAN and call kasan_init_generic
` [PATCH v4 6/9] kasan/um: "
` [PATCH v4 7/9] kasan/x86: call kasan_init_generic in kasan_init
` [PATCH v4 8/9] kasan/s390: "
` [PATCH v4 9/9] kasan/riscv: "
[PATCH v3 0/8] Add clock support for Loongson 2K0300 SoC
2025-08-06 12:30 UTC (12+ messages)
` [PATCH v3 1/8] dt-bindings: clock: loongson2: Add Loongson 2K0300 compatible
` [PATCH v3 2/8] clk: loongson2: Allow specifying clock flags for gate clock
` [PATCH v3 3/8] clk: loongson2: Support scale clocks with an alternative mode
` [PATCH v3 4/8] clk: loongson2: Allow zero divisors for dividers
` [PATCH v3 5/8] clk: loongson2: Avoid hardcoding firmware name of the reference clock
` [PATCH v3 6/8] clk: loongson2: Add clock definitions for Loongson 2K0300 SoC
` [PATCH v3 7/8] LoongArch: dts: Add clock tree for Loongson 2K0300
` [PATCH v3 8/8] LoongArch: dts: Remove clock-frquency from UART0 of CTCISZ Forever Pi
[PATCH v2 0/3] LoongArch: KVM: Small enhancements about IPI and
2025-08-06 9:00 UTC (4+ messages)
` [PATCH v2 1/3] LoongArch: KVM: Access mailbox directly in mail_send()
` [PATCH v2 2/3] LoongArch: KVM: Add implementation with IOCSR_IPI_SET
` [PATCH v2 3/3] LoongArch: KVM: Make function kvm_own_lbt() robust
[PATCH v5 0/5] Support trampoline for LoongArch
2025-08-05 13:42 UTC (34+ messages)
` [PATCH v5 1/5] LoongArch: Add larch_insn_gen_{beq,bne} helpers
` [PATCH v5 2/5] LoongArch: BPF: Update the code to rename validate_code to validate_ctx
` [PATCH v5 3/5] LoongArch: BPF: Implement dynamic code modification support
` [PATCH v5 4/5] LoongArch: BPF: Add bpf trampoline support for Loongarch
` [PATCH v5 5/5] LoongArch: BPF: Add struct ops support for trampoline
[PATCH] LoongArch: Rename GCC_PLUGIN_STACKLEAK to KSTACK_ERASE
2025-08-05 11:07 UTC
objtool warnings "sibling call from callable instruction with modified stack frame" with CONFIG_LTO_CLANG_THIN
2025-08-05 2:41 UTC (2+ messages)
loongarch bpf trampoline fentry_attach_stress test race condition issue
2025-08-04 15:08 UTC (2+ messages)
[PATCH v4 0/2] irqchip/loongson-eiointc: Add multiple interrupt pin routing support
2025-08-04 8:19 UTC (3+ messages)
` [PATCH v4 1/2] irqchip/loongson-eiointc: Route interrupt parsed from bios table
` [PATCH v4 2/2] irqchip/loongson-eiointc: Add multiple interrupt pin routing support
[PATCH v3] LoongArch: Implement physical address with ELF program header
2025-08-04 2:51 UTC (3+ messages)
[PATCH v5 0/2] Fix two tailcall-related issues
2025-08-04 2:05 UTC (6+ messages)
` [PATCH v5 1/2] LoongArch: BPF: Fix jump offset calculation in tailcall
` [PATCH v5 2/2] LoongArch: BPF: Fix tailcall hierarchy
` 回复:[PATCH v5 0/2] Fix two tailcall-related issues
[RFC PATCH 0/3] Remove unused EFI runtime APIs
2025-08-03 1:04 UTC (3+ messages)
` [RFC PATCH 1/3] efi-rtc: Remove wakeup functionality
[PATCH v2] LoongArch: vDSO: remove -nostdlib complier flag
2025-08-01 8:31 UTC (2+ messages)
[PATCH] LoongArch: CSR: Complete KSave registers definition
2025-08-01 8:21 UTC (4+ messages)
` "
[PATCH] LoongArch: KVM: Access mailbox directly in mail_send()
2025-08-01 5:32 UTC (4+ messages)
[PATCH v2 2/3] LoongArch: Update HD-audio codec configs
2025-07-31 11:17 UTC (4+ messages)
[PATCH v4 0/2] Fix two tailcall-related issues
2025-07-31 7:30 UTC (7+ messages)
` [PATCH v4 1/2] LoongArch: BPF: Fix jump offset calculation in tailcall
` [PATCH v4 2/2] LoongArch: BPF: Fix tailcall hierarchy
` re:[PATCH "
[PATCH 2/3] LoongArch: Update HD-audio codec configs
2025-07-31 7:19 UTC (6+ messages)
bpf selftest build error - undeclared function 'bpf_qdisc_skb_drop'
2025-07-31 3:08 UTC (5+ messages)
[PATCH] LoongArch: vDSO: remove -nostdlib complier flag
2025-07-30 7:25 UTC (3+ messages)
[PATCH v4 0/5] Support trampoline for LoongArch
2025-07-29 11:56 UTC (22+ messages)
` [PATCH v4 1/5] LoongArch: Add larch_insn_gen_{beq,bne} helpers
` [PATCH v4 2/5] LoongArch: BPF: Update the code to rename validate_code to validate_ctx
` [PATCH v4 3/5] LoongArch: BPF: Add bpf_arch_xxxxx support for Loongarch
` [PATCH v4 4/5] LoongArch: BPF: Add bpf trampoline "
` [PATCH v4 5/5] LoongArch: BPF: Add struct ops support for trampoline
[GIT PULL] execve updates for v6.17
2025-07-29 1:11 UTC (2+ messages)
[PATCH v12 0/4] Add Loongson Security Engine chip driver
2025-07-26 7:05 UTC (4+ messages)
` [PATCH v12 3/4] tpm: Add a driver for Loongson TPM device
[PATCH v3 0/2] Fix two tailcall-related issues
2025-07-25 0:28 UTC (3+ messages)
` [PATCH v3 1/2] LoongArch: BPF: Fix jump offset calculation in tailcall
` [PATCH v3 2/2] LoongArch: BPF: Fix tailcall hierarchy
[PATCH] LoongArch: KVM: Move kvm_iocsr tracepoint out of generic code
2025-07-24 13:24 UTC (6+ messages)
[PATCH v3 00/12] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
2025-07-23 17:32 UTC (4+ 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;
as well as URLs for NNTP newsgroup(s).