[PATCH v1 0/3] Fix objtool warnings if LTO is enabled for LoongArch (Part 2)
2025-09-03 19:22 UTC (13+ 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 v4 0/8] LoongArch: Fix BPF trampoline related issues
2025-09-03 14:58 UTC (12+ messages)
` [PATCH v4 1/8] LoongArch: BPF: Remove duplicated flags check
` [PATCH v4 2/8] LoongArch: BPF: Remove duplicated bpf_flush_icache()
` [PATCH v4 3/8] LoongArch: BPF: No support of struct argument in trampoline programs
` [PATCH v4 4/8] LoongArch: BPF: No text_poke() for kernel text
` [PATCH v4 5/8] LoongArch: BPF: Don't assume trampoline size is page aligned
` [PATCH v4 6/8] LoongArch: BPF: Make trampoline size stable
` [PATCH v4 7/8] LoongArch: BPF: Make error handling robust in arch_prepare_bpf_trampoline()
` [PATCH v4 8/8] LoongArch: BPF: Sign extend struct ops return values properly
[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
2025-09-03 13:01 UTC (4+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
[PATCH v10 0/3] LoongArch: Add Loongson-2K BMC support
2025-09-03 10:35 UTC (7+ 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
[RFC PATCH 0/3] Fix objtool warnings with RUST on LoongArch
2025-09-03 10:28 UTC (6+ messages)
` [RFC PATCH 1/3] docs: rust: quick-start: Add another way to install
` [RFC PATCH 2/3] LoongArch: Make LTO case independent in Makefile
` [RFC PATCH 3/3] LoongArch: Handle table jump option for RUST
[PATCH 0/4] Move copy_from_user out of preempt disabled context
2025-09-03 8:34 UTC (8+ messages)
` [PATCH 1/4] LoongArch: KVM: Avoid use copy_from_user with lock hold in kvm_eiointc_regs_access
` [PATCH 2/4] LoongArch: KVM: Avoid use copy_from_user with lock hold in kvm_eiointc_sw_status_access
` [PATCH 3/4] LoongArch: KVM: Avoid use copy_from_user with lock hold in kvm_eiointc_ctrl_access
` [PATCH 4/4] LoongArch: KVM: Avoid use copy_from_user with lock hold in kvm_pch_pic_regs_access
[PATCH v4 0/7] Add kexec_file support for LoongArch
2025-09-03 3:01 UTC (8+ messages)
` [PATCH v4 1/7] LoongArch: Add struct loongarch_image_header for kernel image
` [PATCH v4 2/7] LoongArch: Add preparatory infrastructure for kexec_file
` [PATCH v4 3/7] LoongArch/kexec_file: Support loading EFI binary file
` [PATCH v4 4/7] LoongArch/kexec_file: Support loading ELF "
` [PATCH v4 5/7] LoongArch/kexec_file: Add crash dump support
` [PATCH v4 6/7] LoongArch: Automatically disable kaslr when the kernel loads from kexec_file
` [PATCH v4 7/7] LoongArch: Enable CONFIG_KEXEC_FILE
[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
2025-09-02 15:41 UTC (13+ 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
[PATCH v12 0/4] Add Loongson Security Engine chip driver
2025-09-02 12:42 UTC (4+ messages)
` [GIT PULL] Immutable branch between MFD, Char and Crypto due for the v6.18 merge window
[PATCH] LoongArch: replace sprintf() with sysfs_emit()
2025-09-02 12:25 UTC (2+ messages)
[PATCH v2 0/4] nios2: Add architecture support for clone3
2025-09-02 11:44 UTC (20+ 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 23:27 UTC (4+ messages)
[PATCH v2 0/3] Support GPIO controller of Loongson 2K0300 SoC
2025-09-01 14:58 UTC (7+ messages)
` [PATCH v2 1/3] dt-bindings: gpio: loongson: Document GPIO controller of "
` [PATCH v2 2/3] gpio: loongson-64bit: Add support for Loongson "
` [PATCH v2 3/3] LoongArch: dts: Add GPIO controller for Loongson 2K0300
[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 (3+ messages)
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 (3+ messages)
` [PATCH v3 1/6] LoongArch: Add struct loongarch_image_header for kernel image
[PATCH 00/11] vdso: Various cleanups
2025-08-26 19:34 UTC (11+ messages)
` [PATCH 03/11] vdso: Move ENABLE_COMPAT_VDSO from core to arm64
` [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 (4+ messages)
[PATCH] LoongArch: BPF: Fix uninitialized symbol 'retval_off'
2025-08-26 9:41 UTC (4+ messages)
page: next (older)
- 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).