messages from 2026-07-06 04:29:59 to 2026-07-09 19:36:44 UTC [more...]
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-07-09 19:36 UTC (83+ 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 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 v3 00/12] LoongArch: Add livepatch build (KLP) support
2026-07-09 13:21 UTC (22+ 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 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 (14+ messages)
` [PATCH bpf-next v8 1/2] bpf: Introduce jit_required flag and remove bpf_prog_has_kfunc_call()
` [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 (15+ messages)
` [PATCH bpf-next v2 01/11] LoongArch: BPF: Fix tail call count pointer offset for arena programs
` [PATCH bpf-next v2 02/11] LoongArch: BPF: Support internal-only MOV to resolve per-CPU addrs
` [PATCH bpf-next v2 07/11] LoongArch: BPF: Support atomics on arena pointers
` [PATCH bpf-next v2 11/11] selftests/bpf: Add LoongArch deny list
[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
[PATCH v7 0/2] i2c: ls2x: Add clock- related properties and parsing
2026-07-07 3:51 UTC (3+ messages)
` [PATCH v7 1/2] dt-bindings: i2c: ls2x-i2c: Add clocks and clock-frequency properties
` [PATCH v7 2/2] i2c: ls2x: Add clocks property parsing and adjust bus speed
[PATCH bpf-next v7 0/2] Introduce jit_required to prevent a kernel panic
2026-07-06 10:58 UTC (8+ messages)
` [PATCH bpf-next v7 1/2] bpf: Introduce jit_required flag and refactor kfunc path
[PATCH v2 0/8] LoongArch: Add livepatch build (KLP) support
2026-07-06 9:53 UTC (2+ messages)
[PATCH v3 0/7] irqchip/ACPI: Arm GICv5 IWB ACPI IRQ probe deferral
2026-07-06 8:46 UTC (4+ messages)
` [PATCH v3 1/7] ACPI: Add acpi_device_clear_dep() helper function
[RFC] entry: Untangle the return value of syscall_enter_from_user_mode from syscall NR
2026-07-06 8:16 UTC (12+ messages)
[PATCH bpf 0/2] LoongArch: BPF: Fix tail call count handling
2026-07-06 7:30 UTC (3+ messages)
` [PATCH bpf v2] LoongArch: BPF: Fix tail call count pointer offset for arena programs
[PATCH v2 3/4] LoongArch: BPF: Refactor jump offset calculation in tail call
2026-07-06 5:31 UTC (3+ messages)
[PATCH v2 4/4] LoongArch: BPF: Implement branchless conditional move for TCC
2026-07-06 5:26 UTC (3+ messages)
[PATCH v2 2/4] LoongArch: BPF: Move arena register slot below TCC context
2026-07-06 5:20 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- 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