summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-05-252-0/+4
|\
| * ARM: 5939/1: ARM: Add option CMDLINE_FORCE to force usage of the in-kernel cm...Alexander Holler2010-05-241-0/+2
| * ARM: 6140/1: silence a bogus sparse warning in unwind.cAlexander Shishkin2010-05-241-0/+2
* | kgdb: core changes to support kdbJason Wessel2010-05-201-0/+5
|/
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-05-196-145/+1021
|\
| * Merge branch 'devel-stable' into develRussell King2010-05-179-23/+121
| |\
| | * Merge branch 'for-russell' of git://codeaurora.org/quic/kernel/dwalker/linux-...Russell King2010-05-071-2/+0
| | |\
| | | * Revert "arm: msm: add oprofile pmu support"Daniel Walker2010-05-071-2/+0
| | * | Merge branch 'master' of git://git.infradead.org/users/cbou/linux-cns3xxx int...Russell King2010-05-032-2/+8
| | |\ \ | | | |/ | | |/|
| | * | arm: msm: add oprofile pmu supportDaniel Walker2010-05-031-0/+2
| * | | ARM: 6071/1: perf-events: allow modules to query the number of hardware countersWill Deacon2010-05-171-0/+12
| * | | ARM: 6070/1: perf-events: add support for xscale PMUsWill Deacon2010-05-171-6/+821
| * | | ARM: 6069/1: perf-events: use numeric ID to identify PMUWill Deacon2010-05-171-10/+29
| * | | ARM: 6064/1: pmu: register IRQs at runtimeWill Deacon2010-05-172-65/+114
| * | | ARM: rename mach_cpu_disable() to platform_cpu_disable()Russell King2010-05-151-1/+1
| * | | ARM: 6058/1: Add support for PCI domainsAnton Vorontsov2010-04-221-0/+3
| * | | ARM: dma: add /proc/dma support to arch/arm/kernel/dma.cRussell King2010-04-141-0/+36
| * | | ARM: convert arm to arch_gettimeoffset()John Stultz2010-03-241-64/+6
* | | | ARM: 6125/1: ARM TWD: move TWD registers to common headerSrinidhi Kasagar2010-05-121-17/+0
| |_|/ |/| |
* | | ARM: 6066/1: Fix "BUG: scheduling while atomic: swapper/0/0x00000002Santosh Shilimkar2010-05-011-0/+6
* | | ARM: 6068/1: Fix build break with KPROBES enabledSantosh Shilimkar2010-05-011-2/+2
| |/ |/|
* | ARM: fix build error in arch/arm/kernel/process.cRussell King2010-04-213-13/+13
* | ARM: 6051/1: VFP: preserve the HW context when calling signal handlersImre Deak2010-04-141-4/+89
* | Merge branch 'master' into export-slabhTejun Heo2010-04-051-1/+9
|\ \
| * | ARM: 6005/1: arm: kprobes: fix register corruption with jprobesMika Westerberg2010-03-291-1/+9
| |/
* / include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-305-4/+3
|/
* ARM: 5991/1: Fix regression in restore_user_regs macroAnders Grafström2010-03-151-0/+2
* ARM: 5989/1: ARM: KGDB: add support for SMP platformsWill Deacon2010-03-151-0/+13
* Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6Russell King2010-03-151-2/+2
|\
| * Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-131-2/+2
| |\
| | * perf: Provide generic perf_sample_data initializationPeter Zijlstra2010-03-101-2/+2
* | | ARM: Add L2 cache handling to smp boot supportRussell King2010-03-141-1/+3
* | | ARM: 5960/1: ARM: perf-events: fix v7 event selection maskWill Deacon2010-03-131-1/+1
* | | ARM: 5959/1: ARM: perf-events: request PMU interrupts with IRQF_NOBALANCINGWill Deacon2010-03-131-1/+2
|/ /
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-121-1/+3
|\ \
| * \ Merge branch 'master' into for-linusRussell King2010-03-081-1/+3
| |\ \ | | |/ | |/|
| | * ARM: 5977/1: arm: Enable backtrace printing on oops when PC is corruptedLaurent Pinchart2010-03-071-1/+3
* | | arm: use generic ptrace_resume codeChristoph Hellwig2010-03-122-62/+12
* | | Add generic sys_ipc wrapperChristoph Hellwig2010-03-122-85/+0
* | | Add generic sys_old_mmap()Christoph Hellwig2010-03-122-27/+1
* | | Add generic sys_old_select()Christoph Hellwig2010-03-122-22/+1
|/ /
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-0111-264/+2599
|\ \
| * \ Merge branch 'misc2' into develRussell King2010-02-257-258/+207
| |\ \
| | * | ARM: vfp ptrace: no point flushing hw context for PTRACE_GETVFPREGSRussell King2010-02-151-2/+4
| | * | ARM: ptrace: get rid of PTRACE_{PEEK,POKE}{TEXT,DATA}Russell King2010-02-151-16/+0
| | * | ARM: 5912/1: Define a 32-bit Thumb-2 breakpoint instructionDaniel Jacobowitz2010-02-151-0/+31
| | * | ARM: 5906/1: arm: change command_line to cmd_lineJeremy Kerr2010-02-151-4/+4
| | * | ARM: add notify_die() supportRussell King2010-02-151-10/+25
| | * | ARM: 5880/1: arm: use generic infrastructure for early paramsJeremy Kerr2010-02-152-50/+16
| | * | ARM: Move creation of /proc/cpu out of alignment.cRussell King2010-02-151-1/+14