summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorLines
2015-03-29ARM: 8324/1: move cpu_resume() to .text sectionArd Biesheuvel-9/+6
2015-03-29ARM: 8322/1: keep .text and .fixup regions closer togetherArd Biesheuvel-6/+3
2015-03-29ARM: 8307/1: psci: move psci firmware calls out of lineMark Rutland-37/+35
2015-03-28ARM: 8328/1: remove empty preprocessor #else branchUwe Kleine-König-3/+1
2015-03-28ARM: 8319/1: advertise availability of v8 Crypto instructionsArd Biesheuvel-0/+22
2015-03-28ARM: 8318/1: treat CPU feature register fields as signed quantitiesArd Biesheuvel-13/+9
2015-03-28ARM: 8317/1: move the .idmap.text section closer to .head.textArd Biesheuvel-1/+1
2015-03-28ARM: 8314/1: replace PROCINFO embedded branch with relative offsetArd Biesheuvel-7/+7
2015-03-27ARM: 8332/1: add CONFIG_VDSO Kconfig and Makefile bitsNathan Lynch-0/+1
2015-03-27ARM: 8331/1: VDSO initialization, mapping, and synchronizationNathan Lynch-3/+351
2015-03-27ARM: 8330/1: add VDSO user-space codeNathan Lynch-0/+5
2015-03-27ARM: kvm: round HYP section to page size instead of log2 upper boundArd Biesheuvel-30/+1
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar-1/+1
2015-03-25ARM: kvm: assert on HYP section boundaries not actual code sizeArd Biesheuvel-1/+1
2015-03-25ARM: cpuidle: Document the codeDaniel Lezcano-0/+59
2015-03-24ARM: pmu: add support for interrupt-affinity propertyWill Deacon-7/+62
2015-03-24ARM: cpuidle: Add a cpuidle ops structure to be used for DTDaniel Lezcano-0/+72
2015-03-23ARM: cpuidle: Remove duplicate header inclusionDaniel Lezcano-1/+1
2015-03-23ARM: kvm: implement replacement for ld's LOG2CEIL()Ard Biesheuvel-2/+22
2015-03-23perf: Remove type specific target pointersPeter Zijlstra-1/+1
2015-03-19ARM: perf: reject groups spanning multiple hardware PMUsSuzuki K. Poulose-6/+15
2015-03-19ARM, arm64: kvm: get rid of the bounce pageArd Biesheuvel-3/+15
2015-03-18ARM: 8313/1: Use read_cpuid_ext() macro instead of inline asmMason-4/+1
2015-03-17ARM: perf: Add support for Scorpion PMUsStephen Boyd-0/+416
2015-03-17ARM: perf: Only reset PMxEVCNTCR registers on resetStephen Boyd-2/+9
2015-03-17ARM: perf: Preparatory work for Scorpion PMU supportStephen Boyd-57/+43
2015-03-12arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}Christoffer Dall-4/+0
2015-02-23ARM: 8293/1: kernel: fix pci_mmap_page_range() offset calculationLorenzo Pieralisi-8/+2
2015-02-23ARM: 8219/1: handle interworking and out-of-range relocations separatelyArd Biesheuvel-14/+24
2015-02-19ARM: make of_device_ids constUwe Kleine-König-1/+1
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin-1/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski-2/+2
2015-02-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-9766/+19
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+2
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+0
2015-02-10Merge branch 'acpi-resources'Rafael J. Wysocki-3/+2
2015-02-10Merge branch 'devel-stable' into for-nextRussell King-9760/+30
2015-02-10Merge branches 'debug', 'fixes', 'l2c' (early part), 'misc' and 'sa1100' into...Russell King-16/+33
2015-02-10ARM: 8302/1: Add a secondary_startup that assumes ARM modeStephen Boyd-0/+7
2015-02-05PCI: Use common resource list management code instead of private implementationJiang Liu-3/+2
2015-02-04Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-0/+2
2015-01-29ARM: 8295/1: fix v7M build for !CONFIG_PRINTKRob Herring-0/+2
2015-01-24Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-10/+20
2015-01-21ARM: 8291/1: replace magic number with PAGE_SHIFT macro in fixup_pv codeMasahiro Yamada-1/+1
2015-01-21ARM: 8248/1: pm: remove outdated commentBrian Norris-4/+0
2015-01-21ARM: 8292/1: mm: fix size rounding-down of arm_add_memory() functionMasahiro Yamada-2/+5
2015-01-16ARM: 8261/1: l2c: Get outer cache .write_sec callback from mach_desc only if ...Tomasz Figa-1/+2
2015-01-13ARM: kprobes: enable OPTPROBES for ARM 32Wang Nan-34/+3
2015-01-13ARM: kprobes: disallow probing stack consuming instructionsWang Nan-1/+2
2015-01-12ARM: 8255/1: perf: Prevent wraparound during overflowDaniel Thompson-2/+8