summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-01-24prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman
2023-01-18tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong
2023-01-18tracing/hist: Fix wrong return value in parse_action_params()Zheng Yejian
2023-01-18tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'Zheng Yejian
2023-01-18gcov: add support for checksum fieldRickard x Andersson
2023-01-18bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev
2023-01-18acct: fix potential integer overflow in encode_comp_t()Zheng Yejian
2023-01-18rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()Zqiang
2023-01-18tracing/hist: Fix issue of losting command info in error_logZheng Yejian
2023-01-18blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong
2023-01-18bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko
2023-01-18relay: fix type mismatch when allocating memory in relay_create_buf()Gavrilov Ilia
2023-01-18genirq/irqdesc: Don't try to remove non-existing sysfs filesYang Yingliang
2023-01-18perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin
2023-01-18PM: hibernate: Fix mistake in kerneldoc commentxiongxin
2023-01-18tracing/ring-buffer: Only do full wait when cpu != RING_BUFFER_ALL_CPUSPratyush Yadav
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/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)
2022-12-08tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)
2022-12-08gcov: 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-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-10kprobe: reverse kp->flags when arm_kprobe failedLi Qiang
2022-11-03PM: hibernate: Allow hybrid sleep to work with s2idleMario Limonciello
2022-11-03cgroup-v1: add disabled controller check in cgroup1_parse_param()Chen Zhou
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-26gcov: support GCC 12.1 and newer compilersMartin Liska
2022-10-26ring-buffer: Fix race between reset page and reading pageSteven 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-09-28workqueue: don't skip lockdep work dependency in cancel_work_sync()Tetsuo Handa
2022-09-28cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa
2022-09-28tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou
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-15cgroup: Optimize single thread migrationMichal Koutný
2022-09-15kprobes: Prohibit probes in gate areaChristian A. Ehrhardt
2022-09-05kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima