summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/coupled.c
Commit message (Expand)AuthorAgeFilesLines
* smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-291-5/+5
* cpuidle/coupled: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-44/+31
* cpuidle: coupled: remove unused define cpuidle_coupled_lockAnders Roxell2016-01-271-1/+0
* cpuidle/coupled: Add sanity check for safe_state_indexXunlei Pang2015-09-031-0/+22
* cpuidle/coupled: Remove redundant 'dev' argument of cpuidle_state_is_coupled()Xunlei Pang2015-08-281-3/+1
* cpuidle/coupled: Remove cpuidle_device::safe_state_indexXunlei Pang2015-08-281-2/+2
* drivers: fix up obsolete cpu function usage.Rusty Russell2015-03-051-3/+3
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
* smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-241-1/+1
* smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-241-1/+1
* cpuidle: Fix comments in cpuidle coreViresh Kumar2013-10-301-1/+1
* cpuidle: coupled: fix race condition between pokes and safe stateColin Cross2013-08-291-6/+14
* cpuidle: coupled: abort idle if pokes are pendingColin Cross2013-08-291-25/+82
* cpuidle: coupled: disable interrupts after entering safe stateColin Cross2013-08-291-0/+2
* cpuidle / coupled: fix ready counter decrementSivaram Nair2013-01-031-1/+1
* cpuidle: Prevent null pointer dereference in cpuidle_coupled_cpu_notifyJon Medhurst (Tixy)2012-08-171-1/+1
* cpuidle: coupled: fix sleeping while atomic in cpu notifierColin Cross2012-08-171-0/+12
* cpuidle: coupled: add parallel barrier functionColin Cross2012-06-021-0/+37
* cpuidle: add support for states that affect multiple cpusColin Cross2012-06-021-0/+678