summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
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
2022-11-17ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng-0/+1
2022-11-17ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin-2/+2
2022-11-17ftrace: Optimize the allocation for mcount entriesWang Wensheng-1/+1
2022-11-17ftrace: Fix the possible incorrect kernel messageWang Wensheng-1/+1
2022-11-17kcsan: remove rng selftestJason A. Donenfeld-8/+0
2022-11-17bpf: Pass map file to .map_update_batch directlyHou Tao-18/+14
2022-11-17genirq/msi: Remove msi_domain_ops:: Msi_check()Thomas Gleixner-16/+1
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner-9/+1
2022-11-17genirq/msi: Add bus token to struct msi_domain_infoAhmed S. Darwish-2/+5
2022-11-17genirq/msi: Make __msi_domain_free_irqs() staticThomas Gleixner-1/+2
2022-11-17genirq/msi: Provide msi_domain_ops:: Post_free()Thomas Gleixner-0/+2
2022-11-17genirq/msi: Make __msi_domain_alloc_irqs() staticThomas Gleixner-2/+4
2022-11-17genirq/msi: Add missing kernel doc to msi_next_desc()Thomas Gleixner-0/+1