aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/coupled.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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