Russell King
|
9ce93bdda7
ARM: fix new BSYM() usage introduced via for-arm-soc branch
|
10 years ago |
Russell King
|
a9dd3865dd
Merge branch 'for-arm-soc' into for-next
|
10 years ago |
Russell King
|
2678bb9fa1
ARM: fix EFM32 build breakage caused by cpu_resume_arm
|
10 years ago |
Stephen Boyd
|
32e55a777f
ARM: 8389/1: Add cpu_resume_arm() for firmwares that resume in ARM state
|
10 years ago |
Russell King
|
14327c6628
ARM: replace BSYM() with badr assembly macro
|
10 years ago |
Ard Biesheuvel
|
d0776aff9a
ARM: 8324/1: move cpu_resume() to .text section
|
10 years ago |
Russell King
|
6ebbf2ce43
ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+
|
11 years ago |
Lorenzo Pieralisi
|
0e0779da22
ARM: 8053/1: kernel: sleep: restore HYP mode configuration in cpu_resume
|
11 years ago |
Russell King
|
2098990e7c
Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/delta/linux into devel-stable
|
11 years ago |
Ben Dooks
|
97bcb0fea5
ARM: set BE8 if LE in head code
|
12 years ago |
Nicolas Pitre
|
71a8986d7e
ARM: suspend: use hash of cpu_logical_map value to index into save array
|
12 years ago |
Lorenzo Pieralisi
|
7604537bbb
ARM: kernel: implement stack pointer save array through MPIDR hashing
|
12 years ago |
David Howells
|
9f97da78bf
Disintegrate asm/system.h for ARM
|
13 years ago |
Will Deacon
|
d675d0bc47
ARM: LPAE: add ISBs around MMU enabling code
|
13 years ago |
Will Deacon
|
e6eadc6787
ARM: suspend: use idmap_pgd instead of suspend_pgd
|
13 years ago |
Russell King
|
abda1bd5f4
ARM: pm: convert some assembly to C
|
14 years ago |
Russell King
|
62b2d07c0e
ARM: pm: get rid of cpu_resume_turn_mmu_on
|
14 years ago |
Russell King
|
de8e71ca4f
ARM: pm: only use preallocated page table during resume
|
14 years ago |
Russell King
|
e8ce0eb5e2
ARM: pm: preallocate a page table for suspend/resume
|
14 years ago |
Russell King
|
f5fa68d967
ARM: pm: force non-zero return value from __cpu_suspend when aborting
|
14 years ago |
Russell King
|
29cb3cd208
ARM: pm: allow suspend finisher to return error codes
|
14 years ago |
Russell King
|
2c74a0cefa
ARM: pm: hide 1st and 2nd arguments to cpu_suspend from platform code
|
14 years ago |
Russell King
|
14cd8fd574
ARM: pm: move cpu_init() call into core code
|
14 years ago |
Russell King
|
e8856a8797
ARM: pm: convert cpu_suspend() to a normal function
|
14 years ago |
Russell King
|
3799bbe578
ARM: pm: rejig suspend follow-on function calling convention
|
14 years ago |
Russell King
|
8111eaa6d4
ARM: pm: reallocate registers to avoid r2, r3
|
14 years ago |
Russell King
|
5fa94c812c
ARM: pm: preserve r4 - r11 across a suspend
|
14 years ago |
Russell King
|
3fd431bd0c
ARM: pm: extract common code from MULTI_CPU/!MULTI_CPU paths
|
14 years ago |
Russell King
|
2fefbcd585
ARM: pm: move return address (for cpu_resume) to top of stack
|
14 years ago |
Russell King
|
6b5f6ab0e1
ARM: pm: make MULTI_CPU and !MULTI_CPU resume paths the same
|
14 years ago |