summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-11-25ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)
2022-11-25tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing
2022-11-25tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing
2022-11-25tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing
2022-11-25tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing
2022-11-25tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)
2022-11-25ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin
2022-11-25ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng
2022-11-25ftrace: Optimize the allocation for mcount entriesWang Wensheng
2022-11-25ftrace: Fix the possible incorrect kernel messageWang Wensheng
2022-11-25bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai
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: Support for pointers beyond pkt_end.Alexei Starovoitov
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-10-30tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)
2022-10-30tracing: 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-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-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-26tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long
2022-10-26ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)
2022-10-26ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)
2022-10-26ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)
2022-10-26ring-buffer: Have the shortest_full queue be the shortest not longestSteven Rostedt (Google)
2022-10-26ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)
2022-10-26ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian
2022-10-26livepatch: fix race between fork and KLP transitionRik van Riel
2022-10-05swiotlb: max mapping size takes min align mask into accountTianyu Lan
2022-09-28workqueue: don't skip lockdep work dependency in cancel_work_sync()Tetsuo Handa
2022-09-23cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa
2022-09-23tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou
2022-09-15swiotlb: avoid potential left shift overflowChao Gao
2022-09-15IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas
2022-09-15cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo
2022-09-15cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...Tejun Heo
2022-09-15kprobes: Prohibit probes in gate areaChristian A. Ehrhardt
2022-09-08bpf, cgroup: Fix kernel BUG in purge_effective_progsPu Lehui
2022-09-05kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima
2022-09-05ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong
2022-08-31bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann
2022-08-31kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap