summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | ARM: perf: fix group validation for mixed software and hardware groupsWill Deacon2013-10-091-2/+1
| | | * | | | | | ARM: perf: add support for perf registers APIWill Deacon2013-09-305-0/+57
| | | |/ / / / /
| | * | | | | | Merge branch 'for-rmk/arm-mm-lpae' of git://git.kernel.org/pub/scm/linux/kern...Russell King2013-10-188-30/+206
| | |\ \ \ \ \ \
| | | * | | | | | ARM: mm: Recreate kernel mappings in early_paging_init()Santosh Shilimkar2013-10-113-0/+87
| | | * | | | | | ARM: mm: Correct virt_to_phys patching for 64 bit physical addressesSricharan R2013-10-113-19/+82
| | | * | | | | | ARM: mm: Move the idmap print to appropriate place in the codeSantosh Shilimkar2013-10-111-2/+1
| | | * | | | | | ARM: mm: Introduce virt_to_idmap() with an arch hookSantosh Shilimkar2013-10-113-3/+20
| | | * | | | | | ARM: mm: use phys_addr_t appropriately in p2v and v2p conversionsSantosh Shilimkar2013-10-111-6/+16
| | * | | | | | | ARM: add .gitignore entry for aesbs-core.SRussell King2013-10-071-0/+1
| | * | | | | | | Merge branch 'arm-aesbs' of git://git.linaro.org/people/ardbiesheuvel/linux-a...Russell King2013-10-0741-316/+5929
| | |\ \ \ \ \ \ \
| | | * | | | | | | ARM: add support for bit sliced AES using NEON instructionsArd Biesheuvel2013-10-044-2/+5457
| | | * | | | | | | ARM: move AES typedefs and function prototypes to separate headerArd Biesheuvel2013-10-042-16/+25
| | | * | | | | | | ARM: pull in <asm/simd.h> from asm-genericArd Biesheuvel2013-10-041-0/+1
| | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | ARM: bL_switcher: Add query interface to discover CPU affinitiesDave Martin2013-09-242-0/+22
| | * | | | | | | ARM: bL_switcher/trace: Add kernel trace trigger interfaceDave Martin2013-09-242-1/+5
| | * | | | | | | ARM: bL_switcher/trace: Add trace trigger for trace bootstrappingDave Martin2013-09-241-0/+36
| | * | | | | | | ARM: bL_switcher: Basic trace events supportDave Martin2013-09-241-0/+17
| | * | | | | | | ARM: bL_switcher: wait until inbound is alive before performing a switchNicolas Pitre2013-09-241-7/+23
| | * | | | | | | ARM: mcpm: add a simple poke mechanism to the early entry codeNicolas Pitre2013-09-243-2/+34
| | * | | | | | | ARM: SMP: basic IPI triggered completion supportNicolas Pitre2013-09-243-1/+24
| | * | | | | | | ARM: bL_switcher: synchronize the outbound with the inboundNicolas Pitre2013-09-241-2/+22
| | * | | | | | | ARM: bL_switcher: Add switch completion callback for bL_switch_request()Dave Martin2013-09-242-6/+57
| | * | | | | | | ARM: bL_switcher: Add runtime control notifierDave Martin2013-09-242-10/+94
| | * | | | | | | ARM: bL_switcher: Add synchronous enable/disable interfaceDave Martin2013-09-242-2/+28
| | * | | | | | | Merge branch 'iks_for_rmk' of git://git.linaro.org/people/nico/linux into dev...Russell King2013-09-177-18/+738
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | | * | | | | | ARM: bL_switcher: add a simple /dev user interface for debugging purposesNicolas Pitre2013-08-053-0/+80
| | | * | | | | | ARM: bL_switcher: filter CPU hotplug requests when the switcher is activeNicolas Pitre2013-08-051-0/+22
| | | * | | | | | ARM: bL_switcher: remove assumptions between logical and physical CPUsNicolas Pitre2013-08-041-72/+104
| | | * | | | | | ARM: bL_switcher: add kernel cmdline param to disable the switcher on bootNicolas Pitre2013-07-301-3/+9
| | | * | | | | | ARM: bL_switcher: ability to enable and disable the switcher via sysfsNicolas Pitre2013-07-301-11/+160
| | | * | | | | | ARM: bL_switcher: do not hardcode GIC IDs in the codeNicolas Pitre2013-07-301-1/+13
| | | * | | | | | ARM: bL_switcher: hot-unplug half of the available CPUsNicolas Pitre2013-07-301-1/+77
| | | * | | | | | ARM: bL_switcher: simplify stack isolationNicolas Pitre2013-07-301-15/+8
| | | * | | | | | ARM: bL_switcher: move to dedicated threads rather than workqueuesNicolas Pitre2013-07-302-24/+79
| | | * | | | | | ARM: bL_switcher: add clockevent save/restore supportLorenzo Pieralisi2013-07-301-0/+20
| | | * | | | | | ARM: b.L: core switcher codeNicolas Pitre2013-07-304-0/+277
| | | * | | | | | ARM: suspend: use hash of cpu_logical_map value to index into save arrayNicolas Pitre2013-07-302-18/+16
| * | | | | | | | Merge branch 'misc' into for-nextRussell King2013-11-1230-244/+447
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | ARM: 7868/1: arm/arm64: remove atomic_clear_mask() in "include/asm/atomic.h"Chen Gang2013-11-091-24/+0
| | * | | | | | | ARM: 7867/1: include: asm: use 'int' instead of 'unsigned long' for 'oldval' ...Chen Gang2013-11-091-1/+2
| | * | | | | | | ARM: 7866/1: include: asm: use 'long long' instead of 'u64' within atomic.hChen Gang2013-11-091-24/+25
| | * | | | | | | ARM: 7887/1: Don't smp_cross_call() on UP devices in arch_irq_work_raise()Stephen Boyd2013-11-091-1/+2
| | * | | | | | | ARM: 7872/1: Support arch_irq_work_raise() via self IPIsStephen Boyd2013-11-072-1/+19
| | * | | | | | | ARM: footbridge: fix build warnings for netwinderRussell King2013-10-311-4/+4
| | * | | | | | | ARM: 7848/1: mcpm: Implement cpu_kill() to synchronise on powerdownDave Martin2013-10-293-0/+56
| | * | | | | | | ARM: 7847/1: mcpm: Factor out logical-to-physical CPU translationDave Martin2013-10-291-4/+13
| | * | | | | | | ARM: 7869/1: remove unused XSCALE_PMU Kconfig paramMichael Opdenacker2013-10-291-5/+0
| | * | | | | | | ARM: 7864/1: Handle 64-bit memory in case of 32-bit phys_addr_tMagnus Damm2013-10-291-4/+12
| | * | | | | | | ARM: 7863/1: Let arm_add_memory() always use 64-bit argumentsMagnus Damm2013-10-292-4/+4
| | * | | | | | | ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter2013-10-294-15/+15