summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-10fprobe: Check rethook_alloc() return in rethook initializationRafael Mendonca1-0/+2
2022-11-10tracing/fprobe: Fix to check whether fprobe is registered correctlyMasami Hiramatsu (Google)1-1/+2
2022-11-10ftrace: Fix use-after-free for dynamic ftrace_opsLi Huafei1-13/+3
2022-11-04PM: hibernate: Allow hybrid sleep to work with s2idleMario Limonciello1-1/+1
2022-11-04rcu: Keep synchronize_rcu() from enabling irqs in early bootPaul E. McKenney1-4/+6
2022-11-04bpf: prevent decl_tag from being referenced in func_protoStanislav Fomichev1-0/+5
2022-11-04sched/core: Fix comparison in sched_group_cookie_match()Lin Shengwang1-9/+9
2022-11-04perf: Fix missing SIGTRAPsPeter Zijlstra2-39/+114
2022-10-26gcov: support GCC 12.1 and newer compilersMartin Liska1-2/+16
2022-10-21bpf: use bpf_prog_pack for bpf_dispatcherSong Liu2-8/+28
2022-10-21bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa1-2/+18
2022-10-21rcu-tasks: Ensure RCU Tasks Trace loops have quiescent statesPaul E. McKenney1-0/+3
2022-10-21rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()Zqiang1-1/+1
2022-10-21rcu: Back off upon fill_page_cache_func() allocation failureMichal Hocko1-8/+9
2022-10-21rcu: Avoid triggering strict-GP irq-work when RCU is idleZqiang1-1/+2
2022-10-21module: tracking: Keep a record of tainted unloaded modules onlyAaron Tomlin1-0/+3
2022-10-21ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_callerSong Liu1-1/+5
2022-10-21tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache1-1/+2
2022-10-21tracing: kprobe: Make gen test module work in arm and riscvYipeng Zou1-4/+43
2022-10-21tracing: kprobe: Fix kprobe event gen test module on exitYipeng Zou1-1/+1
2022-10-21cgroup/cpuset: Enable update_tasks_cpumask() on top_cpusetWaiman Long1-7/+11
2022-10-21cgroup: Honor caller's cgroup NS when resolving pathMichal Koutný1-1/+5
2022-10-21bpf, cgroup: Reject prog_attach_flags array when effective queryPu Lehui1-10/+18
2022-10-21bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones1-0/+2
2022-10-21bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer1-1/+1
2022-10-21bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK ...Hou Tao1-0/+6
2022-10-21bpf: Use this_cpu_{inc_return|dec} for prog->activeHou Tao1-4/+4
2022-10-21bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busyHou Tao2-6/+6
2022-10-21bpf: Propagate error from htab_lock_bucket() to userspaceHou Tao1-2/+5
2022-10-21bpf: Disable preemption when increasing per-cpu map_lockedHou Tao1-5/+18
2022-10-21audit: free audit_proctitle only on task exitRichard Guy Briggs1-1/+1
2022-10-21audit: explicitly check audit_context->context enum valueRichard Guy Briggs1-1/+1
2022-10-21bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi1-9/+33
2022-10-21bpf: Fix ref_obj_id for dynptr data slices in verifierJoanne Koong1-18/+20
2022-10-21bpf: Cleanup check_refcount_okDave Marchevsky1-45/+29
2022-10-21tracing: Fix reading strings from synthetic eventsSteven Rostedt (Google)1-6/+17
2022-10-21tracing: Add "(fault)" name injection to kernel probesSteven Rostedt (Google)1-6/+25
2022-10-21tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)3-110/+106
2022-10-21tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)1-4/+6
2022-10-21tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)1-0/+22
2022-10-21tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)1-0/+6
2022-10-21tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)1-0/+15
2022-10-21tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long1-0/+23
2022-10-21tracing/eprobe: Fix alloc event dir failed when event name no setTao Chen1-2/+1
2022-10-21ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)1-0/+33
2022-10-21ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)1-0/+39
2022-10-21ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)1-1/+2