summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-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-25kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei1-1/+7
2022-11-25ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)1-0/+12
2022-11-25tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing1-0/+4
2022-11-25tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing1-16/+28
2022-11-25tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing1-3/+2
2022-11-25tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing1-10/+6
2022-11-25tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)2-20/+37
2022-11-25ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin1-2/+2
2022-11-25ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng1-0/+1
2022-11-25ftrace: Optimize the allocation for mcount entriesWang Wensheng1-1/+1
2022-11-25ftrace: Fix the possible incorrect kernel messageWang Wensheng1-1/+1
2022-11-25bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai1-12/+11
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: Support for pointers beyond pkt_end.Alexei Starovoitov1-22/+107
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-10-30tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)1-4/+6
2022-10-30tracing: 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-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
2022-10-26bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones1-0/+2
2022-10-26bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer1-1/+1
2022-10-26tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long1-0/+23
2022-10-26ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)1-0/+33
2022-10-26ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)1-0/+39
2022-10-26ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)1-1/+2
2022-10-26ring-buffer: Have the shortest_full queue be the shortest not longestSteven Rostedt (Google)1-1/+1
2022-10-26ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)1-1/+9
2022-10-26ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian1-2/+6
2022-10-26livepatch: fix race between fork and KLP transitionRik van Riel1-2/+16
2022-10-05swiotlb: max mapping size takes min align mask into accountTianyu Lan1-1/+12
2022-09-28workqueue: don't skip lockdep work dependency in cancel_work_sync()Tetsuo Handa1-4/+2
2022-09-23cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa1-0/+2