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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()
Michael Pratt
2021-11-02
2
-2
/
+18
*
Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-11-01
1
-2
/
+2
|
\
|
*
treewide: Replace the use of mem_encrypt_active() with cc_platform_has()
Tom Lendacky
2021-10-04
1
-2
/
+2
*
|
Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-11-01
1
-6
/
+29
|
\
\
|
*
|
signal: Add an optional check for altstack size
Thomas Gleixner
2021-10-26
1
-6
/
+29
*
|
|
Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-11-01
23
-577
/
+1199
|
\
\
\
|
*
|
|
sched/fair: Cleanup newidle_balance
Vincent Guittot
2021-10-31
1
-5
/
+3
|
*
|
|
sched/fair: Remove sysctl_sched_migration_cost condition
Vincent Guittot
2021-10-31
1
-2
/
+1
|
*
|
|
sched/fair: Wait before decaying max_newidle_lb_cost
Vincent Guittot
2021-10-31
2
-10
/
+28
|
*
|
|
sched/fair: Skip update_blocked_averages if we are defering load balance
Vincent Guittot
2021-10-31
1
-3
/
+6
|
*
|
|
sched/fair: Account update_blocked_averages in newidle_balance cost
Vincent Guittot
2021-10-31
1
-4
/
+7
|
*
|
|
sched/core: Remove rq_relock()
Peng Wang
2021-10-22
1
-8
/
+0
|
*
|
|
sched: Improve wake_up_all_idle_cpus() take #2
Peter Zijlstra
2021-10-22
1
-7
/
+5
|
*
|
|
irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ on PREEMPT_RT
Sebastian Andrzej Siewior
2021-10-15
1
-2
/
+4
|
*
|
|
irq_work: Handle some irq_work in a per-CPU thread on PREEMPT_RT
Sebastian Andrzej Siewior
2021-10-15
1
-12
/
+106
|
*
|
|
irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support.
Sebastian Andrzej Siewior
2021-10-15
1
-0
/
+10
|
*
|
|
sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQ
Sebastian Andrzej Siewior
2021-10-15
1
-1
/
+1
|
*
|
|
sched: Add cluster scheduler level in core and related Kconfig for ARM64
Barry Song
2021-10-15
1
-0
/
+5
|
*
|
|
sched: Disable -Wunused-but-set-variable
Peter Zijlstra
2021-10-15
1
-0
/
+4
|
*
|
|
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
2021-10-15
1
-0
/
+19
|
*
|
|
kernel/sched: Fix sched_fork() access an invalid sched_task_group
Zhang Qiao
2021-10-14
2
-22
/
+23
|
*
|
|
sched/topology: Remove unused numa_distance in cpu_attach_domain()
Yicong Yang
2021-10-14
1
-4
/
+0
|
*
|
|
sched/numa: Fix a few comments
Bharata B Rao
2021-10-14
1
-2
/
+2
|
*
|
|
sched/numa: Remove the redundant member numa_group::fault_cpus
Bharata B Rao
2021-10-14
1
-7
/
+5
|
*
|
|
sched/numa: Replace hard-coded number by a define in numa_task_group()
Bharata B Rao
2021-10-14
1
-1
/
+2
|
*
|
|
sched,livepatch: Use wake_up_if_idle()
Peter Zijlstra
2021-10-14
1
-1
/
+4
|
*
|
|
sched: Simplify wake_up_*idle*()
Peter Zijlstra
2021-10-07
2
-12
/
+8
|
*
|
|
sched,livepatch: Use task_call_func()
Peter Zijlstra
2021-10-07
1
-46
/
+44
|
*
|
|
sched,rcu: Rework try_invoke_on_locked_down_task()
Peter Zijlstra
2021-10-07
3
-13
/
+13
|
*
|
|
sched: Improve try_invoke_on_locked_down_task()
Peter Zijlstra
2021-10-07
1
-24
/
+39
|
*
|
|
sched: Fix DEBUG && !SCHEDSTATS warn
Peter Zijlstra
2021-10-06
1
-1
/
+2
|
*
|
|
sched/fair: Removed useless update of p->recent_used_cpu
Vincent Guittot
2021-10-05
1
-5
/
+0
|
*
|
|
sched: Remove pointless preemption disable in sched_submit_work()
Thomas Gleixner
2021-10-05
1
-8
/
+2
|
*
|
|
sched: Move kprobes cleanup out of finish_task_switch()
Thomas Gleixner
2021-10-05
3
-10
/
+6
|
*
|
|
sched: Disable TTWU_QUEUE on RT
Thomas Gleixner
2021-10-05
1
-0
/
+5
|
*
|
|
sched: Limit the number of task migrations per batch on RT
Thomas Gleixner
2021-10-05
1
-0
/
+4
|
*
|
|
sched: Move mmdrop to RCU on RT
Thomas Gleixner
2021-10-05
1
-1
/
+1
|
*
|
|
sched: Make cookie functions static
Shaokun Zhang
2021-10-05
2
-9
/
+5
|
*
|
|
sched/fair: Consider SMT in ASYM_PACKING load balance
Ricardo Neri
2021-10-05
1
-0
/
+92
|
*
|
|
sched/fair: Carve out logic to mark a group for asymmetric packing
Ricardo Neri
2021-10-05
1
-7
/
+13
|
*
|
|
sched/fair: Provide update_sg_lb_stats() with sched domain statistics
Ricardo Neri
2021-10-05
1
-2
/
+3
|
*
|
|
sched/fair: Optimize checking for group_asym_packing
Ricardo Neri
2021-10-05
1
-1
/
+1
|
*
|
|
sched/topology: Introduce sched_group::flags
Ricardo Neri
2021-10-05
2
-3
/
+19
|
*
|
|
kthread: Move prio/affinite change into the newly created thread
Sebastian Andrzej Siewior
2021-10-05
1
-8
/
+8
|
*
|
|
sched: Provide Kconfig support for default dynamic preempt mode
Frederic Weisbecker
2021-10-05
2
-12
/
+49
|
*
|
|
sched: Remove unused inline function __rq_clock_broken()
YueHaibing
2021-10-05
1
-5
/
+0
|
*
|
|
sched/dl: Support schedstats for deadline sched class
Yafang Shao
2021-10-05
1
-0
/
+93
|
*
|
|
sched/dl: Support sched_stat_runtime tracepoint for deadline sched class
Yafang Shao
2021-10-05
1
-0
/
+2
|
*
|
|
sched/rt: Support schedstats for RT sched class
Yafang Shao
2021-10-05
1
-0
/
+124
|
*
|
|
sched/rt: Support sched_stat_runtime tracepoint for RT sched class
Yafang Shao
2021-10-05
1
-0
/
+2
[next]