summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-04-1489-572/+2372
|\
| * Merge branch 'devel-stable' into for-nextRussell King2015-04-14172-758/+2138
| |\
| | * ARM: pmu: add support for interrupt-affinity propertyWill Deacon2015-03-242-7/+63
| | * ARM: perf: reject groups spanning multiple hardware PMUsSuzuki K. Poulose2015-03-191-6/+15
| | * ARM: perf: Add support for Scorpion PMUsStephen Boyd2015-03-172-0/+416
| | * ARM: perf: Only reset PMxEVCNTCR registers on resetStephen Boyd2015-03-171-2/+9
| | * ARM: perf: Preparatory work for Scorpion PMU supportStephen Boyd2015-03-171-57/+43
| | |
| | \
| *-. \ Merge branches 'misc', 'vdso' and 'fixes' into for-nextRussell King2015-04-1430-69/+1271
| |\ \ \
| | | * | ARM: proc-arm94*.S: fix setup functionRussell King2015-04-103-34/+38
| | | * | ARM: vexpress: fix CPU hotplug with CT9x4 tile.Russell King2015-04-071-0/+1
| | | * | ARM: 8276/1: Make CPU_DCACHE_DISABLE depend on !SMPFlorian Fainelli2015-04-021-1/+1
| | | * | ARM: 8337/1: mm: Do not invoke OOM for higher order IOMMU DMA allocationsTomasz Figa2015-04-021-6/+21
| | | * | ARM: 8320/1: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin2015-03-281-1/+1
| | * | | ARM: 8332/1: add CONFIG_VDSO Kconfig and Makefile bitsNathan Lynch2015-03-273-0/+23
| | * | | ARM: 8331/1: VDSO initialization, mapping, and synchronizationNathan Lynch2015-03-272-3/+351
| | * | | ARM: 8330/1: add VDSO user-space codeNathan Lynch2015-03-278-0/+700
| | * | | ARM: 8329/1: miscellaneous vdso infrastructure, preparationNathan Lynch2015-03-278-1/+113
| * | | | ARM: update errata 430973 documentation to cover Cortex A8 r1p*Russell King2015-04-141-1/+1
| * | | | ARM: ensure delay timer has sufficient accuracy for delaysRussell King2015-04-141-0/+6
| * | | | ARM: switch to use the generic show_mem() implementationRussell King2015-04-141-49/+0
| * | | | ARM: proc-v7: avoid errata 430973 workaround for non-Cortex A8 CPUsRussell King2015-04-142-4/+36
| * | | | ARM: enable ARM errata 643719 workaround by defaultRussell King2015-04-141-0/+1
| * | | | ARM: cache-v7: optimise test for Cortex A9 r0pX devicesRussell King2015-04-141-4/+3
| * | | | ARM: cache-v7: optimise branches in v7_flush_cache_louisRussell King2015-04-141-9/+10
| * | | | ARM: cache-v7: consolidate initialisation of cache level indexRussell King2015-04-141-2/+2
| * | | | ARM: cache-v7: shift CLIDR to extract appropriate field before maskingRussell King2015-04-141-7/+6
| * | | | ARM: cache-v7: use movw/movt instructionsRussell King2015-04-141-5/+6
| * | | | ARM: allow 16-bit instructions in ALT_UP()Russell King2015-04-141-0/+3
| * | | | ARM: 8339/1: Enable CONFIG_GENERIC_IRQ_SHOW_LEVELGeert Uytterhoeven2015-04-021-0/+1
| * | | | ARM: 8338/1: kexec: Relax SMP validation to improve DT compatibilityGeert Uytterhoeven2015-04-023-1/+8
| * | | | ARM: move reboot code to arch/arm/kernel/reboot.cRussell King2015-04-025-150/+158
| * | | | ARM: fix broken hibernationRussell King2015-04-023-4/+17
| * | | | ARM: 8326/1: s5pv210: move resume code to .text sectionArd Biesheuvel2015-03-291-1/+1
| * | | | ARM: 8325/1: exynos: move resume code to .text sectionArd Biesheuvel2015-03-291-15/+16
| * | | | ARM: 8324/1: move cpu_resume() to .text sectionArd Biesheuvel2015-03-291-9/+6
| * | | | ARM: 8323/1: force linker to use PIC veneersArd Biesheuvel2015-03-291-1/+1
| * | | | ARM: 8322/1: keep .text and .fixup regions closer togetherArd Biesheuvel2015-03-2911-20/+17
| * | | | ARM: 8307/1: psci: move psci firmware calls out of lineMark Rutland2015-03-293-37/+35
| * | | | ARM: 8328/1: remove empty preprocessor #else branchUwe Kleine-König2015-03-281-3/+1
| * | | | ARM: 8327/1: zImage: add support for ARMv7-MJoachim Eastwood2015-03-282-6/+35
| * | | | ARM: 8319/1: advertise availability of v8 Crypto instructionsArd Biesheuvel2015-03-281-0/+22
| * | | | ARM: 8318/1: treat CPU feature register fields as signed quantitiesArd Biesheuvel2015-03-282-13/+25
| * | | | ARM: 8317/1: move the .idmap.text section closer to .head.textArd Biesheuvel2015-03-281-1/+1
| * | | | ARM: 8314/1: replace PROCINFO embedded branch with relative offsetArd Biesheuvel2015-03-2826-67/+72
| * | | | ARM: add documentation for finding start of physical memoryRussell King2015-03-271-1/+18
| * | | | ARM: 8289/1: dma-mapping: use to_dma_iommu_mapping instead of accessing archdataWill Deacon2015-03-181-11/+11
| * | | | ARM: 8309/1: l2c: enforce use of cache-level propertyFlorian Fainelli2015-03-101-0/+7
| * | | | ARM: drop experimental status of SMP_ON_UPRussell King2015-02-241-1/+1
| * | | | ARM: 8304/1: Respect NO_KERNEL_MAPPING when we don't have an IOMMUCarlo Caione2015-02-231-26/+41
| * | | | ARM: 8293/1: kernel: fix pci_mmap_page_range() offset calculationLorenzo Pieralisi2015-02-231-8/+2