index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
loongarch
/
net
Age
Commit message (
Expand
)
Author
Lines
2026-04-24
Merge tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
-65
/
+316
2026-04-23
LoongArch: BPF: Add fsession support for trampolines
Hengqi Chen
-10
/
+66
2026-04-23
LoongArch: BPF: Introduce emit_store_stack_imm64() helper
Hengqi Chen
-11
/
+13
2026-04-22
LoongArch: BPF: Support up to 12 function arguments for trampoline
Tiezhu Yang
-35
/
+64
2026-04-22
LoongArch: BPF: Support small struct arguments for trampoline
Tiezhu Yang
-24
/
+31
2026-04-22
LoongArch: BPF: Open code and remove invoke_bpf_mod_ret()
Tiezhu Yang
-15
/
+10
2026-04-22
LoongArch: BPF: Support load-acquire and store-release instructions
Tiezhu Yang
-1
/
+97
2026-04-22
LoongArch: BPF: Support 8 and 16 bit read-modify-write instructions
Tiezhu Yang
-9
/
+68
2026-04-22
LoongArch: BPF: Add the default case in emit_atomic() and rename it
Tiezhu Yang
-2
/
+9
2026-04-16
bpf: Pass bpf_verifier_env to JIT
Xu Kuohai
-1
/
+1
2026-04-16
bpf: Move constants blinding out of arch-specific JITs
Xu Kuohai
-42
/
+17
2026-03-16
LoongArch: BPF: Make arch_protect_bpf_trampoline() return 0
Tiezhu Yang
-0
/
+5
2026-03-16
LoongArch: Fix calling smp_processor_id() in preemptible code
Xi Ruoyao
-0
/
+6
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-1
/
+1
2026-02-14
Merge tag 'loongarch-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
-43
/
+167
2026-02-10
LoongArch: BPF: Implement bpf_addr_space_cast instruction
Hengqi Chen
-0
/
+16
2026-02-10
LoongArch: BPF: Implement PROBE_MEM32 pseudo instructions
Hengqi Chen
-6
/
+68
2026-02-10
LoongArch: BPF: Use BPF prog pack allocator
Hengqi Chen
-37
/
+83
2026-01-20
kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()
Petr Mladek
-1
/
+1
2025-12-31
LoongArch: BPF: Enhance the bpf_arch_text_poke() function
Chenghao Duan
-1
/
+16
2025-12-31
LoongArch: BPF: Enable trampoline-based tracing for module functions
Chenghao Duan
-9
/
+11
2025-12-31
LoongArch: BPF: Adjust the jump offset of tail calls
Chenghao Duan
-1
/
+1
2025-12-31
LoongArch: BPF: Save return address register ra to t0 before trampoline
Chenghao Duan
-0
/
+1
2025-12-31
LoongArch: BPF: Zero-extend bpf_tail_call() index
Hengqi Chen
-0
/
+2
2025-12-31
LoongArch: BPF: Sign extend kfunc call arguments
Hengqi Chen
-0
/
+42
2025-12-03
Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-3
/
+6
2025-11-24
bpf: specify the old and new poke_type for bpf_arch_text_poke
Menglong Dong
-3
/
+6
2025-11-20
LoongArch: BPF: Disable trampoline for kernel module function trace
Vincent Li
-0
/
+3
2025-10-02
LoongArch: BPF: Sign-extend struct ops return values properly
Hengqi Chen
-1
/
+36
2025-10-02
LoongArch: BPF: Make error handling robust in arch_prepare_bpf_trampoline()
Hengqi Chen
-1
/
+4
2025-10-02
LoongArch: BPF: Make trampoline size stable
Hengqi Chen
-2
/
+2
2025-10-02
LoongArch: BPF: Don't align trampoline size
Hengqi Chen
-2
/
+1
2025-10-02
LoongArch: BPF: No support of struct argument in trampoline programs
Hengqi Chen
-0
/
+6
2025-10-02
LoongArch: BPF: No text_poke() for kernel text
Hengqi Chen
-2
/
+4
2025-10-02
LoongArch: BPF: Remove duplicated bpf_flush_icache()
Hengqi Chen
-1
/
+0
2025-10-02
LoongArch: BPF: Remove duplicated flags check
Hengqi Chen
-7
/
+2
2025-10-02
LoongArch: BPF: Fix uninitialized symbol 'retval_off'
Huacai Chen
-5
/
+4
2025-10-02
LoongArch: BPF: Optimize sign-extention mov instructions
Tiezhu Yang
-4
/
+2
2025-08-05
LoongArch: BPF: Set bpf_jit_bypass_spec_v1/v4()
Tiezhu Yang
-0
/
+10
2025-08-05
LoongArch: BPF: Fix the tailcall hierarchy
Haoran Jiang
-48
/
+107
2025-08-05
LoongArch: BPF: Fix jump offset calculation in tailcall
Haoran Jiang
-16
/
+5
2025-08-05
LoongArch: BPF: Add struct ops support for trampoline
Tiezhu Yang
-25
/
+50
2025-08-05
LoongArch: BPF: Add basic bpf trampoline support
Chenghao Duan
-0
/
+383
2025-08-05
LoongArch: BPF: Add dynamic code modification support
Chenghao Duan
-1
/
+104
2025-08-05
LoongArch: BPF: Rename and refactor validate_code()
Chenghao Duan
-1
/
+9
2025-03-30
LoongArch: BPF: Don't override subprog's return value
Hengqi Chen
-1
/
+4
2025-03-30
LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNC
Hengqi Chen
-1
/
+4
2025-03-30
LoongArch: BPF: Fix off-by-one error in build_prologue()
Hengqi Chen
-0
/
+7
2024-12-02
LoongArch: BPF: Adjust the parameter of emit_jirl()
Tiezhu Yang
-3
/
+3
[next]