summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* ARM: 8100/1: Fix preemption disable in iwmmxt_task_enable()Sebastian Hesselbarth2014-07-181-11/+12
* Merge branch 'kprobes-test-fixes' of git://git.linaro.org/people/tixy/kernel ...Russell King2014-07-123-13/+33
|\
| * ARM: kprobes: Fix test code compilation errors for ARMv4 targetsJon Medhurst2014-07-021-0/+8
| * ARM: kprobes: Disallow instructions with PC and register specified shiftJon Medhurst2014-07-022-13/+15
| * ARM: kprobes: Prevent known test failures stopping other tests runningJon Medhurst2014-07-021-0/+10
* | ARM: 8087/1: ptrace: reload syscall number after secure_computing() checkWill Deacon2014-06-291-3/+4
* | ARM: perf: fix compiler warning with gcc 4.6.4 (and tidy code)Russell King2014-06-191-2/+2
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-121-27/+27
|\
| * sched: Final power vs. capacity cleanupsNicolas Pitre2014-06-051-27/+27
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-122-3/+7
|\ \
| * \ Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar2014-06-062-1/+5
| |\ \
| * | | perf/ARM: Use common PMU interrupt disabled codeVince Weaver2014-06-052-3/+7
* | | | Merge tag 'llvmlinux-for-v3.16' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds2014-06-081-1/+1
|\ \ \ \
| * | | | arm, unwind, LLVMLinux: Enable clang to be used for unwinding the stackMark Charlebois2014-06-071-1/+1
| | |/ / | |/| |
* | | | arm: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-3/+3
* | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-0519-65/+272
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King2014-06-0518-50/+267
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | | * | | ARM: 8025/1: Get rid of meminfoLaura Abbott2014-06-013-29/+11
| | | | * | | ARM: 8049/1: ftrace/add save_stack_trace_regs() implementationLin Yongting2014-05-301-0/+19
| | | | * | | ARM: 8062/1: Modify ldrt fixup handler to re-execute the userspace instructionArun K S2014-05-301-1/+2
| | | | * | | ARM: 8054/1: perf: add support for the Cortex-A17 PMUWill Deacon2014-05-252-0/+13
| | | | * | | ARM: 8053/1: kernel: sleep: restore HYP mode configuration in cpu_resumeLorenzo Pieralisi2014-05-251-1/+4
| | | | * | | ARM: 8043/1: uprobes need icache flush after xol writeVictor Kamensky2014-05-251-0/+20
| | | | * | | ARM: 8028/1: move __fixup_smp out of init sectionRob Herring2014-05-251-1/+1
| | | | * | | ARM: stacktrace: include exception PC value in stacktrace outputRussell King2014-05-221-0/+23
| | | | * | | ARM: stacktrace: avoid listing stacktrace functions in stacktraceRussell King2014-05-221-5/+13
| | | | * | | ARM: 8036/1: Enable IRQs before attempting to read user space in __und_usrCatalin Marinas2014-04-252-5/+8
| | | | * | | ARM: 8034/1: Disable preemption in iwmmxt_task_enable()Catalin Marinas2014-04-251-3/+11
| | | | * | | ARM: 8022/1: ftrace: work with CONFIG_DEBUG_SET_MODULE_RONXRabin Vincent2014-04-231-0/+13
| | | | * | | ARM: 8011/1: ARM hibernation / suspend-to-diskSebastian Capella2014-04-232-0/+108
| | | | * | | ARM: 8008/1: topology: Coding style fixesMark Brown2014-04-141-4/+4
| | | * | | | ARM: l2c: add platform independent core L2 cache OF initialisationRussell King2014-05-301-0/+12
| | | | |/ / | | | |/| |
| * | | | | ARM: ensure C page table setup code follows assembly codeRussell King2014-06-021-1/+4
| * | | | | ARM: consolidate last remaining open-coded alignment trap enableRussell King2014-06-023-10/+4
| * | | | | ARM: remove global cr_no_alignmentRussell King2014-06-022-5/+1
| * | | | | ARM: use get_cr() rather than cr_alignmentRussell King2014-05-221-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-041-36/+7
|\ \ \ \ \
| * | | | | ARM: align cpu_method_of_table namingRob Herring2014-05-201-4/+7
| * | | | | Merge branch 'dt-bus-name' into for-nextRob Herring2014-05-137-9/+58
| |\ \ \ \ \ | | |/ / / /
| * | | | | of/fdt: move memreserve and dtb memory reservations into coreRob Herring2014-04-301-27/+0
| * | | | | of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring2014-04-301-1/+1
| * | | | | ARM: dt: use default early_init_dt_alloc_memory_archRob Herring2014-04-301-5/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-042-37/+192
|\ \ \ \ \
| * | | | | ARM: Check if a CPU has gone offlineAshwin Chaugule2014-05-151-0/+33
| * | | | | PSCI: Add initial support for PSCIv0.2 functionsAshwin Chaugule2014-05-151-37/+159
| |/ / / /
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-0/+26
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar2014-05-227-9/+58
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched, ARM: Create a dedicated scheduler topology tableVincent Guittot2014-05-071-0/+26
| | |/ / | |/| |
* | | | Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-021-0/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | ARM/PCI: Call pcie_bus_configure_settings() to set MPSMurali Karicheri2014-05-301-0/+12
| |/ /
OpenPOWER on IntegriCloud