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-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-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-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-16tracing: Fix memory leak in tracing_read_pipe()Wang Yufen-0/+1
2022-11-16ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)-0/+12
2022-11-16tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)-20/+37
2022-11-14sched: Fix race in task_call_func()Peter Zijlstra-17/+35
2022-11-14rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encounteredMathieu Desnoyers-2/+17
2022-11-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-37/+28
2022-11-11bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai-12/+11
2022-11-10Merge tag 'net-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-4/+13
2022-11-08bpf: Fix memory leaks in __check_func_callWang Yufen-5/+9
2022-11-08perf: Improve missing SIGTRAP checkingMarco Elver-6/+19
2022-11-07bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()Nathan Chancellor-1/+1
2022-11-06Merge tag 'perf_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2022-11-04bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)Peter Zijlstra-14/+8
2022-11-04bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")Peter Zijlstra-6/+0
2022-11-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-4/+13
2022-11-04tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()Shang XiaoJing-11/+7
2022-11-04tracing/fprobe: Fix to check whether fprobe is registered correctlyMasami Hiramatsu (Google)-1/+2
2022-11-04fprobe: Check rethook_alloc() return in rethook initializationRafael Mendonca-0/+2
2022-11-04kprobe: reverse kp->flags when arm_kprobe failedLi Qiang-1/+4
2022-11-04bpf: Fix wrong reg type conversion in release_reference()Youlin Li-2/+6
2022-11-02ftrace: Fix use-after-free for dynamic ftrace_opsLi Huafei-13/+3
2022-11-02ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()Steven Rostedt (Google)-0/+11
2022-11-02perf/hw_breakpoint: test: Skip the test if dependencies unmetDavid Gow-2/+2
2022-11-01bpf, verifier: Fix memory leak in array reallocation for stack stateKees Cook-2/+7
2022-10-30Merge tag 'perf_urgent_for_v6.1_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1
2022-10-28Merge tag 'pm-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-1/+1
2022-10-27perf: Fix missing raw data on tracepoint eventsJames Clark-0/+1
2022-10-25PM: hibernate: Allow hybrid sleep to work with s2idleMario Limonciello-1/+1
2022-10-24Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-2/+28
2022-10-24Merge tag 'rcu-urgent.2022.10.20a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+6