summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: allow any program to use the bpf_map_sum_elem_count kfuncAnton Protopopov2023-07-191-1/+1
* bpf: make an argument const in the bpf_map_sum_elem_count kfuncAnton Protopopov2023-07-191-1/+1
* bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_mapAnton Protopopov2023-07-192-2/+2
* bpf: consider types listed in reg2btf_ids as trustedAnton Protopopov2023-07-191-9/+12
* bpf: Add 'owner' field to bpf_{list,rb}_nodeDave Marchevsky2023-07-181-4/+25
* bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_nodeDave Marchevsky2023-07-181-10/+13
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-1315-438/+897
|\
| * bpf: Fix an error in verifying a field in a unionYafang Shao2023-07-131-1/+1
| * bpf: Fix an error around PTR_UNTRUSTEDYafang Shao2023-07-132-11/+14
| * bpf: Add object leak check.Hou Tao2023-07-121-0/+35
| * bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu.Alexei Starovoitov2023-07-121-14/+6
| * bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().Alexei Starovoitov2023-07-121-3/+126
| * rcu: Export rcu_request_urgent_qs_task()Paul E. McKenney2023-07-121-2/+0
| * bpf: Allow reuse from waiting_for_gp_ttrace list.Alexei Starovoitov2023-07-121-6/+10
| * bpf: Add a hint to allocated objects.Alexei Starovoitov2023-07-121-19/+31
| * bpf: Change bpf_mem_cache draining process.Alexei Starovoitov2023-07-121-9/+9
| * bpf: Further refactor alloc_bulk().Alexei Starovoitov2023-07-121-12/+18
| * bpf: Factor out inc/dec of active flag into helpers.Alexei Starovoitov2023-07-121-12/+18
| * bpf: Refactor alloc_bulk().Alexei Starovoitov2023-07-121-20/+26
| * bpf: Let free_all() return the number of freed elements.Alexei Starovoitov2023-07-121-2/+6
| * bpf: Simplify code of destroy_mem_alloc() with kmemdup().Alexei Starovoitov2023-07-121-5/+2
| * bpf: Rename few bpf_mem_alloc fields.Alexei Starovoitov2023-07-121-28/+29
| * bpf: teach verifier actual bounds of bpf_get_smp_processor_id() resultAndrii Nakryiko2023-07-121-11/+26
| * bpf: Support ->fill_link_info for perf_eventYafang Shao2023-07-112-3/+153
| * bpf: Add a common helper bpf_copy_to_user()Yafang Shao2023-07-111-14/+20
| * bpf: Expose symbol's respective addressYafang Shao2023-07-111-12/+4
| * bpf: Clear the probe_addr for uprobeYafang Shao2023-07-112-2/+3
| * bpf: Protect probed address based on kptr_restrict settingYafang Shao2023-07-111-1/+4
| * bpf: Support ->fill_link_info for kprobe_multiYafang Shao2023-07-111-0/+37
| * bpf: make preloaded map iterators to display map elements countAnton Protopopov2023-07-062-260/+275
| * bpf: populate the per-cpu insertions/deletions counters for hashmapsAnton Protopopov2023-07-061-2/+20
| * bpf: add a new kfunc to return current bpf_map elements countAnton Protopopov2023-07-061-1/+38
| * bpf: Remove unnecessary ring buffer size checkHou Tao2023-07-051-15/+11
| * bpf: Resolve modifiers when walking structsStanislav Fomichev2023-06-301-0/+2
| * bpf: Replace deprecated -target with --target= for ClangFangrui Song2023-06-291-1/+1
* | Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-132-18/+27
|\ \
| * | bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui2023-07-111-16/+24
| * | bpf: Fix max stack depth check for async callbacksKumar Kartikeya Dwivedi2023-07-051-2/+3
* | | Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-138-30/+81
|\ \ \
| * | | tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian2023-07-131-0/+1
| * | | tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella2023-07-121-3/+5
| * | | tracing: Stop FORTIFY_SOURCE complaining about stack trace callerSteven Rostedt (Google)2023-07-121-2/+19
| * | | ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian2023-07-121-14/+31
| * | | ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian2023-07-121-9/+15
| * | | tracing: arm64: Avoid missing-prototype warningsArnd Bergmann2023-07-123-2/+7
| * | | tracing/user_events: Fix struct arg size match checkBeau Belgrave2023-07-101-0/+3
* | | | Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-124-14/+40
|\ \ \ \ | |/ / / |/| | |
| * | | fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)2023-07-112-0/+16
| * | | kernel: kprobes: Remove unnecessary ‘0’ valuesLi zeming2023-07-111-3/+3
| * | | kprobes: Remove unnecessary ‘NULL’ values from correct_ret_addrLi zeming2023-07-111-1/+1