summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-04-1113-564/+570
|\
| * Merge branch 'devel-stable' into for-nextRussell King2014-04-118-551/+562
| |\
| | * Merge tag 'for_russell/arm-be-probes' of git://git.linaro.org/people/taras.ko...Russell King2014-04-018-551/+562
| | |\
| | | * ARM: kprobes-test: Workaround GAS .align bugTaras Kondratiuk2014-04-012-2/+2
| | | * ARM: kprobes-test: use <asm/opcodes.h> for Thumb instruction buildingBen Dooks2014-04-011-223/+224
| | | * ARM: kprobes-test: use <asm/opcodes.h> for ARM instruction buildingBen Dooks2014-04-011-301/+302
| | | * ARM: kprobes-test: use <asm/opcodes.h> for instruction accessesBen Dooks2014-04-011-5/+6
| | | * ARM: probes: fix instruction fetch order with <asm/opcodes.h>Ben Dooks2014-04-014-20/+28
| | | |
| | \ \
| *-. \ \ Merge branches 'fixes' and 'misc' into for-nextRussell King2014-04-115-13/+8
| |\ \ \ \
| | | * | | Dump the registers on undefined instruction userspace faultsRussell King2014-04-111-0/+1
| | | * | | ARM: 8017/1: Move asm macro get_thread_info to asm/assembler.hCatalin Marinas2014-04-091-11/+0
| | | * | | ARM: 8016/1: Check cpu id in pj4_cp0_init.Chao Xie Linux2014-04-081-0/+4
| | | * | | ARM: add missing system_misc.h include to process.cRussell King2014-04-081-0/+1
| | * | | | ARM: 8012/1: kdump: Avoid overflow when converting pfn to physaddrLiu Hua2014-04-071-1/+1
| | * | | | ARM: 8010/1: avoid tracers in soft_restartSebastian Capella2014-04-071-1/+1
* | | | | | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-1/+7
|\ \ \ \ \ \
| * | | | | | arm, hw-breakpoint: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+7
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2014-04-051-0/+40
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'imx-soc-3.15' of git://git.linaro.org/people/shawnguo/linux-2.6 in...Olof Johansson2014-03-091-1/+1
| |\ \ \ \ \ \
| * | | | | | | ARM: Introduce CPU_METHOD_OF_DECLARE() for cpu hotplug/smpStephen Boyd2014-02-111-0/+40
* | | | | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-04-0528-2679/+4395
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge branch 'devel-stable' into for-nextRussell King2014-04-0422-2598/+4264
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Merge branch 'uprobes-v7' of git://git.linaro.org/people/dave.long/linux into...Russell King2014-03-1919-2553/+3445
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | ARM: add uprobes supportDavid A. Long2014-03-185-0/+484
| | | * | | | | ARM: Make arch_specific_insn a define for new arch_probes_insn structureDavid A. Long2014-03-1810-78/+78
| | | * | | | | 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-1810-66/+63
| | | * | | | | 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-189-92/+92
| | | * | | | | ARM: Remove use of struct kprobe from generic probes codeDavid A. Long2014-03-189-168/+194
| | | * | | | | 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-188-1513/+1622
| | | * | | | | ARM: Fix missing includes in kprobes sourcesDavid A. Long2014-03-184-1/+9
| | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'for-rmk/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2014-03-073-44/+813
| | |\ \ \ \ \
| | | * | | | | ARM: perf: add support for the Cortex-A12 PMUAlbin Tonnerre2014-02-212-0/+159
| | | * | | | | ARM: perf: remove unused PMU probing codeMark Rutland2014-02-211-9/+0
| | | * | | | | ARM: perf: hook up perf_sample_event_took around pmu irq handlingWill Deacon2014-02-211-2/+9
| | | * | | | | ARM: perf: fully support Krait CPU PMU eventsStephen Boyd2014-02-211-6/+401
| | | * | | | | ARM: perf: add hook for event index clearingStephen Boyd2014-02-211-0/+2
| | | * | | | | ARM: perf: add basic support for Krait CPU PMUsStephen Boyd2014-02-212-0/+165
| | | * | | | | ARM: perf: assign pdev pointer earlier for CPU PMUsStephen Boyd2014-02-211-2/+3
| | | * | | | | ARM: perf: support percpu irqs for the CPU PMUStephen Boyd2014-02-212-31/+80
| | | | |/ / / | | | |/| | |
| | * / | | | ARM: show_regs: on v7-M there are no FIQs, different processor modes, ...Uwe Kleine-König2014-02-031-2/+7
| | |/ / / /
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unst...Russell King2014-04-047-83/+145
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | / | | | | |_|/ | | | |/| |
| | | * | | ARM: Better virt_to_page() handlingRussell King2014-04-032-9/+10
| | | * | | ARM: 7987/1: ARM : unwinder : Prevent data abort due to stack overflowAnurag Aggarwal2014-02-251-37/+100
| | | * | | ARM: 7982/1: introduce HWCAP2 feature bits for ARMv8 Crypto ExtensionsArd Biesheuvel2014-02-251-0/+5
| | | * | | ARM: 7981/1: add support for AT_HWCAP2 ELF auxv entryArd Biesheuvel2014-02-251-0/+11