summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | ARM: tlb: ASID macro should give 32bit result for BE correct operationVictor Kamensky2013-10-191-1/+1
| | | * | | | | | | | ARM: mcpm: fix big endian issue in mcpm startup codeVictor Kamensky2013-10-191-0/+2
| | | * | | | | | | | ARM: signal: sigreturn_codes should be endian neutral to work in BE8Victor Kamensky2013-10-193-24/+83
| | | * | | | | | | | ARM: atomic64: fix endian-ness in atomic.hVictor Kamensky2013-10-191-13/+13
| | | * | | | | | | | ARM: kdgb: use <asm/opcodes.h> for data to be assembled as intructionBen Dooks2013-10-191-1/+2
| | | * | | | | | | | ARM: Correct BUG() assembly to ensure it is endian-agnosticBen Dooks2013-10-192-7/+11
| | | * | | | | | | | ARM: net: fix arm instruction endian-ness in bpf_jit_32.cBen Dooks2013-10-191-1/+5
| | | * | | | | | | | ARM: hardware: fix endian-ness in <hardware/coresight.h>Ben Dooks2013-10-191-4/+4
| | | * | | | | | | | ARM: set --be8 when linking modulesBen Dooks2013-10-191-0/+1
| | | * | | | | | | | ARM: module: correctly relocate instructions in BE8Ben Dooks2013-10-191-23/+34
| | | * | | | | | | | ARM: traps: use <asm/opcodes.h> to get correct instruction orderBen Dooks2013-10-191-6/+10
| | | * | | | | | | | ARM: alignment: correctly decode instructions in BE8 mode.Ben Dooks2013-10-191-2/+7
| | | * | | | | | | | ARM: vexpress: add big endian supportBen Dooks2013-10-192-0/+3
| | | * | | | | | | | ARM: mvebu: support running big-endianBen Dooks2013-10-193-0/+8
| | | * | | | | | | | ARM: highbank: enable big-endianBen Dooks2013-10-191-0/+1
| | | * | | | | | | | ARM: smp_scu: data endian fixesBen Dooks2013-10-191-7/+7
| | | * | | | | | | | ARM: twd: data endian fixBen Dooks2013-10-191-12/+12
| | | * | | | | | | | ARM: pl01x debug code endian fixBen Dooks2013-10-191-0/+2
| | | * | | | | | | | ARM: set BE8 if LE in head codeBen Dooks2013-10-193-0/+6
| | | * | | | | | | | ARM: fixup_pv_table bug when CPU_ENDIAN_BE8Ben Dooks2013-10-191-0/+8
| | | * | | | | | | | ARM: asm: Add ARM_BE8() assembly helperBen Dooks2013-10-197-21/+16
| | | * | | | | | | | ARM: fix ARCH_IXP4xx usage of ARCH_SUPPORTS_BIG_ENDIANBen Dooks2013-10-193-4/+7
| | | | |_|_|/ / / / | | | |/| | | | | |
| | * | | | | | | | ARM: fix misplaced arch_virt_to_idmap()Russell King2013-10-291-1/+2
| | * | | | | | | | ARM: 7870/1: head: Fix the missing underscore in __ARMEB__ macro and .align k...Sricharan R2013-10-291-1/+2
| | * | | | | | | | Merge branch 'for-rmk/prefetch' of git://git.kernel.org/pub/scm/linux/kernel/...Russell King2013-10-236-23/+56
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | ARM: bitops: prefetch the destination word for write prior to strexWill Deacon2013-09-301-0/+5
| | | * | | | | | | | ARM: atomics: prefetch the destination word for write prior to strexWill Deacon2013-09-301-0/+7
| | | * | | | | | | | ARM: locks: prefetch the destination word for write prior to strexWill Deacon2013-09-302-4/+11
| | | * | | | | | | | ARM: prefetch: add support for prefetchw using pldw on SMP ARMv7+ CPUsWill Deacon2013-09-301-5/+12
| | | * | | | | | | | ARM: smp_on_up: move inline asm ALT_SMP patching macro out of spinlock.hWill Deacon2013-09-303-11/+20
| | | * | | | | | | | ARM: prefetch: remove redundant "cc" clobberWill Deacon2013-09-301-3/+1
| | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | Merge branch 'for-rmk/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2013-10-236-2/+58
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | 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-103-0/+87
| | | * | | | | | | | ARM: mm: Correct virt_to_phys patching for 64 bit physical addressesSricharan R2013-10-103-19/+82
| | | * | | | | | | | ARM: mm: Move the idmap print to appropriate place in the codeSantosh Shilimkar2013-10-101-2/+1
| | | * | | | | | | | ARM: mm: Introduce virt_to_idmap() with an arch hookSantosh Shilimkar2013-10-103-3/+20
| | | * | | | | | | | ARM: mm: use phys_addr_t appropriately in p2v and v2p conversionsSantosh Shilimkar2013-10-101-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-232-0/+22
| | * | | | | | | | ARM: bL_switcher/trace: Add kernel trace trigger interfaceDave Martin2013-09-232-1/+5
| | * | | | | | | | ARM: bL_switcher/trace: Add trace trigger for trace bootstrappingDave Martin2013-09-231-0/+36
| | * | | | | | | | ARM: bL_switcher: Basic trace events supportDave Martin2013-09-231-0/+17
| | * | | | | | | | ARM: bL_switcher: wait until inbound is alive before performing a switchNicolas Pitre2013-09-231-7/+23
OpenPOWER on IntegriCloud