summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2023-02-221-20/+16
* rtmutex: Ensure that the top waiter is always woken upWander Lairson Costa2023-02-141-2/+3
* tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...Shiju Jose2023-02-141-3/+0
* bpf: Skip invalid kfunc call in backtrack_insnHao Sun2023-02-091-0/+6
* bpf: Do not reject when the stack read size is different from the tracked sca...Martin KaFai Lau2023-02-091-12/+6
* bpf: Fix incorrect state pruning for <8B spill/fillPaul Chaignon2023-02-091-4/+0
* kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-091-1/+1
* bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman2023-02-091-7/+18
* bpf: Support <8-byte scalar spill and refillMartin KaFai Lau2023-02-091-15/+52
* bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song2023-02-091-1/+2
* 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/+9
* 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
* bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore2023-01-242-7/+2
* prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman2023-01-241-0/+2
* sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long2023-01-181-4/+33
* tracing: Fix issue of missing one synthetic fieldZheng Yejian2023-01-121-1/+1
* tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong2023-01-121-1/+14
* tracing/probes: Handle system names with hyphensSteven Rostedt (Google)2023-01-122-4/+17
* tracing/hist: Fix wrong return value in parse_action_params()Zheng Yejian2023-01-121-0/+1
* tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACEMasami Hiramatsu (Google)2023-01-123-15/+18
* tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)2023-01-121-0/+3
* perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim2023-01-121-3/+3
* tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'Zheng Yejian2023-01-121-2/+8
* rcu-tasks: Simplify trc_read_check_handler() atomic operationsPaul E. McKenney2023-01-121-17/+3
* kcsan: Instrument memcpy/memset/memmove with newer ClangMarco Elver2023-01-121-0/+50
* gcov: add support for checksum fieldRickard x Andersson2022-12-311-0/+5
* bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev2022-12-311-0/+5
* acct: fix potential integer overflow in encode_comp_t()Zheng Yejian2022-12-311-0/+2
* rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()Zqiang2022-12-311-1/+1
* tracing/hist: Fix issue of losting command info in error_logZheng Yejian2022-12-311-1/+1
* padata: Fix list iterator in padata_do_serial()Daniel Jordan2022-12-311-2/+5
* padata: Always leave BHs disabled when running ->parallel()Daniel Jordan2022-12-311-3/+5