aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/coupled.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31cpuidle: coupled: Drop duplicate word from a commentJason Wang1-1/+1
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-2/+1
2020-01-23cpuidle: coupled: fix warnings when compiling with W=1Benjamin Gaignard1-4/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang1-5/+5
2016-09-06cpuidle/coupled: Convert to hotplug state machineSebastian Andrzej Siewior1-44/+31
2016-01-27cpuidle: coupled: remove unused define cpuidle_coupled_lockAnders Roxell1-1/+0
2015-09-03cpuidle/coupled: Add sanity check for safe_state_indexXunlei Pang1-0/+22
2015-08-28cpuidle/coupled: Remove redundant 'dev' argument of cpuidle_state_is_coupled()Xunlei Pang1-3/+1
2015-08-28cpuidle/coupled: Remove cpuidle_device::safe_state_indexXunlei Pang1-2/+2
2015-03-05drivers: fix up obsolete cpu function usage.Rusty Russell1-3/+3
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-02-24smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker1-1/+1
2014-02-24smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker1-1/+1
2013-10-30cpuidle: Fix comments in cpuidle coreViresh Kumar1-1/+1
2013-08-29cpuidle: coupled: fix race condition between pokes and safe stateColin Cross1-6/+14
2013-08-29cpuidle: coupled: abort idle if pokes are pendingColin Cross1-25/+82
2013-08-29cpuidle: coupled: disable interrupts after entering safe stateColin Cross1-0/+2
2013-01-03cpuidle / coupled: fix ready counter decrementSivaram Nair1-1/+1
2012-08-17cpuidle: Prevent null pointer dereference in cpuidle_coupled_cpu_notifyJon Medhurst (Tixy)1-1/+1
2012-08-17cpuidle: coupled: fix sleeping while atomic in cpu notifierColin Cross1-0/+12
2012-06-02cpuidle: coupled: add parallel barrier functionColin Cross1-0/+37
2012-06-02cpuidle: add support for states that affect multiple cpusColin Cross1-0/+678