index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-30
Merge branch 'rcu/nohz' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
1
-0
/
+273
2013-04-29
nohz: Protect smp_processor_id() in tick_nohz_task_switch()
Li Zhong
1
-3
/
+4
2013-04-28
nohz_full: Add documentation.
Paul E. McKenney
1
-0
/
+273
2013-04-27
Merge branch 'timers/nohz-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Ingo Molnar
3
-13
/
+25
2013-04-26
cputime_nsecs: use math64.h for nsec resolution conversion helpers
Kevin Hilman
1
-9
/
+19
2013-04-26
nohz: Select VIRT_CPU_ACCOUNTING_GEN from full dynticks config
Frederic Weisbecker
2
-4
/
+6
2013-04-26
nohz: Reduce overhead under high-freq idling patterns
Ingo Molnar
1
-3
/
+4
2013-04-24
nohz: Remove full dynticks' superfluous dependency on RCU tree
Frederic Weisbecker
1
-2
/
+0
2013-04-24
nohz: Fix unavailable tick_stop tracepoint in dynticks idle
Frederic Weisbecker
1
-1
/
+1
2013-04-24
Merge branch 'timers/nohz-help-testing' of git://git.kernel.org/pub/scm/linux...
Ingo Molnar
3
-4
/
+37
2013-04-24
Merge branch 'timers/nohz' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Ingo Molnar
9
-21
/
+167
2013-04-23
nohz: Add basic tracing
Frederic Weisbecker
2
-4
/
+36
2013-04-23
nohz: Select wide RCU nocb for full dynticks
Frederic Weisbecker
1
-0
/
+1
2013-04-22
nohz: Disable the tick when irq resume in full dynticks CPU
Frederic Weisbecker
1
-5
/
+14
2013-04-22
nohz: Re-evaluate the tick for the new task after a context switch
Frederic Weisbecker
3
-0
/
+24
2013-04-22
nohz: Prepare to stop the tick on irq exit
Frederic Weisbecker
1
-6
/
+25
2013-04-22
nohz: Implement full dynticks kick
Frederic Weisbecker
1
-4
/
+38
2013-04-22
nohz: Re-evaluate the tick from the scheduler IPI
Frederic Weisbecker
3
-2
/
+6
2013-04-22
sched: New helper to prevent from stopping the tick in full dynticks
Frederic Weisbecker
2
-0
/
+24
2013-04-22
sched: Kick full dynticks CPU that have more than one task enqueued.
Frederic Weisbecker
1
-0
/
+11
2013-04-22
perf: New helper to prevent full dynticks CPUs from stopping tick
Frederic Weisbecker
2
-0
/
+16
2013-04-22
perf: Kick full dynticks CPU if events rotation is needed
Frederic Weisbecker
1
-1
/
+6
2013-04-22
posix_timers: Fix pre-condition to stop the tick on full dynticks
Frederic Weisbecker
1
-3
/
+3
2013-04-21
Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...
Ingo Molnar
5
-16
/
+118
2013-04-21
Merge branch 'timers/nohz-reviewed' of git://git.kernel.org/pub/scm/linux/ker...
Ingo Molnar
9
-51
/
+72
2013-04-19
posix_timers: New API to prevent from stopping the tick when timers are running
Frederic Weisbecker
2
-15
/
+28
2013-04-19
posix_timers: Kick full dynticks CPUs when a posix cpu timer is armed
Frederic Weisbecker
1
-1
/
+34
2013-04-19
nohz: New option to default all CPUs in full dynticks range
Frederic Weisbecker
2
-2
/
+31
2013-04-19
nohz: Ensure full dynticks CPUs are RCU nocbs
Frederic Weisbecker
8
-19
/
+35
2013-04-19
nohz: Force boot CPU outside full dynticks range
Frederic Weisbecker
2
-41
/
+17
2013-04-18
nohz: New APIs to re-evaluate the tick on full dynticks CPUs
Frederic Weisbecker
3
-0
/
+56
2013-04-15
rcu: Kick adaptive-ticks CPUs that are holding up RCU grace periods
Paul E. McKenney
3
-0
/
+29
2013-04-15
nohz: Improve a bit the full dynticks Kconfig documentation
Frederic Weisbecker
1
-3
/
+5
2013-04-15
nohz: Align periodic tick Kconfig with other choices' naming convention
Frederic Weisbecker
1
-1
/
+1
2013-04-15
nohz: Switch from "extended nohz" to "full nohz" based naming
Frederic Weisbecker
7
-39
/
+39
2013-04-15
nohz: Fix old dynticks idle Kconfig backward compatibility
Frederic Weisbecker
1
-4
/
+8
2013-04-03
nohz: Print final full dynticks CPUs range on boot
Frederic Weisbecker
1
-0
/
+10
2013-04-03
nohz: Pack nohz Kconfig option in a menu of choices
Frederic Weisbecker
1
-5
/
+23
2013-04-03
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
Frederic Weisbecker
15
-46
/
+51
2013-04-02
nohz: Unhide full dynticks feature from its dependencies
Frederic Weisbecker
1
-5
/
+14
2013-03-21
nohz: Wake up full dynticks CPUs when a timer gets enqueued
Frederic Weisbecker
3
-9
/
+27
2013-03-21
nohz: Assign timekeeping duty to a CPU outside the full dynticks range
Frederic Weisbecker
3
-4
/
+51
2013-03-21
nohz: Basic full dynticks interface
Frederic Weisbecker
4
-0
/
+94
2013-03-18
sched/tracing: Allow tracing the preemption decision on wakeup
Peter Zijlstra
1
-1
/
+1
2013-03-18
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...
Ingo Molnar
3
-19
/
+65
2013-03-14
sched: Fix variable name misnomer, add comments
Andrei Epure
1
-4
/
+5
2013-03-13
sched: Lower chances of cputime scaling overflow
Frederic Weisbecker
1
-12
/
+34
2013-03-13
math64: New div64_u64_rem helper
Frederic Weisbecker
2
-7
/
+31
2013-03-11
sched: Spelling fix
Andrei Epure
1
-1
/
+1
2013-03-11
sched: Fix update_group_power() prototype placement to fix build warning when...
Li Zefan
1
-1
/
+2
[next]