loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[PATCH v2 0/4] Fix the failure issue of the module_attach test case
 2025-12-12  9:11 UTC  (5+ messages)
` [PATCH v2 1/4] LoongArch: ftrace: Refactor register restoration in ftrace_common_return
` [PATCH v2 2/4] ftrace: samples: Adjust register stack restore order in direct call trampolines
` [PATCH v2 3/4] LoongArch: BPF: Enhance trampoline support for kernel and module tracing
` [PATCH v2 4/4] LoongArch: BPF: Enable BPF exception fixup for specific ADE subcode

[PATCH v5 0/4] LoongArch: Add 128-bit atomic cmpxchg support (v5)
 2025-12-12  4:47 UTC  (7+ messages)
` [PATCH v5 1/4] LoongArch: Add SCQ support detection
` [PATCH v5 2/4] LoongArch: Add 128-bit atomic cmpxchg support
` [PATCH v5 3/4] LoongArch: Use spinlock to emulate 128-bit cmpxchg
` [PATCH v5 4/4] LoongArch: Enable 128-bit atomics cmpxchg support

[PATCH v8 5/5] irqchip/irq-loongarch-ir:Add Redirect irqchip support
 2025-12-12  1:33 UTC  (3+ messages)

[PATCH v8 3/5] irqchip/irq-loongson.h:irq-loongson.h preparation for Redirect irqchip
 2025-12-11 23:18 UTC  (4+ messages)
` [PATCH v8 4/5] irqchip/loongarch-avec.c:return IRQ_SET_MASK_OK_DONE when keep affinity
` [PATCH] irqchip/irq-loongarch-ir:Add Redirect irqchip support

[GIT PULL] LoongArch changes for v6.19
 2025-12-11 14:42 UTC 

[PATCH v8 0/5] Loongarch irq-redirect support
 2025-12-11  9:17 UTC  (3+ messages)
` [PATCH v8 1/5] Docs/LoongArch: Add Advanced Extended-Redirect IRQ model description
` [PATCH v8 2/5] LoongArch: Architectural preparation for Redirect irqchip

Mainline loongarch64 defconfig+Rust build error
 2025-12-11  1:26 UTC  (6+ messages)

[PATCH] rust_binder: Fix build failure if !CONFIG_COMPAT
 2025-12-11  1:26 UTC  (2+ messages)

[PATCH v1] LoongArch: Remove unnecessary checks in bt_address()
 2025-12-10  8:00 UTC  (5+ messages)

[PATCH v1 0/2] Fix the failure issue of the module_attach test case
 2025-12-10  6:16 UTC  (12+ messages)
` [PATCH v1 1/2] LoongArch: Modify the jump logic of the trampoline
` [PATCH v1 2/2] LoongArch: Enable BPF exception fixup for specific ADE subcode

[PATCH 0/2] Fix LoongArch dtbs_check warnings
 2025-12-10  5:22 UTC  (5+ messages)
` [PATCH 1/2] LoongArch: dts: Describe PCI sideband IRQ through interrupt-extended
` [PATCH 2/2] dt-bindings: PCI: loongson: Document msi-parent property

[PATCH v4 0/4] LoongArch: Add 128-bit atomic cmpxchg support (v4)
 2025-12-10  4:08 UTC  (7+ messages)
` [PATCH v4 1/4] LoongArch: Add 128-bit atomic cmpxchg support
` [PATCH v4 2/4] LoongArch: Add SCQ support detection
` [PATCH v4 3/4] LoongArch: Use spinlock to emulate 128-bit cmpxchg
` [PATCH v4 4/4] LoongArch: Enable 128-bit atomics cmpxchg support

[PATCH] LoongArch: KVM: Set default return value in kvm IO bus ops
 2025-12-10  2:56 UTC 

[PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
 2025-12-10  1:08 UTC  (60+ messages)
` [PATCH v6 01/44] perf: Skip pmu_ctx based on event_type
` [PATCH v6 02/44] perf: Add generic exclude_guest support
` [PATCH v6 03/44] perf: Move security_perf_event_free() call to __free_event()
` [PATCH v6 04/44] perf: Add APIs to create/release mediated guest vPMUs
` [PATCH v6 05/44] perf: Clean up perf ctx time
` [PATCH v6 06/44] perf: Add a EVENT_GUEST flag
` [PATCH v6 07/44] perf: Add APIs to load/put guest mediated PMU context
` [PATCH v6 08/44] perf/x86/core: Register a new vector for handling mediated guest PMIs
` [PATCH v6 09/44] perf/x86/core: Add APIs to switch to/from mediated PMI vector (for KVM)
` [PATCH v6 10/44] perf/x86/core: Do not set bit width for unavailable counters
` [PATCH v6 11/44] perf/x86/core: Plumb mediated PMU capability from x86_pmu to x86_pmu_cap
` [PATCH v6 12/44] perf/x86/intel: Support PERF_PMU_CAP_MEDIATED_VPMU
` [PATCH v6 13/44] perf/x86/amd: Support PERF_PMU_CAP_MEDIATED_VPMU for AMD host
` [PATCH v6 14/44] KVM: Add a simplified wrapper for registering perf callbacks
` [PATCH v6 15/44] KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities
` [PATCH v6 16/44] KVM: x86/pmu: Start stubbing in mediated PMU support
` [PATCH v6 17/44] KVM: x86/pmu: Implement Intel mediated PMU requirements and constraints
` [PATCH v6 18/44] KVM: x86/pmu: Implement AMD mediated PMU requirements
` [PATCH v6 19/44] KVM: x86/pmu: Register PMI handler for mediated vPMU
` [PATCH v6 20/44] KVM: x86/pmu: Disable RDPMC interception for compatible "
` [PATCH v6 21/44] KVM: x86/pmu: Load/save GLOBAL_CTRL via entry/exit fields for mediated PMU
` [PATCH v6 22/44] KVM: x86/pmu: Disable interception of select PMU MSRs for mediated vPMUs
` [PATCH v6 23/44] KVM: x86/pmu: Bypass perf checks when emulating mediated PMU counter accesses
` [PATCH v6 24/44] KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filtering
` [PATCH v6 25/44] KVM: x86/pmu: Reprogram mediated PMU event selectors on event filter updates
` [PATCH v6 26/44] KVM: x86/pmu: Always stuff GuestOnly=1,HostOnly=0 for mediated PMCs on AMD
` [PATCH v6 27/44] KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guest
` [PATCH v6 28/44] KVM: x86/pmu: Disallow emulation in the fastpath if mediated PMCs are active
` [PATCH v6 29/44] KVM: x86/pmu: Handle emulated instruction for mediated vPMU
` [PATCH v6 30/44] KVM: nVMX: Add macros to simplify nested MSR interception setting
` [PATCH v6 31/44] KVM: nVMX: Disable PMU MSR interception as appropriate while running L2
` [PATCH v6 32/44] KVM: nSVM: "
` [PATCH v6 33/44] KVM: x86/pmu: Expose enable_mediated_pmu parameter to user space
` [PATCH v6 34/44] KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already match
` [PATCH v6 35/44] KVM: VMX: Drop intermediate "guest" field from msr_autostore
` [PATCH v6 36/44] KVM: nVMX: Don't update msr_autostore count when saving TSC for vmcs12
` [PATCH v6 37/44] KVM: VMX: Dedup code for removing MSR from VMCS's auto-load list
` [PATCH v6 38/44] KVM: VMX: Drop unused @entry_only param from add_atomic_switch_msr()
` [PATCH v6 39/44] KVM: VMX: Bug the VM if either MSR auto-load list is full
` [PATCH v6 40/44] KVM: VMX: Set MSR index auto-load entry if and only if entry is "new"
` [PATCH v6 41/44] KVM: VMX: Compartmentalize adding MSRs to host vs. guest auto-load list
` [PATCH v6 42/44] KVM: VMX: Dedup code for adding MSR to VMCS's auto list
` [PATCH v6 43/44] KVM: VMX: Initialize vmcs01.VM_EXIT_MSR_STORE_ADDR with list address
` [PATCH v6 44/44] KVM: VMX: Add mediated PMU support for CPUs without "save perf global ctrl"

[PATCH 0/5] LoongArch: BPF features and fixes
 2025-12-09  4:14 UTC  (10+ messages)

[PATCH v1] LoongArch: Handle special PC in unwind_next_frame()
 2025-12-09  2:08 UTC  (6+ messages)

[PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
 2025-12-08 10:42 UTC  (6+ messages)

[PATCH v3 0/4] LongArch: KVM: Add AVEC support irqchip in kernel
 2025-12-08  4:04 UTC  (9+ messages)
` [PATCH v3 1/4] LongArch: KVM: Add some maccros for AVEC
` [PATCH v3 2/4] LongArch: KVM: Add DINTC device support
` [PATCH v3 3/4] LongArch: KVM: Add irqfd set dintc msi
` [PATCH v3 4/4] LongArch: KVM: Add dintc inject msi to the dest vcpu

[PATCH v3 0/2] LoongArch: KVM: Add paravirt preempt support
 2025-12-06 13:04 UTC  (5+ messages)
` [PATCH v3 1/2] LoongArch: KVM: Add paravirt preempt feature in hypervisor side
` [PATCH v3 2/2] LoongArch: Add paravirt support with vcpu_is_preempted() in guest side

[PATCH v2] LoongArch: Use __pmd()/__pte() helper for swap entry conversions
 2025-12-06  6:07 UTC  (2+ messages)

[PATCH v3 0/9] arch,sysfb,efi: Support EDID on non-x86 EFI systems
 2025-12-04  9:17 UTC  (4+ messages)

[PATCH v5 0/2] PCI: Fix isolated function probing and enable ARI for s390
 2025-12-03 21:45 UTC  (11+ messages)
` [PATCH v5 1/2] PCI: Fix isolated PCI function probing with ARI and SR-IOV

[PATCH] LoongArch: Use __pmd() helper for __swp_entry_to_pmd()
 2025-12-03 13:52 UTC  (4+ messages)

[PATCH] LoongArch: Add klp-build support for live patching
 2025-12-03  9:17 UTC  (2+ messages)

[PATCH v7 4/5] irqchip/loongarch-avec.c:return IRQ_SET_MASK_OK_DONE when keep affinity
 2025-12-03  4:53 UTC  (2+ messages)
` [PATCH v7 5/5] irqchip/irq-loongarch-ir:Add Redirect irqchip support

[PATCH v7 2/5] LoongArch: Architectural preparation for Redirect irqchip
 2025-12-03  4:53 UTC  (3+ messages)
` [PATCH v7 3/5] irqchip/irq-loongson.h:irq-loongson.h "
` [PATCH v7 4/5] irqchip/loongarch-avec.c:return IRQ_SET_MASK_OK_DONE when keep affinity

[PATCH v7 0/5] Loongarch irq-redirect support
 2025-12-03  4:52 UTC  (3+ messages)
` [PATCH v7 1/5] Docs/LoongArch: Add Advanced Extended-Redirect IRQ model description
` [PATCH v7 2/5] LoongArch: Architectural preparation for Redirect irqchip

[PATCH v7 0/5] Loongarch irq-redirect support
 2025-12-03  4:01 UTC  (4+ messages)
` [PATCH v7 1/5] Docs/LoongArch: Add Advanced Extended-Redirect IRQ model description
` [PATCH v7 2/5] LoongArch: Architectural preparation for Redirect irqchip
` [PATCH v7 3/5] irqchip/irq-loongson.h:irq-loongson.h "

[PATCH v7 0/5] Loongarch irq-redirect support
 2025-12-03  3:54 UTC  (5+ messages)
` [PATCH v7 1/5] Docs/LoongArch: Add Advanced Extended-Redirect IRQ model description
` [PATCH v7 2/5] LoongArch: Architectural preparation for Redirect irqchip
` [PATCH v7 3/5] irqchip/irq-loongson.h:irq-loongson.h "
` [PATCH v7 4/5] irqchip/loongarch-avec.c:return IRQ_SET_MASK_OK_DONE when keep affinity

[GIT PULL] LoongArch KVM changes for v6.19
 2025-12-02 17:34 UTC  (2+ messages)

[PATCH v2 0/4] LongArch: KVM: Add AVEC support irqchip in kernel
 2025-12-01 12:18 UTC  (7+ messages)
` [PATCH v2 1/4] LongArch: KVM: Add some maccros for AVEC
` [PATCH v2 2/4] LongArch: KVM: Add DINTC device support
` [PATCH v2 3/4] LongArch: KVM: Add irqfd set dintc msi
` [PATCH v2 4/4] LongArch: KVM: Add dintc inject msi to the dest vcpu

[RFC PATCH 0/2] mm: continue using per-VMA lock when retrying page faults after I/O
 2025-11-30  5:38 UTC  (9+ messages)

[PATCH V4 00/14] LoongArch: Add basic LoongArch32 support
 2025-11-28 14:27 UTC  (4+ messages)
` [PATCH V4 14/14] LoongArch: Adjust build infrastructure for 32BIT/64BIT

[PATCH] gpio: loongson: Switch 2K2000/3000 GPIO to BYTE_CTRL_MODE
 2025-11-28 11:59 UTC  (3+ messages)

[PATCH v2] efistub: Only link libstub to final vmlinux
 2025-11-28 10:11 UTC  (12+ messages)

[linux-next:master] [syscore] a97fbc3ee3: will-it-scale.per_process_ops 3.2% regression
 2025-11-28  6:35 UTC 

[PATCH v4 06/12] arch/loongarch: don't initialize kasan if it's disabled
 2025-11-28  3:33 UTC 

[PATCH v3 0/6] KVM: LoongArch: selftests: Add timer test case
 2025-11-28  2:04 UTC  (17+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).