summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-11-20Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-20/+45
2022-11-20Merge tag 'trace-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-43/+71
2022-11-20tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)-0/+3
2022-11-20Merge tag 'sched_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-19/+52
2022-11-20Merge tag 'perf_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+19
2022-11-20bpf: Add kfuncs for storing struct task_struct * as a kptrDavid Vernet-3/+75
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet-13/+66
2022-11-20bpf: Allow multiple modifiers in reg_type_str() prefixDavid Vernet-11/+8
2022-11-18sched/fair: use try_cmpxchg in task_numa_workUros Bizjak-1/+1
2022-11-18kexec: replace crash_mem_range with rangeLi Chen-1/+1
2022-11-18kexec: remove the unneeded result variableye xingchen-8/+2
2022-11-18panic: use str_enabled_disabled() helperAndy Shevchenko-2/+3
2022-11-18kallsyms: Remove unneeded semicolonYang Li-1/+1
2022-11-18ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accessesMark Rutland-3/+3
2022-11-18ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instructio...Mark Rutland-1/+1
2022-11-18ftrace: pass fregs to arch_ftrace_set_direct_caller()Mark Rutland-2/+1
2022-11-18objtool: Add --mnop as an option to --mcountSathvika Vasireddy-0/+7
2022-11-17bpf: Add comments for map BTF matching requirement for bpf_list_headKumar Kartikeya Dwivedi-0/+22
2022-11-17bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}Kumar Kartikeya Dwivedi-1/+57
2022-11-17bpf: Introduce single ownership BPF linked list APIKumar Kartikeya Dwivedi-9/+321
2022-11-17bpf: Permit NULL checking pointer with non-zero fixed offsetKumar Kartikeya Dwivedi-9/+12
2022-11-17bpf: Introduce bpf_obj_dropKumar Kartikeya Dwivedi-11/+66
2022-11-17bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi-15/+150
2022-11-17bpf: Support constant scalar arguments for kfuncsKumar Kartikeya Dwivedi-14/+43
2022-11-17bpf: Rewrite kfunc argument handlingKumar Kartikeya Dwivedi-386/+539
2022-11-17bpf: Allow locking bpf_spin_lock in inner map valuesKumar Kartikeya Dwivedi-5/+0
2022-11-17bpf: Allow locking bpf_spin_lock global variablesKumar Kartikeya Dwivedi-13/+28
2022-11-17bpf: Allow locking bpf_spin_lock in allocated objectsKumar Kartikeya Dwivedi-25/+67
2022-11-17bpf: Verify ownership relationships for user BTF typesKumar Kartikeya Dwivedi-0/+75
2022-11-17bpf: Recognize lock and list fields in allocated objectsKumar Kartikeya Dwivedi-18/+183
2022-11-17bpf: Introduce allocated objects supportKumar Kartikeya Dwivedi-2/+28
2022-11-17bpf: Populate field_offs for inner_map_metaKumar Kartikeya Dwivedi-12/+32
2022-11-17bpf: Free inner_map_meta when btf_record_dup failsKumar Kartikeya Dwivedi-1/+3
2022-11-17bpf: Do btf_record_free outside map_free callbackKumar Kartikeya Dwivedi-6/+14
2022-11-17bpf: Fix early return in map_check_btfKumar Kartikeya Dwivedi-1/+1
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-37/+28
2022-11-17tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian-4/+5
2022-11-17tracing: Remove unused __bad_type_size() methodQiujun Huang-2/+0
2022-11-18stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld-1/+1
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld-1/+1
2022-11-18tracing/eprobe: Fix eprobe filter to make a filter correctlyMasami Hiramatsu (Google)-1/+1
2022-11-18tracing/eprobe: Fix warning in filter creationRafael Mendonca-1/+1
2022-11-18kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei-1/+7
2022-11-18rethook: fix a potential memleak in rethook_alloc()Yi Yang-1/+3
2022-11-18tracing/eprobe: Fix memory leak of filter stringRafael Mendonca-0/+1
2022-11-18tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing-0/+4
2022-11-18tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing-16/+28
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-7/+7
2022-11-17tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing-3/+2
2022-11-17tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing-10/+6