Age | Commit message (Expand) | Author | Files | Lines |
2010-12-19 | ARM: fix cache-xsc3l2 after stack based kmap_atomic() | Nicolas Pitre | 1 | -36/+21 |
2010-12-19 | ARM: get rid of kmap_high_l1_vipt() | Nicolas Pitre | 3 | -93/+8 |
2010-12-18 | ARM: mmp: select CPU_PJ4 | Haojian Zhuang | 1 | -1/+1 |
2010-12-18 | ARM: pxa: support pxa95x | Haojian Zhuang | 1 | -0/+6 |
2010-12-15 | ARM: 6535/1: V6 MPCore v6_dma_inv_range and v6_dma_flush_range RWFO fix | Valentine Barshak | 1 | -8/+20 |
2010-12-13 | ARM: 6528/1: Use CTR for the I-cache line size on ARMv7 | Catalin Marinas | 2 | -10/+27 |
2010-12-13 | ARM: 6527/1: Use CTR instead of CCSIDR for the D-cache line size on ARMv7 | Catalin Marinas | 1 | -6/+6 |
2010-11-30 | ARM: 6501/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in mm/p... | Dave Martin | 1 | -2/+2 |
2010-11-26 | ARM: pgtable: introduce pteval_t to represent a pte value | Russell King | 3 | -3/+3 |
2010-11-26 | ARM: pgtable: use phys_addr_t for physical addresses | Russell King | 1 | -3/+4 |
2010-11-26 | ARM: pgtable: use pXd_none_or_clear_bad() in pgd_free() | Russell King | 1 | -13/+14 |
2010-11-26 | ARM: pgtable: get rid of get_pgd_slow()/free_pgd_slow() | Russell King | 1 | -2/+2 |
2010-11-25 | Merge branch 'rmobile/mmcif' into rmobile-latest | Paul Mundt | 1 | -2/+2 |
2010-11-24 | ARM: avoid annoying <4>'s in printk output | Russell King | 1 | -2/+2 |
2010-11-18 | ARM: mach-shmobile: Initial AG5 and AG5EVM support | Magnus Damm | 1 | -1/+1 |
2010-11-15 | ARM, mm: Don't include smp_plat.h twice in flush.c | Jesper Juhl | 1 | -1/+0 |
2010-11-07 | ARM: Fix DMA coherent allocator alignment | Russell King | 1 | -1/+1 |
2010-11-04 | ARM: 6396/1: Add SWP/SWPB emulation for ARMv7 processors | Leif Lindholm | 2 | -0/+31 |
2010-11-04 | ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUs | Catalin Marinas | 4 | -5/+21 |
2010-10-30 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 23 | -89/+478 |
2010-10-28 | Merge branch 'devel-stable' into devel | Russell King | 2 | -6/+80 |
2010-10-28 | Merge branch 'l2x0-pull-rmk' of git://dev.omapzoom.org/pub/scm/santosh/kernel... | Russell King | 2 | -6/+80 |
2010-10-28 | ARM: memblock: setup lowmem mappings using memblock | Russell King | 1 | -20/+29 |
2010-10-28 | ARM: memblock: move meminfo into find_limits directly | Russell King | 1 | -4/+4 |
2010-10-28 | ARM: memblock: convert free_highpages() to use memblock | Russell King | 1 | -5/+39 |
2010-10-28 | ARM: move freeing of highmem pages out of mem_init() | Russell King | 1 | -10/+17 |
2010-10-28 | ARM: memblock: convert memory detail printing to use memblock | Russell King | 1 | -3/+6 |
2010-10-28 | ARM: memblock: use memblock to free memory into arm_bootmem_init() | Russell King | 1 | -17/+25 |
2010-10-28 | ARM: memblock: use memblock when initializing memory allocators | Russell King | 1 | -9/+16 |
2010-10-28 | ARM: ensure membank array is always sorted | Russell King | 2 | -10/+10 |
2010-10-28 | ARM: 6466/1: implement flush_icache_all for the rest of the CPUs | Mika Westerberg | 18 | -0/+225 |
2010-10-28 | ARM: 6464/2: fix spinlock recursion in adjust_pte() | Mika Westerberg | 1 | -2/+26 |
2010-10-28 | mm: fix race in kunmap_atomic() | Peter Zijlstra | 1 | -1/+2 |
2010-10-28 | ARM: fix memblock breakage | Russell King | 1 | -3/+1 |
2010-10-28 | ARM: 6445/1: fixup TCM memory types | Linus Walleij | 1 | -7/+7 |
2010-10-27 | mm: remove pte_*map_nested() | Peter Zijlstra | 2 | -4/+4 |
2010-10-27 | mm: stack based kmap_atomic() | Peter Zijlstra | 1 | -9/+14 |
2010-10-26 | ARM: l2x0: Optimise the range based operations | Santosh Shilimkar | 1 | -0/+22 |
2010-10-26 | ARM: l2x0: Determine the cache size | Santosh Shilimkar | 1 | -2/+11 |
2010-10-26 | arm: Implement l2x0 cache disable functions | Thomas Gleixner | 1 | -1/+27 |
2010-10-26 | ARM: Improve the L2 cache performance when PL310 is used | Catalin Marinas | 2 | -3/+20 |
2010-10-22 | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -24/+13 |
2010-10-20 | Merge branch 'devel-stable' into devel | Russell King | 4 | -5/+39 |
2010-10-19 | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene... | Russell King | 3 | -5/+17 |
2010-10-19 | Merge branch 'hotplug' into devel | Russell King | 24 | -24/+32 |
2010-10-19 | Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's... | Russell King | 16 | -125/+312 |
2010-10-13 | ARM: relax ioremap prohibition (309caa9) for -final and -stable | Russell King | 1 | -2/+6 |
2010-10-13 | memblock, bootmem: Round pfn properly for memory and reserved regions | Yinghai Lu | 1 | -4/+4 |
2010-10-08 | ARM: hotplug cpu: Keep processor information, startup code & __lookup_process... | Russell King | 24 | -24/+32 |
2010-10-08 | ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _data | Russell King | 1 | -2/+2 |