index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/stats.[ch]
Ingo Molnar
-6
/
+6
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/sched.h
Ingo Molnar
-40
/
+42
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/rt.c
Ingo Molnar
-27
/
+27
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/psi.c
Ingo Molnar
-2
/
+2
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/pelt.[ch]
Ingo Molnar
-8
/
+8
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/loadavg.c
Ingo Molnar
-2
/
+2
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/idle.c
Ingo Molnar
-4
/
+4
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/fair.c
Ingo Molnar
-55
/
+56
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/debug.c
Ingo Molnar
-18
/
+18
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/deadline.c
Ingo Molnar
-18
/
+18
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/cputime.c
Ingo Molnar
-7
/
+7
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/cpupri.h
Ingo Molnar
-1
/
+1
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/cpufreq_sch...
Ingo Molnar
-2
/
+2
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/core.c
Ingo Molnar
-93
/
+93
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/clock.c
Ingo Molnar
-2
/
+2
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/autogroup.[ch]
Ingo Molnar
-5
/
+5
2025-06-12
bpf: Initialize used but uninit variable in propagate_liveness()
Song Liu
-1
/
+1
2025-06-12
bpf: Fix state use-after-free on push_stack() err
Luis Gerhorst
-2
/
+2
2025-06-12
bpf: include backedges in peak_states stat
Eduard Zingerman
-1
/
+7
2025-06-12
bpf: remove {update,get}_loop_entry functions
Eduard Zingerman
-164
/
+1
2025-06-12
bpf: propagate read/precision marks over state graph backedges
Eduard Zingerman
-68
/
+384
2025-06-12
bpf: move REG_LIVE_DONE check to clean_live_states()
Eduard Zingerman
-4
/
+3
2025-06-12
bpf: set 'changed' status if propagate_liveness() did any updates
Eduard Zingerman
-2
/
+7
2025-06-12
bpf: set 'changed' status if propagate_precision() did any updates
Eduard Zingerman
-12
/
+23
2025-06-12
bpf: starting_state parameter for __mark_chain_precision()
Eduard Zingerman
-11
/
+13
2025-06-12
bpf: frame_insn_idx() utility function
Eduard Zingerman
-3
/
+10
2025-06-12
bpf: compute SCCs in program control flow graph
Eduard Zingerman
-0
/
+182
2025-06-12
Revert "bpf: use common instruction history across all states"
Eduard Zingerman
-53
/
+56
2025-06-12
timers/migration: Clean up the loop in tmigr_quick_check()
Petr Tesarik
-13
/
+10
2025-06-12
dma-contiguous: hornor the cma address limit setup by user
Feng Tang
-1
/
+4
2025-06-11
futex: Verify under the lock if hash can be replaced
Sebastian Andrzej Siewior
-0
/
+10
2025-06-11
perf: Fix the throttle error of some clock events
Kan Liang
-4
/
+11
2025-06-11
sched/eevdf: Correct the comment in place_entity
wang wei
-1
/
+1
2025-06-11
sched: Make clangd usable
Peter Zijlstra
-1
/
+80
2025-06-10
tracing: Do not free "head" on error path of filter_free_subsystem_filters()
Steven Rostedt
-3
/
+1
2025-06-09
bpf: Fall back to nospec for Spectre v1
Luis Gerhorst
-4
/
+74
2025-06-09
bpf: Rename sanitize_stack_spill to nospec_result
Luis Gerhorst
-2
/
+2
2025-06-09
bpf, arm64, powerpc: Change nospec to include v1 barrier
Luis Gerhorst
-8
/
+9
2025-06-09
bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
Luis Gerhorst
-0
/
+15
2025-06-09
bpf: Return -EFAULT on internal errors
Luis Gerhorst
-3
/
+3
2025-06-09
bpf: Return -EFAULT on misconfigurations
Luis Gerhorst
-18
/
+18
2025-06-09
bpf: Move insn if/else into do_check_insn()
Luis Gerhorst
-205
/
+223
2025-06-09
bpf: Add cookie in fdinfo for raw_tp
Tao Chen
-2
/
+4
2025-06-09
bpf: Add cookie in fdinfo for tracing
Tao Chen
-2
/
+4
2025-06-09
bpf: Add cookie to tracing bpf_link_info
Tao Chen
-0
/
+1
2025-06-09
bpf: Make reg_not_null() true for CONST_PTR_TO_MAP
Ihor Solodrai
-1
/
+2
2025-06-09
bpf: Add show_fdinfo for perf_event
Tao Chen
-0
/
+120
2025-06-09
bpf: Implement mprog API on top of existing cgroup progs
Yonghong Song
-37
/
+191
2025-06-09
cgroup: Add bpf prog revisions to struct cgroup_bpf
Yonghong Song
-0
/
+5
2025-06-09
workqueue: fix opencoded cpumask_next_and_wrap() in wq_select_unbound_cpu()
Yury Norov [NVIDIA]
-6
/
+3
[prev]
[next]