index
:
Linux Stable
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.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
*
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-07-03
2
-23
/
+42
|
\
|
*
nohz: Fix spurious warning when hrtimer and clockevent get out of sync
Frederic Weisbecker
2017-06-13
1
-2
/
+4
|
*
nohz: Fix buggy tick delay on IRQ storms
Frederic Weisbecker
2017-06-05
1
-19
/
+2
|
*
nohz: Reset next_tick cache even when the timer has no regs
Frederic Weisbecker
2017-05-30
1
-0
/
+2
|
*
nohz: Fix collision between tick and other hrtimers, again
Frederic Weisbecker
2017-05-17
2
-6
/
+33
|
*
nohz: Add hrtimer sanity check
Frederic Weisbecker
2017-05-17
1
-2
/
+7
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-07-03
25
-1585
/
+2413
|
\
\
|
*
|
sched/cputime: Refactor the cputime_adjust() code
Gustavo A. R. Silva
2017-06-30
1
-11
/
+5
|
*
|
sched/debug: Expose the number of RT/DL tasks that can migrate
Daniel Bristot de Oliveira
2017-06-30
1
-2
/
+15
|
*
|
sched/numa: Hide numa_wake_affine() from UP build
Thomas Gleixner
2017-06-29
1
-0
/
+2
|
*
|
sched/fair: Remove effective_load()
Rik van Riel
2017-06-24
1
-123
/
+1
|
*
|
sched/numa: Implement NUMA node level wake_affine()
Rik van Riel
2017-06-24
1
-59
/
+71
|
*
|
sched/fair: Simplify wake_affine() for the single socket case
Rik van Riel
2017-06-24
1
-1
/
+12
|
*
|
sched/numa: Override part of migrate_degrades_locality() when idle balancing
Rik van Riel
2017-06-24
1
-0
/
+4
|
*
|
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
2017-06-24
2
-7
/
+37
|
|
\
\
|
*
|
|
sched/rt: Move RT related code from sched/core.c to sched/rt.c
Nicolas Pitre
2017-06-23
3
-315
/
+315
|
*
|
|
sched/deadline: Move DL related code from sched/core.c to sched/deadline.c
Nicolas Pitre
2017-06-23
3
-340
/
+364
|
*
|
|
sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabled
Nicolas Pitre
2017-06-23
1
-4
/
+3
|
*
|
|
sched/fair: Spare idle load balancing on nohz_full CPUs
Frederic Weisbecker
2017-06-22
1
-0
/
+4
|
*
|
|
nohz: Move idle balancer registration to the idle path
Frederic Weisbecker
2017-06-22
1
-2
/
+3
|
*
|
|
sched/loadavg: Generalize "_idle" naming to "_nohz"
Frederic Weisbecker
2017-06-22
2
-27
/
+28
|
*
|
|
sched/core: Drop the unused try_get_task_struct() helper function
Davidlohr Bueso
2017-06-20
1
-13
/
+0
|
*
|
|
Merge branch 'WIP.sched/core' into sched/core
Ingo Molnar
2017-06-20
35
-519
/
+550
|
|
\
\
\
|
|
*
|
|
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
Ingo Molnar
2017-06-20
2
-14
/
+14
|
|
*
|
|
sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...
Ingo Molnar
2017-06-20
2
-16
/
+25
|
|
*
|
|
sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...
Ingo Molnar
2017-06-20
3
-258
/
+264
|
|
*
|
|
sched/wait: Standardize wait_bit_queue naming
Ingo Molnar
2017-06-20
1
-21
/
+20
|
|
*
|
|
sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name
Ingo Molnar
2017-06-20
1
-21
/
+20
|
|
*
|
|
sched/wait: Standardize internal naming of wait-queue heads
Ingo Molnar
2017-06-20
1
-77
/
+77
|
|
*
|
|
sched/wait: Standardize internal naming of wait-queue entries
Ingo Molnar
2017-06-20
1
-49
/
+49
|
|
*
|
|
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-06-20
6
-28
/
+28
|
*
|
|
|
sched/fair: WARN() and refuse to set buddy when !se->on_rq
Daniel Axtens
2017-06-20
1
-2
/
+8
|
*
|
|
|
sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as ...
Ingo Molnar
2017-06-20
1
-2
/
+2
|
*
|
|
|
sched/idle: Add deferrable vmstat_updater back
Aubrey Li
2017-06-08
1
-0
/
+1
|
*
|
|
|
sched/core: Omit building stop_sched_class when !SMP
Nicolas Pitre
2017-06-08
3
-32
/
+36
|
*
|
|
|
sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks
Daniel Bristot de Oliveira
2017-06-08
2
-12
/
+88
|
*
|
|
|
sched/deadline: Zero out positive runtime after throttling constrained tasks
Xunlei Pang
2017-06-08
1
-0
/
+2
|
*
|
|
|
sched/deadline: Reclaim bandwidth not used by dl tasks
Luca Abeni
2017-06-08
3
-24
/
+72
|
*
|
|
|
sched/deadline: Base GRUB reclaiming on the inactive utilization
Luca Abeni
2017-06-08
1
-18
/
+22
|
*
|
|
|
sched/deadline: Track the "total rq utilization" too
Luca Abeni
2017-06-08
2
-34
/
+95
|
*
|
|
|
sched/deadline: Make GRUB a task's flag
Luca Abeni
2017-06-08
2
-2
/
+4
|
*
|
|
|
sched/deadline: Do not reclaim the whole CPU bandwidth
Luca Abeni
2017-06-08
3
-1
/
+30
|
*
|
|
|
sched/deadline: Implement GRUB accounting
Luca Abeni
2017-06-08
3
-2
/
+21
|
*
|
|
|
sched/deadline: Fix the update of the total -deadline utilization
Luca Abeni
2017-06-08
2
-39
/
+27
|
*
|
|
|
sched/deadline: Improve the tracking of active utilization
Luca Abeni
2017-06-08
3
-15
/
+259
|
*
|
|
|
sched/deadline: Track the active utilization
Luca Abeni
2017-06-08
2
-4
/
+67
|
*
|
|
|
sched/core: Implement new approach to scale select_idle_cpu()
Peter Zijlstra
2017-06-08
2
-5
/
+17
|
*
|
|
|
sched/clock: Fix early boot preempt assumption in __set_sched_clock_stable()
Peter Zijlstra
2017-05-24
1
-1
/
+8
|
*
|
|
|
sched/core: Enable might_sleep() and smp_processor_id() checks early
Thomas Gleixner
2017-05-23
1
-1
/
+3
|
*
|
|
|
printk: Adjust system_state checks
Thomas Gleixner
2017-05-23
1
-1
/
+1
[next]