summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-12-14memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-12-08proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds
2022-12-08proc: avoid integer type confusion in get_proc_longLinus Torvalds
2022-12-08tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)
2022-12-08bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai
2022-12-08bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao
2022-12-02genirq: Take the proposed affinity at face value if force==trueLuiz Capitulino
2022-12-02genirq: Always limit the affinity to online CPUsLuiz Capitulino
2022-12-02genirq/msi: Shutdown managed interrupts with unsatifiable affinitiesLuiz Capitulino
2022-12-02gcov: clang: fix the buffer overflow issueMukesh Ojha
2022-11-25kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei
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