summaryrefslogtreecommitdiff
path: root/arch/arm/include
AgeCommit message (Expand)AuthorFilesLines
2013-10-30ARM: fix misplaced arch_virt_to_idmap()Russell King1-1/+2
2013-10-24Merge branch 'for-rmk/prefetch' of git://git.kernel.org/pub/scm/linux/kernel/...Russell King5-23/+51
2013-10-24Merge branch 'for-rmk/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2-0/+24
2013-10-18Merge branch 'for-rmk/arm-mm-lpae' of git://git.kernel.org/pub/scm/linux/kern...Russell King2-9/+67
2013-10-11ARM: mm: Recreate kernel mappings in early_paging_init()Santosh Shilimkar1-0/+1
2013-10-11ARM: mm: Correct virt_to_phys patching for 64 bit physical addressesSricharan R1-3/+34
2013-10-11ARM: mm: Introduce virt_to_idmap() with an arch hookSantosh Shilimkar1-0/+16
2013-10-11ARM: mm: use phys_addr_t appropriately in p2v and v2p conversionsSantosh Shilimkar1-6/+16
2013-10-07Merge branch 'arm-aesbs' of git://git.linaro.org/people/ardbiesheuvel/linux-a...Russell King2-0/+8
2013-10-04ARM: pull in <asm/simd.h> from asm-genericArd Biesheuvel1-0/+1
2013-09-30ARM: atomics: prefetch the destination word for write prior to strexWill Deacon1-0/+7
2013-09-30ARM: locks: prefetch the destination word for write prior to strexWill Deacon2-4/+11
2013-09-30ARM: prefetch: add support for prefetchw using pldw on SMP ARMv7+ CPUsWill Deacon1-5/+12
2013-09-30ARM: smp_on_up: move inline asm ALT_SMP patching macro out of spinlock.hWill Deacon3-11/+20
2013-09-30ARM: prefetch: remove redundant "cc" clobberWill Deacon1-3/+1
2013-09-30ARM: perf: add support for perf registers APIWill Deacon2-0/+24
2013-09-24ARM: bL_switcher: Add query interface to discover CPU affinitiesDave Martin1-0/+2
2013-09-24ARM: bL_switcher/trace: Add kernel trace trigger interfaceDave Martin1-0/+3
2013-09-24ARM: mcpm: add a simple poke mechanism to the early entry codeNicolas Pitre1-0/+8
2013-09-24ARM: SMP: basic IPI triggered completion supportNicolas Pitre2-1/+3
2013-09-24ARM: bL_switcher: Add switch completion callback for bL_switch_request()Dave Martin1-1/+9
2013-09-24ARM: bL_switcher: Add runtime control notifierDave Martin1-0/+44
2013-09-24ARM: bL_switcher: Add synchronous enable/disable interfaceDave Martin1-0/+3
2013-09-18ARM: 7836/1: add __get_user_unaligned/__put_user_unalignedNicolas Pitre1-0/+7
2013-09-17Merge branch 'iks_for_rmk' of git://git.linaro.org/people/nico/linux into dev...Russell King1-0/+17
2013-09-10Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-3/+3
2013-09-09Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds1-1/+0
2013-09-07Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-0/+4
2013-09-07Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-34/+93
2013-09-06Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2013-09-06Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds37-532/+453
2013-09-05Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linusRussell King37-532/+453
2013-09-05Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+2
2013-09-02Move the EM_ARM and EM_AARCH64 definitions to uapi/linux/elf-em.hDan Aloni1-2/+0
2013-09-02ARM: 7829/1: Add ".text.unlikely" and ".text.hot" to arm unwind tablesDouglas Anderson1-0/+2
2013-09-02ARM: 7828/1: ARMv7-M: implement restart routine common to all v7-M machinesUwe Kleine-König1-0/+12
2013-09-01Merge tag 'kvm-arm-for-3.12' of git://git.linaro.org/people/cdall/linux-kvm-a...Gleb Natapov1-1/+1
2013-08-31ARM: KVM: Fix kvm_set_pte assignmentChristoffer Dall1-1/+1
2013-08-30Merge tag 'highbank-for-3.12' of git://sources.calxeda.com/kernel/linux into ...Olof Johansson2-3/+3
2013-08-29Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf7-26/+23
2013-08-28Merge branch 'for-rmk/cacheflush-v2' of git://git.kernel.org/pub/scm/linux/ke...Russell King2-2/+12
2013-08-28Merge branch 'for-rmk/barriers' of git://git.kernel.org/pub/scm/linux/kernel/...Russell King17-142/+240
2013-08-27drivers: dma-contiguous: clean source code and prepare for device treeMarek Szyprowski1-1/+0
2013-08-25ARM: 7806/1: allow DEBUG_UNCOMPRESS for TegraStephen Warren1-0/+29
2013-08-25ARM: debug: move keystone debug to generic 8250 codeRussell King1-43/+0
2013-08-25ARM: debug: move PL01X debug include into arch/arm/include/debug/Russell King10-82/+3
2013-08-25ARM: debug: provide PL01x debug uart phys/virt address configuration optionsRussell King9-111/+7
2013-08-25ARM: debug: add support for word accesses to debug/8250.SRussell King4-70/+21
2013-08-25ARM: debug: move 8250 debug include into arch/arm/include/debug/Russell King6-59/+1
2013-08-25ARM: debug: provide 8250 debug uart phys/virt address configuration optionsRussell King6-82/+9