summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | 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-232-0/+24
| | |\ \ \ \ \ \
| | | * | | | | | ARM: perf: add support for perf registers APIWill Deacon2013-09-302-0/+24
| | | |/ / / / /
| | * | | | | | Merge branch 'for-rmk/arm-mm-lpae' of git://git.kernel.org/pub/scm/linux/kern...Russell King2013-10-182-9/+67
| | |\ \ \ \ \ \
| | | * | | | | | ARM: mm: Recreate kernel mappings in early_paging_init()Santosh Shilimkar2013-10-101-0/+1
| | | * | | | | | ARM: mm: Correct virt_to_phys patching for 64 bit physical addressesSricharan R2013-10-101-3/+34
| | | * | | | | | ARM: mm: Introduce virt_to_idmap() with an arch hookSantosh Shilimkar2013-10-101-0/+16
| | | * | | | | | ARM: mm: use phys_addr_t appropriately in p2v and v2p conversionsSantosh Shilimkar2013-10-101-6/+16
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Merge branch 'arm-aesbs' of git://git.linaro.org/people/ardbiesheuvel/linux-a...Russell King2013-10-072-0/+8
| | |\ \ \ \ \ \
| | | * | | | | | 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-231-0/+2
| | * | | | | | ARM: bL_switcher/trace: Add kernel trace trigger interfaceDave Martin2013-09-231-0/+3
| | * | | | | | ARM: mcpm: add a simple poke mechanism to the early entry codeNicolas Pitre2013-09-231-0/+8
| | * | | | | | ARM: SMP: basic IPI triggered completion supportNicolas Pitre2013-09-232-1/+3
| | * | | | | | ARM: bL_switcher: Add switch completion callback for bL_switch_request()Dave Martin2013-09-231-1/+9
| | * | | | | | ARM: bL_switcher: Add runtime control notifierDave Martin2013-09-231-0/+44
| | * | | | | | ARM: bL_switcher: Add synchronous enable/disable interfaceDave Martin2013-09-231-0/+3
| | * | | | | | Merge branch 'iks_for_rmk' of git://git.linaro.org/people/nico/linux into dev...Russell King2013-09-171-0/+17
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | ARM: bL_switcher: move to dedicated threads rather than workqueuesNicolas Pitre2013-07-301-1/+1
| | | * | | | | ARM: b.L: core switcher codeNicolas Pitre2013-07-301-0/+17
| * | | | | | | 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: 7872/1: Support arch_irq_work_raise() via self IPIsStephen Boyd2013-11-071-1/+1
| * | | | | | | ARM: 7848/1: mcpm: Implement cpu_kill() to synchronise on powerdownDave Martin2013-10-291-0/+31
| * | | | | | | ARM: 7863/1: Let arm_add_memory() always use 64-bit argumentsMagnus Damm2013-10-291-1/+1
| * | | | | | | ARM: 7861/1: cacheflush: consolidate single-CPU ARMv7 cache disabling codeNicolas Pitre2013-10-291-0/+46
| * | | | | | | ARM: 7860/1: debug: msm: Add DEBUG_LL support for ARCH_MSM8974Rohit Vaswani2013-10-291-0/+5
| * | | | | | | ARM: 7858/1: mm: make UACCESS_WITH_MEMCPY huge page awareSteven Capper2013-10-292-0/+10
| * | | | | | | ARM: 7855/1: Add check for Cortex-A15 errata 798181 ECORob Herring2013-10-292-31/+18
| * | | | | | | ARM: 7854/1: lockref: add support for lockless lockrefs using cmpxchg64Will Deacon2013-10-291-2/+6
| * | | | | | | ARM: 7853/1: cmpxchg: implement cmpxchg64_relaxedWill Deacon2013-10-291-1/+3
| * | | | | | | ARM: 7852/1: cmpxchg: implement barrier-less cmpxchg64_localWill Deacon2013-10-291-10/+42
| * | | | | | | ARM: 7850/1: DEBUG_LL on efm32 SoCsUwe Kleine-König2013-10-291-0/+45
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-0/+8
|\ \ \ \ \ \ \
| * | | | | | | ARM: 7805/1: mm: change max*pfn to include the physical offset of memorySantosh Shilimkar2013-10-311-0/+8
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-2/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-071-1/+1
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring2013-10-091-2/+0
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-11-122-87/+0
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge tag 'v3.12-rc6' into develLinus Walleij2013-10-194-6/+17
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'v3.12-rc4' into develLinus Walleij2013-10-161-0/+7
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | ARM: plat-iop: instantiate GPIO from platform deviceLinus Walleij2013-09-202-41/+0
| * | | | | | ARM: plat-iop: remove custom complex GPIO implementationLinus Walleij2013-09-202-46/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-122-5/+32
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'timer_evtstrm' of git://linux-arm.org/linux-skn into clockevent...Daniel Lezcano2013-10-032-5/+32
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | ARM: arch_timer: add support to configure and enable event streamSudeep KarkadaNagesha2013-09-262-3/+25
OpenPOWER on IntegriCloud