loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-06 19:57:58 to 2025-08-13 17:01:52 UTC [more...]

[PATCH 00/19] perf: Rework event_init checks
 2025-08-13 17:00 UTC  (7+ messages)
` [PATCH 01/19] perf/arm-cmn: Fix event validation
` [PATCH 02/19] perf/hisilicon: Fix group validation
` [PATCH 03/19] perf/imx8_ddr: "
` [PATCH 04/19] perf/starfive: "
` [PATCH 05/19] iommu/vt-d: Fix perfmon "
` [PATCH 06/19] ARM: l2x0: Fix "

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-08-13 10:01 UTC  (41+ messages)
` [PATCH v5 07/44] perf: Add APIs to load/put guest mediated PMU context
` [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 00/24] vdso: Reject absolute relocations during build
 2025-08-13  8:16 UTC  (27+ messages)
` [PATCH v4 01/24] elf, uapi: Add a header for relocation constants
` [PATCH v4 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
` [PATCH v4 03/24] ARM: elf: "
` [PATCH v4 04/24] arm64: "
` [PATCH v4 05/24] powerpc/elf: "
` [PATCH v4 06/24] riscv: elf: "
` [PATCH v4 07/24] LoongArch: "
` [PATCH v4 08/24] s390/elf: "
` [PATCH v4 09/24] MIPS: ELF: "
` [PATCH v4 10/24] tools headers UAPI: Sync ELF headers with the kernel sources
` [PATCH v4 11/24] vdso: Add the vdsocheck tool
` [PATCH v4 12/24] x86/vdso: Enable "
` [PATCH v4 13/24] ARM: vdso: "
` [PATCH v4 14/24] arm64: "
` [PATCH v4 15/24] powerpc/elf: Add 32-bit REL16 relocation definitions
` [PATCH v4 16/24] powerpc/vdso: Enable the vdsocheck tool
` [PATCH v4 17/24] riscv: vdso: Deduplicate CFLAGS_REMOVE_* variables
` [PATCH v4 18/24] riscv: vdso: Disable LTO for the vDSO
` [PATCH v4 19/24] riscv: vdso: Enable the vdsocheck tool
` [PATCH v4 20/24] LoongArch: vDSO: "
` [PATCH v4 21/24] s390/vdso: "
` [PATCH v4 22/24] MIPS: ELF: Add more PC-relative relocation definitions
` [PATCH v4 23/24] MIPS: vdso: Enable the vdsocheck tool
` [PATCH v4 24/24] vdso/vdsocheck: Drop the transitional kconfig option

[PATCH 0/6] Add kexec_file support for LoongArch
 2025-08-13  3:24 UTC  (29+ messages)
` [PATCH 1/6] LoongArch: Add struct loongarch_image_header for kernel image
` [PATCH 2/6] LoongArch: Add kexec_file support
` [PATCH 3/6] LoongArch/kexec_file: Add initrd loading
` [PATCH 4/6] LoongArch/kexec_file: Add crash dump support
` [PATCH 5/6] LoongArch/kexec_file: Add "mem" parameter to limit memory usage of kdump kernel
` [PATCH 6/6] LoongArch: Enable CONFIG_KEXEC_FILE

[PATCH] LoongArch: time: Fix the issue of high cpu usage of vcpu threads in virtual machines
 2025-08-13  3:13 UTC  (9+ messages)

[PATCH] LoongArch: KVM: Use kvm_get_vcpu_by_id() instead of kvm_get_vcpu()
 2025-08-13  2:33 UTC  (6+ messages)

kernel lockup on bpf selftests module_attach
 2025-08-12 13:42 UTC  (9+ messages)

[PATCH v2 00/12] mm/kasan: make kasan=on|off work for all three modes
 2025-08-12 13:39 UTC 

[PATCH 0/2] Fix objtool warnings if LTO is enabled for LoongArch
 2025-08-12 13:27 UTC  (3+ messages)
` [PATCH 1/2] objtool/LoongArch: Get table size correctly if LTO is enabled
` [PATCH 2/2] LoongArch: Pass annotate-tablejump option "

[PATCH 0/4] mm/kasan: remove kasan_arch_is_ready()
 2025-08-12 13:09 UTC  (5+ messages)
` [PATCH 1/4] arch/loongarch: "
` [PATCH 2/4] arch/powerpc: "
` [PATCH 3/4] arch/um: "
` [PATCH 4/4] mm/kasan: "

[PATCH] LoongArch: Increase COMMAND_LINE_SIZE to 4096
 2025-08-12 12:20 UTC 

[PATCH v9 0/3] LoongArch: Add Loongson-2K BMC support
 2025-08-12 11:59 UTC  (4+ messages)
` [PATCH v9 1/3] mfd: ls2kbmc: Introduce Loongson-2K BMC core driver
` [PATCH v9 2/3] mfd: ls2kbmc: Add Loongson-2K BMC reset function support
` [PATCH v9 3/3] ipmi: Add Loongson-2K BMC support

[PATCH v2 0/8] mtd: rawnand: loongson: Add Loongson-2K nand controller support
 2025-08-12  1:46 UTC  (21+ messages)
` [PATCH v2 1/8] mtd: rawnand: loongson1: Rename the prefix from ls1x to loongson
` [PATCH v2 2/8] mtd: rawnand: loongson: Rename loongson1 "
` [PATCH v2 3/8] mtd: rawnand: loongson: Add 6-byte NAND ID reading support
` [PATCH v2 4/8] mtd: rawnand: loongson: Add nand chip select support
` [PATCH v2 5/8] dt-bindings: mtd: loongson,ls1b-nand-controller: Document the Loongson-2K0500 NAND controller
` [PATCH v2 6/8] mtd: rawnand: loongson: Add Loongson-2K0500 NAND controller support
` [PATCH v2 7/8] dt-bindings: mtd: loongson,ls1b-nand-controller: Document the Loongson-2K1000 NAND controller
` [PATCH v2 8/8] mtd: rawnand: loongson: Add Loongson-2K1000 NAND controller support

[PATCH 0/3] Support pinctrl for Loongson 2K0300 SoC
 2025-08-11 16:37 UTC  (4+ messages)
` [PATCH 1/3] dt-binding: pinctrl: Document Loongson 2K0300 pin controller
` [PATCH 2/3] pinctrl: ls2k0300: Support Loongson 2K0300 SoC
` [PATCH 3/3] LoongArch: dts: Add pinctrl configuration for Loongson 2K0300

[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-08-11  5:39 UTC  (5+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
` [PATCH v6 2/2] kasan: call kasan_init_generic in kasan_init

[PATCH 0/5] LoongArch: KVM: Support various access size with pch_pic emulation
 2025-08-11  2:13 UTC  (6+ messages)
` [PATCH 1/5] LoongArch: KVM: Set version information at initial stage
` [PATCH 2/5] LoongArch: KVM: Add read length support in loongarch_pch_pic_read()
` [PATCH 3/5] LoongArch: KVM: Add IRR and ISR register read emulation
` [PATCH 4/5] LoongArch: KVM: Add different length support in loongarch_pch_pic_write()
` [PATCH 5/5] LoongArch: KVM: Add address alignment check in pch_pic register access

[PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
 2025-08-10 21:12 UTC  (2+ messages)

[PATCH v5 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-08-10  7:32 UTC  (13+ messages)
` [PATCH v5 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
` [PATCH v5 2/2] kasan: call kasan_init_generic in kasan_init

[RFC PATCH 0/3] Remove unused EFI runtime APIs
 2025-08-09 23:02 UTC  (4+ messages)
` [RFC PATCH 1/3] efi-rtc: Remove wakeup functionality

[PATCH v3 0/8] Add clock support for Loongson 2K0300 SoC
 2025-08-08 12:58 UTC  (13+ messages)
` [PATCH v3 1/8] dt-bindings: clock: loongson2: Add Loongson 2K0300 compatible
` [PATCH v3 3/8] clk: loongson2: Support scale clocks with an alternative mode
` [PATCH v3 6/8] clk: loongson2: Add clock definitions for Loongson 2K0300 SoC

[GIT PULL] LoongArch changes for v6.17
 2025-08-08  3:59 UTC  (2+ messages)

[PATCH v5 0/5] Support trampoline for LoongArch
 2025-08-07 10:26 UTC  (7+ messages)
` [PATCH v5 3/5] LoongArch: BPF: Implement dynamic code modification support


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).