Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
36df745536ab81956cf68329c8049ad07f4a0cf0
/
include
/
linux
/
tick.h
9642d18
nohz: Affine unpinned timers to housekeepers
by Vatika Harlalka
· 9 years ago
de734f8
nohz: Remove useless argument on tick_nohz_task_switch()
by Frederic Weisbecker
· 9 years ago
73738a9
nohz: Restart nohz full tick from irq exit
by Frederic Weisbecker
· 10 years ago
03f6199
nohz: Prevent tilegx network driver interrupts
by Chris Metcalf
· 9 years ago
37b64a4
tick/broadcast: Unbreak CONFIG_GENERIC_CLOCKEVENTS=n build
by Thomas Gleixner
· 9 years ago
f32dd11
tick/broadcast: Make idle check independent from mode and config
by Thomas Gleixner
· 9 years ago
43c9fad
Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
87e9b9f
PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPEND
by Rafael J. Wysocki
· 10 years ago
83dedea
nohz: Add tick_nohz_full_add_cpus_to() API
by Chris Metcalf
· 10 years ago
a49b116
clockevents: Cleanup dead cpu explicitely
by Thomas Gleixner
· 10 years ago
52c063d
clockevents: Make tick handover explicit
by Thomas Gleixner
· 10 years ago
1fe5d5c
clockevents: Provide explicit broadcast oneshot control functions
by Thomas Gleixner
· 10 years ago
592a438
clockevents: Provide explicit broadcast control functions
by Thomas Gleixner
· 10 years ago
345527b
clockevents: Fix cpu_down() race for hrtimer based broadcasting
by Preeti U Murthy
· 10 years ago
7270d11
arm/bL_switcher: Kill tick suspend hackery
by Thomas Gleixner
· 10 years ago
f46481d
tick/xen: Provide and use tick_suspend_local() and tick_resume_local()
by Thomas Gleixner
· 10 years ago
4ffee52
clockevents: Make suspend/resume calls explicit
by Thomas Gleixner
· 10 years ago
c1797ba
tick: Move core only declarations and functions to core
by Thomas Gleixner
· 10 years ago
124cf911
PM / sleep: Make it possible to quiesce timers during suspend-to-idle
by Rafael J. Wysocki
· 10 years ago
1ee07ef
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 10 years ago
fe0f497
s390/nohz: use a per-cpu flag for arch_needs_cpu
by Martin Schwidefsky
· 10 years ago
a80e49e
nohz: Move nohz full init call to tick init
by Frederic Weisbecker
· 10 years ago
40bea03
nohz: Restore NMI safe local irq work for local nohz kick
by Frederic Weisbecker
· 10 years ago
9895994
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
c0f489d
rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUs
by Paul E. McKenney
· 11 years ago
3d36aeb
nohz: Support nohz full remote kick
by Frederic Weisbecker
· 11 years ago
5acac1b
tick: Rename tick_check_idle() to tick_irq_enter()
by Frederic Weisbecker
· 11 years ago
58135f5
context_tracking: Wrap static key check into more intuitive function name
by Frederic Weisbecker
· 11 years ago
e8fcaa5
nohz: Convert a few places to use local per cpu accesses
by Frederic Weisbecker
· 11 years ago
6f1d657
Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz
by Ingo Molnar
· 11 years ago
d13508f
nohz: Optimize full dynticks's sched hooks with static keys
by Frederic Weisbecker
· 11 years ago
460775df
nohz: Optimize full dynticks state checks with static keys
by Frederic Weisbecker
· 11 years ago
1485191
Revert "cpuidle: Quickly notice prediction failure for repeat mode"
by Rafael J. Wysocki
· 11 years ago
99e5ada
nohz: Re-evaluate the tick for the new task after a context switch
by Frederic Weisbecker
· 12 years ago
ff442c5
nohz: Re-evaluate the tick from the scheduler IPI
by Frederic Weisbecker
· 12 years ago
a166fcf
Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz
by Ingo Molnar
· 12 years ago
d1e43fa
nohz: Ensure full dynticks CPUs are RCU nocbs
by Frederic Weisbecker
· 12 years ago
76c24fb
nohz: New APIs to re-evaluate the tick on full dynticks CPUs
by Frederic Weisbecker
· 12 years ago
c5bfece
nohz: Switch from "extended nohz" to "full nohz" based naming
by Frederic Weisbecker
· 12 years ago
3451d02
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
by Frederic Weisbecker
· 13 years ago
a831881
nohz: Basic full dynticks interface
by Frederic Weisbecker
· 12 years ago
0779314
Merge branch 'nohz/printk-v8' into irq/core
by Frederic Weisbecker
· 12 years ago
33a5f62
nohz: Add API to check tick state
by Frederic Weisbecker
· 12 years ago
69a37be
cpuidle: Quickly notice prediction failure for repeat mode
by Youquan Song
· 12 years ago
f5d411c
nohz: Rename ts->idle_tick to ts->last_tick
by Frederic Weisbecker
· 13 years ago
1268fbc
nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()
by Frederic Weisbecker
· 13 years ago
2bbb681
nohz: Allow rcu extended quiescent state handling seperately from tick stop
by Frederic Weisbecker
· 13 years ago
280f067
nohz: Separate out irq exit and idle loop dyntick logic
by Frederic Weisbecker
· 13 years ago
9b2e4f1
rcu: Track idleness independent of idle tasks
by Paul E. McKenney
· 13 years ago
0224cf4
sched: Intoduce get_cpu_iowait_time_us()
by Arjan van de Ven
· 15 years ago
e0e37c2
sched: Eliminate the ts->idle_lastupdate field
by Arjan van de Ven
· 15 years ago
2718501
nohz: Track last do_timer() cpu
by Thomas Gleixner
· 15 years ago
3c5d92a
nohz: Introduce arch_needs_cpu
by Martin Schwidefsky
· 15 years ago
cd6d95d
clocksource: prevent selection of low resolution clocksourse also for nohz=on
by Thomas Gleixner
· 15 years ago
6b95482
cpumask: convert kernel time functions
by Rusty Russell
· 16 years ago
719254f
NOHZ: unify the nohz function calls in irq_enter()
by Thomas Gleixner
· 16 years ago
8083e4a
[CPUFREQ][5/6] cpufreq: Changes to get_cpu_idle_time_us(), used by ondemand governor
by venkatesh.pallipadi@intel.com
· 16 years ago
3c4fbe5
nohz: fix wrong event handler after online an offlined cpu
by Miao Xie
· 16 years ago
b8f8c3c
nohz: prevent tick stop outside of the idle loop
by Thomas Gleixner
· 16 years ago
5df7fa1
tick-sched: add more debug information
by Thomas Gleixner
· 17 years ago
6378ddb
time: track accurate idle time with tick_sched.idle_sleeptime
by Venki Pallipadi
· 17 years ago
4f86d3a
cpuidle: consolidate 2.6.22 cpuidle branch into one patch
by Len Brown
· 17 years ago
289f480
[PATCH] Add debugging feature /proc/timer_list
by Ingo Molnar
· 18 years ago
79bf2bb
[PATCH] tick-management: dyntick / highres functionality
by Thomas Gleixner
· 18 years ago
906568c
[PATCH] tick-management: core functionality
by Thomas Gleixner
· 18 years ago