loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-21 13:57:19 to 2025-09-01 13:31:45 UTC [more...]

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-01 13:30 UTC  (8+ messages)
` [PATCH v2 1/4] copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
` [PATCH v2 2/4] copy_process: pass clone_flags as u64 across calltree
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
` [PATCH v2 4/4] nios2: implement architecture-specific portion of sys_clone3

[BUG?] driver stmmac reports page_pool_release_retry() stalled pool shutdown every minute
 2025-09-01  9:23 UTC  (2+ messages)

[PATCH v1 0/3] Fix objtool warnings if LTO is enabled for LoongArch (Part 2)
 2025-09-01  8:39 UTC  (9+ messages)
` [PATCH v1 1/3] objtool/LoongArch: Fix fall through warning about efi_boot_kernel()
` [PATCH v1 2/3] objtool/LoongArch: Fix unreachable instruction warnings about EFISTUB
` [PATCH v1 3/3] LoongArch: Fix unreachable instruction warnings about entry functions

[PATCH v3 0/3] LoongArch: Fix BPF trampoline related issues
 2025-09-01  6:39 UTC  (9+ messages)
` [PATCH v3 1/3] LoongArch: BPF: Remove duplicated flags check
` [PATCH v3 2/3] LoongArch: BPF: Sign extend struct ops return values properly
` [PATCH v3 3/3] LoongArch: BPF: No support of struct argument in trampoline programs

[PATCH 0/3] Support GPIO controller of Loongson 2K0300 SoC
 2025-08-31 11:25 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: gpio: loongson: Document GPIO controller of "

[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-08-29 18:38 UTC  (11+ messages)
` [PATCH v2 1/7] Drivers: hv: Handle NEED_RESCHED_LAZY before transferring to guest
` [PATCH v2 2/7] Drivers: hv: Disentangle VTL return cancellation from SIGPENDING
` [PATCH v2 3/7] Drivers: hv: Disable IRQs only after handling pending work before VTL return
` [PATCH v2 4/7] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH v2 5/7] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
` [PATCH v2 6/7] Drivers: hv: Use common "entry virt" APIs to do work in root before running guest
` [PATCH v2 7/7] Drivers: hv: Use "entry virt" APIs to do work before returning to lower VTL

Host CPU lockup on Loongarch using KVM
 2025-08-29 16:03 UTC 

[PATCH] LoongArch: KVM: Move kvm_iocsr tracepoint out of generic code
 2025-08-29 10:14 UTC  (9+ messages)

[PATCH 0/5] LoongArch: KVM: Support various access size with pch_pic emulation
 2025-08-29 10:13 UTC  (2+ messages)

[PATCH v3 0/4] LoongArch: KVM: Small enhancements about IPI and LBT
 2025-08-29 10:11 UTC  (3+ messages)

[PATCH 0/2] Add sign extension with kernel MMIO read emulation
 2025-08-29 10:10 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Add PTW feature detection on 3C6000 host
 2025-08-29 10:09 UTC  (2+ messages)

[PATCH] Loongarch: entry: fix syscall_get_arguments() VS no-bultin-memcpy
 2025-08-28 17:18 UTC  (11+ messages)

[PATCH v2 0/3] LoongArch: Fix BPF trampoline related issues
 2025-08-28 11:03 UTC  (10+ messages)
` [PATCH v2 1/3] LoongArch: BPF: Remove duplicated flags check
` [PATCH v2 2/3] LoongArch: BPF: Sign extend struct ops return values properly
` [PATCH v2 3/3] LoongArch: BPF: No support of struct argument in trampoline programs

[PATCH] defconfig: cleanup orphaned CONFIG_SCHED_DEBUG
 2025-08-28 10:38 UTC 

[PATCH 1/1] LoongArch: mm: remove redundant pte occupancy check in __set_fixmap()
 2025-08-28  6:34 UTC  (3+ messages)
` [PATCH v2] "

[RFC PATCH 0/2] Fix objtool warnings if LTO is enabled for LoongArch (Part 2)
 2025-08-28  2:01 UTC  (14+ messages)
` [RFC PATCH 1/2] objtool/LoongArch: Fix fall through warning about efi_boot_kernel()
` [RFC PATCH 2/2] objtool/LoongArch: Fix unreachable instruction warnings about head.S

[PATCH 00/19] perf: Rework event_init checks
 2025-08-27 15:15 UTC  (30+ messages)
` [PATCH 01/19] perf/arm-cmn: Fix event validation
` [PATCH 02/19] perf/hisilicon: Fix group validation
` [PATCH 12/19] perf: Ignore event state for "
` [PATCH 16/19] perf: Introduce positive capability for sampling
` [PATCH 17/19] perf: Retire PERF_PMU_CAP_NO_INTERRUPT
` [PATCH 18/19] perf: Introduce positive capability for raw events

[PATCH] LoongArch: BPF: Optimize sign-extention mov instructions
 2025-08-27 10:18 UTC  (3+ messages)

[PATCH] LoongArch: Handle newly added llsc instructions for probes
 2025-08-27 10:17 UTC  (2+ messages)

[PATCH] LoongArch: Update help info of config ARCH_STRICT_ALIGN
 2025-08-27 10:17 UTC  (2+ messages)

[PATCH v3 0/6] Add kexec_file support for LoongArch
 2025-08-27  7:37 UTC  (8+ messages)
` [PATCH v3 1/6] LoongArch: Add struct loongarch_image_header for kernel image
` [PATCH v3 2/6] LoongArch: Add preparatory infrastructure for kexec_file
` [PATCH v3 3/6] LoongArch/kexec_file: Support loading EFI binary file
` [PATCH v3 4/6] LoongArch/kexec_file: Support loading ELF "
` [PATCH v3 5/6] LoongArch/kexec_file: Add crash dump support
` [PATCH v3 6/6] LoongArch: Enable CONFIG_KEXEC_FILE

[PATCH 00/11] vdso: Various cleanups
 2025-08-26 19:34 UTC  (16+ messages)
` [PATCH 01/11] vdso/datastore: Gate time data behind CONFIG_GENERIC_GETTIMEOFDAY
` [PATCH 02/11] ARM: VDSO: remove cntvct_ok global variable
` [PATCH 03/11] vdso: Move ENABLE_COMPAT_VDSO from core to arm64
` [PATCH 04/11] vdso/gettimeofday: Remove !CONFIG_TIME_NS stubs
` [PATCH 05/11] time: Build generic update_vsyscall() only with generic time vDSO
` [PATCH 06/11] riscv: vdso: Untangle kconfig logic
` [PATCH 07/11] vdso: Drop kconfig GENERIC_VDSO_32
` [PATCH 08/11] vdso: Drop kconfig GENERIC_COMPAT_VDSO
` [PATCH 09/11] vdso: Drop kconfig GENERIC_VDSO_DATA_STORE
` [PATCH 10/11] vdso: Drop kconfig GENERIC_VDSO_TIME_NS
` [PATCH 11/11] vdso: Gate VDSO_GETRANDOM behind HAVE_GENERIC_VDSO

[PATCH 0/5] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-08-26 16:58 UTC  (12+ messages)
` [PATCH 1/5] Drivers: hv: Move TIF pre-guest work handling fully into mshv_common.c
` [PATCH 2/5] Drivers: hv: Handle NEED_RESCHED_LAZY before transferring to guest
` [PATCH 3/5] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 4/5] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
` [PATCH 5/5] Drivers: hv: Use common "entry virt" APIs to do work before running guest

[PATCH] LoongArch: BPF: Fix uninitialized symbol 'retval_off'
 2025-08-26  9:41 UTC  (6+ messages)

[PATCH] vdso: Remove struct getcpu_cache
 2025-08-26  5:29 UTC 

[PATCH] LoongArch: Rename GCC_PLUGIN_STACKLEAK to KSTACK_ERASE
 2025-08-26  2:47 UTC  (4+ messages)

[PATCH v2 0/5] Add kexec_file support for LoongArch
 2025-08-26  1:55 UTC  (12+ messages)
` [PATCH v2 2/5] LoongArch: Add kexec_file support

[PATCH] drm/amd/display/dml2: Guard dml21_map_dc_state_into_dml_display_cfg with DC_FP_START
 2025-08-25  8:52 UTC 

[PATCH v3 0/7] mtd: rawnand: loongson: Add Loongson-2K nand controller support
 2025-08-25  7:26 UTC  (7+ messages)
` [PATCH v3 5/7] mtd: rawnand: loongson: Add Loongson-2K0500 NAND "
` [PATCH v3 7/7] mtd: rawnand: loongson: Add Loongson-2K1000 "

[PATCH 0/3] LoongArch: Fix BPF trampoline related issues
 2025-08-25  2:11 UTC  (4+ messages)
` [PATCH 3/3] LoongArch: BPF: No support of struct argument in trampoline programs

bpf selftests timer_lockup intermittently locks up kernel
 2025-08-24 18:26 UTC 

Loongarch bpf selftests report
 2025-08-24 17:46 UTC 

[PATCH RESEND] PCI: Override PCIe bridge supported speeds for older Loongson 3C6000 series steppings
 2025-08-23  7:14 UTC  (3+ messages)

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-08-22 10:32 UTC  (4+ messages)
` [PATCH v5 16/44] KVM: Add a simplified wrapper for registering perf callbacks

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

[PATCH] PCI: Override PCIe bridge supported speeds for older Loongson 3C6000 series steppings
 2025-08-22  8:18 UTC 

kernel lockup on bpf selftests module_attach
 2025-08-22  5:36 UTC  (16+ messages)

[PATCH] pwm: loongson: Fix LOONGSON_PWM_FREQ_DEFAULT
 2025-08-22  4:20 UTC  (6+ messages)

[GIT PULL] LoongArch fixes for v6.17-rc3
 2025-08-21 14:50 UTC  (2+ messages)

[RFC PATCH v2 0/2] LoongArch: BPF: Add more feature for trampoline
 2025-08-21 14:43 UTC  (3+ messages)
` [RFC PATCH v2 1/2] LoongArch: BPF: Add struct arguments support "
` [RFC PATCH v2 2/2] LoongArch: BPF: Add 12 function "

[RFC PATCH 0/2] LoongArch: BPF: Add more feature for trampoline
 2025-08-21 14:01 UTC  (3+ messages)
` [RFC PATCH 1/2] LoongArch: BPF: Add struct arguments support "
` [RFC PATCH 2/2] LoongArch: BPF: Add 12 function "


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