aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-11-20Merge tag 'sched_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-19/+52
2022-11-20Merge tag 'perf_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+19
2022-11-20bpf: Add kfuncs for storing struct task_struct * as a kptrDavid Vernet1-3/+75
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet3-13/+66
2022-11-20bpf: Allow multiple modifiers in reg_type_str() prefixDavid Vernet1-11/+8
2022-11-18sched/fair: use try_cmpxchg in task_numa_workUros Bizjak1-1/+1
2022-11-18kexec: replace crash_mem_range with rangeLi Chen1-1/+1
2022-11-18kexec: remove the unneeded result variableye xingchen1-8/+2
2022-11-18panic: use str_enabled_disabled() helperAndy Shevchenko1-2/+3
2022-11-18kallsyms: Remove unneeded semicolonYang Li1-1/+1
2022-11-18ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accessesMark Rutland1-3/+3
2022-11-18ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instructio...Mark Rutland1-1/+1
2022-11-18ftrace: pass fregs to arch_ftrace_set_direct_caller()Mark Rutland1-2/+1
2022-11-18objtool: Add --mnop as an option to --mcountSathvika Vasireddy1-0/+7
2022-11-17bpf: Add comments for map BTF matching requirement for bpf_list_headKumar Kartikeya Dwivedi3-0/+22
2022-11-17bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}Kumar Kartikeya Dwivedi1-1/+57
2022-11-17bpf: Introduce single ownership BPF linked list APIKumar Kartikeya Dwivedi2-9/+321
2022-11-17bpf: Permit NULL checking pointer with non-zero fixed offsetKumar Kartikeya Dwivedi1-9/+12
2022-11-17bpf: Introduce bpf_obj_dropKumar Kartikeya Dwivedi2-11/+66
2022-11-17bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi3-15/+150
2022-11-17bpf: Support constant scalar arguments for kfuncsKumar Kartikeya Dwivedi1-14/+43
2022-11-17bpf: Rewrite kfunc argument handlingKumar Kartikeya Dwivedi2-386/+539
2022-11-17bpf: Allow locking bpf_spin_lock in inner map valuesKumar Kartikeya Dwivedi1-5/+0
2022-11-17bpf: Allow locking bpf_spin_lock global variablesKumar Kartikeya Dwivedi1-13/+28
2022-11-17bpf: Allow locking bpf_spin_lock in allocated objectsKumar Kartikeya Dwivedi2-25/+67
2022-11-17bpf: Verify ownership relationships for user BTF typesKumar Kartikeya Dwivedi2-0/+75
2022-11-17bpf: Recognize lock and list fields in allocated objectsKumar Kartikeya Dwivedi2-18/+183
2022-11-17bpf: Introduce allocated objects supportKumar Kartikeya Dwivedi2-2/+28
2022-11-17bpf: Populate field_offs for inner_map_metaKumar Kartikeya Dwivedi1-12/+32
2022-11-17bpf: Free inner_map_meta when btf_record_dup failsKumar Kartikeya Dwivedi1-1/+3
2022-11-17bpf: Do btf_record_free outside map_free callbackKumar Kartikeya Dwivedi3-6/+14
2022-11-17bpf: Fix early return in map_check_btfKumar Kartikeya Dwivedi1-1/+1
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-37/+28
2022-11-17tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian1-4/+5
2022-11-17tracing: Remove unused __bad_type_size() methodQiujun Huang1-2/+0
2022-11-18stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld1-1/+1
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-1/+1
2022-11-18tracing/eprobe: Fix eprobe filter to make a filter correctlyMasami Hiramatsu (Google)1-1/+1
2022-11-18tracing/eprobe: Fix warning in filter creationRafael Mendonca1-1/+1
2022-11-18kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei1-1/+7
2022-11-18rethook: fix a potential memleak in rethook_alloc()Yi Yang1-1/+3
2022-11-18tracing/eprobe: Fix memory leak of filter stringRafael Mendonca1-0/+1
2022-11-18tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing1-0/+4
2022-11-18tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing1-16/+28
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld4-7/+7
2022-11-17tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing1-3/+2
2022-11-17tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing1-10/+6
2022-11-17ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng1-0/+1
2022-11-17ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin1-2/+2
2022-11-17ftrace: Optimize the allocation for mcount entriesWang Wensheng1-1/+1