summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-08-03locking/rtmutex: Fix task->pi_waiters integrityPeter Zijlstra4-76/+155
2023-08-03tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian1-10/+4
2023-08-03ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian1-10/+12
2023-08-03mm: suppress mm fault logging if fatal signal already pendingLinus Torvalds1-0/+4
2023-07-27tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella1-1/+2
2023-07-27bpf: Repeat check_max_stack_depth for async callbacksKumar Kartikeya Dwivedi1-2/+19
2023-07-27bpf: Fix subprog idx logic in check_max_stack_depthKumar Kartikeya Dwivedi1-5/+6
2023-07-27kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song1-3/+2
2023-07-27sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan2-9/+22
2023-07-27sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin1-1/+1
2023-07-27bpf: Silence a warning in btf_type_id_size()Yonghong Song1-9/+10
2023-07-27bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl logAndrii Nakryiko1-3/+0
2023-07-27bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau2-13/+15
2023-07-27bpf: Print a warning only if writing to unprivileged_bpf_disabled.Kui-Feng Lee1-1/+2
2023-07-27sched/fair: Don't balance task to its current running CPUYicong Yang1-1/+1
2023-07-27rcu: Mark additional concurrent load from ->cpu_no_qs.b.expPaul E. McKenney2-2/+4
2023-07-27rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()Shigeru Yoshida1-1/+4
2023-07-27posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner1-13/+18
2023-07-27prctl: move PR_GET_AUXV out of PR_MCE_KILLMiguel Ojeda1-5/+5
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