Age | Commit message (Expand) | Author | Files | Lines |
2010-07-02 | ARM: 6202/1: Do not ARM_DMA_MEM_BUFFERABLE on RealView boards with L210/L220 | Catalin Marinas | 1 | -0/+2 |
2010-07-01 | ARM: 6188/1: Add a config option for the ARM11MPCore DMA cache maintenance wo... | Catalin Marinas | 2 | -3/+31 |
2010-07-01 | ARM: 6187/1: The v6_dma_inv_range() function must preserve data on SMP | Catalin Marinas | 1 | -1/+2 |
2010-07-01 | ARM: 6186/1: Avoid the CONSISTENT_DMA_SIZE warning on noMMU builds | Catalin Marinas | 1 | -9/+9 |
2010-06-08 | ARM: 6164/1: Add kto and kfrom to input operands list. | Khem Raj | 4 | -8/+8 |
2010-06-08 | ARM: 6166/1: Proper prefetch abort handling on pre-ARMv6 | Anfei | 1 | -0/+3 |
2010-06-08 | ARM: 6165/1: trap overflows on highmem pages from kmap_atomic when debugging | Nicolas Pitre | 1 | -1/+10 |
2010-05-27 | ARM: 6144/1: TCM memory bug freeing bug | Linus Walleij | 1 | -3/+3 |
2010-05-21 | ARM: 6139/1: ARMv7: Use the Inner Shareable I-cache on MP | Santosh Shilimkar | 1 | -0/+4 |
2010-05-19 | Merge branch 'for-linus/samsung4' of git://git.fluff.org/bjdooks/linux | Linus Torvalds | 1 | -2/+3 |
2010-05-19 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 10 | -75/+149 |
2010-05-17 | Merge branch 'devel-stable' into devel | Russell King | 14 | -49/+186 |
2010-05-17 | Merge branches 'at91', 'bcmring', 'ep93xx', 'iop', 'misc', 'nomadik', 'omap',... | Russell King | 8 | -73/+124 |
2010-05-17 | ARM: Optionally allow ARMv6 to use 'normal, bufferable' memory for DMA | Russell King | 1 | -0/+19 |
2010-05-15 | ARM: 6134/1: Handle instruction cache maintenance fault properly | Kirill A. Shutemov | 1 | -0/+5 |
2010-05-15 | ARM: 6094/1: Extend cache-l2x0 to support the 16-way PL310 | Jason McMullan | 1 | -5/+34 |
2010-05-15 | ARM: Move memory mapping into mmu.c | Russell King | 3 | -28/+28 |
2010-05-15 | ARM: Ensure meminfo is sorted prior to sanity_check_meminfo | Russell King | 2 | -10/+10 |
2010-05-15 | ARM: convert /proc/cpu/aligment to seq_file | Alexey Dobriyan | 1 | -27/+26 |
2010-05-13 | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/... | Russell King | 2 | -11/+5 |
2010-05-12 | ARM: RX1950: Add suspend/resume support for RX1950 | Vasily Khoruzhick | 1 | -2/+3 |
2010-05-11 | [ARM] mmp: enable L2 in mmp2 | Haojian Zhuang | 1 | -1/+1 |
2010-05-08 | ARM: 6112/1: Use the Inner Shareable I-cache and BTB ops on ARMv7 SMP | Catalin Marinas | 2 | -0/+12 |
2010-05-08 | ARM: 6111/1: Implement read/write for ownership in the ARMv6 DMA cache ops | Catalin Marinas | 1 | -4/+13 |
2010-05-08 | ARM: 6106/1: Implement copy_to_user_page() for noMMU | Catalin Marinas | 1 | -0/+9 |
2010-05-08 | ARM: 6105/1: Fix the __arm_ioremap_caller() definition in nommu.c | Catalin Marinas | 1 | -2/+2 |
2010-05-08 | Merge branch 'gemini_fix' of git://git.berlios.de/gemini-board into devel-stable | Russell King | 1 | -1/+1 |
2010-05-04 | ARM: 6093/1: Fix kernel memory printing for sparsemem | Catalin Marinas | 1 | -10/+4 |
2010-05-03 | arm: mm: qsd8x50: Fix incorrect permission faults | Dave Estes | 2 | -0/+23 |
2010-05-02 | ARM: Add Versatile Express CA9x4 processor support | Russell King | 1 | -1/+2 |
2010-04-27 | ARM: Gemini: fix compiler error in copypage-fa.c | Hans Ulli Kroll | 1 | -1/+1 |
2010-04-21 | ARM: fix build error in arch/arm/kernel/process.c | Russell King | 2 | -13/+13 |
2010-04-14 | ARM: 6027/1: ux500: enable l2x0 support | Srinidhi Kasagar | 1 | -1/+2 |
2010-04-14 | ARM: remove unnecessary cache flush | Russell King | 1 | -2/+0 |
2010-04-14 | ARM: 6052/1: kdump: make kexec work in interrupt context | Mika Westerberg | 1 | -4/+6 |
2010-04-14 | ARM: 6007/1: fix highmem with VIPT cache and DMA | Nicolas Pitre | 4 | -19/+107 |
2010-04-09 | ARM: Fix ioremap_cached()/ioremap_wc() for SMP platforms | Russell King | 1 | -0/+4 |
2010-04-05 | Merge branch 'master' into export-slabh | Tejun Heo | 2 | -0/+23 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 4 | -1/+4 |
2010-03-26 | ARM: 5996/1: ARM: Change the mandatory barriers implementation (4/4) | Catalin Marinas | 1 | -0/+6 |
2010-03-26 | ARM: 5995/1: ARM: Add L2x0 outer_sync() support (3/4) | Catalin Marinas | 2 | -0/+11 |
2010-03-26 | ARM: 5994/1: ARM: Add outer_cache_fns.sync function pointer (2/4) | Catalin Marinas | 1 | -0/+6 |
2010-03-01 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 41 | -361/+1143 |
2010-02-26 | Merge branches 'clks' and 'pnx' into devel | Russell King | 3 | -5/+10 |
2010-02-26 | Merge branch 'misc2' into devel | Russell King | 9 | -93/+343 |
2010-02-26 | Merge branch 'perf' into devel | Russell King | 1 | -0/+7 |
2010-02-26 | Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dm... | Russell King | 36 | -276/+818 |
2010-02-25 | ARM: 5952/1: ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kc... | Kukjin Kim | 1 | -1/+1 |
2010-02-20 | ARM: make_coherent(): fix problems with highpte, part 2 | Russell King | 1 | -3/+4 |
2010-02-20 | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself | Russell King | 1 | -2/+3 |