summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* dax/kmem: Fix leak of memory-hotplug resourcesDan Williams2023-03-111-14/+0
* 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
* PM: EM: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-03-111-4/+1
* clocksource: Suspend the watchdog temporarily when high read latency detectedFeng Tang2023-03-111-13/+32
* timers: Prevent union confusion from unexpected restart_syscall()Jann Horn2023-03-113-0/+6
* rcu-tasks: Make rude RCU-Tasks work well with CPU hotplugZqiang2023-03-111-5/+3
* rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()Paul E. McKenney2023-03-111-0/+2
* bpf: Fix global subprog context argument resolution logicAndrii Nakryiko2023-03-111-2/+11
* rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()Frederic Weisbecker2023-03-112-2/+30
* rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() callsFrederic Weisbecker2023-03-111-4/+0
* rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purposeFrederic Weisbecker2023-03-111-8/+29
* 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-221-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-151-3/+0
* bpf: Do not reject when the stack read size is different from the tracked sca...Martin KaFai Lau2023-02-151-12/+6
* bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman2023-02-151-7/+18
* bpf: Support <8-byte scalar spill and refillMartin KaFai Lau2023-02-151-15/+52
* bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song2023-02-151-1/+2
* bpf: Fix incorrect state pruning for <8B spill/fillPaul Chaignon2023-02-151-4/+0
* 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-011-0/+2
* tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)2023-02-013-2/+4
* module: Don't wait for GOING modulesPetr Pavlu2023-02-011-5/+21
* exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2023-02-012-4/+9
* panic: Expose "warn_count" to sysfsKees Cook2023-02-011-2/+20
* panic: Introduce warn_limitKees Cook2023-02-011-0/+14
* panic: Consolidate open-coded panic_on_warn checksKees Cook2023-02-013-6/+10
* exit: Allow oops_limit to be disabledKees Cook2023-02-011-1/+1
* exit: Expose "oops_count" to sysfsKees Cook2023-02-011-2/+20
* exit: Put an upper limit on how often we can oopsJann Horn2023-02-011-0/+43
* panic: Separate sysctl logic from CONFIG_SMPKees Cook2023-02-011-1/+3
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-011-0/+9
* panic: unset panic_on_warn inside panic()Tiezhu Yang2023-02-011-9/+11
* kernel/panic: move panic sysctls to its own filetangmeng2023-02-012-12/+25
* kcsan: test: don't put the expect array on the stackMax Filippov2023-02-011-1/+6
* bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst2023-02-011-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-141-1/+14
* tracing/hist: Fix wrong return value in parse_action_params()Zheng Yejian2023-01-141-0/+1
* perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim2023-01-141-3/+3
* tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'Zheng Yejian2023-01-141-2/+8
* rcu: Prevent lockdep-RCU splats on lock acquisition/releasePaul E. McKenney2023-01-142-1/+21