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-04-09
bpf: Add is_fd_htab() helper
Hou Tao
-3
/
+7
2025-04-09
bpf: Support atomic update for htab of maps
Hou Tao
-23
/
+21
2025-04-09
bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_place
Hou Tao
-9
/
+8
2025-04-09
bpf: Factor out htab_elem_value helper()
Hou Tao
-34
/
+30
2025-04-09
configs/debug: run and debug PREEMPT
Stanislav Fomichev
-0
/
+5
2025-04-09
bpf: Check link_create.flags parameter for multi_uprobe
Tao Chen
-0
/
+3
2025-04-09
bpf: Check link_create.flags parameter for multi_kprobe
Tao Chen
-0
/
+3
2025-04-09
timekeeping: Add a lockdep override in tick_freeze()
Sebastian Andrzej Siewior
-0
/
+22
2025-04-09
posix-timers: Initialize cache early and move pointer into __timer_data
Eric Dumazet
-13
/
+10
2025-04-09
sched_ext: Make scx_has_op a bitmap
Tejun Heo
-12
/
+10
2025-04-09
sched_ext: Remove scx_ops_allow_queued_wakeup static_key
Tejun Heo
-12
/
+8
2025-04-09
sched_ext: Remove scx_ops_cpu_preempt static_key
Tejun Heo
-5
/
+8
2025-04-09
sched_ext: Remove scx_ops_enq_* static_keys
Tejun Heo
-17
/
+5
2025-04-09
sched_ext: Indentation updates
Tejun Heo
-10
/
+10
2025-04-09
hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::function
Nam Cao
-1
/
+1
2025-04-09
genirq/msi: Rename msi_[un]lock_descs()
Thomas Gleixner
-6
/
+10
2025-04-09
genirq/msi: Use lock guards for MSI descriptor locking
Thomas Gleixner
-69
/
+40
2025-04-09
PM: hibernate: Remove size arguments when calling strscpy()
Thorsten Blum
-5
/
+4
2025-04-09
tracing: Do not add length to print format in synthetic events
Steven Rostedt
-1
/
+0
2025-04-09
dma/contiguous: avoid warning about unused size_bytes
Arnd Bergmann
-2
/
+1
2025-04-09
sparc: mv sparc sysctls into their own file under arch/sparc/kernel
Joel Granados
-35
/
+0
2025-04-09
stack_tracer: move sysctl registration to kernel/trace/trace_stack.c
Joel Granados
-11
/
+21
2025-04-09
tracing: Move trace sysctls into trace.c
Joel Granados
-25
/
+35
2025-04-09
signal: Move signal ctl tables into signal.c
Joel Granados
-8
/
+11
2025-04-09
panic: Move panic ctl tables into panic.c
Joel Granados
-31
/
+30
2025-04-08
genirq/generic-chip: Fix incorrect lock guard conversions
Geert Uytterhoeven
-2
/
+2
2025-04-08
Merge tag 'probes-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-30
/
+166
2025-04-08
Merge tag 'cgroup-for-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-164
/
+247
2025-04-08
sched_ext: Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
-42
/
+7
2025-04-08
srcu: Use rcu_seq_done_exact() for polling API
Joel Fernandes
-1
/
+1
2025-04-08
sched/isolation: Make use of more than one housekeeping cpu
Phil Auld
-2
/
+2
2025-04-08
sched/rt: Fix race in push_rt_task
Harshit Agarwal
-28
/
+26
2025-04-08
sched: Add annotations to RT_GROUP_SCHED fields
Michal Koutný
-4
/
+4
2025-04-08
rcu: Comment on the extraneous delta test on rcu_seq_done_exact()
Frederic Weisbecker
-0
/
+9
2025-04-08
sched: Add RT_GROUP WARN checks for non-root task_groups
Michal Koutný
-2
/
+12
2025-04-08
rcu: Add warning to ensure rcu_seq_done_exact() is working
Joel Fernandes
-0
/
+6
2025-04-08
sched: Do not construct nor expose RT_GROUP_SCHED structures if disabled
Michal Koutný
-12
/
+33
2025-04-08
rcu: Replace magic number with meaningful constant in rcu_seq_done_exact()
Joel Fernandes
-1
/
+4
2025-04-08
sched: Bypass bandwitdh checks with runtime disabled RT_GROUP_SCHED
Michal Koutný
-3
/
+8
2025-04-08
sched: Skip non-root task_groups with disabled RT_GROUP_SCHED
Michal Koutný
-4
/
+14
2025-04-08
sched: Add commadline option for RT_GROUP_SCHED toggling
Michal Koutný
-0
/
+42
2025-04-08
sched: Always initialize rt_rq's task_group
Michal Koutný
-5
/
+4
2025-04-08
sched: Remove unneeed macro wrap
Michal Koutný
-2
/
+0
2025-04-08
sched: Convert CONFIG_RT_GROUP_SCHED macros to code conditions
Michal Koutný
-7
/
+5
2025-04-08
sched/fair: Allow decaying util_est when util_avg > CPU capa
Pierre Gondois
-7
/
+0
2025-04-08
sched/topology: Refinement to topology_span_sane speedup
Steve Wahl
-33
/
+19
2025-04-08
sched/topology: improve topology_span_sane speed
Steve Wahl
-25
/
+58
2025-04-08
sched: Fix trace_sched_switch(.prev_state)
Peter Zijlstra
-2
/
+4
2025-04-08
perf: Make perf_pmu_unregister() useable
Peter Zijlstra
-50
/
+270
2025-04-08
perf: Rename perf_event_exit_task(.child)
Peter Zijlstra
-30
/
+32
[prev]
[next]