summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-07-23tracing/user_events: Fix struct arg size match checkBeau Belgrave
2023-07-23tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)
2023-07-23Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)
2023-07-23tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)
2023-07-23tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)
2023-07-23tracing/probes: Fix to avoid double count of the string length on the arrayMasami Hiramatsu (Google)
2023-07-23tracing: Fix null pointer dereference in tracing_err_log_open()Mateusz Stachyra
2023-07-23fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)
2023-07-23fprobe: Release rethook after the ftrace_ops is unregisteredJiri Olsa
2023-07-23PM: QoS: Restore support for default value on frequency QoSChungkai Yang
2023-07-23ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian
2023-07-23ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian
2023-07-23tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian
2023-07-23tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella
2023-07-23tracing/user_events: Fix incorrect return value for writing operation when ev...sunliming
2023-07-23bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui
2023-07-23fprobe: add unlock to match a succeeded ftrace_test_recursion_trylockZe Gao
2023-07-23kernel/trace: Fix cleanup logic of enable_trace_eprobeTzvetomir Stoyanov (VMware)
2023-07-23bpf: Fix max stack depth check for async callbacksKumar Kartikeya Dwivedi
2023-07-23swiotlb: reduce the number of areas to match actual memory pool sizePetr Tesarik
2023-07-23swiotlb: always set the number of areas before allocating the poolPetr Tesarik
2023-07-19watch_queue: prevent dangling pipe pointerSiddh Raman Pant
2023-07-19bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...SeongJae Park
2023-07-19kcsan: Don't expect 64 bits atomic builtins from 32 bits architecturesChristophe Leroy
2023-07-19watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe failsDouglas Anderson
2023-07-19watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen
2023-07-19watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson
2023-07-19watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson
2023-07-19watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen
2023-07-19watchdog: remove WATCHDOG_DEFAULTLecopzer Chen
2023-07-19bpf: Verify scalar ids mapping in regsafe() using check_ids()Eduard Zingerman
2023-07-19bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman
2023-07-19kexec: fix a memory leak in crash_shrink_memory()Zhen Lei
2023-07-19watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson
2023-07-19bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky
2023-07-19bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculationDave Marchevsky
2023-07-19bpf: Set kptr_struct_meta for node param to list and rbtree insert funcsDave Marchevsky
2023-07-19bpf: Remove anonymous union in bpf_kfunc_call_arg_metaDave Marchevsky
2023-07-19bpf: Fix memleak due to fentry attach failureYafang Shao
2023-07-19bpf: Remove bpf trampoline selectorYafang Shao
2023-07-19bpf: Don't EFAULT for {g,s}setsockopt with wrong optlenStanislav Fomichev
2023-07-19bpf: fix propagate_precision() logic for inner framesAndrii Nakryiko
2023-07-19bpf: maintain bitmasks across all active frames in __mark_chain_precisionAndrii Nakryiko
2023-07-19bpf: improve precision backtrack loggingAndrii Nakryiko
2023-07-19bpf: encapsulate precision backtracking bookkeepingAndrii Nakryiko
2023-07-19sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()Hao Jia
2023-07-19rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscaleQiuxu Zhuo
2023-07-19rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()Qiuxu Zhuo
2023-07-19rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUsPaul E. McKenney
2023-07-19rcu: Make rcu_cpu_starting() rely on interrupts being disabledPaul E. McKenney