Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: pm: move cpu_init() call into core code | Russell King | 2011-06-24 | 1 | -0/+1 |
* | ARM: pm: convert cpu_suspend() to a normal function | Russell King | 2011-06-24 | 1 | -6/+4 |
* | ARM: pm: rejig suspend follow-on function calling convention | Russell King | 2011-06-24 | 1 | -4/+5 |
* | ARM: pm: reallocate registers to avoid r2, r3 | Russell King | 2011-06-24 | 1 | -9/+9 |
* | ARM: pm: preserve r4 - r11 across a suspend | Russell King | 2011-06-24 | 1 | -2/+3 |
* | ARM: pm: extract common code from MULTI_CPU/!MULTI_CPU paths | Russell King | 2011-06-24 | 1 | -18/+6 |
* | ARM: pm: move return address (for cpu_resume) to top of stack | Russell King | 2011-06-24 | 1 | -8/+8 |
* | ARM: pm: make MULTI_CPU and !MULTI_CPU resume paths the same | Russell King | 2011-06-24 | 1 | -9/+3 |
* | ARM: 6825/1: kernel/sleep.S: fix Thumb2 compilation issues | Nicolas Pitre | 2011-03-26 | 1 | -3/+11 |
* | ARM: pm: allow generic sleep code to be used with SMP CPU idle | Russell King | 2011-02-22 | 1 | -1/+26 |
* | ARM: pm: add generic CPU suspend/resume support | Russell King | 2011-02-22 | 1 | -0/+109 |