| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branches 'clks' and 'pnx' into devel | Russell King | 2010-02-25 | 46 | -341/+249 |
|\ |
|
| * | ARM: PNX4008: move i2c_adapter structure inside the drivers private data | Russell King | 2010-02-12 | 1 | -15/+3 |
| * | ARM: PNX4008: kzalloc i2c drivers internal data | Russell King | 2010-02-12 | 1 | -18/+7 |
| * | ARM: PNX4008: remove platform definitions from mach/timex.h | Russell King | 2010-02-12 | 4 | -54/+74 |
| * | ARM: PNX4008: get i2c clock rate from clk API | Russell King | 2010-02-12 | 2 | -12/+6 |
| * | ARM: PNX4008: convert i2c-pnx to use clk API enable/disable calls | Russell King | 2010-02-12 | 1 | -6/+6 |
| * | ARM: PNX4008: move i2c clock start/stop into driver | Russell King | 2010-02-12 | 1 | -36/+0 |
| * | ARM: PNX4008: move i2c suspend/resume callbacks into driver | Russell King | 2010-02-12 | 1 | -24/+0 |
| * | ARM: PNX4008: convert i2c clocks to match by device only | Russell King | 2010-02-12 | 2 | -9/+5 |
| * | ARM: PNX4008: convert watchdog to use clk API enable/disable calls | Russell King | 2010-02-12 | 1 | -2/+2 |
| * | ARM: PNX4008: convert watchdog clocks to match by device only | Russell King | 2010-02-12 | 1 | -1/+1 |
| * | ARM: PNX4008: provide clock enable/disable methods and initialization | Russell King | 2010-02-12 | 2 | -13/+26 |
| * | ARM: PNX4008: simplify clk enable/disable paths | Russell King | 2010-02-12 | 1 | -32/+23 |
| * | ARM: PNX4008: convert to clkdev | Russell King | 2010-02-12 | 4 | -33/+43 |
| * | ARM: Consolidate clks_register() and similar | Russell King | 2010-02-12 | 33 | -92/+40 |
| * | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-01-21 | 12 | -57/+110 |
| |\ |
|
| | * | ARM: 5888/1: arm: Update comments in cacheflush.h and remove unnecessary V6 a... | Tony Lindgren | 2010-01-20 | 3 | -7/+17 |
| | * | ARM: 5886/1: arm: Fix cpu_proc_fin() for proc-v7.S and make kexec work | Tony Lindgren | 2010-01-19 | 1 | -1/+8 |
| | * | ARM: 5885/1: arm: Flush TLB entries in setup_mm_for_reboot() | Tony Lindgren | 2010-01-19 | 1 | -0/+2 |
* | | | Merge branch 'misc2' into devel | Russell King | 2010-02-25 | 70 | -561/+1068 |
|\ \ \ |
|
| * | | | ARM: Eliminate decompressor -Dstatic= PIC hack | Russell King | 2010-02-25 | 4 | -104/+64 |
| * | | | ARM: 5952/1: ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kc... | Kukjin Kim | 2010-02-24 | 3 | -1/+8 |
| * | | | ARM: 5929/1: Add checks to detect overlap of memory regions. | Fenkart/Bostandzhyan | 2010-02-15 | 1 | -0/+17 |
| * | | | ARM: 5928/1: Change type of VMALLOC_END to unsigned long. | Fenkart/Bostandzhyan | 2010-02-15 | 30 | -32/+32 |
| * | | | ARM: 5927/1: Make delimiters of DMA area globally visibly. | Fenkart/Bostandzhyan | 2010-02-15 | 3 | -11/+17 |
| * | | | ARM: 5926/1: Add "Virtual kernel memory..." printout. | Fenkart/Bostandzhyan | 2010-02-15 | 1 | -9/+69 |
| * | | | ARM: 5920/1: OMAP4: Enable L2 Cache | Santosh Shilimkar | 2010-02-15 | 1 | -0/+3 |
| * | | | ARM: 5919/1: ARM: L2 : Errata 588369: Clean & Invalidate do not invalidate cl... | Santosh Shilimkar | 2010-02-15 | 2 | -0/+49 |
| * | | | ARM: 5917/1: OMAP4: Add L2 Cache support | Santosh Shilimkar | 2010-02-15 | 3 | -1/+56 |
| * | | | ARM: 5916/1: ARM: L2 : Add maintainace by line helper functions | Santosh Shilimkar | 2010-02-15 | 1 | -10/+26 |
| * | | | ARM: vfp ptrace: no point flushing hw context for PTRACE_GETVFPREGS | Russell King | 2010-02-15 | 3 | -5/+29 |
| * | | | ARM: vfp: fix vfp_sync_state() | Russell King | 2010-02-15 | 1 | -20/+16 |
| * | | | ARM: ptrace: get rid of PTRACE_{PEEK,POKE}{TEXT,DATA} | Russell King | 2010-02-15 | 1 | -16/+0 |
| * | | | ARM: 5912/1: Define a 32-bit Thumb-2 breakpoint instruction | Daniel Jacobowitz | 2010-02-15 | 1 | -0/+31 |
| * | | | ARM: 5911/1: ARM: Select CPU_32v6K for CPU_V7 only if ARCH_OMAP2 is not selected | Tony Lindgren | 2010-02-15 | 1 | -2/+2 |
| * | | | ARM: 5905/1: ARM: Global ASID allocation on SMP | Catalin Marinas | 2010-02-15 | 3 | -14/+126 |
| * | | | ARM: 5906/1: arm: change command_line to cmd_line | Jeremy Kerr | 2010-02-15 | 1 | -4/+4 |
| * | | | ARM: 5897/1: spinlock: don't use deprecated barriers on ARMv7 | Rabin Vincent | 2010-02-15 | 1 | -13/+23 |
| * | | | ARM: 5889/1: Add atomic64 routines for ARMv6k and above. | Will Deacon | 2010-02-15 | 2 | -0/+229 |
| * | | | ARM: add notify_die() support | Russell King | 2010-02-15 | 2 | -12/+26 |
| * | | | ARM: 5880/1: arm: use generic infrastructure for early params | Jeremy Kerr | 2010-02-15 | 6 | -90/+48 |
| * | | | ARM: Move creation of /proc/cpu out of alignment.c | Russell King | 2010-02-15 | 3 | -6/+19 |
| * | | | ARM: move LED support code out of arch/arm/kernel/time.c | Russell King | 2010-02-15 | 3 | -104/+116 |
| * | | | ARM: remove old RTC support | Russell King | 2010-02-15 | 2 | -82/+0 |
| * | | | ARM: Add caller information to ioremap | Russell King | 2010-02-15 | 8 | -32/+65 |
* | | | | Merge branch 'perf' into devel | Russell King | 2010-02-25 | 14 | -64/+2594 |
|\ \ \ \ |
|
| * | | | | ARM: 5903/1: arm/perfevents: add support for ARMv7 | Jean PIHET | 2010-02-12 | 2 | -5/+933 |
| * | | | | ARM: 5902/4: arm/perfevents: implement perf event support for ARMv6 | Jamie Iles | 2010-02-12 | 3 | -0/+1357 |
| * | | | | ARM: 5900/2: arm: enable support for software perf events | Jamie Iles | 2010-02-12 | 3 | -0/+40 |
| * | | | | ARM: 5901/2: arm/oprofile: reserve the PMU when starting | Jamie Iles | 2010-02-12 | 7 | -64/+85 |