Age | Commit message (Expand) | Author |
2015-04-14 | arm: add support for memtest | Vladimir Murzin |
2015-04-14 | mm: expose arch_mmap_rnd when available | Kees Cook |
2015-04-14 | arm: factor out mmap ASLR into mmap_rnd | Kees Cook |
2015-04-14 | Merge branches 'misc', 'vdso' and 'fixes' into for-next | Russell King |
2015-04-14 | ARM: switch to use the generic show_mem() implementation | Russell King |
2015-04-14 | ARM: proc-v7: avoid errata 430973 workaround for non-Cortex A8 CPUs | Russell King |
2015-04-14 | ARM: cache-v7: optimise test for Cortex A9 r0pX devices | Russell King |
2015-04-14 | ARM: cache-v7: optimise branches in v7_flush_cache_louis | Russell King |
2015-04-14 | ARM: cache-v7: consolidate initialisation of cache level index | Russell King |
2015-04-14 | ARM: cache-v7: shift CLIDR to extract appropriate field before masking | Russell King |
2015-04-14 | ARM: cache-v7: use movw/movt instructions | Russell King |
2015-04-13 | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2015-04-10 | ARM: proc-arm94*.S: fix setup function | Russell King |
2015-04-02 | ARM: 8276/1: Make CPU_DCACHE_DISABLE depend on !SMP | Florian Fainelli |
2015-04-02 | ARM: 8337/1: mm: Do not invoke OOM for higher order IOMMU DMA allocations | Tomasz Figa |
2015-03-29 | ARM: 8322/1: keep .text and .fixup regions closer together | Ard Biesheuvel |
2015-03-28 | ARM: 8314/1: replace PROCINFO embedded branch with relative offset | Ard Biesheuvel |
2015-03-27 | ARM: 8332/1: add CONFIG_VDSO Kconfig and Makefile bits | Nathan Lynch |
2015-03-18 | ARM: 8289/1: dma-mapping: use to_dma_iommu_mapping instead of accessing archdata | Will Deacon |
2015-03-18 | ARM: 8311/1: Don't use is_module_addr in setting page attributes | Laura Abbott |
2015-03-18 | ARM: 8310/1: l2c: Fix prefetch settings dt parsing | Fabrice Gasnier |
2015-03-12 | arm: dma-mapping: limit IOMMU mapping size | Murali Karicheri |
2015-03-10 | ARM: dump pgd, pmd and pte states on unhandled data abort faults | Russell King |
2015-03-10 | ARM: dma-api: fix off-by-one error in __dma_supported() | Russell King |
2015-03-10 | ARM: 8309/1: l2c: enforce use of cache-level property | Florian Fainelli |
2015-02-23 | ARM: 8304/1: Respect NO_KERNEL_MAPPING when we don't have an IOMMU | Carlo Caione |
2015-02-22 | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds |
2015-02-20 | ARM: 8305/1: DMA: Fix kzalloc flags in __iommu_alloc_buffer() | Alexandre Courbot |
2015-02-18 | ARM: mm: Remove Kconfig symbol CACHE_PL310 | Paul Bolle |
2015-02-12 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds |
2015-02-11 | mm: fix false-positive warning on exit due mm_nr_pmds(mm) | Kirill A. Shutemov |
2015-02-11 | mm/hugetlb: reduce arch dependent code around follow_huge_* | Naoya Horiguchi |
2015-02-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2015-02-10 | arm: drop L_PTE_FILE and pte_file()-related helpers | Kirill A. Shutemov |
2015-02-10 | Merge branches 'debug', 'fixes', 'l2c' (early part), 'misc' and 'sa1100' into... | Russell King |
2015-02-06 | ARM: 8297/1: cache-l2x0: optimize aurora range operations | Arnd Bergmann |
2015-02-06 | ARM: 8296/1: cache-l2x0: clean up aurora cache handling | Arnd Bergmann |
2015-02-04 | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds |
2015-02-03 | ARM: 8299/1: mm: ensure local active ASID is marked as allocated on rollover | Will Deacon |
2015-01-29 | arm: dma-mapping: Set DMA IOMMU ops in arm_iommu_attach_device() | Laurent Pinchart |
2015-01-29 | ARM: 8298/1: ARM_KERNMEM_PERMS only works with MMU enabled | Arnd Bergmann |
2015-01-29 | ARM: 8288/1: dma-mapping: don't detach devices without an IOMMU during teardown | Will Deacon |
2015-01-21 | ARM: 8286/1: mm: Fix dma_contiguous_reserve comment | George G. Davis |
2015-01-20 | ARM: cache-l2x0.c: Make it clear that cache-l2x0 handles L310 cache controller | Pavel Machek |
2015-01-20 | ARM: l2c: fix comment | Geert Uytterhoeven |
2015-01-16 | ARM: 8262/1: l2c: Add support for overriding prefetch settings | Tomasz Figa |
2015-01-16 | ARM: 8260/1: l2c: Add interface to ask hypervisor to configure L2C | Tomasz Figa |
2015-01-16 | ARM: 8259/1: l2c: Refactor the driver to use commit-like interface | Tomasz Figa |
2015-01-16 | ARM: 8258/1: l2c: use l2c_write_sec() for restoring latency and filter regs | Marek Szyprowski |
2015-01-09 | ARM: 8275/1: mm: fix PMD_SECT_RDONLY undeclared compile error | Victor Kamensky |