summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King2011-12-051-0/+8
|\
| * ARM: sort the meminfo array earlierNicolas Pitre2011-11-181-0/+8
* | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King2011-12-0516-353/+326
|\ \
| | \
| | \
| *-. \ Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmkWill Deacon2011-12-021-10/+9
| |\ \ \
| | | * | arm: pmu: allow platform specific irq enable/disable handlingMing Lei2011-12-021-2/+8
| | * | | ARM: perf: remove unused armpmu_get_max_eventsWill Deacon2011-12-021-8/+1
| | |/ /
| * | | ARM: perf: add support for stalled cycle ABI eventsWill Deacon2011-12-023-49/+66
| * | | ARM: perf: clean and update ARMv7 event numbersWill Deacon2011-12-021-233/+125
| |/ /
| * | ARM: 7182/1: ARM cpu topology: fix warningVincent Guittot2011-11-301-1/+1
| * | ARM: 7181/1: Restrict kprobes probing SWP instructions to ARMv5 and belowJon Medhurst (Tixy)2011-11-302-10/+19
| * | ARM: 7180/1: Change kprobes testcase with unpredictable STRD instructionJon Medhurst (Tixy)2011-11-301-1/+1
| * | ARM: 7174/1: Fix build error in kprobes test code on Thumb2 kernelsJon Medhurst2011-11-262-38/+78
| * | ARM: 7170/2: fix compilation breakage in entry-armv.SGuennadi Liakhovetski2011-11-261-1/+1
| * | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King2011-11-222-1/+11
| |\ \
| | * | ARM: perf: check that we have a platform device when reserving PMUWill Deacon2011-11-221-0/+3
| | * | ARM: perf: initialise used_mask for fake PMU during validationWill Deacon2011-11-171-1/+7
| | * | ARM: PMU: re-export release_pmu symbol to modulesWill Deacon2011-11-161-0/+1
| | |/
| * | ARM: 7161/1: errata: no automatic store buffer drainWill Deacon2011-11-211-0/+3
| * | ARM: wire up process_vm_writev and process_vm_readv syscallsRussell King2011-11-171-0/+2
| * | ARM: 7160/1: setup: avoid overflowing {elf,arch}_name from proc_info_listWill Deacon2011-11-121-2/+4
| * | ARM: 7150/1: Allow kernel unaligned accesses on ARMv6+ processorsCatalin Marinas2011-11-081-1/+1
| * | Revert "ARM: 7098/1: kdump: copy kernel relocation code at the kexec prepare ...Russell King2011-11-071-18/+17
| |/
* | Merge branch 'irqchip-consolidation' of git://git.kernel.org/pub/scm/linux/ke...Russell King2011-11-211-4/+3
|\ \
| * | ARM: Make global handler and CONFIG_MULTI_IRQ_HANDLER mutually exclusiveMarc Zyngier2011-11-151-4/+3
| |/
* | ARM: restart: only perform setup for restart when soft-restartingRussell King2011-11-211-2/+11
* | ARM: restart: remove argument to setup_mm_for_reboot()Russell King2011-11-102-4/+4
* | ARM: restart: move reboot failure handing into machine_restart()Russell King2011-11-101-11/+9
* | ARM: restart: allow platforms more flexibility specifying restart modeRussell King2011-11-101-2/+2
* | ARM: restart: add restart hook to machine_desc recordRussell King2011-11-101-0/+3
|/
* arm: fix implicit module.h users by adding it to arch/arm as required.Paul Gortmaker2011-10-311-0/+1
* arm: convert core files from module.h to export.hPaul Gortmaker2011-10-3114-14/+14
* arm: remove several unnecessary module.h include instancesPaul Gortmaker2011-10-313-3/+0
* arm: fix implicit memset/string.h usage in various arch/arm filesPaul Gortmaker2011-10-311-0/+1
* arm: add elf.h to arch/arm/kernel/ptrace.cPaul Gortmaker2011-10-311-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/+5
| * | Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into d...Russell King2011-10-182-52/+17
| |\ \
| | * | 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/+13
| | |\ \
| * | | | 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-201-0/+3
| | * | | | ARM: pm: convert some assembly to CRussell King2011-09-202-39/+38
| | * | | | ARM: pm: get rid of cpu_resume_turn_mmu_onRussell King2011-09-202-8/+4
| | * | | | ARM: pm: only use preallocated page table during resumeRussell King2011-09-202-17/+19
| | * | | | ARM: pm: preallocate a page table for suspend/resumeRussell King2011-09-203-22/+61
| | * | | | ARM: pm: force non-zero return value from __cpu_suspend when abortingRussell King2011-09-201-0/+2
OpenPOWER on IntegriCloud