summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-12-19perf: Fix perf_pending_task() UaFPeter Zijlstra
2022-12-14memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-12-08proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds
2022-12-08proc: avoid integer type confusion in get_proc_longLinus Torvalds
2022-12-08tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)
2022-12-08tracing: Fix race where histograms can be called before the eventSteven Rostedt (Google)
2022-12-08tracing/osnoise: Fix duration typeDaniel Bristot de Oliveira
2022-12-08bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai
2022-12-08bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao
2022-12-02bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()Nathan Chancellor
2022-12-02bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)Peter Zijlstra
2022-12-02gcov: clang: fix the buffer overflow issueMukesh Ojha
2022-11-26bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa
2022-11-26rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encounteredMathieu Desnoyers
2022-11-26tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian
2022-11-26kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei
2022-11-26ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)
2022-11-26perf: Improve missing SIGTRAP checkingMarco Elver
2022-11-26rethook: fix a potential memleak in rethook_alloc()Yi Yang
2022-11-26tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing
2022-11-26tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing
2022-11-26tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)
2022-11-26tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing
2022-11-26tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing
2022-11-26tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)
2022-11-26tracing: Fix memory leak in tracing_read_pipe()Wang Yufen
2022-11-26ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin
2022-11-26ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng
2022-11-26ftrace: Optimize the allocation for mcount entriesWang Wensheng
2022-11-26ftrace: Fix the possible incorrect kernel messageWang Wensheng
2022-11-26bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai
2022-11-26bpf: Fix memory leaks in __check_func_callWang Yufen
2022-11-16bpf: Fix wrong reg type conversion in release_reference()Youlin Li
2022-11-16bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi
2022-11-16bpf, verifier: Fix memory leak in array reallocation for stack stateKees Cook
2022-11-10ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()Steven Rostedt (Google)
2022-11-10kprobe: reverse kp->flags when arm_kprobe failedLi Qiang
2022-11-10tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()Shang XiaoJing
2022-11-10fprobe: Check rethook_alloc() return in rethook initializationRafael Mendonca
2022-11-10tracing/fprobe: Fix to check whether fprobe is registered correctlyMasami Hiramatsu (Google)
2022-11-10ftrace: Fix use-after-free for dynamic ftrace_opsLi Huafei
2022-11-04PM: hibernate: Allow hybrid sleep to work with s2idleMario Limonciello
2022-11-04rcu: Keep synchronize_rcu() from enabling irqs in early bootPaul E. McKenney
2022-11-04bpf: prevent decl_tag from being referenced in func_protoStanislav Fomichev
2022-11-04sched/core: Fix comparison in sched_group_cookie_match()Lin Shengwang
2022-11-04perf: Fix missing SIGTRAPsPeter Zijlstra
2022-10-26gcov: support GCC 12.1 and newer compilersMartin Liska
2022-10-21bpf: use bpf_prog_pack for bpf_dispatcherSong Liu
2022-10-21bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa
2022-10-21rcu-tasks: Ensure RCU Tasks Trace loops have quiescent statesPaul E. McKenney