summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-06-12bpf: set 'changed' status if propagate_precision() did any updatesEduard Zingerman
2025-06-12bpf: starting_state parameter for __mark_chain_precision()Eduard Zingerman
2025-06-12bpf: frame_insn_idx() utility functionEduard Zingerman
2025-06-12bpf: compute SCCs in program control flow graphEduard Zingerman
2025-06-12Revert "bpf: use common instruction history across all states"Eduard Zingerman
2025-06-12timers/migration: Clean up the loop in tmigr_quick_check()Petr Tesarik
2025-06-12dma-contiguous: hornor the cma address limit setup by userFeng Tang
2025-06-11futex: Verify under the lock if hash can be replacedSebastian Andrzej Siewior
2025-06-11perf: Fix the throttle error of some clock eventsKan Liang
2025-06-11sched/eevdf: Correct the comment in place_entitywang wei
2025-06-11sched: Make clangd usablePeter Zijlstra
2025-06-10tracing: Do not free "head" on error path of filter_free_subsystem_filters()Steven Rostedt
2025-06-09bpf: Fall back to nospec for Spectre v1Luis Gerhorst
2025-06-09bpf: Rename sanitize_stack_spill to nospec_resultLuis Gerhorst
2025-06-09bpf, arm64, powerpc: Change nospec to include v1 barrierLuis Gerhorst
2025-06-09bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()Luis Gerhorst
2025-06-09bpf: Return -EFAULT on internal errorsLuis Gerhorst
2025-06-09bpf: Return -EFAULT on misconfigurationsLuis Gerhorst
2025-06-09bpf: Move insn if/else into do_check_insn()Luis Gerhorst
2025-06-09bpf: Add cookie in fdinfo for raw_tpTao Chen
2025-06-09bpf: Add cookie in fdinfo for tracingTao Chen
2025-06-09bpf: Add cookie to tracing bpf_link_infoTao Chen
2025-06-09bpf: Make reg_not_null() true for CONST_PTR_TO_MAPIhor Solodrai
2025-06-09bpf: Add show_fdinfo for perf_eventTao Chen
2025-06-09bpf: Implement mprog API on top of existing cgroup progsYonghong Song
2025-06-09cgroup: Add bpf prog revisions to struct cgroup_bpfYonghong Song
2025-06-09workqueue: fix opencoded cpumask_next_and_wrap() in wq_select_unbound_cpu()Yury Norov [NVIDIA]
2025-06-09sched_ext: Make scx_locked_rq() inlineAndrea Righi
2025-06-09sched_ext: Make scx_rq_bypassing() inlineAndrea Righi
2025-06-09sched_ext: idle: Make local functions static in ext_idle.cAndrea Righi
2025-06-09sched_ext: idle: Remove unnecessary ifdef in scx_bpf_cpu_node()Andrea Righi
2025-06-09printk: Allow to use the printk kthread immediately even for 1st nbconPetr Mladek
2025-06-08Merge tag 'timers-cleanups-2025-06-08' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-06-08Merge tag 'trace-v6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-06-07tracing: Add rcu annotation around file->filter accessesSteven Rostedt
2025-06-06Merge tag 'mm-hotfixes-stable-2025-06-06-16-02' of git://git.kernel.org/pub/s...Linus Torvalds
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-06ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()Dmitry Antipov
2025-06-06tracing: Fix regression of filter waiting a long time on RCU synchronizationSteven Rostedt
2025-06-05kernel/rcu/tree_stall: add /sys/kernel/rcu_stall_countMax Kellermann
2025-06-05alloc_tag: handle module codetag load errors as module load failuresSuren Baghdasaryan
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt
2025-06-06tinyconfig: enable CONFIG_LD_DEAD_CODE_DATA_ELIMINATIONMasahiro Yamada
2025-06-05bpf: Clarify sanitize_check_bounds()Luis Gerhorst
2025-06-05bpf: Add cookie to raw_tp bpf_link_infoTao Chen
2025-06-05kernel: ftrace: export ftrace_sync_ipiAndy Chiu
2025-06-05futex: Handle invalid node numbers supplied by userPeter Zijlstra
2025-06-05perf/core: Fix WARN in perf_cgroup_switch()Luo Gengkun