Age | Commit message (Expand) | Author | Files | Lines |
2014-03-04 | arm64: remove unnecessary cache flush at boot | Mark Rutland | 2 | -7/+1 |
2014-02-28 | cpufreq: enable ARM drivers on arm64 | Rob Herring | 1 | -0/+8 |
2014-02-28 | arm64: remove return value form psci_init() | Vladimir Murzin | 2 | -7/+4 |
2014-02-28 | arm64: remove redundant "psci:" prefixes | Vladimir Murzin | 1 | -2/+2 |
2014-02-27 | arm64: Implement coherent DMA API based on swiotlb | Catalin Marinas | 4 | -1/+253 |
2014-02-27 | arm64: Use swiotlb late initialisation | Catalin Marinas | 2 | -4/+8 |
2014-02-27 | arm64: Replace ZONE_DMA32 with ZONE_DMA | Catalin Marinas | 3 | -18/+19 |
2014-02-26 | arm64: vdso: clean up vdso_pagelist initialization | Nathan Lynch | 1 | -30/+12 |
2014-02-26 | arm64: Change misleading function names in dma-mapping | Ritesh Harjani | 1 | -10/+10 |
2014-02-26 | arm64: Fix the soft_restart routine | Geoff Levand | 1 | -1/+10 |
2014-02-26 | arm64: Extend the idmap to the whole kernel image | Catalin Marinas | 1 | -12/+8 |
2014-02-26 | arm64: Convert asm/tlb.h to generic mmu_gather | Catalin Marinas | 1 | -116/+20 |
2014-02-26 | arm64: Extend the PCI I/O space to 16MB | Catalin Marinas | 1 | -1/+1 |
2014-02-26 | arm64: enable processor debug state for secondary cpus | Vijaya Kumar K | 2 | -4/+4 |
2014-02-26 | arm64: KGDB: Add KGDB config | Vijaya Kumar K | 1 | -0/+1 |
2014-02-26 | misc: debug: remove compilation warnings | Vijaya Kumar K | 1 | -1/+1 |
2014-02-26 | arm64: KGDB: Add step debugging support | Vijaya Kumar K | 1 | -8/+56 |
2014-02-26 | arm64: KGDB: Add Basic KGDB support | Vijaya Kumar K | 4 | -0/+420 |
2014-02-26 | arm64: Add macros to manage processor debug state | Vijaya Kumar K | 3 | -17/+24 |
2014-02-14 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+9 |
2014-02-14 | arm64: KVM: Add VGIC device control for arm64 | Christoffer Dall | 1 | -0/+9 |
2014-02-07 | arm64: defconfig: Expand default enabled features | Mark Rutland | 2 | -4/+15 |
2014-02-07 | arm64: asm: remove redundant "cc" clobbers | Will Deacon | 4 | -25/+21 |
2014-02-07 | arm64: atomics: fix use of acquire + release for full barrier semantics | Will Deacon | 5 | -18/+35 |
2014-02-06 | arm64: barriers: allow dsb macro to take option parameter | Will Deacon | 1 | -1/+1 |
2014-02-05 | arm64: compat: Wire up new AArch32 syscalls | Catalin Marinas | 1 | -1/+4 |
2014-02-05 | arm64: vdso: update wtm fields for CLOCK_MONOTONIC_COARSE | Nathan Lynch | 1 | -2/+2 |
2014-02-05 | arm64: vdso: fix coarse clock handling | Nathan Lynch | 1 | -1/+6 |
2014-02-05 | arm64: simplify pgd_alloc | Mark Rutland | 1 | -9/+2 |
2014-02-05 | arm64: fix typo: s/SERRROR/SERROR/ | Mark Rutland | 2 | -2/+2 |
2014-02-05 | arm64: Invalidate the TLB when replacing pmd entries during boot | Catalin Marinas | 1 | -2/+10 |
2014-02-05 | arm64: Align CMA sizes to PAGE_SIZE | Laura Abbott | 1 | -0/+1 |
2014-02-05 | arm64: add DSB after icache flush in __flush_icache_all() | Vinayak Kale | 1 | -0/+1 |
2014-02-04 | arm64: vdso: prevent ld from aligning PT_LOAD segments to 64k | Will Deacon | 1 | -1/+1 |
2014-01-31 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 8 | -43/+74 |
2014-01-31 | arm64: mm: Introduce PTE_WRITE | Steve Capper | 1 | -23/+25 |
2014-01-31 | arm64: mm: Remove PTE_BIT_FUNC macro | Steve Capper | 1 | -10/+41 |
2014-01-30 | arm64: FIQs are unused | Nicolas Pitre | 2 | -8/+0 |
2014-01-27 | arm64: mm: fix the function name in comment of cpu_do_switch_mm | Jingoo Han | 1 | -1/+1 |
2014-01-27 | arm64: fix build error if DMA_CMA is enabled | Pankaj Dubey | 1 | -1/+0 |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+1 |
2014-01-24 | arm64: kernel: fix per-cpu offset restore on resume | Lorenzo Pieralisi | 1 | -0/+8 |
2014-01-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 7 | -18/+60 |
2014-01-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2014-01-22 | arm64: mm: fix the function name in comment of __flush_dcache_area | Jingoo Han | 1 | -1/+1 |
2014-01-22 | arm64: mm: use ubfm for dcache_line_size | Jingoo Han | 1 | -2/+1 |
2014-01-20 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 46 | -395/+1808 |
2014-01-20 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+50 |
2014-01-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2014-01-17 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -1/+1 |