summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-02-22sched/psi: Fix use-after-free in ep_remove_wait_queue()Munehisa Kamata
2023-02-22tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...Shiju Jose
2023-02-06exit: Use READ_ONCE() for all oops/warn limit readsKees Cook
2023-02-06panic: Expose "warn_count" to sysfsKees Cook
2023-02-06panic: Introduce warn_limitKees Cook
2023-02-06panic: Consolidate open-coded panic_on_warn checksKees Cook
2023-02-06exit: Allow oops_limit to be disabledKees Cook
2023-02-06exit: Expose "oops_count" to sysfsKees Cook
2023-02-06exit: Put an upper limit on how often we can oopsJann Horn
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman
2023-02-06panic: unset panic_on_warn inside panic()Tiezhu Yang
2023-02-06bpf: Skip task with pid=1 in send_signal_common()Hao Sun
2023-02-06trace_events_hist: add check for return value of 'create_hist_field'Natalia Petrova
2023-02-06tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)
2023-02-06module: Don't wait for GOING modulesPetr Pavlu
2023-02-06bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst
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