summary refs log tree commit diff
path: root/kernel
AgeCommit message (Expand)Author
2023-08-03tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)
2023-08-03Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)
2023-08-03tracing: Allow synthetic events to pass around stacktracesSteven Rostedt (Google)
2023-08-03tracing/probes: Fix to avoid double count of the string length on the arrayMasami Hiramatsu (Google)
2023-08-03tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)
2023-07-27bpf: aggressively forget precise markings during state checkpointingAndrii Nakryiko
2023-07-27bpf: stop setting precise in current stateAndrii Nakryiko
2023-07-27bpf: allow precision tracking for programs with subprogsAndrii Nakryiko
2023-07-27tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella
2023-07-27bpf: Repeat check_max_stack_depth for async callbacksKumar Kartikeya Dwivedi
2023-07-27bpf: Fix subprog idx logic in check_max_stack_depthKumar Kartikeya Dwivedi
2023-07-27kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song
2023-07-27kallsyms: Improve the performance of kallsyms_lookup_name()Zhen Lei
2023-07-27sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan
2023-07-27sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo
2023-07-27sched/psi: Extract update_triggers side effectDomenico Cerasuolo
2023-07-27sched/psi: Rename existing poll members in preparationDomenico Cerasuolo
2023-07-27sched/psi: Rearrange polling code in preparationDomenico Cerasuolo
2023-07-27sched/psi: Fix avgs_work re-arm in psi_avgs_work()Chengming Zhou
2023-07-27sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin
2023-07-27bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau
2023-07-27bpf: Print a warning only if writing to unprivileged_bpf_disabled.Kui-Feng Lee
2023-07-27sched/fair: Don't balance task to its current running CPUYicong Yang
2023-07-27rcu: Mark additional concurrent load from ->cpu_no_qs.b.expPaul E. McKenney
2023-07-27rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()Shigeru Yoshida
2023-07-23swiotlb: mark swiotlb_memblock_alloc() as __initRandy Dunlap
2023-07-23tracing/user_events: Fix struct arg size match checkBeau Belgrave
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: 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-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: reduce the swiotlb buffer size on allocation failureAlexey Kardashevskiy
2023-07-23swiotlb: always set the number of areas before allocating the poolPetr Tesarik
2023-07-23workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds
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-19kexec: fix a memory leak in crash_shrink_memory()Zhen Lei
2023-07-19watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson