summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branches 'clks' and 'pnx' into develRussell King2010-02-2546-341/+249
|\
| * ARM: PNX4008: move i2c_adapter structure inside the drivers private dataRussell King2010-02-121-15/+3
| * ARM: PNX4008: kzalloc i2c drivers internal dataRussell King2010-02-121-18/+7
| * ARM: PNX4008: remove platform definitions from mach/timex.hRussell King2010-02-124-54/+74
| * ARM: PNX4008: get i2c clock rate from clk APIRussell King2010-02-122-12/+6
| * ARM: PNX4008: convert i2c-pnx to use clk API enable/disable callsRussell King2010-02-121-6/+6
| * ARM: PNX4008: move i2c clock start/stop into driverRussell King2010-02-121-36/+0
| * ARM: PNX4008: move i2c suspend/resume callbacks into driverRussell King2010-02-121-24/+0
| * ARM: PNX4008: convert i2c clocks to match by device onlyRussell King2010-02-122-9/+5
| * ARM: PNX4008: convert watchdog to use clk API enable/disable callsRussell King2010-02-121-2/+2
| * ARM: PNX4008: convert watchdog clocks to match by device onlyRussell King2010-02-121-1/+1
| * ARM: PNX4008: provide clock enable/disable methods and initializationRussell King2010-02-122-13/+26
| * ARM: PNX4008: simplify clk enable/disable pathsRussell King2010-02-121-32/+23
| * ARM: PNX4008: convert to clkdevRussell King2010-02-124-33/+43
| * ARM: Consolidate clks_register() and similarRussell King2010-02-1233-92/+40
| * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-01-2112-57/+110
| |\
| | * ARM: 5888/1: arm: Update comments in cacheflush.h and remove unnecessary V6 a...Tony Lindgren2010-01-203-7/+17
| | * ARM: 5886/1: arm: Fix cpu_proc_fin() for proc-v7.S and make kexec workTony Lindgren2010-01-191-1/+8
| | * ARM: 5885/1: arm: Flush TLB entries in setup_mm_for_reboot()Tony Lindgren2010-01-191-0/+2
* | | Merge branch 'misc2' into develRussell King2010-02-2570-561/+1068
|\ \ \
| * | | ARM: Eliminate decompressor -Dstatic= PIC hackRussell King2010-02-254-104/+64
| * | | ARM: 5952/1: ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kc...Kukjin Kim2010-02-243-1/+8
| * | | ARM: 5929/1: Add checks to detect overlap of memory regions.Fenkart/Bostandzhyan2010-02-151-0/+17
| * | | ARM: 5928/1: Change type of VMALLOC_END to unsigned long.Fenkart/Bostandzhyan2010-02-1530-32/+32
| * | | ARM: 5927/1: Make delimiters of DMA area globally visibly.Fenkart/Bostandzhyan2010-02-153-11/+17
| * | | ARM: 5926/1: Add "Virtual kernel memory..." printout.Fenkart/Bostandzhyan2010-02-151-9/+69
| * | | ARM: 5920/1: OMAP4: Enable L2 CacheSantosh Shilimkar2010-02-151-0/+3
| * | | ARM: 5919/1: ARM: L2 : Errata 588369: Clean & Invalidate do not invalidate cl...Santosh Shilimkar2010-02-152-0/+49
| * | | ARM: 5917/1: OMAP4: Add L2 Cache supportSantosh Shilimkar2010-02-153-1/+56
| * | | ARM: 5916/1: ARM: L2 : Add maintainace by line helper functionsSantosh Shilimkar2010-02-151-10/+26
| * | | ARM: vfp ptrace: no point flushing hw context for PTRACE_GETVFPREGSRussell King2010-02-153-5/+29
| * | | ARM: vfp: fix vfp_sync_state()Russell King2010-02-151-20/+16
| * | | 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: 5911/1: ARM: Select CPU_32v6K for CPU_V7 only if ARCH_OMAP2 is not selectedTony Lindgren2010-02-151-2/+2
| * | | ARM: 5905/1: ARM: Global ASID allocation on SMPCatalin Marinas2010-02-153-14/+126
| * | | ARM: 5906/1: arm: change command_line to cmd_lineJeremy Kerr2010-02-151-4/+4
| * | | ARM: 5897/1: spinlock: don't use deprecated barriers on ARMv7Rabin Vincent2010-02-151-13/+23
| * | | ARM: 5889/1: Add atomic64 routines for ARMv6k and above.Will Deacon2010-02-152-0/+229
| * | | ARM: add notify_die() supportRussell King2010-02-152-12/+26
| * | | ARM: 5880/1: arm: use generic infrastructure for early paramsJeremy Kerr2010-02-156-90/+48
| * | | ARM: Move creation of /proc/cpu out of alignment.cRussell King2010-02-153-6/+19
| * | | ARM: move LED support code out of arch/arm/kernel/time.cRussell King2010-02-153-104/+116
| * | | ARM: remove old RTC supportRussell King2010-02-152-82/+0
| * | | ARM: Add caller information to ioremapRussell King2010-02-158-32/+65
* | | | Merge branch 'perf' into develRussell King2010-02-2514-64/+2594
|\ \ \ \
| * | | | ARM: 5903/1: arm/perfevents: add support for ARMv7Jean PIHET2010-02-122-5/+933
| * | | | ARM: 5902/4: arm/perfevents: implement perf event support for ARMv6Jamie Iles2010-02-123-0/+1357
| * | | | ARM: 5900/2: arm: enable support for software perf eventsJamie Iles2010-02-123-0/+40
| * | | | ARM: 5901/2: arm/oprofile: reserve the PMU when startingJamie Iles2010-02-127-64/+85