summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * ARM: hisi: fix building without CONFIG_HOTPLUG_CPUArnd Bergmann2014-03-212-2/+3
| | * ARM: ep93xx: export ep93xx_chip_revisionArnd Bergmann2014-03-211-0/+1
| | * ARM: efm32: select AUTO_ZRELADDRArnd Bergmann2014-03-211-0/+1
| | * ARM: davinci: fix Kconfig for DA850_EVMArnd Bergmann2014-03-212-5/+2
| | * ARM: davinci: make dm644x-evm phy fixup conditionalArnd Bergmann2014-03-211-5/+6
| | * ARM: at91: sama5 always uses DTArnd Bergmann2014-03-211-0/+1
| | * ARM: at91: fix broken "if () else" statementArnd Bergmann2014-03-211-5/+1
| | * ARM: at91: export sam9_smc interfacesArnd Bergmann2014-03-211-0/+3
| | * ARM: at91: don't provide dt init code for at91x40Arnd Bergmann2014-03-211-1/+1
| | * ARM: at91: split out at91x40 into a top-level optionArnd Bergmann2014-03-212-11/+19
| * | Merge tag 'samsung-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kg...Arnd Bergmann2014-03-184-3/+4
| |\ \
| | * | ARM: S3C64XX: mach-crag6410-module.c is not modularPaul Gortmaker2014-02-161-1/+1
| | * | ARM: exynos_defconfig: Update EHCI config entryTushar Behera2014-02-161-1/+1
| | * | ARM: dts: Keep G3D regulator always on for exynos5250-arndaleTomasz Figa2014-02-141-0/+1
| | * | ARM: S3C24XX: Fix typo CONFIG_CPUS_3C2443Paul Bolle2014-02-141-1/+1
| * | | ARM: mmp: allow platform devices with modular USBArnd Bergmann2014-03-183-18/+18
| * | | ARM: ixp4xx: Make dma_set_coherent_mask common, correct implementationSimon Kågström2014-03-182-9/+12
| * | | CNS3xxx: Fix PCIe early iotable_init().Krzysztof Hałasa2014-03-172-73/+64
| * | | CNS3xxx: Fix a WARN() related to IRQ allocation.Krzysztof Hałasa2014-03-172-2/+0
| * | | Merge tag 'omap-for-v3.15/fixes-for-merge-window' of git://git.kernel.org/pub...Arnd Bergmann2014-03-171062-6164/+12707
| |\ \ \
| | * | | ARM: OMAP4: hwmod data: correct the idlemodes for spinlockSuman Anna2014-03-131-2/+1
| | * | | ARM: dts: am33xx: correcting dt node unit address for usbMugunthan V N2014-03-131-2/+2
| | * | | ARM: dts: omap4/5: Use l3_ick for the gpmc nodeFlorian Vaussard2014-03-132-0/+4
| | * | | CLK: TI: OMAP4/5/DRA7: Remove gpmc_fck from dummy clocksFlorian Vaussard2014-03-133-3/+0
| | * | | ARM: OMAP4: Fix definition of IS_PM44XX_ERRATUMNishanth Menon2014-03-131-1/+1
| | * | | ARM: OMAP2+: INTC: Acknowledge stuck active interruptsStefan Sørensen2014-03-131-0/+8
| * | | | MAINTAINERS: ARM: clps711x: Use regex patterns to involve all CLPS711X driversAlexander Shiyan2014-02-281-1/+1
| * | | | ARM: clps711x: autcpu12: Fix incorrect NAND CLE GPIOAlexander Shiyan2014-02-281-1/+1
| * | | | irqchip: gic: use dmb ishst instead of dsb when raising a softirqWill Deacon2014-02-251-2/+2
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-04-05114-3362/+5748
|\ \ \ \
| * \ \ \ Merge branch 'devel-stable' into for-nextRussell King2014-04-041043-8929/+15846
| |\ \ \ \
| | * \ \ \ Merge branch 'uprobes-v7' of git://git.linaro.org/people/dave.long/linux into...Russell King2014-03-19558-5908/+8919
| | |\ \ \ \
| | | * | | | ARM: add uprobes supportDavid A. Long2014-03-189-1/+542
| | | * | | | ARM: Make arch_specific_insn a define for new arch_probes_insn structureDavid A. Long2014-03-1812-82/+84
| | | * | | | ARM: Add an emulate flag to the kprobes/uprobes instruction decode functionsDavid A. Long2014-03-188-16/+25
| | | * | | | ARM: Change the remaining shared kprobes/uprobes symbols to something genericDavid A. Long2014-03-1811-73/+69
| | | * | | | ARM: Rename the shared kprobes/uprobe return value enumDavid A. Long2014-03-186-24/+23
| | | * | | | ARM: Change more ARM kprobes symbol names to something more genericDavid A. Long2014-03-186-19/+19
| | | * | | | ARM: Make the kprobes condition_check symbol names more genericDavid A. Long2014-03-1810-97/+98
| | | * | | | ARM: Remove use of struct kprobe from generic probes codeDavid A. Long2014-03-1810-170/+201
| | | * | | | ARM: use a function table for determining instruction interpreter actionDavid A. Long2014-03-1811-271/+441
| | | * | | | ARM: move generic thumb instruction parsing code to new files for use by othe...David A. Long2014-03-184-910/+1000
| | | * | | | ARM: Move generic arm instruction parsing code to new files for sharing betwe...David A. Long2014-03-189-1513/+1624
| | | * | | | ARM: move shared uprobe/kprobe definitions into new include fileDavid A. Long2014-03-182-14/+37
| | | * | | | uprobes: allow ignoring of probe hitsDavid A. Long2014-03-182-0/+10
| | | * | | | ARM: Fix missing includes in kprobes sourcesDavid A. Long2014-03-185-2/+10
| | | * | | | uprobes: Kconfig dependency fixDavid A. Long2014-03-182-5/+2
| | * | | | | Merge branch 'for-rmk/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2014-03-07548-3145/+7036
| | |\ \ \ \ \
| | | * | | | | ARM: perf: add support for the Cortex-A12 PMUAlbin Tonnerre2014-02-213-0/+160
| | | * | | | | ARM: perf: remove unused PMU probing codeMark Rutland2014-02-211-9/+0