summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-07-23tracing/user_events: Fix struct arg size match checkBeau Belgrave1-0/+3
2023-07-23tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)3-12/+14
2023-07-23Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)3-26/+9
2023-07-23tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)1-5/+7
2023-07-23tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)1-0/+2
2023-07-23tracing/probes: Fix to avoid double count of the string length on the arrayMasami Hiramatsu (Google)1-2/+2
2023-07-23tracing: Fix null pointer dereference in tracing_err_log_open()Mateusz Stachyra1-1/+1
2023-07-23fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)2-0/+16
2023-07-23fprobe: Release rethook after the ftrace_ops is unregisteredJiri Olsa1-9/+3
2023-07-23PM: QoS: Restore support for default value on frequency QoSChungkai Yang1-2/+7
2023-07-23ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian1-14/+31
2023-07-23ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian1-9/+15
2023-07-23tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian1-0/+1
2023-07-23tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella1-3/+5
2023-07-23tracing/user_events: Fix incorrect return value for writing operation when ev...sunliming1-1/+2
2023-07-23bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui1-16/+24
2023-07-23fprobe: add unlock to match a succeeded ftrace_test_recursion_trylockZe Gao1-1/+3
2023-07-23kernel/trace: Fix cleanup logic of enable_trace_eprobeTzvetomir Stoyanov (VMware)1-2/+16
2023-07-23bpf: Fix max stack depth check for async callbacksKumar Kartikeya Dwivedi1-2/+3
2023-07-23swiotlb: reduce the number of areas to match actual memory pool sizePetr Tesarik1-3/+24
2023-07-23swiotlb: always set the number of areas before allocating the poolPetr Tesarik1-8/+11
2023-07-19watch_queue: prevent dangling pipe pointerSiddh Raman Pant1-6/+6
2023-07-19bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...SeongJae Park1-4/+2
2023-07-19kcsan: Don't expect 64 bits atomic builtins from 32 bits architecturesChristophe Leroy1-0/+2
2023-07-19watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe failsDouglas Anderson1-10/+20
2023-07-19watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen1-1/+66
2023-07-19watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson2-57/+58
2023-07-19watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson2-61/+74
2023-07-19watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen1-2/+1
2023-07-19watchdog: remove WATCHDOG_DEFAULTLecopzer Chen1-2/+0
2023-07-19bpf: Verify scalar ids mapping in regsafe() using check_ids()Eduard Zingerman1-23/+68
2023-07-19bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman1-0/+115
2023-07-19kexec: fix a memory leak in crash_shrink_memory()Zhen Lei1-3/+2
2023-07-19watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson1-3/+3
2023-07-19bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky2-10/+24
2023-07-19bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculationDave Marchevsky1-2/+2
2023-07-19bpf: Set kptr_struct_meta for node param to list and rbtree insert funcsDave Marchevsky1-0/+3
2023-07-19bpf: Remove anonymous union in bpf_kfunc_call_arg_metaDave Marchevsky1-19/+22
2023-07-19bpf: Fix memleak due to fentry attach failureYafang Shao1-6/+15
2023-07-19bpf: Remove bpf trampoline selectorYafang Shao1-7/+4
2023-07-19bpf: Don't EFAULT for {g,s}setsockopt with wrong optlenStanislav Fomichev1-0/+15
2023-07-19bpf: fix propagate_precision() logic for inner framesAndrii Nakryiko1-30/+35
2023-07-19bpf: maintain bitmasks across all active frames in __mark_chain_precisionAndrii Nakryiko1-47/+53
2023-07-19bpf: improve precision backtrack loggingAndrii Nakryiko1-7/+65
2023-07-19bpf: encapsulate precision backtracking bookkeepingAndrii Nakryiko1-67/+182
2023-07-19sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()Hao Jia2-0/+40
2023-07-19rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscaleQiuxu Zhuo1-0/+5
2023-07-19rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()Qiuxu Zhuo1-97/+97
2023-07-19rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUsPaul E. McKenney3-3/+22
2023-07-19rcu: Make rcu_cpu_starting() rely on interrupts being disabledPaul E. McKenney1-6/+5