index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2025-04-09
sched_ext: Indentation updates
Tejun Heo
2025-04-09
hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::function
Nam Cao
2025-04-09
genirq/msi: Rename msi_[un]lock_descs()
Thomas Gleixner
2025-04-09
genirq/msi: Use lock guards for MSI descriptor locking
Thomas Gleixner
2025-04-09
PM: hibernate: Remove size arguments when calling strscpy()
Thorsten Blum
2025-04-09
tracing: Do not add length to print format in synthetic events
Steven Rostedt
2025-04-09
dma/contiguous: avoid warning about unused size_bytes
Arnd Bergmann
2025-04-09
sparc: mv sparc sysctls into their own file under arch/sparc/kernel
Joel Granados
2025-04-09
stack_tracer: move sysctl registration to kernel/trace/trace_stack.c
Joel Granados
2025-04-09
tracing: Move trace sysctls into trace.c
Joel Granados
2025-04-09
signal: Move signal ctl tables into signal.c
Joel Granados
2025-04-09
panic: Move panic ctl tables into panic.c
Joel Granados
2025-04-08
genirq/generic-chip: Fix incorrect lock guard conversions
Geert Uytterhoeven
2025-04-08
Merge tag 'probes-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-04-08
Merge tag 'cgroup-for-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2025-04-08
sched_ext: Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
2025-04-08
srcu: Use rcu_seq_done_exact() for polling API
Joel Fernandes
2025-04-08
sched/isolation: Make use of more than one housekeeping cpu
Phil Auld
2025-04-08
sched/rt: Fix race in push_rt_task
Harshit Agarwal
2025-04-08
sched: Add annotations to RT_GROUP_SCHED fields
Michal Koutný
2025-04-08
rcu: Comment on the extraneous delta test on rcu_seq_done_exact()
Frederic Weisbecker
2025-04-08
sched: Add RT_GROUP WARN checks for non-root task_groups
Michal Koutný
2025-04-08
rcu: Add warning to ensure rcu_seq_done_exact() is working
Joel Fernandes
2025-04-08
sched: Do not construct nor expose RT_GROUP_SCHED structures if disabled
Michal Koutný
2025-04-08
rcu: Replace magic number with meaningful constant in rcu_seq_done_exact()
Joel Fernandes
2025-04-08
sched: Bypass bandwitdh checks with runtime disabled RT_GROUP_SCHED
Michal Koutný
2025-04-08
sched: Skip non-root task_groups with disabled RT_GROUP_SCHED
Michal Koutný
2025-04-08
sched: Add commadline option for RT_GROUP_SCHED toggling
Michal Koutný
2025-04-08
sched: Always initialize rt_rq's task_group
Michal Koutný
2025-04-08
sched: Remove unneeed macro wrap
Michal Koutný
2025-04-08
sched: Convert CONFIG_RT_GROUP_SCHED macros to code conditions
Michal Koutný
2025-04-08
sched/fair: Allow decaying util_est when util_avg > CPU capa
Pierre Gondois
2025-04-08
sched/topology: Refinement to topology_span_sane speedup
Steve Wahl
2025-04-08
sched/topology: improve topology_span_sane speed
Steve Wahl
2025-04-08
sched: Fix trace_sched_switch(.prev_state)
Peter Zijlstra
2025-04-08
perf: Make perf_pmu_unregister() useable
Peter Zijlstra
2025-04-08
perf: Rename perf_event_exit_task(.child)
Peter Zijlstra
2025-04-08
perf: Unify perf_event_free_task() / perf_event_exit_task_context()
Peter Zijlstra
2025-04-08
perf: Simplify perf_event_release_kernel()
Peter Zijlstra
2025-04-08
perf: Simplify perf_event_free_task() wait
Peter Zijlstra
2025-04-08
perf: Simplify child event tear-down
Peter Zijlstra
2025-04-08
perf: Ensure bpf_perf_link path is properly serialized
Peter Zijlstra
2025-04-08
perf: Fix hang while freeing sigtrap event
Frederic Weisbecker
2025-04-08
rcutorture: Split out beginning and end from rcu_torture_one_read()
Paul E. McKenney
2025-04-08
sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecation
Tejun Heo
2025-04-08
sched_ext: Remove cpu.weight / cpu.idle unimplemented warnings
Tejun Heo
2025-04-08
sched_ext: Use kvzalloc for large exit_dump allocation
Breno Leitao
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
2025-04-08
tracing: fprobe: Cleanup fprobe hash when module unloading
Masami Hiramatsu (Google)
2025-04-07
cgroup/cpuset: Add warnings to catch inconsistency in exclusive CPUs
Waiman Long
[prev]
[next]