| Commit message (Expand) | Author | Age | Files | Lines |
* | lib/GCD.c: use binary GCD algorithm instead of Euclidean | Zhaoxiu Zeng | 2016-05-21 | 1 | -0/+3 |
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-05-20 | 6 | -26/+69 |
|\ |
|
| *---. | Merge branches 'amba', 'devel-stable', 'kexec-for-next' and 'misc' into for-l... | Russell King | 2016-05-19 | 8 | -33/+76 |
| |\ \ \ |
|
| | | | * | ARM: 8567/1: cache-uniphier: activate ways for secondary CPUs | Masahiro Yamada | 2016-05-05 | 1 | -2/+24 |
| | | | * | ARM: 8569/1: pl2x0: Add OF control of cache power management | Brad Mouring | 2016-05-05 | 1 | -5/+21 |
| | | | * | ARM: 8548/1: dma-mapping: remove arm_dma_set_mask() | Alexandre Courbot | 2016-04-07 | 1 | -16/+0 |
| | |_|/
| |/| | |
|
| | | * | ARM: provide improved virt_to_idmap() functionality | Russell King | 2016-05-03 | 1 | -1/+1 |
| | |/
| |/| |
|
| | * | Merge tag 'arm-memremap-for-v4.7' of git://git.linaro.org/people/ard.biesheuv... | Russell King | 2016-04-20 | 2 | -2/+23 |
| | |\ |
|
| | | * | ARM: memremap: implement arch_memremap_wb() | Ard Biesheuvel | 2016-04-04 | 2 | -2/+15 |
| | | * | ARM: reintroduce ioremap_cached() for creating cached I/O mappings | Ard Biesheuvel | 2016-04-04 | 2 | -0/+8 |
| | |/
| |/| |
|
* | | | iommu: of: enforce const-ness of struct iommu_ops | Robin Murphy | 2016-05-09 | 1 | -3/+3 |
* | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-05-07 | 1 | -7/+8 |
|\ \ \ |
|
| * | | | ARM: 8572/1: nommu: change memory reserve for the vectors | Jean-Philippe Brucker | 2016-05-05 | 1 | -1/+1 |
| * | | | ARM: 8571/1: nommu: fix PMSAv7 setup | Jean-Philippe Brucker | 2016-05-05 | 1 | -6/+7 |
* | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-04-21 | 1 | -1/+2 |
|\| | |
| |_|/
|/| | |
|
| * | | ARM: 8551/2: DMA: Fix kzalloc flags in __dma_alloc | Alexandre Courbot | 2016-04-15 | 1 | -1/+2 |
* | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-04-11 | 1 | -5/+5 |
|\| | |
|
| * | | ARM: SMP enable of cache maintanence broadcast | Russell King | 2016-04-02 | 1 | -5/+5 |
| |/ |
|
* / | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-03-20 | 7 | -96/+256 |
|\ |
|
| *---. | Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-next | Russell King | 2016-03-05 | 8 | -96/+259 |
| |\ \ \ |
|
| | | | * | ARM: l2c: tauros2: use descriptive definitions for register bits | Russell King | 2015-11-26 | 1 | -5/+10 |
| | | | * | ARM: l2c: tauros2: fix OF-enabled non-DT boot | Russell King | 2015-11-26 | 1 | -9/+8 |
| | | * | | ARM: 8546/1: dma-mapping: refactor to fix coherent+cma+gfp=0 | Rabin Vincent | 2016-03-05 | 1 | -37/+128 |
| | | * | | ARM: 8547/1: dma-mapping: store buffer information | Rabin Vincent | 2016-03-05 | 1 | -1/+48 |
| | | * | | ARM: 8535/1: mm: DEBUG_RODATA makes no sense with XIP_KERNEL | Arnd Bergmann | 2016-02-22 | 1 | -1/+1 |
| | | * | | ARM: make the physical-relative calculation more obvious | Russell King | 2016-02-17 | 1 | -1/+1 |
| | | * | | ARM: 8512/1: proc-v7.S: Adjust stack address when XIP_KERNEL | Nicolas Pitre | 2016-02-16 | 1 | -1/+1 |
| | | * | | ARM: 8502/1: mm: mark section-aligned portion of rodata NX | Kees Cook | 2016-02-11 | 1 | -3/+4 |
| | | * | | ARM: 8518/1: Use correct symbols for XIP_KERNEL | Chris Brandt | 2016-02-11 | 1 | -2/+6 |
| | | * | | ARM: 8507/1: dma-mapping: Use DMA_ATTR_ALLOC_SINGLE_PAGES hint to optimize alloc | Doug Anderson | 2016-02-11 | 1 | -0/+4 |
| | | * | | ARM: 8505/1: dma-mapping: Optimize allocation | Doug Anderson | 2016-02-11 | 1 | -14/+20 |
| | | * | | ARM: 8501/1: mm: flip priority of CONFIG_DEBUG_RODATA | Kees Cook | 2016-02-08 | 2 | -25/+28 |
| | | * | | ARM: make virt_to_idmap() return unsigned long | Russell King | 2016-02-08 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | mm: remove VM_FAULT_MINOR | Jan Kara | 2016-03-17 | 1 | -1/+1 |
* | | | | mm: cleanup *pte_alloc* interfaces | Kirill A. Shutemov | 2016-03-17 | 2 | -4/+4 |
* | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-03-06 | 1 | -0/+3 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | ARM: 8544/1: set_memory_xx fixes | Mika Penttilä | 2016-03-05 | 1 | -0/+3 |
| |/ / |
|
* / / | mm: ASLR: use get_random_long() | Daniel Cashman | 2016-02-27 | 1 | -1/+1 |
|/ / |
|
* | | tree wide: use kvfree() than conditional kfree()/vfree() | Tetsuo Handa | 2016-01-23 | 1 | -9/+2 |
* | | Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-01-21 | 4 | -19/+19 |
|\ \ |
|
| * \ | Merge tag 'realview-multiplatform-tag' of git://git.kernel.org/pub/scm/linux/... | Arnd Bergmann | 2015-12-18 | 1 | -15/+15 |
| |\ \ |
|
| | * | | ARM: no longer make CPU targets visible separately | Arnd Bergmann | 2015-12-18 | 1 | -15/+15 |
| * | | | Merge tag 'realview-base-armsoc-1-tag' of git://git.kernel.org/pub/scm/linux/... | Arnd Bergmann | 2015-12-16 | 1 | -2/+0 |
| |\| | |
|
| | * | | ARM: no longer force unbuffered DMA for realview | Arnd Bergmann | 2015-12-15 | 1 | -2/+0 |
| * | | | ARM: mohawk: allow building with MMU disabled | Arnd Bergmann | 2015-12-01 | 1 | -0/+2 |
| * | | | ARM: make xscale iwmmxt code multiplatform aware | Arnd Bergmann | 2015-12-01 | 2 | -2/+2 |
| |/ / |
|
* | | | mm: differentiate page_mapped() from page_mapcount() for compound pages | Kirill A. Shutemov | 2016-01-16 | 1 | -1/+1 |
* | | | arm, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-16 | 1 | -15/+0 |
* | | | arm: mm: support ARCH_MMAP_RND_BITS | Daniel Cashman | 2016-01-15 | 1 | -2/+1 |