LoongArch architecture development
 help / color / mirror / Atom feed
 messages from 2026-07-07 06:28:36 to 2026-07-10 11:41:23 UTC [more...]

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-10 11:40 UTC  (91+ messages)
` [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
` [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
` [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [patch 05/18] powerpc/syscall: "
` [patch 06/18] riscv/syscall: "
` [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
` [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
` [patch 09/18] entry: Remove syscall_enter_from_user_mode()
` [patch 10/18] entry: Use syscall number instead of rereading it
` [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
` [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
` [patch 13/18] entry: Make trace_syscall_enter() return type bool
` [patch 14/18] entry: Make return type of syscall_trace_enter() bool
` [patch 15/18] x86/entry: Make syscall functions static
` [patch 16/18] x86/entry: Get rid of the sys_ni_syscall() indirection
` [patch 17/18] x86/entry: Simplify the syscall number logic
` [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution

[PATCH bpf] LoongArch: bpf: zero-extend signed ALU32 div/mod results
 2026-07-10 10:14 UTC 

[PATCH 0/2] thermal: loongson2: Add support for Loongson-2K0300 SoC
 2026-07-10  8:25 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: thermal: loongson,ls2k-thermal: Add compatible for Loongson-2K0300
` [PATCH 2/2] thermal/drivers/loongson2: Add thermal driver support "

[PATCH v5 0/2] Add Loongson CAN-FD controller driver
 2026-07-10  8:22 UTC  (3+ messages)
` [PATCH v5 1/2] can: "
` [PATCH v5 2/2] can: loongson_canfd: Add RXDMA support

[PATCH v3 00/12] LoongArch: Add livepatch build (KLP) support
 2026-07-10  7:49 UTC  (25+ messages)
` [PATCH v3 01/12] objtool/LoongArch: Add arch_adjusted_addend() for KLP support
` [PATCH v3 02/12] LoongArch: Mark special sections "
` [PATCH v3 03/12] livepatch/klp-build: disable direct-extern-access for LoongArch to fix kernel panic
` [PATCH v3 04/12] livepatch/klp-build: build LoongArch with -fPIC to keep GOT-indirect symbol references
` [PATCH v3 05/12] LoongArch: Fix EFI linking with -fdata-sections
` [PATCH v3 06/12] objtool/klp: Add LoongArch jump opcode bytes support
` [PATCH v3 07/12] klp-build: Add LoongArch syscall patching macro
` [PATCH v3 08/12] LoongArch: Add livepatch build (KLP) support
` [PATCH v3 09/12] LoongArch: Select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
` [PATCH v3 10/12] objtool/klp: Convert local label references in special sections
` [PATCH v3 11/12] objtool/klp: Fix ANNOTATE_DATA_SPECIAL parsing for local label references
` [PATCH v3 12/12] objtool/klp: Fold LoongArch paired ADD/SUB relocations into PCREL

[PATCH 7.1.y 0/6] cBPF JIT spray hardening
 2026-07-09 22:52 UTC  (8+ messages)
` [PATCH 7.1.y 1/6] bpf: Support for hardening against JIT spraying
` [PATCH 7.1.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 7.1.y 3/6] bpf: Restrict JIT predictor flush to cBPF
` [PATCH 7.1.y 4/6] bpf: Skip redundant IBPB in pack allocator
` [PATCH 7.1.y 5/6] bpf: Prefer packs that won't trigger an IBPB flush on allocation
` [PATCH 7.1.y 6/6] bpf: Prefer dirty packs for eBPF allocations

[PATCH v4 0/7] irqchip/ACPI: Arm GICv5 IWB ACPI IRQ probe deferral
 2026-07-09 13:32 UTC  (9+ messages)
` [PATCH v4 1/7] ACPI: Add acpi_device_clear_deps() helper function
` [PATCH v4 2/7] ACPI: RISC-V: Fix riscv_acpi_irq_get_dep() loop termination
` [PATCH v4 3/7] ACPI: RISC-V: Check acpi_get_handle() status in riscv_acpi_add_prt_dep()
` [PATCH v4 4/7] ACPI: RISC-V: Fix riscv_acpi_add_prt_dep() loop handling
` [PATCH v4 5/7] ACPI: irq: Move RISC-V interrupt controllers autodep to ACPI IRQ code
` [PATCH v4 6/7] ACPI/IORT: Implement ACPI infrastructure to enable GICv5 IWB probe deferral
` [PATCH v4 7/7] irqchip/gic-v5: Enable GICv5 IWB ACPI probe ordering detection

[PATCH v4 0/2] LoongArch: kexec: avoid clobbering the QEMU FDT
 2026-07-09 12:48 UTC  (3+ messages)

[PATCH 0/7] vDSO: Replace CONFIG_GENERIC_GETTIMEOFDAY ifdeffery with IS_ENABLED()
 2026-07-09 11:32 UTC  (8+ messages)
` [PATCH 1/7] kbuild: support generated asm-headers in subdirectories
` [PATCH 2/7] vDSO: Make clockmode constants available without CONFIG_GENERIC_GETTIMEOFDAY
` [PATCH 3/7] MIPS: csrc-r4k: Replace CONFIG_GENERIC_GETTIMEOFDAY ifdeffery with IS_ENABLED()
` [PATCH 4/7] clocksource/drivers/mips-gic-timer: "
` [PATCH 5/7] clocksource/drivers/arm_arch_timer: "
` [PATCH 6/7] clocksource/drivers/timer-riscv: "
` [PATCH 7/7] LoongArch: "

[PATCH v3 0/4] Fix and optimize BPF tailcall for LoongArch
 2026-07-09  9:47 UTC  (9+ messages)
` [PATCH v3 1/4] LoongArch: BPF: Optimize redundant TCC loads in epilogue
` [PATCH v3 2/4] LoongArch: BPF: Move arena register slot below TCC context
` [PATCH v3 3/4] LoongArch: BPF: Refactor jump offset calculation in tail call
` [PATCH v3 4/4] LoongArch: BPF: Implement branchless conditional move for TCC

[PATCH v4 0/4] LoongArch: KVM: Harden interrupt injection
 2026-07-09  8:21 UTC  (5+ messages)
` [PATCH v4 1/4] LoongArch: KVM: Set default MAILBOX access size with 8
` [PATCH v4 2/4] LoongArch: KVM: Replace kvm_err() with kvm_pr_unimpl()
` [PATCH v4 3/4] LoongArch: KVM: Return directly when IPI address is not aligned
` [PATCH v4 4/4] LoongArch: KVM: Use internal API to deliver interrupt in kernel mode

[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
 2026-07-09  8:27 UTC  (10+ messages)
` [PATCH v16 02/18] syscall_user_dispatch: Introduce a weak fallback for arch_syscall_is_vdso_sigreturn()
` [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel

[PATCH] syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCH
 2026-07-09  7:59 UTC  (3+ messages)

[PATCH bpf-next v9 0/2] Introduce jit_required to prevent a kernel panic
 2026-07-09  6:30 UTC  (7+ messages)
` [PATCH bpf-next v9 1/2] bpf: Introduce jit_required flag and remove bpf_prog_has_kfunc_call()
` [PATCH bpf-next v9 2/2] bpf: Reject programs with inlined helpers if JIT is not available

[PATCH v3 0/3] LoongArch: KVM: Harden interrupt injection
 2026-07-09  3:49 UTC  (4+ messages)
` [PATCH v3 2/3] LoongArch: KVM: Replace kvm_err() with WARN_ONCE()

[PATCH v4 0/2] mfd: loongson-se: Fix miscellaneous issues and add multi-node support
 2026-07-08 15:03 UTC  (5+ messages)
` [PATCH v4 1/2] mfd: loongson-se: Fix miscellaneous issues
` [PATCH v4 2/2] mfd: loongson-se: Add multi-node support

[PATCH v1] platform/loongarch: laptop: Stop setting acpi_device_class()
 2026-07-08 14:30 UTC  (2+ messages)

[PATCH bpf-next v8 0/2] Introduce jit_required to prevent a kernel panic
 2026-07-07 17:55 UTC  (11+ messages)
` [PATCH bpf-next v8 2/2] bpf: Reject programs with inlined helpers if JIT is not available

[PATCH bpf-next v2 00/11] LoongArch: BPF: arena features, exceptions, private stack and may_goto
 2026-07-07 11:25 UTC  (2+ messages)

[PATCH bpf-next v2 07/11] LoongArch: BPF: Support atomics on arena pointers
 2026-07-07 10:55 UTC  (2+ messages)

[PATCH bpf-next v2 02/11] LoongArch: BPF: Support internal-only MOV to resolve per-CPU addrs
 2026-07-07 10:22 UTC  (2+ messages)

[PATCH bpf-next v2 01/11] LoongArch: BPF: Fix tail call count pointer offset for arena programs
 2026-07-07 10:12 UTC  (3+ messages)

[PATCH 0/2] Add support to dump the kernel page tables
 2026-07-07  6:45 UTC  (3+ messages)
` [PATCH 1/2] LoongArch: Enforce W^X for page-mapped virtual memory region
` [PATCH 2/2] LoongArch: Add support to dump the kernel page tables

[PATCH v4 0/2] Add Loongson CAN-FD controller driver
 2026-07-07  6:28 UTC  (3+ messages)
` [PATCH v4 1/2] can: "
` [PATCH v4 2/2] can: loongson_canfd: Add RXDMA support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox