summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-11-17bpf: Permit NULL checking pointer with non-zero fixed offsetKumar Kartikeya Dwivedi
2022-11-17bpf: Introduce bpf_obj_dropKumar Kartikeya Dwivedi
2022-11-17bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi
2022-11-17bpf: Support constant scalar arguments for kfuncsKumar Kartikeya Dwivedi
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-18stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
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-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
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-17kcsan: remove rng selftestJason A. Donenfeld
2022-11-17bpf: Pass map file to .map_update_batch directlyHou Tao
2022-11-17genirq/msi: Remove msi_domain_ops:: Msi_check()Thomas Gleixner
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner
2022-11-17genirq/msi: Add bus token to struct msi_domain_infoAhmed S. Darwish
2022-11-17genirq/msi: Make __msi_domain_free_irqs() staticThomas Gleixner
2022-11-17genirq/msi: Provide msi_domain_ops:: Post_free()Thomas Gleixner
2022-11-17genirq/msi: Make __msi_domain_alloc_irqs() staticThomas Gleixner
2022-11-17genirq/msi: Add missing kernel doc to msi_next_desc()Thomas Gleixner
2022-11-17genirq/msi: Remove filter from msi_free_descs_free_range()Thomas Gleixner
2022-11-17genirq/msi: Use MSI_DESC_ALL in msi_add_simple_msi_descs()Thomas Gleixner
2022-11-17genirq: Remove unused argument force of irq_set_affinity_deactivated()Angus Chen
2022-11-16tracing: Fix memory leak in tracing_read_pipe()Wang Yufen
2022-11-16blk-cgroup: Flush stats at blkgs destruction pathWaiman Long
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)