summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-07-25bpf: work around -Wuninitialized warningArnd Bergmann
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-20Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-19bpf, net: Introduce skb_pointer_if_linear().Alexei Starovoitov
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann
2023-07-19bpf: Add generic attach/detach/query API for multi-progsDaniel Borkmann
2023-07-19bpf: allow any program to use the bpf_map_sum_elem_count kfuncAnton Protopopov
2023-07-19bpf: make an argument const in the bpf_map_sum_elem_count kfuncAnton Protopopov
2023-07-19bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_mapAnton Protopopov
2023-07-19bpf: consider types listed in reg2btf_ids as trustedAnton Protopopov
2023-07-18bpf: Add 'owner' field to bpf_{list,rb}_nodeDave Marchevsky
2023-07-18bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_nodeDave Marchevsky
2023-07-18bpf: Repeat check_max_stack_depth for async callbacksKumar Kartikeya Dwivedi
2023-07-18bpf: Fix subprog idx logic in check_max_stack_depthKumar Kartikeya Dwivedi
2023-07-18Merge tag 'mm-hotfixes-stable-2023-07-18-12-28' of git://git.kernel.org/pub/s...Linus Torvalds
2023-07-17prctl: move PR_GET_AUXV out of PR_MCE_KILLMiguel Ojeda
2023-07-16Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-07-16Merge tag 'hardening-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-07-16Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-07-14Merge tag 'pm-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-07-14Merge branches 'pm-sleep' and 'pm-qos'Rafael J. Wysocki
2023-07-14tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)
2023-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-07-13bpf: Fix an error in verifying a field in a unionYafang Shao
2023-07-13bpf: Fix an error around PTR_UNTRUSTEDYafang Shao
2023-07-13Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-13Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-14Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)
2023-07-14tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)
2023-07-14tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)
2023-07-14tracing/probes: Fix to avoid double count of the string length on the arrayMasami Hiramatsu (Google)
2023-07-14fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is runningMasami Hiramatsu (Google)
2023-07-13tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian
2023-07-12tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella
2023-07-12kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song
2023-07-12tracing: Stop FORTIFY_SOURCE complaining about stack trace callerSteven Rostedt (Google)
2023-07-12ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian
2023-07-12bpf: Add object leak check.Hou Tao
2023-07-12bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu.Alexei Starovoitov
2023-07-12bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().Alexei Starovoitov
2023-07-12rcu: Export rcu_request_urgent_qs_task()Paul E. McKenney
2023-07-12bpf: Allow reuse from waiting_for_gp_ttrace list.Alexei Starovoitov
2023-07-12bpf: Add a hint to allocated objects.Alexei Starovoitov
2023-07-12bpf: Change bpf_mem_cache draining process.Alexei Starovoitov
2023-07-12bpf: Further refactor alloc_bulk().Alexei Starovoitov
2023-07-12bpf: Factor out inc/dec of active flag into helpers.Alexei Starovoitov
2023-07-12bpf: Refactor alloc_bulk().Alexei Starovoitov
2023-07-12bpf: Let free_all() return the number of freed elements.Alexei Starovoitov
2023-07-12bpf: Simplify code of destroy_mem_alloc() with kmemdup().Alexei Starovoitov
2023-07-12bpf: Rename few bpf_mem_alloc fields.Alexei Starovoitov