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-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-11-03sched/core: Fix comparison in sched_group_cookie_match()Lin Shengwang1-9/+9
2022-11-03perf: Fix missing SIGTRAPsPeter Zijlstra2-40/+115
2022-10-29tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)1-4/+6
2022-10-29tracing: 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-26rcu: Avoid triggering strict-GP irq-work when RCU is idleZqiang1-1/+2
2022-10-26tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache1-1/+2
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-26cgroup: Honor caller's cgroup NS when resolving pathMichal Koutný1-1/+5
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-26bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busyHou Tao2-6/+6
2022-10-26bpf: Propagate error from htab_lock_bucket() to userspaceHou Tao1-2/+5
2022-10-26bpf: Disable preemption when increasing per-cpu map_lockedHou Tao1-5/+18
2022-10-26bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi1-9/+33
2022-10-26tracing: Fix reading strings from synthetic eventsSteven Rostedt (Google)1-6/+17
2022-10-26tracing: Add "(fault)" name injection to kernel probesSteven Rostedt (Google)1-6/+25
2022-10-26tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)3-110/+106
2022-10-26tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)1-0/+22
2022-10-26tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)1-0/+6
2022-10-26tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)1-0/+15
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-10-05cgroup: cgroup_get_from_id() must check the looked-up kn is a directoryMing Lei1-1/+4
2022-10-05cgroup: reduce dependency on cgroup_mutexShakeel Butt1-22/+29
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
2022-09-20tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou1-2/+2
2022-09-20lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers4-20/+14
2022-09-15swiotlb: avoid potential left shift overflowChao Gao1-1/+4
2022-09-15IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas1-0/+1
2022-09-15cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo2-25/+55
2022-09-15cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...Tejun Heo1-3/+13
2022-09-15sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman1-1/+1