summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/stats.[ch]Ingo Molnar-6/+6
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/sched.hIngo Molnar-40/+42
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/rt.cIngo Molnar-27/+27
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/psi.cIngo Molnar-2/+2
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/pelt.[ch]Ingo Molnar-8/+8
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/loadavg.cIngo Molnar-2/+2
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/idle.cIngo Molnar-4/+4
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/fair.cIngo Molnar-55/+56
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/debug.cIngo Molnar-18/+18
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/deadline.cIngo Molnar-18/+18
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/cputime.cIngo Molnar-7/+7
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/cpupri.hIngo Molnar-1/+1
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/cpufreq_sch...Ingo Molnar-2/+2
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/core.cIngo Molnar-93/+93
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/clock.cIngo Molnar-2/+2
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/autogroup.[ch]Ingo Molnar-5/+5
2025-06-12bpf: Initialize used but uninit variable in propagate_liveness()Song Liu-1/+1
2025-06-12bpf: Fix state use-after-free on push_stack() errLuis Gerhorst-2/+2
2025-06-12bpf: include backedges in peak_states statEduard Zingerman-1/+7
2025-06-12bpf: remove {update,get}_loop_entry functionsEduard Zingerman-164/+1
2025-06-12bpf: propagate read/precision marks over state graph backedgesEduard Zingerman-68/+384
2025-06-12bpf: move REG_LIVE_DONE check to clean_live_states()Eduard Zingerman-4/+3
2025-06-12bpf: set 'changed' status if propagate_liveness() did any updatesEduard Zingerman-2/+7
2025-06-12bpf: set 'changed' status if propagate_precision() did any updatesEduard Zingerman-12/+23
2025-06-12bpf: starting_state parameter for __mark_chain_precision()Eduard Zingerman-11/+13
2025-06-12bpf: frame_insn_idx() utility functionEduard Zingerman-3/+10
2025-06-12bpf: compute SCCs in program control flow graphEduard Zingerman-0/+182
2025-06-12Revert "bpf: use common instruction history across all states"Eduard Zingerman-53/+56
2025-06-12timers/migration: Clean up the loop in tmigr_quick_check()Petr Tesarik-13/+10
2025-06-12dma-contiguous: hornor the cma address limit setup by userFeng Tang-1/+4
2025-06-11futex: Verify under the lock if hash can be replacedSebastian Andrzej Siewior-0/+10
2025-06-11perf: Fix the throttle error of some clock eventsKan Liang-4/+11
2025-06-11sched/eevdf: Correct the comment in place_entitywang wei-1/+1
2025-06-11sched: Make clangd usablePeter Zijlstra-1/+80
2025-06-10tracing: Do not free "head" on error path of filter_free_subsystem_filters()Steven Rostedt-3/+1
2025-06-09bpf: Fall back to nospec for Spectre v1Luis Gerhorst-4/+74
2025-06-09bpf: Rename sanitize_stack_spill to nospec_resultLuis Gerhorst-2/+2
2025-06-09bpf, arm64, powerpc: Change nospec to include v1 barrierLuis Gerhorst-8/+9
2025-06-09bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()Luis Gerhorst-0/+15
2025-06-09bpf: Return -EFAULT on internal errorsLuis Gerhorst-3/+3
2025-06-09bpf: Return -EFAULT on misconfigurationsLuis Gerhorst-18/+18
2025-06-09bpf: Move insn if/else into do_check_insn()Luis Gerhorst-205/+223
2025-06-09bpf: Add cookie in fdinfo for raw_tpTao Chen-2/+4
2025-06-09bpf: Add cookie in fdinfo for tracingTao Chen-2/+4
2025-06-09bpf: Add cookie to tracing bpf_link_infoTao Chen-0/+1
2025-06-09bpf: Make reg_not_null() true for CONST_PTR_TO_MAPIhor Solodrai-1/+2
2025-06-09bpf: Add show_fdinfo for perf_eventTao Chen-0/+120
2025-06-09bpf: Implement mprog API on top of existing cgroup progsYonghong Song-37/+191
2025-06-09cgroup: Add bpf prog revisions to struct cgroup_bpfYonghong Song-0/+5
2025-06-09workqueue: fix opencoded cpumask_next_and_wrap() in wq_select_unbound_cpu()Yury Norov [NVIDIA]-6/+3