Age | Commit message (Expand) | Author | Files | Lines |
2013-03-04 | ARM: 7661/1: mm: perform explicit branch predictor maintenance when required | Will Deacon | 2 | -1/+4 |
2013-03-04 | ARM: 7659/1: mm: make mm->context.id an atomic64_t variable | Will Deacon | 1 | -8/+13 |
2013-03-04 | ARM: 7658/1: mm: fix race updating mm->context.id on ASID rollover | Will Deacon | 1 | -3/+3 |
2013-03-04 | ARM: 7652/1: mm: fix missing use of 'asid' to get asid value from mm->context.id | Ben Dooks | 1 | -1/+1 |
2013-03-03 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -7/+4 |
2013-03-03 | Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linus | Russell King | 2 | -8/+5 |
2013-02-26 | Merge branch 'for-v3.9' of git://git.linaro.org/people/mszyprowski/linux-dma-... | Linus Torvalds | 1 | -20/+88 |
2013-02-25 | ARM: fix scheduling while atomic warning in alignment handling code | Russell King | 1 | -7/+4 |
2013-02-25 | ARM: DMA-mapping: fix memory leak in IOMMU dma-mapping implementation | Marek Szyprowski | 1 | -3/+3 |
2013-02-25 | ARM: dma-mapping: Add maximum alignment order for dma iommu buffers | Seung-Woo Kim | 1 | -0/+3 |
2013-02-25 | ARM: dma-mapping: use himem for DMA buffers for IOMMU-mapped devices | Marek Szyprowski | 1 | -2/+7 |
2013-02-25 | ARM: dma-mapping: add support for CMA regions placed in highmem zone | Marek Szyprowski | 1 | -15/+42 |
2013-02-25 | arm: dma mapping: export arm iommu functions | Prathyush K | 1 | -0/+4 |
2013-02-25 | ARM: dma-mapping: Add arm_iommu_detach_device() | Hiroshi Doyu | 1 | -0/+25 |
2013-02-25 | ARM: dma-mapping: Set arm_dma_set_mask() for iommu->set_dma_mask() | Hiroshi Doyu | 1 | -0/+4 |
2013-02-22 | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -0/+46 |
2013-02-21 | Merge branch 'for-linus-2' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 3 | -18/+69 |
2013-02-20 | Merge branch 'misc' into for-linus | Russell King | 11 | -301/+134 |
2013-02-19 | Merge tag 'omap-for-v3.9/usb-signed' of git://git.kernel.org/pub/scm/linux/ke... | Arnd Bergmann | 1 | -1/+1 |
2013-02-16 | ARM: 7650/1: mm: replace direct access to mm->context.id with new macro | Ben Dooks | 3 | -3/+3 |
2013-02-16 | ARM: 7649/1: mm: mm->context.id fix for big-endian | Ben Dooks | 2 | -0/+8 |
2013-02-16 | ARM: fix warnings introduced by previous patch | Russell King | 1 | -2/+0 |
2013-02-16 | ARM: 7646/1: mm: use static_vm for managing static mapped areas | Joonsoo Kim | 2 | -59/+46 |
2013-02-16 | ARM: 7645/1: ioremap: introduce an infrastructure for static mapped area | Joonsoo Kim | 2 | -0/+76 |
2013-02-16 | ARM: 7644/1: vmregion: remove vmregion code entirely | Joonsoo Kim | 3 | -237/+1 |
2013-02-12 | arm: Add v7_invalidate_l1 to cache-v7.S | Dinh Nguyen | 1 | -0/+46 |
2013-02-08 | ARM: DMA mapping: fix bad atomic test | Russell King | 1 | -1/+1 |
2013-02-04 | Merge branch 'for-rmk/broadcast' of git://git.kernel.org/pub/scm/linux/kernel... | Russell King | 2 | -9/+11 |
2013-02-04 | Merge branch 'for-rmk/virt/kvm/core' of git://git.kernel.org/pub/scm/linux/ke... | Russell King | 2 | -11/+66 |
2013-01-23 | ARM: Section based HYP idmap | Christoffer Dall | 1 | -11/+44 |
2013-01-23 | ARM: Add page table and page defines needed by KVM | Christoffer Dall | 1 | -0/+22 |
2013-01-19 | ARM: 7629/1: mm: Fix missing XN flag for for MT_MEMORY_SO | Santosh Shilimkar | 1 | -1/+1 |
2013-01-19 | ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsemem | Russell King | 1 | -8/+10 |
2013-01-11 | ARM: virt: hide CONFIG_ARM_VIRT_EXT from user | Will Deacon | 1 | -7/+3 |
2013-01-07 | ARM: 7616/1: cache-l2x0: aurora: Use writel_relaxed instead of writel | Gregory CLEMENT | 1 | -4/+5 |
2013-01-07 | ARM: 7615/1: cache-l2x0: aurora: Invalidate during clean operation with WT en... | Gregory CLEMENT | 1 | -8/+14 |
2013-01-06 | ARM: 7614/1: mm: fix wrong branch from Cortex-A9 to PJ4b | Haojian Zhuang | 1 | -0/+1 |
2013-01-02 | ARM: 7609/1: disable errata work-arounds which access secure registers | Rob Herring | 1 | -1/+2 |
2013-01-02 | ARM: 7608/1: l2x0: Only set .set_debug on PL310 r3p0 and earlier | Rob Herring | 1 | -1/+2 |
2012-12-21 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -2/+4 |
2012-12-20 | ARM: 7606/1: cache: flush to LoUU instead of LoUIS on uniprocessor CPUs | Will Deacon | 1 | -2/+4 |
2012-12-17 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -8/+33 |
2012-12-15 | Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 3 | -3/+72 |
2012-12-13 | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -0/+16 |
2012-12-12 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 10 | -145/+448 |
2012-12-12 | Merge branch 'akpm' (Andrew's patchbomb) | Linus Torvalds | 1 | -109/+23 |
2012-12-12 | mm: use vm_unmapped_area() on arm architecture | Michel Lespinasse | 1 | -109/+23 |
2012-12-12 | Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2012-12-11 | Merge branch 'devel-stable' into for-linus | Russell King | 6 | -112/+132 |
2012-12-11 | Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn... | Russell King | 6 | -10/+17 |