Age | Commit message (Expand) | Author | Files | Lines |
2012-08-18 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2 | -5/+3 |
2012-08-11 | ARM: 7489/1: errata: fix workaround for erratum #720789 on UP systems | Will Deacon | 1 | -3/+3 |
2012-08-11 | ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't present | Will Deacon | 1 | -2/+0 |
2012-08-09 | ARM: dma-mapping: fix incorrect freeing of atomic allocations | Aaro Koskinen | 1 | -2/+2 |
2012-08-09 | ARM: dma-mapping: fix atomic allocation alignment | Aaro Koskinen | 1 | -3/+3 |
2012-08-09 | ARM: mm: fix MMU mapping of CMA regions | Chris Brand | 1 | -1/+1 |
2012-08-01 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -0/+12 |
2012-07-31 | ARM: 7478/1: errata: extend workaround for erratum #720789 | Will Deacon | 1 | -0/+12 |
2012-07-30 | Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows... | Linus Torvalds | 2 | -334/+230 |
2012-07-30 | ARM: dma-mapping: add support for DMA_ATTR_SKIP_CPU_SYNC attribute | Marek Szyprowski | 1 | -9/+11 |
2012-07-30 | ARM: dma-mapping: add support for dma_get_sgtable() | Marek Szyprowski | 1 | -0/+31 |
2012-07-30 | ARM: dma-mapping: add support for DMA_ATTR_NO_KERNEL_MAPPING attribute | Marek Szyprowski | 1 | -5/+13 |
2012-07-30 | ARM: dma-mapping: fix error path for memory allocation failure | Marek Szyprowski | 1 | -1/+1 |
2012-07-30 | ARM: dma-mapping: add more sanity checks in arm_dma_mmap() | Marek Szyprowski | 1 | -4/+10 |
2012-07-30 | ARM: dma-mapping: remove custom consistent dma region | Marek Szyprowski | 2 | -320/+169 |
2012-07-27 | Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus | Russell King | 7 | -10/+50 |
2012-07-17 | Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/lin... | Linus Torvalds | 1 | -2/+2 |
2012-07-16 | ARM: dma-mapping: modify condition check while freeing pages | Prathyush K | 1 | -2/+2 |
2012-07-09 | ARM: 7445/1: mm: update CONTEXTIDR register to contain PID of current process | Will Deacon | 3 | -0/+46 |
2012-07-09 | ARM: 7436/1: Do not map the vectors page as write-through on UP systems | Catalin Marinas | 1 | -6/+0 |
2012-07-05 | ARM: fix warning caused by wrongly typed arm_dma_limit | Russell King | 1 | -1/+1 |
2012-07-01 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -0/+74 |
2012-07-01 | ARM: 7438/1: fill possible PMD empty section gaps | Nicolas Pitre | 1 | -0/+74 |
2012-06-28 | ARM: 7432/1: use the new linux/sizes.h | Alessandro Rubini | 4 | -4/+4 |
2012-06-25 | ARM: dma-mapping: fix buffer chunk allocation order | Marek Szyprowski | 1 | -1/+1 |
2012-06-11 | ARM: mm: fix type of the arm_dma_limit global variable | Marek Szyprowski | 2 | -2/+2 |
2012-06-11 | ARM: dma-mapping: Add missing static storage class specifier | Sachin Kamat | 1 | -2/+2 |
2012-06-04 | ARM: dma-mapping: remove unconditional dependency on CMA | Marek Szyprowski | 1 | -6/+4 |
2012-05-25 | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 5 | -215/+1192 |
2012-05-22 | Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2 | -0/+59 |
2012-05-22 | Merge branch 'for-next-arm-dma' into for-linus | Marek Szyprowski | 2 | -143/+857 |
2012-05-21 | Merge branch 'v3-removal' into for-linus | Russell King | 6 | -508/+1 |
2012-05-21 | Merge branch 'misc' into for-linus | Russell King | 18 | -18/+28 |
2012-05-21 | Merge branches 'amba', 'devel-stable', 'fixes', 'mach-types', 'mmci', 'pci' a... | Russell King | 7 | -59/+64 |
2012-05-21 | ARM: dma-mapping: use PMD size for section unmap | Vitaly Andrianov | 1 | -1/+1 |
2012-05-21 | ARM: integrate CMA with DMA-mapping subsystem | Marek Szyprowski | 4 | -82/+345 |
2012-05-21 | ARM: dma-mapping: add support for IOMMU mapper | Marek Szyprowski | 2 | -12/+702 |
2012-05-21 | ARM: dma-mapping: use alloc, mmap, free from dma_ops | Marek Szyprowski | 1 | -36/+24 |
2012-05-21 | ARM: dma-mapping: remove redundant code and do the cleanup | Marek Szyprowski | 1 | -64/+24 |
2012-05-21 | ARM: dma-mapping: move all dma bounce code to separate dma ops structure | Marek Szyprowski | 1 | -10/+69 |
2012-05-21 | ARM: dma-mapping: implement dma sg methods on top of any generic dma ops | Marek Szyprowski | 1 | -24/+19 |
2012-05-21 | ARM: dma-mapping: use asm-generic/dma-mapping-common.h | Marek Szyprowski | 1 | -62/+86 |
2012-05-21 | ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops | Marek Szyprowski | 1 | -2/+2 |
2012-05-21 | ARM: dma-mapping: introduce DMA_ERROR_CODE constant | Marek Szyprowski | 1 | -1/+1 |
2012-05-21 | ARM: dma-mapping: use pr_* instread of printk | Marek Szyprowski | 1 | -8/+8 |
2012-05-21 | ARM: dma-mapping: use dma_mmap_from_coherent() | Marek Szyprowski | 1 | -0/+3 |
2012-05-17 | ARM: 7418/1: LPAE: fix access flag setup in mem_type_table | Vitaly Andrianov | 1 | -1/+2 |
2012-05-16 | ARM: prevent VM_GROWSDOWN mmaps extending below FIRST_USER_ADDRESS | Russell King | 1 | -1/+3 |
2012-05-07 | ARM: cache: tauros2: add disable and resume callback | Chao Xie | 1 | -0/+24 |
2012-05-07 | ARM: mm: proc-mohawk: add suspend resume for mohawk | Chao Xie | 1 | -0/+35 |