Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-05bpf: Cleanup ftrace hash in bpf_trampoline_putJiri Olsa
2022-07-30bpf: Remove unneeded semicolonYang Li
2022-07-30bpf: Fix NULL pointer dereference when registering bpf trampolineXu Kuohai
2022-07-30bpf: Fix test_progs -j error with fentry/fexit testsSong Liu
2022-07-22bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)Song Liu
2022-07-19bpf: fix lsm_cgroup build errors on esoteric configsStanislav Fomichev
2022-07-11bpf: Remove is_valid_bpf_tramp_flags()Xu Kuohai
2022-06-29bpf: minimize number of allocated lsm slots per programStanislav Fomichev
2022-06-29bpf: per-cgroup lsm flavorStanislav Fomichev
2022-06-29bpf: add bpf_func_t and trampoline helpersStanislav Fomichev
2022-05-12bpf: Fix potential array overflow in bpf_trampoline_get_progs()Yuntao Wang
2022-05-11bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee
2022-05-11bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee
2022-05-11bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-15x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra
2022-02-24bpf: Cleanup commentsTom Rix
2022-02-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-08bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmemSong Liu
2022-01-26bpf: Fix possible race in inc_misses_counterHe Fengqing
2021-12-13bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa
2021-10-27bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet
2021-10-27bpf: Fixes possible race in update_prog_stats() for 32bit archesEric Dumazet
2021-09-13bpf: Introduce helper bpf_get_branch_snapshotSong Liu
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-07-16bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa
2021-05-25bpf: Fix spelling mistakesZhen Lei
2021-04-26bpf: Allow trampoline re-attach for tracing and lsm programsJiri Olsa
2021-03-27bpf: Take module reference for trampoline in moduleJiri Olsa
2021-03-18bpf: Fix fexit trampoline.Alexei Starovoitov
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov
2021-02-11bpf: Compute program stats for sleepable programsAlexei Starovoitov
2021-02-11bpf: Run sleepable programs with migration disabledAlexei Starovoitov
2021-02-11bpf: Optimize program statsAlexei Starovoitov
2020-09-29bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen
2020-09-29bpf: verifier: refactor check_attach_btf_id()Toke Høiland-Jørgensen
2020-09-01bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov
2020-03-30bpf: lsm: Implement attach, detach and executionKP Singh
2020-03-13bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()Jules Irenge
2020-03-13bpf: Remove bpf_image treeJiri Olsa
2020-03-13bpf: Add trampolines to kallsymsJiri Olsa
2020-03-05bpf: Introduce BPF_MODIFY_RETURNKP Singh
2020-03-05bpf: Refactor trampoline update codeKP Singh
2020-02-25bpf: Use migrate_disable/enabe() in trampoline code.David Miller
2020-01-25bpf: Allow to resolve bpf trampoline and dispatcher in unwindJiri Olsa
2020-01-23bpf: Introduce dynamic program extensionsAlexei Starovoitov
2020-01-22bpf: Fix trampoline usage in preemptAlexei Starovoitov
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau