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-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
2025-04-08
perf: Unify perf_event_free_task() / perf_event_exit_task_context()
Peter Zijlstra
-68
/
+25
2025-04-08
perf: Simplify perf_event_release_kernel()
Peter Zijlstra
-8
/
+7
2025-04-08
perf: Simplify perf_event_free_task() wait
Peter Zijlstra
-22
/
+3
2025-04-08
perf: Simplify child event tear-down
Peter Zijlstra
-2
/
+6
2025-04-08
perf: Ensure bpf_perf_link path is properly serialized
Peter Zijlstra
-4
/
+30
2025-04-08
perf: Fix hang while freeing sigtrap event
Frederic Weisbecker
-46
/
+18
2025-04-08
rcutorture: Split out beginning and end from rcu_torture_one_read()
Paul E. McKenney
-43
/
+81
2025-04-08
sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecation
Tejun Heo
-1
/
+4
2025-04-08
sched_ext: Remove cpu.weight / cpu.idle unimplemented warnings
Tejun Heo
-40
/
+1
2025-04-08
sched_ext: Use kvzalloc for large exit_dump allocation
Breno Leitao
-2
/
+2
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
-1
/
+1
2025-04-08
tracing: fprobe: Cleanup fprobe hash when module unloading
Masami Hiramatsu (Google)
-2
/
+101
2025-04-07
cgroup/cpuset: Add warnings to catch inconsistency in exclusive CPUs
Waiman Long
-10
/
+33
2025-04-07
cgroup/cpuset: Fix obsolete comment in cpuset_css_offline()
Waiman Long
-4
/
+5
2025-04-07
cgroup/cpuset: Always use cpu_active_mask
Waiman Long
-9
/
+23
2025-04-07
uprobes: Avoid false-positive lockdep splat on CONFIG_PREEMPT_RT=y in the ri_...
Andrii Nakryiko
-2
/
+13
2025-04-07
sched_ext: idle: Introduce scx_bpf_select_cpu_and()
Andrea Righi
-0
/
+56
2025-04-07
sched_ext: idle: Accept an arbitrary cpumask in scx_select_cpu_dfl()
Andrea Righi
-4
/
+44
2025-04-07
sched_ext: idle: Explicitly pass allowed cpumask to scx_select_cpu_dfl()
Andrea Righi
-11
/
+14
2025-04-07
sched_ext: idle: Extend topology optimizations to all tasks
Andrea Righi
-22
/
+51
2025-04-07
tracing: Hide get_vm_area() from MMUless builds
Steven Rostedt
-0
/
+7
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
-0
/
+4
2025-04-07
genirq/generic-chip: Convert core code to lock guards
Thomas Gleixner
-31
/
+16
2025-04-07
pidfd: improve uapi when task isn't found
Christian Brauner
-3
/
+20
2025-04-07
pidfd: remove unneeded NULL check from pidfd_prepare()
Christian Brauner
-1
/
+1
2025-04-07
locking/percpu-rwsem: add freezable alternative to down_read
James Bottomley
-5
/
+8
2025-04-07
irqdomain: Support three-cell scheme interrupts
Yixun Lan
-0
/
+56
2025-04-06
perf/core: Fix WARN_ON(!ctx) in __free_event() for partial init
Gabriel Shahrouzi
-3
/
+3
2025-04-06
Merge tag 'perf-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-9
/
+9
2025-04-06
Merge tag 'sched-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1
/
+0
2025-04-06
Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-75
/
+44
2025-04-06
Merge tag 'irq-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-8
/
+8
2025-04-06
Merge tag 'timers-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-69
/
+25
2025-04-05
Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
-1
/
+0
2025-04-05
tracing/timers: Rename the hrtimer_init event to hrtimer_setup
Nam Cao
-2
/
+2
2025-04-05
hrtimers: Rename debug_init_on_stack() to debug_setup_on_stack()
Nam Cao
-4
/
+4
2025-04-05
hrtimers: Rename debug_init() to debug_setup()
Nam Cao
-4
/
+2
2025-04-05
hrtimers: Rename __hrtimer_init_sleeper() to __hrtimer_setup_sleeper()
Nam Cao
-4
/
+4
2025-04-05
hrtimers: Remove unnecessary NULL check in hrtimer_start_range_ns()
Nam Cao
-2
/
+0
2025-04-05
hrtimers: Make callback function pointer private
Nam Cao
-5
/
+5
[prev]
[next]