summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-11-17bpf: Rewrite kfunc argument handlingKumar Kartikeya Dwivedi
2022-11-17bpf: Allow locking bpf_spin_lock in inner map valuesKumar Kartikeya Dwivedi
2022-11-17bpf: Allow locking bpf_spin_lock global variablesKumar Kartikeya Dwivedi
2022-11-17bpf: Allow locking bpf_spin_lock in allocated objectsKumar Kartikeya Dwivedi
2022-11-17bpf: Verify ownership relationships for user BTF typesKumar Kartikeya Dwivedi
2022-11-17bpf: Recognize lock and list fields in allocated objectsKumar Kartikeya Dwivedi
2022-11-17bpf: Introduce allocated objects supportKumar Kartikeya Dwivedi
2022-11-17bpf: Populate field_offs for inner_map_metaKumar Kartikeya Dwivedi
2022-11-17bpf: Free inner_map_meta when btf_record_dup failsKumar Kartikeya Dwivedi
2022-11-17bpf: Do btf_record_free outside map_free callbackKumar Kartikeya Dwivedi
2022-11-17bpf: Fix early return in map_check_btfKumar Kartikeya Dwivedi
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-17tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian
2022-11-17tracing: Remove unused __bad_type_size() methodQiujun Huang
2022-11-18tracing/eprobe: Fix eprobe filter to make a filter correctlyMasami Hiramatsu (Google)
2022-11-18tracing/eprobe: Fix warning in filter creationRafael Mendonca
2022-11-18kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei
2022-11-18rethook: fix a potential memleak in rethook_alloc()Yi Yang
2022-11-18tracing/eprobe: Fix memory leak of filter stringRafael Mendonca
2022-11-18tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing
2022-11-18tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing
2022-11-17tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing
2022-11-17tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing
2022-11-17ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng
2022-11-17ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin
2022-11-17ftrace: Optimize the allocation for mcount entriesWang Wensheng
2022-11-17ftrace: Fix the possible incorrect kernel messageWang Wensheng
2022-11-17bpf: Pass map file to .map_update_batch directlyHou Tao
2022-11-16tracing: Fix memory leak in tracing_read_pipe()Wang Yufen
2022-11-16ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)
2022-11-16tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)
2022-11-15bpf: propagate nullness information for reg to reg comparisonsEduard Zingerman
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen
2022-11-15bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi
2022-11-14bpf: Rename MEM_ALLOC to MEM_RINGBUFKumar Kartikeya Dwivedi
2022-11-14bpf: Rename RET_PTR_TO_ALLOC_MEMKumar Kartikeya Dwivedi
2022-11-14bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi
2022-11-14bpf: Remove BPF_MAP_OFF_ARR_MAXKumar Kartikeya Dwivedi
2022-11-14sched: Fix race in task_call_func()Peter Zijlstra
2022-11-14rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encounteredMathieu Desnoyers
2022-11-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-11-11bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai
2022-11-11docs/bpf: Document BPF_MAP_TYPE_CPUMAP mapMaryam Tahhan
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-10Merge tag 'net-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-11-08bpf: Fix memory leaks in __check_func_callWang Yufen
2022-11-08perf: Improve missing SIGTRAP checkingMarco Elver
2022-11-07bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()Nathan Chancellor