| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: 8152/1: Convert pr_warning to pr_warn | Joe Perches | 2014-09-26 | 1 | -2/+2 |
* | ARM: add comments to the early page table remap code | Russell King | 2014-08-02 | 1 | -5/+46 |
*-. | Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next | Russell King | 2014-06-05 | 1 | -83/+40 |
|\ \ |
|
| | * | ARM: 8025/1: Get rid of meminfo | Laura Abbott | 2014-06-01 | 1 | -82/+35 |
| | * | ARM: 8055/1: cacheflush: use -st dsb option for ensuring completion | Will Deacon | 2014-05-25 | 1 | -1/+1 |
| | * | ARM: 8031/2: change fixmap mapping region to support 32 CPUs | Liu Hua | 2014-04-23 | 1 | -0/+4 |
| |/ |
|
* | | ARM: ensure C page table setup code follows assembly code (part II) | Russell King | 2014-06-02 | 1 | -8/+19 |
* | | ARM: ensure C page table setup code follows assembly code | Russell King | 2014-06-02 | 1 | -16/+47 |
* | | ARM: remove unused adjust_cr() function | Russell King | 2014-06-02 | 1 | -20/+0 |
* | | ARM: move "noalign" command line option to alignment.c | Russell King | 2014-06-02 | 1 | -7/+0 |
* | | ARM: provide common method to clear bits in CPU control register | Russell King | 2014-06-02 | 1 | -6/+4 |
|/ |
|
*---. | Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unst... | Russell King | 2014-04-04 | 1 | -1/+16 |
|\ \ \ |
|
| | * | | ARM: 7954/1: mm: remove remaining domain support from ARMv6 | Will Deacon | 2014-02-10 | 1 | -0/+10 |
| |/ /
|/| | |
|
| * | | ARM: 7950/1: mm: Fix stage-2 device memory attributes | Christoffer Dall | 2014-02-10 | 1 | -1/+6 |
|/ / |
|
* | | ARM: fix executability of CMA mappings | Russell King | 2013-12-11 | 1 | -1/+2 |
* | | ARM: mm: Define set_memory_* functions for ARM | Laura Abbott | 2013-12-11 | 1 | -0/+38 |
* | | ARM: implement basic NX support for kernel lowmem mappings | Russell King | 2013-12-11 | 1 | -5/+50 |
* | | ARM: add permission annotations to MT_MEMORY* mapping types | Russell King | 2013-12-11 | 1 | -15/+15 |
|/ |
|
* | ARM: 7884/1: mm: Fix ECC mem policy printk | Michal Simek | 2013-11-14 | 1 | -2/+2 |
* | ARM: mm: Recreate kernel mappings in early_paging_init() | Santosh Shilimkar | 2013-10-10 | 1 | -0/+82 |
* | Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linus | Russell King | 2013-09-05 | 1 | -2/+2 |
|\ |
|
| * | ARM: constify machine_desc structure uses | Russell King | 2013-07-26 | 1 | -2/+2 |
* | | Merge branch 'security-fixes' into fixes | Russell King | 2013-08-01 | 1 | -1/+13 |
|\ \ |
|
| * | | ARM: make vectors page inaccessible from userspace | Russell King | 2013-08-01 | 1 | -0/+4 |
| * | | ARM: move vector stubs | Russell King | 2013-07-31 | 1 | -1/+9 |
| |/ |
|
* | | ARM: 7785/1: mm: restrict early_alloc to section-aligned memory | Russell King | 2013-07-22 | 1 | -5/+38 |
|/ |
|
* | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2013-07-13 | 1 | -1/+1 |
|\ |
|
| * | ARM: 7781/1: mmu: Add debug_ll_io_init() mappings to early mappings | Stephen Boyd | 2013-07-09 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2013-07-03 | 1 | -32/+17 |
|\ \ |
|
| * \ | Merge branch 'devel-stable' into for-next | Russell King | 2013-06-29 | 1 | -32/+17 |
| |\ \
| | |/
| |/| |
|
| | * | ARM: mm: clean up membank size limit checks | Cyril Chemparathy | 2013-05-30 | 1 | -8/+11 |
| | * | ARM: mm: cleanup checks for membank overlap with vmalloc area | Cyril Chemparathy | 2013-05-30 | 1 | -18/+1 |
| | * | ARM: mm: use physical addresses in highmem sanity checks | Cyril Chemparathy | 2013-05-30 | 1 | -12/+10 |
| | * | ARM: LPAE: use phys_addr_t in alloc_init_pud() | Vitaly Andrianov | 2013-05-30 | 1 | -1/+2 |
* | | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-07-02 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | ARM: mmu: Call debug_ll_io_init if no map_io function is specified | Maxime Ripard | 2013-05-24 | 1 | -0/+2 |
| |/ |
|
* | | ARM: 7753/1: map_init_section flushes incorrect pmd | Po-Yu Chuang | 2013-06-17 | 1 | -3/+5 |
|/ |
|
*---. | Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm... | Russell King | 2013-05-02 | 1 | -26/+49 |
|\ \ \ |
|
| | * | | ARM: 7694/1: ARM, TCM: initialize TCM in paging_init(), instead of setup_arch() | Joonsoo Kim | 2013-04-17 | 1 | -0/+2 |
| | |/ |
|
| | * | ARM: 7677/1: LPAE: Fix mapping in alloc_init_section for unaligned addresses | Sricharan R | 2013-03-22 | 1 | -26/+47 |
| |/ |
|
* | | Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-... | Russell King | 2013-03-09 | 1 | -0/+17 |
|\ \
| |/
|/| |
|
| * | ARM: make cr_alignment read-only #ifndef CONFIG_CPU_CP15 | Uwe Kleine-König | 2013-01-31 | 1 | -0/+17 |
* | | Merge branch 'for-linus-2' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2013-02-20 | 1 | -0/+22 |
|\ \ |
|
| * | | ARM: Add page table and page defines needed by KVM | Christoffer Dall | 2013-01-23 | 1 | -0/+22 |
* | | | Merge branch 'misc' into for-linus | Russell King | 2013-02-20 | 1 | -19/+17 |
|\ \ \
| |_|/
|/| | |
|
| * | | ARM: fix warnings introduced by previous patch | Russell King | 2013-02-16 | 1 | -2/+0 |
| * | | ARM: 7646/1: mm: use static_vm for managing static mapped areas | Joonsoo Kim | 2013-02-16 | 1 | -17/+17 |
| |/ |
|
* | | ARM: 7629/1: mm: Fix missing XN flag for for MT_MEMORY_SO | Santosh Shilimkar | 2013-01-19 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-12-12 | 1 | -0/+16 |
|\ |
|
| * | ARM: implement debug_ll_io_init() | Rob Herring | 2012-11-05 | 1 | -0/+16 |