Age | Commit message (Expand) | Author |
2024-03-12 | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2024-03-11 | bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction. | Alexei Starovoitov |
2024-03-11 | bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions. | Alexei Starovoitov |
2024-02-14 | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe... | Ingo Molnar |
2024-01-23 | bpf: Support inlining bpf_kptr_xchg() helper | Hou Tao |
2024-01-11 | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2024-01-10 | x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLS | Breno Leitao |
2024-01-10 | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE | Breno Leitao |
2024-01-08 | Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2024-01-04 | bpf, x86: Use emit_nops to replace memcpy x86_nops | Leon Hwang |
2024-01-03 | arch/x86: Fix typos | Bjorn Helgaas |
2023-12-18 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-12-15 | x86/cfi,bpf: Fix bpf_struct_ops CFI | Peter Zijlstra |
2023-12-15 | x86/cfi,bpf: Fix bpf_callback_t CFI | Peter Zijlstra |
2023-12-15 | x86/cfi,bpf: Fix BPF JIT call | Peter Zijlstra |
2023-12-06 | x86, bpf: Use bpf_prog_pack for bpf trampoline | Song Liu |
2023-12-06 | bpf: Add arch_bpf_trampoline_size() | Song Liu |
2023-12-06 | bpf, x86: Adjust arch_prepare_bpf_trampoline return value | Song Liu |
2023-12-06 | bpf: Fix prog_array_map_poke_run map poke update | Jiri Olsa |
2023-09-19 | bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=y | Kumar Kartikeya Dwivedi |
2023-09-16 | bpf: Implement BPF exceptions | Kumar Kartikeya Dwivedi |
2023-09-16 | arch/x86: Implement arch_bpf_stack_walk | Kumar Kartikeya Dwivedi |
2023-09-16 | bpf: Use bpf_is_subprog to check for subprogs | Kumar Kartikeya Dwivedi |
2023-09-12 | bpf, x64: Fix tailcall infinite loop | Leon Hwang |
2023-09-12 | bpf, x64: Comment tail_call_cnt initialisation | Leon Hwang |
2023-07-27 | bpf: Support new 32bit offset jmp instruction | Yonghong Song |
2023-07-27 | bpf: Support new signed div/mod instructions. | Yonghong Song |
2023-07-27 | bpf: Support new unconditional bswap instruction | Yonghong Song |
2023-07-27 | bpf: Support new sign-extension mov insns | Yonghong Song |
2023-07-27 | bpf: Support new sign-extension load insns | Yonghong Song |
2023-07-19 | bpf, x86: initialize the variable "first_off" in save_args() | Menglong Dong |
2023-07-13 | bpf, x86: allow function arguments up to 12 for TRACING | Menglong Dong |
2023-07-13 | bpf, x86: save/restore regs with BPF_DW size | Menglong Dong |
2023-06-12 | bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable. | Yonghong Song |
2023-01-10 | bpf, x86: Simplify the parsing logic of structure parameters | Pu Lehui |
2023-01-04 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2022-12-22 | bpf, x86: Improve PROBE_MEM runtime load check | Dave Marchevsky |
2022-12-14 | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-11-04 | bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop") | Peter Zijlstra |
2022-11-02 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2022-10-25 | bpf: Remove prog->active check for bpf_lsm and bpf_iter | Martin KaFai Lau |
2022-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-10-20 | bpf: Fix dispatcher patchable function entry to 5 bytes nop | Jiri Olsa |
2022-10-19 | bpf,x64: use shrx/sarx/shlx when available | Jie Meng |
2022-10-19 | bpf,x64: avoid unnecessary instructions when shift dest is ecx | Jie Meng |
2022-10-17 | x86/ftrace: Make it call depth tracking aware | Peter Zijlstra |
2022-10-17 | x86/bpf: Emit call depth accounting if required | Thomas Gleixner |
2022-10-17 | x86/retpoline: Add SKL retthunk retpolines | Peter Zijlstra |
2022-10-17 | x86/returnthunk: Allow different return thunks | Peter Zijlstra |