summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm
AgeCommit message (Expand)AuthorFilesLines
2015-06-12Merge branch 'for-arm-soc' into for-nextRussell King1-0/+1
2015-06-12Merge branch 'devel-stable' into for-nextRussell King3-59/+40
2015-06-12Merge branch 'bsym' into for-nextRussell King3-5/+18
2015-06-12Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-nextRussell King11-129/+91
2015-06-12ARM: 8389/1: Add cpu_resume_arm() for firmwares that resume in ARM stateStephen Boyd1-0/+1
2015-06-11ARM: 8390/1: irqflags: Get arch_irqs_disabled from asm-genericDaniel Thompson1-0/+11
2015-06-06Merge branch 'for-rmk/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2-14/+12
2015-06-02ARM: cmpxchg: avoid warnings from macro-ized cmpxchg() implementationsRussell King1-29/+37
2015-06-02ARM: remove __bad_xchg definitionRussell King1-0/+1
2015-06-02ARM: 8366/1: move Dual-Timer SP804 driver to drivers/clocksourceSudeep Holla2-59/+0
2015-06-02ARM: 8365/1: introduce sp804_timer_disable and remove arm_timer.h inclusionSudeep Holla1-0/+1
2015-06-02ARM: 8360/1: add secondary_startup_arm prototype in header fileYingjoe Chen1-0/+1
2015-06-02ARM: redo TTBR setup code for LPAERussell King3-24/+1
2015-06-02ARM: keystone2: rename init_meminfo to pv_fixupRussell King1-1/+1
2015-06-02ARM: keystone2: move update of the phys-to-virt constants into generic codeRussell King1-1/+1
2015-05-28arm: perf: share arm_pmu_device_probeMark Rutland1-0/+4
2015-05-28arm: perf: kill off unused pm callbacksMark Rutland1-14/+0
2015-05-28ARM: 8380/1: bpf: fix NOMMU buildArnd Bergmann1-0/+7
2015-05-27arm: perf: treat PMUs as CPU affineMark Rutland1-0/+1
2015-05-27arm: perf: Fix callchain parse error with kernel tracepoint eventsHou Pengyang1-0/+7
2015-05-08ARM: replace BSYM() with badr assembly macroRussell King3-5/+18
2015-05-08ARM: 8355/1: arch: Show the serial number from devicetree in cpuinfoPaul Kocialkowski1-0/+1
2015-05-08ARM: optimize memset_io()/memcpy_fromio()/memcpy_toio()Russell King1-0/+25
2015-05-08ARM: 8220/1: allow modules outside of bl rangeArd Biesheuvel1-1/+11
2015-05-08ARM: 8341/1: io: Unpessimize relaxed io accessorsPeter Hurley1-15/+12
2015-05-06ARM: MCPM: remove residency argument from mcpm_cpu_suspend()Nicolas Pitre1-10/+5
2015-05-06ARM: MCPM: make internal helpers private to the core codeNicolas Pitre1-29/+23
2015-05-06ARM: MCPM: remove backward compatibility codeNicolas Pitre1-6/+0
2015-05-04ARM: 8347/1: dma-mapping: fix off-by-one check in arm_setup_iommu_dma_opsMarek Szyprowski1-1/+1
2015-04-22Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+42
2015-04-22Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-2/+63
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-11/+1
2015-04-17arm: use asm-generic for seccomp.hKees Cook2-11/+1
2015-04-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+10
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+0
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-10/+0
2015-04-15Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds14-9/+142
2015-04-15Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+23
2015-04-15mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook1-4/+0
2015-04-15Merge branch 'devel-stable' into for-nextRussell King2-1/+2
2015-04-15Merge branches 'misc', 'vdso' and 'fixes' into for-nextRussell King6-2/+106
2015-04-15ARM: allow 16-bit instructions in ALT_UP()Russell King1-0/+3
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+1
2015-04-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+2
2015-04-12arm: Remove signal translation and exec_domainRichard Weinberger1-3/+0
2015-04-10crypto: arm/sha1 - move SHA-1 ARM asm implementation to base layerArd Biesheuvel1-10/+0
2015-04-09jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard1-3/+2
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini3-33/+5
2015-04-03ARM: MCPM: move the algorithmic complexity to the core codeNicolas Pitre1-2/+63
2015-04-03ARM, clocksource/drivers: Provide read_boot_clock64() and read_persistent_clo...Xunlei Pang1-2/+1