summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-083-20/+28
|\
| * memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-081-1/+0
| * proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds2022-12-051-12/+13
| * proc: avoid integer type confusion in get_proc_longLinus Torvalds2022-12-051-3/+2
| * Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-041-4/+13
| |\
| | * perf: Fix perf_pending_task() UaFPeter Zijlstra2022-11-291-4/+13
* | | jump_label: Prevent key->enabled int overflowDmitry Safonov2022-12-011-12/+44
* | | Merge branch 'locking/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2022-12-011-6/+2
|\ \ \
| * | | jump_label: Use atomic_try_cmpxchg() in static_key_slow_inc_cpuslocked()Uros Bizjak2022-10-271-6/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-2922-115/+263
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-11-292-2/+2
| |\ \ \
| | * | | bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai2022-11-211-1/+1
| | * | | bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao2022-11-151-1/+1
| * | | | Merge tag 'trace-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-11-288-11/+35
| |\ \ \ \
| | * | | | tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)2022-11-232-1/+12
| | * | | | tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)2022-11-234-4/+12
| | * | | | tracing: Fix race where histograms can be called before the eventSteven Rostedt (Google)2022-11-231-0/+3
| | * | | | tracing/osnoise: Fix duration typeDaniel Bristot de Oliveira2022-11-221-3/+3
| | * | | | tracing/user_events: Fix memory leak in user_event_create()Xiu Jianfeng2022-11-221-1/+3
| | * | | | tracing/hist: add in missing * in comment blocksColin Ian King2022-11-221-2/+2
| * | | | | Merge tag 'perf_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-11-271-2/+25
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | perf: Consider OS filter failPeter Zijlstra2022-11-241-2/+22
| | * | | | perf: Fixup SIGTRAP and sample_flags interactionPeter Zijlstra2022-11-241-1/+4
| | |/ / /
| * | | | Merge tag 'pm-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2022-11-251-15/+15
| |\ \ \ \
| | * | | | Revert "cpufreq: schedutil: Move max CPU capacity to sugov_policy"Sam Wu2022-11-221-15/+15
| | |/ / /
| * | | | Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-11-251-0/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | gcov: clang: fix the buffer overflow issueMukesh Ojha2022-11-221-0/+2
| * | | | Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-11-204-20/+45
| |\ \ \ \
| | * | | | tracing/eprobe: Fix eprobe filter to make a filter correctlyMasami Hiramatsu (Google)2022-11-181-1/+1
| | * | | | tracing/eprobe: Fix warning in filter creationRafael Mendonca2022-11-181-1/+1
| | * | | | kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei2022-11-181-1/+7
| | * | | | rethook: fix a potential memleak in rethook_alloc()Yi Yang2022-11-181-1/+3
| | * | | | tracing/eprobe: Fix memory leak of filter stringRafael Mendonca2022-11-181-0/+1
| | * | | | tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing2022-11-181-0/+4
| | * | | | tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing2022-11-181-16/+28
| * | | | | Merge tag 'trace-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-11-207-43/+71
| |\ \ \ \ \
| | * | | | | tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)2022-11-201-0/+3
| | * | | | | tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian2022-11-171-4/+5
| | * | | | | tracing: Remove unused __bad_type_size() methodQiujun Huang2022-11-171-2/+0
| | * | | | | tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing2022-11-171-3/+2
| | * | | | | tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing2022-11-171-10/+6
| | * | | | | ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng2022-11-171-0/+1
| | * | | | | ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin2022-11-171-2/+2
| | * | | | | ftrace: Optimize the allocation for mcount entriesWang Wensheng2022-11-171-1/+1
| | * | | | | ftrace: Fix the possible incorrect kernel messageWang Wensheng2022-11-171-1/+1
| | * | | | | tracing: Fix memory leak in tracing_read_pipe()Wang Yufen2022-11-161-0/+1
| | |/ / / /
| | * | | | ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)2022-11-161-0/+12
| | * | | | tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)2022-11-162-20/+37
| * | | | | Merge tag 'sched_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-11-202-19/+52
| |\ \ \ \ \
| | * | | | | sched: Fix race in task_call_func()Peter Zijlstra2022-11-141-17/+35