aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-07-19bpf, net: Introduce skb_pointer_if_linear().Gravatar Alexei Starovoitov 1-1/+4
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportGravatar Daniel Borkmann 4-13/+419
2023-07-19bpf: Add generic attach/detach/query API for multi-progsGravatar Daniel Borkmann 2-1/+446
2023-07-19bpf: allow any program to use the bpf_map_sum_elem_count kfuncGravatar Anton Protopopov 1-1/+1
2023-07-19bpf: make an argument const in the bpf_map_sum_elem_count kfuncGravatar Anton Protopopov 1-1/+1
2023-07-19bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_mapGravatar Anton Protopopov 2-2/+2
2023-07-19bpf: consider types listed in reg2btf_ids as trustedGravatar Anton Protopopov 1-9/+12
2023-07-18bpf: Add 'owner' field to bpf_{list,rb}_nodeGravatar Dave Marchevsky 1-4/+25
2023-07-18bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_nodeGravatar Dave Marchevsky 1-10/+13
2023-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 15-438/+897
2023-07-13bpf: Fix an error in verifying a field in a unionGravatar Yafang Shao 1-1/+1
2023-07-13bpf: Fix an error around PTR_UNTRUSTEDGravatar Yafang Shao 2-11/+14
2023-07-13Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-18/+27
2023-07-13Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-30/+81
2023-07-13tracing: Fix memory leak of iter->temp when reading trace_pipeGravatar Zheng Yejian 1-0/+1
2023-07-12tracing/histograms: Add histograms to hist_vars if they have referenced varia...Gravatar Mohamed Khalfella 1-3/+5
2023-07-12tracing: Stop FORTIFY_SOURCE complaining about stack trace callerGravatar Steven Rostedt (Google) 1-2/+19
2023-07-12ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Gravatar Zheng Yejian 1-14/+31
2023-07-12bpf: Add object leak check.Gravatar Hou Tao 1-0/+35
2023-07-12bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu.Gravatar Alexei Starovoitov 1-14/+6
2023-07-12bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().Gravatar Alexei Starovoitov 1-3/+126
2023-07-12rcu: Export rcu_request_urgent_qs_task()Gravatar Paul E. McKenney 1-2/+0
2023-07-12bpf: Allow reuse from waiting_for_gp_ttrace list.Gravatar Alexei Starovoitov 1-6/+10
2023-07-12bpf: Add a hint to allocated objects.Gravatar Alexei Starovoitov 1-19/+31
2023-07-12bpf: Change bpf_mem_cache draining process.Gravatar Alexei Starovoitov 1-9/+9
2023-07-12bpf: Further refactor alloc_bulk().Gravatar Alexei Starovoitov 1-12/+18
2023-07-12bpf: Factor out inc/dec of active flag into helpers.Gravatar Alexei Starovoitov 1-12/+18
2023-07-12bpf: Refactor alloc_bulk().Gravatar Alexei Starovoitov 1-20/+26
2023-07-12bpf: Let free_all() return the number of freed elements.Gravatar Alexei Starovoitov 1-2/+6
2023-07-12bpf: Simplify code of destroy_mem_alloc() with kmemdup().Gravatar Alexei Starovoitov 1-5/+2
2023-07-12bpf: Rename few bpf_mem_alloc fields.Gravatar Alexei Starovoitov 1-28/+29
2023-07-12Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-14/+40
2023-07-12ring-buffer: Fix deadloop issue on reading trace_pipeGravatar Zheng Yejian 1-9/+15
2023-07-12tracing: arm64: Avoid missing-prototype warningsGravatar Arnd Bergmann 3-2/+7
2023-07-12bpf: teach verifier actual bounds of bpf_get_smp_processor_id() resultGravatar Andrii Nakryiko 1-11/+26
2023-07-11bpf: Support ->fill_link_info for perf_eventGravatar Yafang Shao 2-3/+153
2023-07-11bpf: Add a common helper bpf_copy_to_user()Gravatar Yafang Shao 1-14/+20
2023-07-11bpf: Expose symbol's respective addressGravatar Yafang Shao 1-12/+4
2023-07-11bpf: Clear the probe_addr for uprobeGravatar Yafang Shao 2-2/+3
2023-07-11bpf: Protect probed address based on kptr_restrict settingGravatar Yafang Shao 1-1/+4
2023-07-11bpf: Support ->fill_link_info for kprobe_multiGravatar Yafang Shao 1-0/+37
2023-07-11bpf: cpumap: Fix memory leak in cpu_map_update_elemGravatar Pu Lehui 1-16/+24
2023-07-10tracing/user_events: Fix struct arg size match checkGravatar Beau Belgrave 1-0/+3
2023-07-11fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Gravatar Masami Hiramatsu (Google) 2-0/+16
2023-07-11kernel: kprobes: Remove unnecessary ‘0’ valuesGravatar Li zeming 1-3/+3
2023-07-11kprobes: Remove unnecessary ‘NULL’ values from correct_ret_addrGravatar Li zeming 1-1/+1
2023-07-11fprobe: add unlock to match a succeeded ftrace_test_recursion_trylockGravatar Ze Gao 1-1/+3
2023-07-11kernel/trace: Fix cleanup logic of enable_trace_eprobeGravatar Tzvetomir Stoyanov (VMware) 1-2/+16
2023-07-09Merge tag 'dma-mapping-6.5-2023-07-09' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 1-11/+35
2023-07-09Merge tag 'irq_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+1