summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-11-03PM: hibernate: Allow hybrid sleep to work with s2idleMario Limonciello
2022-11-03sched/core: Fix comparison in sched_group_cookie_match()Lin Shengwang
2022-11-03perf: Fix missing SIGTRAPsPeter Zijlstra
2022-10-29tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)
2022-10-29tracing: 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-26rcu: Avoid triggering strict-GP irq-work when RCU is idleZqiang
2022-10-26tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache
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-26cgroup: Honor caller's cgroup NS when resolving pathMichal Koutný
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-26bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busyHou Tao
2022-10-26bpf: Propagate error from htab_lock_bucket() to userspaceHou Tao
2022-10-26bpf: Disable preemption when increasing per-cpu map_lockedHou Tao
2022-10-26bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi
2022-10-26tracing: Fix reading strings from synthetic eventsSteven Rostedt (Google)
2022-10-26tracing: Add "(fault)" name injection to kernel probesSteven Rostedt (Google)
2022-10-26tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)
2022-10-26tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)
2022-10-26tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)
2022-10-26tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)
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-10-05cgroup: cgroup_get_from_id() must check the looked-up kn is a directoryMing Lei
2022-10-05cgroup: reduce dependency on cgroup_mutexShakeel Butt
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-20tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou
2022-09-20lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers
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-15sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman
2022-09-15kprobes: Prohibit probes in gate areaChristian A. Ehrhardt
2022-09-15tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)
2022-09-08bpf, cgroup: Fix kernel BUG in purge_effective_progsPu Lehui
2022-09-08bpf: Restrict bpf_sys_bpf to CAP_PERFMONYiFei Zhu