Age | Commit message (Expand) | Author | Files | Lines |
2013-07-03 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 16 | -117/+692 |
2013-07-03 | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 5 | -1/+236 |
2013-07-03 | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+2 |
2013-06-29 | Merge branch 'devel-stable' into for-next | Russell King | 16 | -96/+699 |
2013-06-29 | Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-next | Russell King | 6 | -22/+229 |
2013-06-29 | ARM: 7775/1: mm: Remove do_sect_fault from LPAE code | Steven Capper | 1 | -0/+2 |
2013-06-24 | ARM: 7769/1: Cortex-A15: fix erratum 798181 implementation | Marc Zyngier | 1 | -1/+28 |
2013-06-24 | ARM: 7768/1: prevent risks of out-of-bound access in ASID allocator | Marc Zyngier | 1 | -9/+8 |
2013-06-24 | ARM: 7767/1: let the ASID allocator handle suspended animation | Marc Zyngier | 1 | -0/+9 |
2013-06-24 | ARM: 7773/1: PJ4B: Add support for errata 4742 | Gregory CLEMENT | 2 | -3/+36 |
2013-06-24 | ARM: 7772/1: Fix missing flush_kernel_dcache_page() for noMMU | Simon Baatz | 1 | -0/+6 |
2013-06-24 | ARM: 7760/1: cpu_fa526_do_idle: remove WFI | Jonas Jensen | 1 | -1/+0 |
2013-06-18 | Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Russell King | 4 | -73/+57 |
2013-06-18 | Merge branch 'for-rmk/hugepages' of git://git.linaro.org/people/stevecapper/l... | Russell King | 5 | -13/+120 |
2013-06-17 | ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_page | Simon Baatz | 1 | -0/+33 |
2013-06-17 | ARM: 7754/1: Fix the CPU ID and the mask associated to the PJ4B | Gregory CLEMENT | 1 | -2/+2 |
2013-06-17 | ARM: 7753/1: map_init_section flushes incorrect pmd | Po-Yu Chuang | 1 | -3/+5 |
2013-06-17 | ARM: 7752/1: errata: LoUIS bit field in CLIDR register is incorrect | Jon Medhurst | 1 | -0/+8 |
2013-06-07 | ARM: mpu: Complete initialisation of the MPU after reaching the C-world | Jonathan Austin | 1 | -1/+7 |
2013-06-07 | ARM: mpu: add MPU probe and initialisation functions in C | Jonathan Austin | 1 | -0/+249 |
2013-06-07 | ARM: add Cortex-R7 Processor Info | Jonathan Austin | 1 | -1/+12 |
2013-06-07 | ARM: select CPU_CPU15_MMU/MPU appropriately | Jonathan Austin | 1 | -1/+2 |
2013-06-07 | ARM: suspend: fix CPU suspend code for !CONFIG_MMU configurations | Will Deacon | 2 | -6/+14 |
2013-06-06 | ARM: 7746/1: mm: lazy cache flushing on non-mapped pages | Ming Lei | 1 | -1/+1 |
2013-06-04 | ARM: mm: Transparent huge page support for LPAE systems. | Catalin Marinas | 1 | -1/+1 |
2013-06-04 | ARM: mm: HugeTLB support for LPAE systems. | Catalin Marinas | 4 | -2/+104 |
2013-06-04 | ARM: mm: Add support for flushing HugeTLB pages. | Steve Capper | 1 | -10/+15 |
2013-05-30 | ARM: mm: clean up membank size limit checks | Cyril Chemparathy | 1 | -8/+11 |
2013-05-30 | ARM: mm: cleanup checks for membank overlap with vmalloc area | Cyril Chemparathy | 1 | -18/+1 |
2013-05-30 | ARM: mm: use physical addresses in highmem sanity checks | Cyril Chemparathy | 1 | -12/+10 |
2013-05-30 | ARM: LPAE: accomodate >32-bit addresses for page table base | Cyril Chemparathy | 1 | -0/+8 |
2013-05-30 | ARM: LPAE: factor out T1SZ and TTBR1 computations | Cyril Chemparathy | 1 | -21/+8 |
2013-05-30 | ARM: LPAE: use 64-bit accessors for TTBR registers | Cyril Chemparathy | 1 | -7/+2 |
2013-05-30 | ARM: LPAE: use phys_addr_t in switch_mm() | Cyril Chemparathy | 1 | -4/+12 |
2013-05-30 | ARM: LPAE: use phys_addr_t for initrd location | Vitaly Andrianov | 1 | -6/+7 |
2013-05-30 | ARM: LPAE: use phys_addr_t in free_memmap() | Vitaly Andrianov | 1 | -3/+3 |
2013-05-30 | ARM: LPAE: use phys_addr_t in alloc_init_pud() | Vitaly Andrianov | 1 | -1/+2 |
2013-05-24 | ARM: mmu: Call debug_ll_io_init if no map_io function is specified | Maxime Ripard | 1 | -0/+2 |
2013-05-23 | ARM: 7730/1: DMA-mapping: mark all !DMA_TO_DEVICE pages in unmapping as clean | Ming Lei | 1 | -3/+17 |
2013-05-23 | ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functions | Laura Abbott | 2 | -8/+8 |
2013-05-22 | Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-... | Russell King | 5 | -1/+236 |
2013-05-17 | ARM: ARMv7-M: implement read_cpuid_ext | Uwe Kleine-König | 1 | -1/+1 |
2013-05-15 | ARM: 7716/1: bcm281xx: Add L2 support for Rev A2 chips | Christian Daudt | 1 | -0/+158 |
2013-05-06 | Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -31/+1 |
2013-05-03 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 9 | -21/+52 |
2013-05-03 | Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm... | Russell King | 23 | -219/+143 |
2013-04-30 | mm/ARM: use free_highmem_page() to free highmem pages into buddy system | Jiang Liu | 1 | -5/+2 |
2013-04-30 | mm/ARM: use common help functions to free reserved pages | Jiang Liu | 1 | -32/+16 |
2013-04-30 | mm, show_mem: suppress page counts in non-blockable contexts | David Rientjes | 1 | -0/+3 |
2013-04-29 | ARM: KVM: move to a KVM provided HYP idmap | Marc Zyngier | 1 | -31/+1 |