summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-03-22ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin
2023-03-22tracing: Check field value in hist_field_name()Steven Rostedt (Google)
2023-03-17btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer
2023-03-17irqdomain: Fix domain registration raceMarc Zyngier
2023-03-17irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui
2023-03-11kernel/fail_function: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-03-11tracing: Add NULL checks for buffer in ring_buffer_free_read_page()Jia-Ju Bai
2023-03-11irqdomain: Drop bogus fwspec-mapping error handlingJohan Hovold
2023-03-11irqdomain: Fix disassociation raceJohan Hovold
2023-03-11irqdomain: Fix association raceJohan Hovold
2023-03-11x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong
2023-03-11x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong
2023-03-11timers: Prevent union confusion from unexpected restart_syscall()Jann Horn
2023-03-11rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()Paul E. McKenney
2023-03-11treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2023-03-11sched/rt: pick_next_rt_entity(): check list_entryPietro Borrello
2023-03-11sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()Dietmar Eggemann
2023-02-25bpf: add missing header file includeLinus Torvalds
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen
2023-02-25alarmtimer: Prevent starvation by small intervals and SIG_IGNThomas Gleixner
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