summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* kcsan: Instrument memcpy/memset/memmove with newer ClangMarco Elver2023-01-141-0/+50
* gcov: add support for checksum fieldRickard x Andersson2023-01-141-0/+5
* bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev2023-01-141-0/+5
* acct: fix potential integer overflow in encode_comp_t()Zheng Yejian2023-01-141-0/+2
* rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()Zqiang2023-01-141-1/+1
* tracing/hist: Fix issue of losting command info in error_logZheng Yejian2023-01-141-1/+1
* genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song2023-01-141-2/+9
* padata: Fix list iterator in padata_do_serial()Daniel Jordan2023-01-141-2/+5
* padata: Always leave BHs disabled when running ->parallel()Daniel Jordan2023-01-141-3/+5
* blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong2023-01-141-1/+2
* bpf: propagate precision across all frames, not just the last oneAndrii Nakryiko2023-01-141-32/+39
* bpf: Check the other end of slot_type for STACK_SPILLMartin KaFai Lau2023-01-141-11/+19
* bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko2023-01-141-0/+5
* bpf: Fix slot type check in check_stack_write_var_offKumar Kartikeya Dwivedi2023-01-141-8/+11
* relay: fix type mismatch when allocating memory in relay_create_buf()Gavrilov Ilia2023-01-141-2/+2
* cpu/hotplug: Make target_store() a nop when target == statePhil Auld2023-01-141-1/+3
* futex: Resend potentially swallowed owner death notificationAlexey Izbyshev2023-01-141-10/+18
* futex: Move to kernel/futex/Peter Zijlstra2023-01-143-2/+5
* genirq/irqdesc: Don't try to remove non-existing sysfs filesYang Yingliang2023-01-142-6/+11
* perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin2023-01-141-3/+5