| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | * | | | | | | | | | | ARM: mm: Correct virt_to_phys patching for 64 bit physical addresses | Sricharan R | 2013-10-10 | 3 | -19/+82 |
| | | * | | | | | | | | | | ARM: mm: Move the idmap print to appropriate place in the code | Santosh Shilimkar | 2013-10-10 | 1 | -2/+1 |
| | | * | | | | | | | | | | ARM: mm: Introduce virt_to_idmap() with an arch hook | Santosh Shilimkar | 2013-10-10 | 3 | -3/+20 |
| | | * | | | | | | | | | | ARM: mm: use phys_addr_t appropriately in p2v and v2p conversions | Santosh Shilimkar | 2013-10-10 | 1 | -6/+16 |
| | | | |_|_|_|_|_|/ / /
| | | |/| | | | | | | | |
|
| | * | | | | | | | | | | ARM: add .gitignore entry for aesbs-core.S | Russell King | 2013-10-07 | 1 | -0/+1 |
| | * | | | | | | | | | | Merge branch 'arm-aesbs' of git://git.linaro.org/people/ardbiesheuvel/linux-a... | Russell King | 2013-10-07 | 144 | -858/+6844 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | ARM: add support for bit sliced AES using NEON instructions | Ard Biesheuvel | 2013-10-04 | 4 | -2/+5457 |
| | | * | | | | | | | | | | ARM: move AES typedefs and function prototypes to separate header | Ard Biesheuvel | 2013-10-04 | 2 | -16/+25 |
| | | * | | | | | | | | | | ARM: pull in <asm/simd.h> from asm-generic | Ard Biesheuvel | 2013-10-04 | 1 | -0/+1 |
| | | | |/ / / / / / / /
| | | |/| | | | | | | | |
|
| | * | | | | | | | | | | ARM: bL_switcher: Add query interface to discover CPU affinities | Dave Martin | 2013-09-23 | 2 | -0/+22 |
| | * | | | | | | | | | | ARM: bL_switcher/trace: Add kernel trace trigger interface | Dave Martin | 2013-09-23 | 2 | -1/+5 |
| | * | | | | | | | | | | ARM: bL_switcher/trace: Add trace trigger for trace bootstrapping | Dave Martin | 2013-09-23 | 1 | -0/+36 |
| | * | | | | | | | | | | ARM: bL_switcher: Basic trace events support | Dave Martin | 2013-09-23 | 1 | -0/+17 |
| | * | | | | | | | | | | ARM: bL_switcher: wait until inbound is alive before performing a switch | Nicolas Pitre | 2013-09-23 | 1 | -7/+23 |
| | * | | | | | | | | | | ARM: mcpm: add a simple poke mechanism to the early entry code | Nicolas Pitre | 2013-09-23 | 3 | -2/+34 |
| | * | | | | | | | | | | ARM: SMP: basic IPI triggered completion support | Nicolas Pitre | 2013-09-23 | 3 | -1/+24 |
| | * | | | | | | | | | | ARM: bL_switcher: synchronize the outbound with the inbound | Nicolas Pitre | 2013-09-23 | 1 | -2/+22 |
| | * | | | | | | | | | | ARM: bL_switcher: Add switch completion callback for bL_switch_request() | Dave Martin | 2013-09-23 | 2 | -6/+57 |
| | * | | | | | | | | | | ARM: bL_switcher: Add runtime control notifier | Dave Martin | 2013-09-23 | 2 | -10/+94 |
| | * | | | | | | | | | | ARM: bL_switcher: Add synchronous enable/disable interface | Dave Martin | 2013-09-23 | 2 | -2/+28 |
| | * | | | | | | | | | | Merge branch 'iks_for_rmk' of git://git.linaro.org/people/nico/linux into dev... | Russell King | 2013-09-17 | 7 | -18/+738 |
| | |\ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|/ / / / /
| | |/| | | | | | | | | |
|
| | | * | | | | | | | | | ARM: bL_switcher: add a simple /dev user interface for debugging purposes | Nicolas Pitre | 2013-08-05 | 3 | -0/+80 |
| | | * | | | | | | | | | ARM: bL_switcher: filter CPU hotplug requests when the switcher is active | Nicolas Pitre | 2013-08-05 | 1 | -0/+22 |
| | | * | | | | | | | | | ARM: bL_switcher: remove assumptions between logical and physical CPUs | Nicolas Pitre | 2013-08-04 | 1 | -72/+104 |
| | | * | | | | | | | | | ARM: bL_switcher: add kernel cmdline param to disable the switcher on boot | Nicolas Pitre | 2013-07-30 | 1 | -3/+9 |
| | | * | | | | | | | | | ARM: bL_switcher: ability to enable and disable the switcher via sysfs | Nicolas Pitre | 2013-07-30 | 1 | -11/+160 |
| | | * | | | | | | | | | ARM: bL_switcher: do not hardcode GIC IDs in the code | Nicolas Pitre | 2013-07-30 | 1 | -1/+13 |
| | | * | | | | | | | | | ARM: bL_switcher: hot-unplug half of the available CPUs | Nicolas Pitre | 2013-07-30 | 1 | -1/+77 |
| | | * | | | | | | | | | ARM: bL_switcher: simplify stack isolation | Nicolas Pitre | 2013-07-30 | 1 | -15/+8 |
| | | * | | | | | | | | | ARM: bL_switcher: move to dedicated threads rather than workqueues | Nicolas Pitre | 2013-07-30 | 2 | -24/+79 |
| | | * | | | | | | | | | ARM: bL_switcher: add clockevent save/restore support | Lorenzo Pieralisi | 2013-07-30 | 1 | -0/+20 |
| | | * | | | | | | | | | ARM: b.L: core switcher code | Nicolas Pitre | 2013-07-30 | 4 | -0/+277 |
| | | * | | | | | | | | | ARM: suspend: use hash of cpu_logical_map value to index into save array | Nicolas Pitre | 2013-07-30 | 2 | -18/+16 |
| * | | | | | | | | | | | Merge branch 'misc' into for-next | Russell King | 2013-11-12 | 34 | -278/+466 |
| |\ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | |
|
| | * | | | | | | | | | | ARM: 7868/1: arm/arm64: remove atomic_clear_mask() in "include/asm/atomic.h" | Chen Gang | 2013-11-09 | 2 | -38/+0 |
| | * | | | | | | | | | | ARM: 7867/1: include: asm: use 'int' instead of 'unsigned long' for 'oldval' ... | Chen Gang | 2013-11-09 | 1 | -1/+2 |
| | * | | | | | | | | | | ARM: 7866/1: include: asm: use 'long long' instead of 'u64' within atomic.h | Chen Gang | 2013-11-09 | 1 | -24/+25 |
| | * | | | | | | | | | | ARM: 7887/1: Don't smp_cross_call() on UP devices in arch_irq_work_raise() | Stephen Boyd | 2013-11-09 | 1 | -1/+2 |
| | * | | | | | | | | | | ARM: 7872/1: Support arch_irq_work_raise() via self IPIs | Stephen Boyd | 2013-11-07 | 2 | -1/+19 |
| | * | | | | | | | | | | ARM: footbridge: fix build warnings for netwinder | Russell King | 2013-10-31 | 1 | -4/+4 |
| | * | | | | | | | | | | ARM: 7848/1: mcpm: Implement cpu_kill() to synchronise on powerdown | Dave Martin | 2013-10-29 | 3 | -0/+56 |
| | * | | | | | | | | | | ARM: 7847/1: mcpm: Factor out logical-to-physical CPU translation | Dave Martin | 2013-10-29 | 1 | -4/+13 |
| | * | | | | | | | | | | ARM: 7869/1: remove unused XSCALE_PMU Kconfig param | Michael Opdenacker | 2013-10-29 | 1 | -5/+0 |
| | * | | | | | | | | | | ARM: 7864/1: Handle 64-bit memory in case of 32-bit phys_addr_t | Magnus Damm | 2013-10-29 | 1 | -4/+12 |
| | * | | | | | | | | | | ARM: 7863/1: Let arm_add_memory() always use 64-bit arguments | Magnus Damm | 2013-10-29 | 2 | -4/+4 |
| | * | | | | | | | | | | ARM: 7862/1: pcpu: replace __get_cpu_var_uses | Christoph Lameter | 2013-10-29 | 7 | -35/+34 |
| | * | | | | | | | | | | ARM: 7861/1: cacheflush: consolidate single-CPU ARMv7 cache disabling code | Nicolas Pitre | 2013-10-29 | 3 | -98/+52 |
| | * | | | | | | | | | | ARM: 7860/1: debug: msm: Add DEBUG_LL support for ARCH_MSM8974 | Rohit Vaswani | 2013-10-29 | 2 | -0/+14 |
| | * | | | | | | | | | | ARM: 7859/1: debug: Create CONFIG_DEBUG_MSM_UART and re-organize the selects ... | Rohit Vaswani | 2013-10-29 | 1 | -5/+10 |
| | * | | | | | | | | | | ARM: 7856/1: timer-sp: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-10-29 | 1 | -1/+1 |