summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm: fix implicit module.h users by adding it to arch/arm as required.Paul Gortmaker2011-11-011-0/+1
* arm: convert core files from module.h to export.hPaul Gortmaker2011-11-0114-14/+14
* arm: remove several unnecessary module.h include instancesPaul Gortmaker2011-11-013-3/+0Star
* arm: fix implicit memset/string.h usage in various arch/arm filesPaul Gortmaker2011-11-011-0/+1
* arm: add elf.h to arch/arm/kernel/ptrace.cPaul Gortmaker2011-11-011-0/+1
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-2822-894/+5562
|\
| * Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platform...Russell King2011-10-237-40/+224
| |\
| | * ARM: gic, local timers: use the request_percpu_irq() interfaceMarc Zyngier2011-10-232-17/+46
| | * ARM: gic: consolidate PPI handlingMarc Zyngier2011-10-232-30/+5Star
| * | Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into d...Russell King2011-10-182-52/+17Star
| |\ \
| | * | ARM: prepare for removal of a bunch of <mach/memory.h> filesNicolas Pitre2011-09-261-1/+1
| | * | ARM: add an extra temp register to the low level debugging addruart macroNicolas Pitre2011-09-262-3/+3
| | * | Merge the enabling by default of ARM_PATCH_PHYS_VIRTNicolas Pitre2011-08-291-48/+13Star
| | |\ \
| * | | | ARM: 7127/1: hw_breakpoint: skip v7-specific reset on v6 coresWill Deacon2011-10-081-0/+5
| * | | | Merge branch 'pm' into devel-stableRussell King2011-09-223-59/+100
| |\ \ \ \
| | * | | | ARM: pm: add L2 cache cleaning for suspendRussell King2011-09-211-0/+3
| | * | | | ARM: pm: convert some assembly to CRussell King2011-09-212-39/+38Star
| | * | | | ARM: pm: get rid of cpu_resume_turn_mmu_onRussell King2011-09-212-8/+4Star
| | * | | | ARM: pm: only use preallocated page table during resumeRussell King2011-09-212-17/+19
| | * | | | ARM: pm: preallocate a page table for suspend/resumeRussell King2011-09-213-22/+61
| | * | | | ARM: pm: force non-zero return value from __cpu_suspend when abortingRussell King2011-09-211-0/+2
| * | | | | Merge branch 'kprobes-test' of git://git.yxit.co.uk/linux into devel-stableRussell King2011-09-218-0/+4676
| |\ \ \ \ \
| | * | | | | ARM: kprobes: Add introductory comment to test codeJon Medhurst2011-09-201-0/+21
| | * | | | | ARM: kprobes: Add some benchmarking to test moduleJon Medhurst2011-09-201-0/+161
| | * | | | | ARM: kprobes: Add decoding table test coverage analysisJon Medhurst2011-09-201-0/+261
| | * | | | | ARM: kprobes: Add decoding table self-consistency testsJon Medhurst2011-09-201-4/+99
| | * | | | | ARM: kprobes: Add exports for test codeJon Medhurst2011-09-203-0/+19
| | * | | | | ARM: kprobes: Add ARM instruction simulation test casesJon Medhurst2011-09-204-0/+1332
| | * | | | | ARM: kprobes: Add Thumb instruction simulation test casesJon Medhurst2011-09-204-0/+1221
| | * | | | | ARM: kprobes: Framework for instruction set test casesJon Medhurst2011-09-202-0/+1224
| | * | | | | ARM: kprobes: Add basic API testsJon Medhurst2011-09-202-0/+342
| * | | | | | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stableRussell King2011-09-169-782/+743Star
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branches 'hwbreak', 'perf/updates' and 'perf/system-pmus' into for-rmkWill Deacon2011-08-315-665/+564Star
| | |\ \ \ \ \ \
| | | * | | | | | ARM: perf: Remove unnecessary armpmu->enable()sMark Rutland2011-08-311-12/+2Star
| | | * | | | | | ARM: perf: move arm_pmu into <asm/pmu.h>Mark Rutland2011-08-311-50/+3Star
| | | * | | | | | ARM: perf: remove cpu-related misnomersMark Rutland2011-08-314-78/+78
| | | * | | | | | ARM: perf: remove event limit from pmu_hw_eventsMark Rutland2011-08-311-2/+7
| | | * | | | | | ARM: perf: add support for multiple PMUsMark Rutland2011-08-311-22/+41
| | | * | | | | | ARM: perf: refactor event mappingMark Rutland2011-08-314-52/+87
| | | * | | | | | ARM: perf: add type field to struct arm_pmuMark Rutland2011-08-311-2/+4
| | | * | | | | | ARM: perf: lock PMU registers per-CPUMark Rutland2011-08-314-40/+62
| | | * | | | | | ARM: perf: remove unnecessary armpmu->stopMark Rutland2011-08-311-1/+0Star
| | | * | | | | | ARM: perf: indirect access to cpu_hw_eventsMark Rutland2011-08-311-3/+15
| | | * | | | | | ARM: perf: move platform device to struct arm_pmuMark Rutland2011-08-311-4/+6
| | | * | | | | | ARM: perf: move active_events into struct arm_pmuMark Rutland2011-08-311-11/+20
| | | * | | | | | ARM: perf: remove active_maskMark Rutland2011-08-314-18/+18
| | | * | | | | | ARM: perf: clean up event group validationMark Rutland2011-08-311-1/+2
| | | * | | | | | ARM: perf: only register a CPU PMU when presentMark Rutland2011-08-311-16/+2Star
| | | * | | | | | ARM: perf: add mode exclusion for Cortex-A15 PMUWill Deacon2011-08-311-9/+49
| | | * | | | | | ARM: perf: allow armpmu to implement mode exclusionWill Deacon2011-08-311-19/+25