aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2014-05-13Merge tag 'stable/for-linus-3.15-rc5-tag' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+1
2014-05-12arm64: introduce virt_to_pfnGravatar Stefano Stabellini 1-0/+1
2014-04-25arm64: initialize spinlock for init_mm's contextGravatar Leo Yan 1-0/+3
2014-04-25arm64: mm: Add THP TLB entries to general mmu_gatherGravatar Steve Capper 1-0/+6
2014-04-23arm64: add renameat2 compat syscallGravatar Miklos Szeredi 1-1/+2
2014-04-22arm64: __NR_compat_syscalls fixGravatar Miklos Szeredi 1-1/+1
2014-04-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-14/+5
2014-04-07arm64: add early_ioremap supportGravatar Mark Salter 4-1/+70
2014-04-07arm64: initialize pgprot info earlier in bootGravatar Mark Salter 1-0/+1
2014-04-05Revert "arm64: virt: ensure visibility of __boot_cpu_mode"Gravatar Catalin Marinas 1-13/+0
2014-04-03arm64: Update the TCR_EL1 translation granule definitions for 16K pagesGravatar Catalin Marinas 1-1/+5
2014-04-02Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-6/+22
2014-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 21-186/+350
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Gravatar Linus Torvalds 1-0/+1
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+4
2014-03-24arm64: Remove pgprot_dmacoherent()Gravatar Catalin Marinas 1-2/+0
2014-03-20arm64: Fix __range_ok macroGravatar Christopher Covington 1-2/+2
2014-03-14arm64: mm: Route pmd thp functions through pte equivalentsGravatar Steve Capper 1-28/+24
2014-03-14arm64: rwsem: use asm-generic rwsem implementationGravatar Will Deacon 1-0/+1
2014-03-14arm64: enable generic CPU feature modalias matching for this architectureGravatar Ard Biesheuvel 1-0/+29
2014-03-13ARM64: perf: support dwarf unwinding in compat modeGravatar Jean Pihet 2-2/+2
2014-03-13ARM64: perf: add support for perf registers APIGravatar Jean Pihet 3-0/+42
2014-03-13arm64: Add boot time configuration of Intermediate Physical Address sizeGravatar Radha Mohan Chintakuntla 2-12/+8
2014-03-13arm64: Do not synchronise I and D caches for special ptesGravatar Catalin Marinas 1-1/+1
2014-03-13arm64: Make DMA coherent and strongly ordered mappings not executableGravatar Catalin Marinas 1-3/+3
2014-03-10arm64: barriers: add dmb barrierGravatar Will Deacon 1-0/+1
2014-03-04arm64: topology: Implement basic CPU topology supportGravatar Mark Brown 1-0/+39
2014-03-04arm64: advertise ARMv8 extensions to 32-bit compat ELF binariesGravatar Ard Biesheuvel 1-0/+6
2014-03-04arm64: add AT_HWCAP2 support for 32-bit compatGravatar Ard Biesheuvel 1-1/+2
2014-03-04compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64Gravatar Heiko Carstens 1-0/+1
2014-03-03arm64: KVM: flush VM pages before letting the guest enable cachesGravatar Marc Zyngier 1-0/+2
2014-03-03ARM: KVM: introduce kvm_p*d_addr_endGravatar Marc Zyngier 1-0/+4
2014-03-03arm64: KVM: trap VM system registers until MMU and caches are ONGravatar Marc Zyngier 2-2/+4
2014-03-03arm64: KVM: force cache clean on page fault when caches are offGravatar Marc Zyngier 1-4/+12
2014-02-28arm64: Fix !CONFIG_SMP kernel buildGravatar Catalin Marinas 1-0/+8
2014-02-28arm64: mm: Add double logical invert to pte accessorsGravatar Steve Capper 1-5/+5
2014-02-28arm64: remove return value form psci_init()Gravatar Vladimir Murzin 1-1/+1
2014-02-27arm64: Implement coherent DMA API based on swiotlbGravatar Catalin Marinas 2-0/+14
2014-02-26arm64: Convert asm/tlb.h to generic mmu_gatherGravatar Catalin Marinas 1-116/+20
2014-02-26arm64: Extend the PCI I/O space to 16MBGravatar Catalin Marinas 1-1/+1
2014-02-26misc: debug: remove compilation warningsGravatar Vijaya Kumar K 1-1/+1
2014-02-26arm64: KGDB: Add Basic KGDB supportGravatar Vijaya Kumar K 2-0/+131
2014-02-26arm64: Add macros to manage processor debug stateGravatar Vijaya Kumar K 2-17/+23
2014-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+9
2014-02-14arm64: KVM: Add VGIC device control for arm64Gravatar Christoffer Dall 1-0/+9
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseGravatar Tim Chen 1-0/+1
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Gravatar Tim Chen 1-3/+3
2014-02-07arm64: asm: remove redundant "cc" clobbersGravatar Will Deacon 4-25/+21
2014-02-07arm64: atomics: fix use of acquire + release for full barrier semanticsGravatar Will Deacon 3-15/+29
2014-02-06arm64: barriers: allow dsb macro to take option parameterGravatar Will Deacon 1-1/+1