summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-11-26kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei
2022-11-26ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)
2022-11-26perf: Improve missing SIGTRAP checkingMarco Elver
2022-11-26tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing
2022-11-26tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing
2022-11-26tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)
2022-11-26tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing
2022-11-26tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing
2022-11-26tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)
2022-11-26tracing: Fix memory leak in tracing_read_pipe()Wang Yufen
2022-11-26ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin
2022-11-26ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng
2022-11-26ftrace: Optimize the allocation for mcount entriesWang Wensheng
2022-11-26ftrace: Fix the possible incorrect kernel messageWang Wensheng
2022-11-26bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai
2022-11-26bpf: Fix memory leaks in __check_func_callWang Yufen
2022-11-16bpf: Fix wrong reg type conversion in release_reference()Youlin Li
2022-11-16bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi
2022-11-16bpf, verifier: Fix memory leak in array reallocation for stack stateKees Cook
2022-11-10ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()Steven Rostedt (Google)
2022-11-10kprobe: reverse kp->flags when arm_kprobe failedLi Qiang
2022-11-10tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()Shang XiaoJing
2022-11-10ftrace: Fix use-after-free for dynamic ftrace_opsLi Huafei
2022-11-03PM: hibernate: Allow hybrid sleep to work with s2idleMario Limonciello
2022-11-03sched/core: Fix comparison in sched_group_cookie_match()Lin Shengwang
2022-11-03perf: Fix missing SIGTRAPsPeter Zijlstra
2022-10-29tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)
2022-10-29tracing: Simplify conditional compilation code in tracing_set_tracer()sunliming
2022-10-26gcov: support GCC 12.1 and newer compilersMartin Liska
2022-10-26rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()Zqiang
2022-10-26rcu: Back off upon fill_page_cache_func() allocation failureMichal Hocko
2022-10-26rcu: Avoid triggering strict-GP irq-work when RCU is idleZqiang
2022-10-26tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache
2022-10-26tracing: kprobe: Make gen test module work in arm and riscvYipeng Zou
2022-10-26tracing: kprobe: Fix kprobe event gen test module on exitYipeng Zou
2022-10-26cgroup/cpuset: Enable update_tasks_cpumask() on top_cpusetWaiman Long
2022-10-26cgroup: Honor caller's cgroup NS when resolving pathMichal Koutný
2022-10-26bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones
2022-10-26bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer
2022-10-26bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busyHou Tao
2022-10-26bpf: Propagate error from htab_lock_bucket() to userspaceHou Tao
2022-10-26bpf: Disable preemption when increasing per-cpu map_lockedHou Tao
2022-10-26bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi
2022-10-26tracing: Fix reading strings from synthetic eventsSteven Rostedt (Google)
2022-10-26tracing: Add "(fault)" name injection to kernel probesSteven Rostedt (Google)
2022-10-26tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)
2022-10-26tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)
2022-10-26tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)
2022-10-26tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)
2022-10-26tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long