summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-07-08tracing: Replace opencoded cpumask_next_wrap() in move_to_next_cpu()Yury Norov
2025-07-08module: Make sure relocations are applied to the per-CPU sectionSebastian Andrzej Siewior
2025-07-08module: Avoid unnecessary return value initialization in move_module()Petr Pavlu
2025-07-08module: Fix memory deallocation on error path in move_module()Petr Pavlu
2025-07-08rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer accessZqiang
2025-07-08rcu/exp: Warn on QS requested on dying CPUFrederic Weisbecker
2025-07-08rcu/exp: Remove needless CPU up quiescent state reportFrederic Weisbecker
2025-07-08rcu/exp: Remove confusing needless full barrier on task unblockFrederic Weisbecker
2025-07-08fold fs_struct->{lock,seq} into a seqlockAl Viro
2025-07-07bpf: Clean code with bpf_copy_to_user()Tao Chen
2025-07-07bpf: Fix aux usage after do_check_insn()Luis Gerhorst
2025-07-07bpf: Fix improper int-to-ptr cast in dump_stack_cbKumar Kartikeya Dwivedi
2025-07-07bpf: Fix bounds for bpf_prog_get_file_line linfo loopKumar Kartikeya Dwivedi
2025-07-07bpf: support for void/primitive __arg_untrusted global func paramsEduard Zingerman
2025-07-07bpf: attribute __arg_untrusted for global function parametersEduard Zingerman
2025-07-07bpf: rdonly_untrusted_mem for btf id walk pointer leafsEduard Zingerman
2025-07-07bpf: make makr_btf_ld_reg return error for unexpected reg typesEduard Zingerman
2025-07-07refscale: Check that nreaders and loops multiplication doesn't overflowArtem Sadovnikov
2025-07-07rcu/nocb: Dump gp state even if rdp gp itself is not offloadedFrederic Weisbecker
2025-07-06Merge tag 'sched_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-06Merge tag 'perf_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-06smp: Wait only if work was enqueuedRik van Riel
2025-07-04Merge branch 'pm-sleep'Rafael J. Wysocki
2025-07-04lib/crypto: sha256: Make library API use strongly-typed contextsEric Biggers
2025-07-04watchdog/perf: Provide function for adjusting the event periodYicong Yang
2025-07-04sched/deadline: Fix dl_server runtime calculation formulakuyo chang
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-07-03bpf: Avoid putting struct bpf_scc_callchain variables on the stackYonghong Song
2025-07-03bpf: Reduce stack frame size by using env->insn_buf for bpf insnsYonghong Song
2025-07-03bpf: Simplify assignment to struct bpf_insn pointer in do_misc_fixups()Yonghong Song
2025-07-03bpf: Avoid warning on unexpected map for tail callPaul Chaignon
2025-07-03bpf: Report rqspinlock deadlocks/timeout to BPF stderrKumar Kartikeya Dwivedi
2025-07-03bpf: Report may_goto timeout to BPF stderrKumar Kartikeya Dwivedi
2025-07-03bpf: Add dump_stack() analogue to print to BPF stderrKumar Kartikeya Dwivedi
2025-07-03bpf: Add function to find program from stack traceKumar Kartikeya Dwivedi
2025-07-03bpf: Ensure RCU lock is held around bpf_prog_ksym_findKumar Kartikeya Dwivedi
2025-07-03bpf: Add function to extract program source infoKumar Kartikeya Dwivedi
2025-07-03bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi
2025-07-03bpf: Refactor bprintf buffer supportKumar Kartikeya Dwivedi
2025-07-03bpf: Add show_fdinfo for kprobe_multiTao Chen
2025-07-03bpf: Add show_fdinfo for uprobe_multiTao Chen
2025-07-03bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfoTao Chen
2025-07-03bpf: Add bpf_dynptr_memset() kfuncIhor Solodrai
2025-07-03PM: sleep: console: Fix the black screen issuetuhaowen
2025-07-03irqdomain: Add device pointer to irq_domain_info and msi_domain_infoThomas Gleixner
2025-07-03Merge tag 'ktime-get-clock-ts64-for-ptp' of git://git.kernel.org/pub/scm/linu...Paolo Abeni
2025-07-03Merge tag 'ktime-get-clock-ts64-for-ptp' into timers/ptpThomas Gleixner
2025-07-03timekeeping: Provide ktime_get_clock_ts64()Thomas Gleixner
2025-07-03perf: Revert to requiring CAP_SYS_ADMIN for uprobesPeter Zijlstra
2025-07-02bpf: Avoid warning on multiple referenced args in callPaul Chaignon