summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-12-12Merge tag 'kcsan.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-08memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-12-05proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds
2022-12-05proc: avoid integer type confusion in get_proc_longLinus Torvalds
2022-12-04Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-30Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 's...Paul E. McKenney
2022-11-30workqueue: Make queue_rcu_work() use call_rcu_hurry()Uladzislau Rezki
2022-11-29rcu/rcutorture: Use call_rcu_hurry() where neededJoel Fernandes (Google)
2022-11-29rcu/rcuscale: Use call_rcu_hurry() for async reader testJoel Fernandes (Google)
2022-11-29rcu/sync: Use call_rcu_hurry() instead of call_rcuJoel Fernandes (Google)
2022-11-29rcuscale: Add laziness and kfree testsJoel Fernandes (Google)
2022-11-29rcu: Shrinker for lazy rcuVineeth Pillai
2022-11-29rcu: Refactor code a bit in rcu_nocb_do_flush_bypass()Joel Fernandes (Google)
2022-11-29rcu: Make call_rcu() lazy to save powerJoel Fernandes (Google)
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-11-29perf: Fix perf_pending_task() UaFPeter Zijlstra
2022-11-28Merge tag 'trace-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-11-27Merge tag 'perf_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-25Merge tag 'pm-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2022-11-25Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-11-24perf: Consider OS filter failPeter Zijlstra
2022-11-24perf: Fixup SIGTRAP and sample_flags interactionPeter Zijlstra
2022-11-23tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)
2022-11-23tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)
2022-11-23tracing: Fix race where histograms can be called before the eventSteven Rostedt (Google)
2022-11-22gcov: clang: fix the buffer overflow issueMukesh Ojha
2022-11-22tracing/osnoise: Fix duration typeDaniel Bristot de Oliveira
2022-11-22tracing/user_events: Fix memory leak in user_event_create()Xiu Jianfeng
2022-11-22tracing/hist: add in missing * in comment blocksColin Ian King
2022-11-22Revert "cpufreq: schedutil: Move max CPU capacity to sugov_policy"Sam Wu
2022-11-21bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai
2022-11-20Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-11-20Merge tag 'trace-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-11-20tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)
2022-11-20Merge tag 'sched_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-11-20Merge tag 'perf_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
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-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-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