summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-12-08memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo-1/+0
2022-12-05proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds-12/+13
2022-12-05proc: avoid integer type confusion in get_proc_longLinus Torvalds-3/+2
2022-12-04Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+13
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-2/+2
2022-11-29perf: Fix perf_pending_task() UaFPeter Zijlstra-4/+13
2022-11-28Merge tag 'trace-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-11/+35
2022-11-27Merge tag 'perf_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+25
2022-11-25Merge tag 'pm-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-15/+15
2022-11-25Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+2
2022-11-24perf: Consider OS filter failPeter Zijlstra-2/+22
2022-11-24perf: Fixup SIGTRAP and sample_flags interactionPeter Zijlstra-1/+4
2022-11-23tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)-1/+12
2022-11-23tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)-4/+12
2022-11-23tracing: Fix race where histograms can be called before the eventSteven Rostedt (Google)-0/+3
2022-11-22gcov: clang: fix the buffer overflow issueMukesh Ojha-0/+2
2022-11-22tracing/osnoise: Fix duration typeDaniel Bristot de Oliveira-3/+3
2022-11-22tracing/user_events: Fix memory leak in user_event_create()Xiu Jianfeng-1/+3
2022-11-22tracing/hist: add in missing * in comment blocksColin Ian King-2/+2
2022-11-22Revert "cpufreq: schedutil: Move max CPU capacity to sugov_policy"Sam Wu-15/+15
2022-11-21bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai-1/+1
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-15bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao-1/+1
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