summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing/osnoise: Use built-in RCU list checkingChuang Wang2023-02-011-3/+2
* 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
* ftrace: Export ftrace_free_filter() to modulesMark Rutland2023-02-011-1/+22
* module: Don't wait for GOING modulesPetr Pavlu2023-02-011-5/+21
* sched/uclamp: Fix a uninitialized variable warningsQais Yousef2023-02-011-19/+16
* sched/fair: Check if prev_cpu has highest spare cap in feec()Pierre Gondois2023-02-011-6/+7
* 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: hash map, avoid deadlock with suitable hash maskTonghao Zhang2023-02-011-2/+2
* exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2023-01-242-4/+9
* panic: Expose "warn_count" to sysfsKees Cook2023-01-241-2/+20
* panic: Introduce warn_limitKees Cook2023-01-241-0/+14
* panic: Consolidate open-coded panic_on_warn checksKees Cook2023-01-243-6/+9
* exit: Allow oops_limit to be disabledKees Cook2023-01-241-1/+1
* exit: Expose "oops_count" to sysfsKees Cook2023-01-241-2/+20
* exit: Put an upper limit on how often we can oopsJann Horn2023-01-241-0/+42
* panic: Separate sysctl logic from CONFIG_SMPKees Cook2023-01-241-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
* bpf: keep a reference to the mm, in case the task is dead.Kui-Feng Lee2023-01-241-12/+27
* sched/core: Fix arch_scale_freq_tick() on tickless systemsYair Podemsky2023-01-181-1/+3
* sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long2023-01-181-4/+33
* bpf: Fix panic due to wrong pageattr of im->imageChuang Wang2023-01-121-0/+4
* bpf: Always use maximal size for copy_array()Kees Cook2023-01-121-5/+7
* tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong2023-01-071-1/+14
* tracing: Fix issue of missing one synthetic fieldZheng Yejian2023-01-071-1/+1
* tracing/probes: Handle system names with hyphensSteven Rostedt (Google)2023-01-072-4/+17
* tracing/hist: Fix wrong return value in parse_action_params()Zheng Yejian2023-01-071-0/+1
* tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACEMasami Hiramatsu (Google)2023-01-073-15/+18
* tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)2023-01-071-0/+3
* perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim2023-01-071-3/+3
* tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'Zheng Yejian2023-01-071-2/+8
* bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen2023-01-071-2/+3
* kcsan: Instrument memcpy/memset/memmove with newer ClangMarco Elver2023-01-041-0/+50
* rtmutex: Add acquire semantics for rtmutex lock acquisition slow pathMel Gorman2023-01-042-12/+49
* futex: Fix futex_waitv() hrtimer debug object leak on kcalloc errorMathieu Desnoyers2023-01-041-4/+7
* kprobes: kretprobe events missing on 2-core KVM guestwuqiang2023-01-041-6/+2
* gcov: add support for checksum fieldRickard x Andersson2022-12-311-0/+5
* cfi: Fix CFI failure with KASANSami Tolvanen2022-12-311-3/+0
* bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev2022-12-311-0/+5
* bpf/verifier: Use kmalloc_size_roundup() to match ksize() usageKees Cook2022-12-311-4/+8
* 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
* bpf: prevent leak of lsm program after failed attachMilan Landaverde2022-12-311-3/+3
* kprobes: Fix check for probe enabled in kill_kprobe()Li Huafei2022-12-311-8/+8
* tracing/hist: Fix issue of losting command info in error_logZheng Yejian2022-12-311-1/+1
* tracing/user_events: Fix call print_fmt leakBeau Belgrave2022-12-311-0/+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