summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-12-19perf: Fix perf_pending_task() UaFPeter Zijlstra1-4/+13
2022-12-14io_uring: move to separate directoryJens Axboe1-1/+1
2022-12-14memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo1-1/+0
2022-12-08proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds1-12/+13
2022-12-08proc: avoid integer type confusion in get_proc_longLinus Torvalds1-3/+2
2022-12-08tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)2-1/+12
2022-12-08tracing: Fix race where histograms can be called before the eventSteven Rostedt (Google)1-0/+3
2022-12-08tracing/osnoise: Fix duration typeDaniel Bristot de Oliveira1-3/+3
2022-12-08bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai1-1/+1
2022-12-08bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao1-1/+1
2022-12-02genirq: Take the proposed affinity at face value if force==trueLuiz Capitulino1-2/+8
2022-12-02genirq: Always limit the affinity to online CPUsLuiz Capitulino1-8/+17
2022-12-02genirq/msi: Shutdown managed interrupts with unsatifiable affinitiesLuiz Capitulino1-0/+7
2022-12-02gcov: clang: fix the buffer overflow issueMukesh Ojha1-0/+2
2022-11-26kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei1-1/+7
2022-11-26ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)1-0/+12
2022-11-26perf: Improve missing SIGTRAP checkingMarco Elver1-6/+19
2022-11-26tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing1-0/+4
2022-11-26tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing1-16/+28
2022-11-26tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)1-0/+3
2022-11-26tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing1-3/+2
2022-11-26tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing1-10/+6
2022-11-26tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)2-20/+37
2022-11-26tracing: Fix memory leak in tracing_read_pipe()Wang Yufen1-0/+1
2022-11-26ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin1-2/+2
2022-11-26ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng1-0/+1
2022-11-26ftrace: Optimize the allocation for mcount entriesWang Wensheng1-1/+1
2022-11-26ftrace: Fix the possible incorrect kernel messageWang Wensheng1-1/+1
2022-11-26bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai1-12/+11
2022-11-26bpf: Fix memory leaks in __check_func_callWang Yufen1-5/+9
2022-11-16bpf: Fix wrong reg type conversion in release_reference()Youlin Li1-2/+6
2022-11-16bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi1-107/+28
2022-11-16bpf, verifier: Fix memory leak in array reallocation for stack stateKees Cook1-2/+7
2022-11-10ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()Steven Rostedt (Google)1-0/+11
2022-11-10kprobe: reverse kp->flags when arm_kprobe failedLi Qiang1-1/+4
2022-11-10tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()Shang XiaoJing1-11/+7
2022-11-10ftrace: Fix use-after-free for dynamic ftrace_opsLi Huafei1-13/+3
2022-11-03PM: hibernate: Allow hybrid sleep to work with s2idleMario Limonciello1-1/+1
2022-11-03sched/core: Fix comparison in sched_group_cookie_match()Lin Shengwang1-9/+9
2022-11-03perf: Fix missing SIGTRAPsPeter Zijlstra2-40/+115
2022-10-29tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)1-4/+6
2022-10-29tracing: Simplify conditional compilation code in tracing_set_tracer()sunliming1-2/+0
2022-10-26gcov: support GCC 12.1 and newer compilersMartin Liska1-2/+16
2022-10-26rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()Zqiang1-1/+1
2022-10-26rcu: Back off upon fill_page_cache_func() allocation failureMichal Hocko1-8/+9
2022-10-26rcu: Avoid triggering strict-GP irq-work when RCU is idleZqiang1-1/+2
2022-10-26tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache1-1/+2
2022-10-26tracing: kprobe: Make gen test module work in arm and riscvYipeng Zou1-4/+43
2022-10-26tracing: kprobe: Fix kprobe event gen test module on exitYipeng Zou1-1/+1
2022-10-26cgroup/cpuset: Enable update_tasks_cpumask() on top_cpusetWaiman Long1-7/+11