summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* perf/core: Fix the same task check in perf_event_set_outputKan Liang2023-04-201-1/+1
* treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2023-04-203-3/+3
* Revert "treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()"Tom Saeger2023-04-203-3/+3
* cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long2023-04-201-1/+5
* dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2023-04-051-7/+7
* sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds2023-04-052-3/+3
* sched/fair: Sanitize vruntime of entity being migratedVincent Guittot2023-04-052-11/+47
* sched/fair: sanitize vruntime of entity being placedZhang Qiao2023-04-051-2/+13
* bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann2023-04-051-1/+1
* ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin2023-03-221-1/+2
* tracing: Check field value in hist_field_name()Steven Rostedt (Google)2023-03-221-0/+3
* btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer2023-03-171-0/+1
* irqdomain: Fix domain registration raceMarc Zyngier2023-03-171-19/+43
* irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui2023-03-171-1/+1
* kernel/fail_function: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-03-111-4/+1
* tracing: Add NULL checks for buffer in ring_buffer_free_read_page()Jia-Ju Bai2023-03-111-1/+6
* irqdomain: Drop bogus fwspec-mapping error handlingJohan Hovold2023-03-111-6/+1
* irqdomain: Fix disassociation raceJohan Hovold2023-03-111-0/+5
* irqdomain: Fix association raceJohan Hovold2023-03-111-5/+14
* x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong2023-03-111-2/+2
* x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong2023-03-111-1/+1
* timers: Prevent union confusion from unexpected restart_syscall()Jann Horn2023-03-113-0/+6
* rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()Paul E. McKenney2023-03-111-0/+2
* treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2023-03-113-3/+3
* sched/rt: pick_next_rt_entity(): check list_entryPietro Borrello2023-03-111-1/+4
* sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()Dietmar Eggemann2023-03-112-6/+4
* bpf: add missing header file includeLinus Torvalds2023-02-251-0/+1
* uaccess: Add speculation barrier to copy_from_user()Dave Hansen2023-02-251-2/+0
* alarmtimer: Prevent starvation by small intervals and SIG_IGNThomas Gleixner2023-02-251-4/+29
* sched/psi: Fix use-after-free in ep_remove_wait_queue()Munehisa Kamata2023-02-221-3/+4
* tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...Shiju Jose2023-02-221-3/+0
* exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2023-02-062-4/+9
* panic: Expose "warn_count" to sysfsKees Cook2023-02-061-2/+20
* panic: Introduce warn_limitKees Cook2023-02-061-0/+27
* panic: Consolidate open-coded panic_on_warn checksKees Cook2023-02-062-4/+8
* exit: Allow oops_limit to be disabledKees Cook2023-02-061-1/+1
* exit: Expose "oops_count" to sysfsKees Cook2023-02-061-2/+20
* exit: Put an upper limit on how often we can oopsJann Horn2023-02-061-0/+43
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-061-0/+9
* panic: unset panic_on_warn inside panic()Tiezhu Yang2023-02-061-9/+11
* bpf: Skip task with pid=1 in send_signal_common()Hao Sun2023-02-061-0/+3
* trace_events_hist: add check for return value of 'create_hist_field'Natalia Petrova2023-02-061-0/+2
* tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)2023-02-063-2/+4
* module: Don't wait for GOING modulesPetr Pavlu2023-02-061-5/+21
* bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst2023-02-061-1/+3
* prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman2023-01-241-0/+2
* tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong2023-01-181-1/+14
* tracing/hist: Fix wrong return value in parse_action_params()Zheng Yejian2023-01-181-0/+1
* tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'Zheng Yejian2023-01-181-2/+8
* gcov: add support for checksum fieldRickard x Andersson2023-01-181-0/+5