messages from 2026-07-02 07:20:27 to 2026-07-09 01:48:02 UTC [more...]
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-07-09 1:47 UTC (45+ 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 v3 00/12] LoongArch: Add livepatch build (KLP) support
2026-07-08 22:32 UTC (19+ 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] 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 v9 0/2] Introduce jit_required to prevent a kernel panic
2026-07-08 14:06 UTC (5+ 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 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 (16+ 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 v3 0/4] Fix and optimize BPF tailcall for LoongArch
2026-07-07 10:15 UTC (5+ 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 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 (11+ messages)
` [PATCH bpf-next v7 1/2] bpf: Introduce jit_required flag and refactor kfunc path
` [PATCH bpf-next v7 2/2] bpf: Reject programs with inlined helpers if JIT is unavailable
[PATCH v2 0/8] LoongArch: Add livepatch build (KLP) support
2026-07-06 9:53 UTC (3+ messages)
[PATCH v3 0/7] irqchip/ACPI: Arm GICv5 IWB ACPI IRQ probe deferral
2026-07-06 8:46 UTC (8+ messages)
` [PATCH v3 1/7] ACPI: Add acpi_device_clear_dep() helper function
` [PATCH v3 7/7] irqchip/gic-v5: Enable GICv5 IWB ACPI probe ordering detection
[RFC] entry: Untangle the return value of syscall_enter_from_user_mode from syscall NR
2026-07-06 8:16 UTC (26+ 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 0/4] Optimize BPF tailcall for LoongArch
2026-07-06 5:31 UTC (11+ messages)
` [PATCH v2 1/4] LoongArch: BPF: Optimize redundant TCC loads in epilogue
` [PATCH v2 2/4] LoongArch: BPF: Move arena register slot below TCC context
` [PATCH v2 3/4] LoongArch: BPF: Refactor jump offset calculation in tail call
` [PATCH v2 4/4] LoongArch: BPF: Implement branchless conditional move for TCC
[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
2026-07-06 2:41 UTC (15+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
` [PATCH v16 02/18] syscall_user_dispatch: Introduce a weak fallback for arch_syscall_is_vdso_sigreturn()
[PATCH v3] mfd: ls2kbmc: mfd: ls2kbmc: Fix iomem pointer handling in video mode parsing
2026-07-06 2:35 UTC (2+ messages)
[PATCH v2 RESEND] loongarch: retrieve CPU package ID from PPTT when available
2026-07-05 9:36 UTC
[PATCH v2] loongarch: retrieve CPU package ID from PPTT when available
2026-07-04 13:59 UTC
[PATCH 6.1 & 6.6] LoongArch: Report dying CPU to RCU in stop_this_cpu()
2026-07-04 2:05 UTC (2+ messages)
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-07-03 14:54 UTC (5+ messages)
` [PATCH v12 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
[PATCH v3 0/9] ASoC: Add Loongson-2K0300 I2S controller and sound card support
2026-07-02 19:04 UTC (2+ messages)
[PATCH] LoongArch: Add support to dump the kernel page tables
2026-07-03 10:18 UTC (4+ messages)
[PATCH v3 0/4] LoongArch bpf kptr xchg inline support
2026-07-03 10:03 UTC (2+ messages)
[PATCH v2] mfd: ls2kbmc: mfd: ls2kbmc: Fix iomem pointer handling in video mode parsing
2026-07-03 9:44 UTC (3+ messages)
[PATCH v2 0/9] treewide, numa_memblks: remove redundant work during NUMA init
2026-07-03 9:43 UTC (3+ messages)
` [PATCH v2 6/9] LoongArch: remove redundant numa_nodes_parsed node_set()
[GIT PULL] Split <linux/mod_devicetable.h> in per subsystem headers
2026-07-03 7:37 UTC (2+ messages)
[PATCH bpf-next v6] bpf: Reject programs with inlined helpers if JIT is unavailable
2026-07-02 14:38 UTC (5+ messages)
[PATCH 0/9] treewide, numa_memblks: remove redundant work during NUMA init
2026-07-02 10:39 UTC (2+ 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