summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | arm: perf: krait: stop using singleton PMUMark Rutland2014-07-021-0/+2
| | * | | arm: perf: add more specific platform device IDsMark Rutland2014-07-021-0/+3
| | * | | arm: perf: clean up PMU namesMark Rutland2014-07-024-17/+49
| | * | | arm: perf: xscale: condense event mapsMark Rutland2014-07-021-102/+15
| | * | | arm: perf: armv6: condense event mapsMark Rutland2014-07-021-224/+47
| | * | | arm: perf: armv7: condense event mapsMark Rutland2014-07-021-743/+206
| * | | | Merge branch 'swp' (early part) into for-nextRussell King2014-08-052-7/+26
| |\ \ \ \
| | * | | | ARM: hwcap: disable HWCAP_SWP if the CPU advertises it has exclusivesRussell King2014-07-181-7/+22
| | * | | | ARM: SWP emulation: only initialise on ARMv7 CPUsRussell King2014-07-181-0/+4
| * | | | | Merge branches 'fixes' and 'misc' into for-nextRussell King2014-08-0520-131/+124
| |\ \ \ \ \
| | * | | | | ARM: 8122/1: smp_scu: enable SCU standby supportShawn Guo2014-08-021-0/+7
| | * | | | | ARM: 8121/1: smp_scu: use macro for SCU enable bitShawn Guo2014-08-021-2/+3
| | * | | | | ARM: 8111/1: Enable erratum 798181 for Broadcom Brahma-B15Gregory Fong2014-07-241-8/+12
| | * | | | | ARM: 8088/1: vmlinux.lds.S: drop redundant .commentMark Rutland2014-07-181-1/+0
| | * | | | | ARM: 8074/1: traps: Make use of the frame_pointer macroNikolay Borisov2014-07-181-2/+4
| | * | | | | ARM: 8073/1: unwind: Use arm_get_current_stackframeNikolay Borisov2014-07-181-5/+3
| | * | | | | ARM: 8072/1: time: Make use of arm_get_current_stackframeNikolay Borisov2014-07-181-4/+1
| | * | | | | ARM: 8071/1: perf: Make perf use arm_get_current_stackframeNikolay Borisov2014-07-181-4/+1
| | * | | | | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King2014-07-1812-74/+63
| | |/ / / /
| | * | | | ARM: make it easier to check the CPU part number correctlyRussell King2014-07-181-28/+27
| | |/ / /
* | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-08-022-11/+16
|\ \ \ \ \ | |/ / / /
| * | | | ARM: 8124/1: don't enter kgdb when userspace executes a kgdb break instructionOmar Sandoval2014-08-021-0/+4
| * | | | ARM: 8100/1: Fix preemption disable in iwmmxt_task_enable()Sebastian Hesselbarth2014-07-181-11/+12
| | |/ / | |/| |
* | | | arm: Add devicetree fixup machine functionLaura Abbott2014-07-291-1/+7
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-07-161-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | sched: Fix compiler warningsGuenter Roeck2014-07-021-1/+1
| |/ /
* | | 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
OpenPOWER on IntegriCloud