summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: aggressively forget precise markings during state checkpointingAndrii Nakryiko2023-07-271-0/+37
* bpf: stop setting precise in current stateAndrii Nakryiko2023-07-271-12/+91
* bpf: allow precision tracking for programs with subprogsAndrii Nakryiko2023-07-271-1/+61
* tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella2023-07-271-1/+2
* bpf: Repeat check_max_stack_depth for async callbacksKumar Kartikeya Dwivedi2023-07-271-2/+19
* bpf: Fix subprog idx logic in check_max_stack_depthKumar Kartikeya Dwivedi2023-07-271-5/+6
* kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song2023-07-271-3/+2
* kallsyms: Improve the performance of kallsyms_lookup_name()Zhen Lei2023-07-272-11/+76
* sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan2023-07-272-9/+22
* sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo2023-07-272-68/+109
* sched/psi: Extract update_triggers side effectDomenico Cerasuolo2023-07-271-9/+10
* sched/psi: Rename existing poll members in preparationDomenico Cerasuolo2023-07-271-81/+82
* sched/psi: Rearrange polling code in preparationDomenico Cerasuolo2023-07-271-98/+98
* sched/psi: Fix avgs_work re-arm in psi_avgs_work()Chengming Zhou2023-07-271-3/+27
* sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin2023-07-271-1/+1
* bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau2023-07-272-13/+15
* bpf: Print a warning only if writing to unprivileged_bpf_disabled.Kui-Feng Lee2023-07-271-1/+2
* sched/fair: Don't balance task to its current running CPUYicong Yang2023-07-271-1/+1
* rcu: Mark additional concurrent load from ->cpu_no_qs.b.expPaul E. McKenney2023-07-272-2/+4
* rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()Shigeru Yoshida2023-07-271-1/+4
* swiotlb: mark swiotlb_memblock_alloc() as __initRandy Dunlap2023-07-231-1/+2
* tracing/user_events: Fix struct arg size match checkBeau Belgrave2023-07-231-0/+3
* tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)2023-07-231-5/+7
* tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)2023-07-231-0/+2
* tracing: Fix null pointer dereference in tracing_err_log_open()Mateusz Stachyra2023-07-231-1/+1
* fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)2023-07-232-0/+16
* fprobe: Release rethook after the ftrace_ops is unregisteredJiri Olsa2023-07-231-9/+3
* PM: QoS: Restore support for default value on frequency QoSChungkai Yang2023-07-231-2/+7
* ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian2023-07-231-14/+31
* ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian2023-07-231-9/+15
* tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian2023-07-231-0/+1
* tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella2023-07-231-3/+5
* tracing/user_events: Fix incorrect return value for writing operation when ev...sunliming2023-07-231-1/+2
* bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui2023-07-231-16/+24
* kernel/trace: Fix cleanup logic of enable_trace_eprobeTzvetomir Stoyanov (VMware)2023-07-231-2/+16
* bpf: Fix max stack depth check for async callbacksKumar Kartikeya Dwivedi2023-07-231-2/+3
* swiotlb: reduce the number of areas to match actual memory pool sizePetr Tesarik2023-07-231-3/+24
* swiotlb: reduce the swiotlb buffer size on allocation failureAlexey Kardashevskiy2023-07-231-24/+39
* swiotlb: always set the number of areas before allocating the poolPetr Tesarik2023-07-231-8/+11
* workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds2023-07-231-5/+8
* watch_queue: prevent dangling pipe pointerSiddh Raman Pant2023-07-191-6/+6
* bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...SeongJae Park2023-07-191-4/+2
* kcsan: Don't expect 64 bits atomic builtins from 32 bits architecturesChristophe Leroy2023-07-191-0/+2
* kexec: fix a memory leak in crash_shrink_memory()Zhen Lei2023-07-191-3/+2
* watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson2023-07-191-3/+3
* bpf: Fix memleak due to fentry attach failureYafang Shao2023-07-191-6/+15
* bpf: Remove bpf trampoline selectorYafang Shao2023-07-191-7/+4
* bpf: Don't EFAULT for {g,s}setsockopt with wrong optlenStanislav Fomichev2023-07-191-0/+15
* rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscaleQiuxu Zhuo2023-07-191-0/+5
* rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()Qiuxu Zhuo2023-07-191-97/+97