summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | arm64: percpu: implement optimised pcpu access using tpidr_el1Will Deacon2013-12-194-3/+55
| * | | | | | arm64: perf: add support for percpu pmu interruptVinayak Kale2013-12-191-30/+78
| * | | | | | arm64: vmlinux.lds.S: drop redundant .commentMark Rutland2013-12-191-1/+0
| * | | | | | arm64: dts: Add a virtio disk to the RTSM motherboardMark Hambleton2013-12-191-0/+6
| * | | | | | arm64: Correct virt_addr_validLaura Abbott2013-12-191-2/+1
| |/ / / / /
* | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-201-0/+50
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge tag 'v3.13-rc8' into core/lockingIngo Molnar2014-01-132-24/+18
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra2014-01-121-0/+50
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-01-171-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Revert "arm64: Fix memory shareability attribute for ioremap_wc/cache"Catalin Marinas2014-01-161-1/+1
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2013-12-201-20/+18
|\| | | |
| * | | | arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled eventsWill Deacon2013-12-191-20/+18
| |/ / /
* | | | Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-12-201-4/+0
|\ \ \ \ | |/ / / |/| | |
| * | | xen/arm64: do not call the swiotlb functions twiceStefano Stabellini2013-12-111-4/+0
* | | | arm64: mm: Fix PMD_SECT_PROT_NONE definitionSteve Capper2013-12-061-1/+1
* | | | arm64: Fix memory shareability attribute for ioremap_wc/cacheCatalin Marinas2013-12-061-1/+1
* | | | arm64: kernel: add code to set cpu boot mode to secondary_entry shimLorenzo Pieralisi2013-12-061-1/+2
* | | | arm64: make default NR_CPUS 8Rob Herring2013-12-061-2/+1
* | | | arm64: ensure completion of TLB invalidatationMark Rutland2013-12-061-1/+1
| |/ / |/| |
* | | arm64: Move PTE_PROT_NONE higher upCatalin Marinas2013-11-291-14/+17
* | | arm64: Use Normal NonCacheable memory for writecombineCatalin Marinas2013-11-291-1/+1
* | | arm64: debug: make aarch32 bkpt checking endian cleanMatthew Leach2013-11-281-8/+12
* | | arm64: ptrace: fix compat registes get/set to be endian cleanMatthew Leach2013-11-281-21/+19
* | | arm64: Unmask asynchronous aborts when in kernel modeCatalin Marinas2013-11-253-0/+9
* | | arm64: dts: Reserve the memory used for secondary CPU release addressCatalin Marinas2013-11-251-0/+2
* | | arm64: let the core code deal with preempt_countMarc Zyngier2013-11-251-22/+7
| |/ |/|
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-6/+0
|\ \
| * | preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-6/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-158-15/+113
|\ \ \
| * \ \ Merge tag 'kvm-arm64/for-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2013-11-114-7/+76
| |\ \ \
| | * | | arm/arm64: KVM: PSCI: propagate caller endianness to the incoming vcpuMarc Zyngier2013-11-071-0/+8
| | * | | arm/arm64: KVM: MMIO support for BE guestMarc Zyngier2013-11-071-0/+48
| | * | | arm64: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier2013-10-293-7/+20
| * | | | Merge tag 'kvm-arm-for-3.13-3' of git://git.linaro.org/people/cdall/linux-kvm...Paolo Bonzini2013-11-111-0/+5
| |\ \ \ \
| | * | | | arm/arm64: KVM: PSCI: use MPIDR to identify a target CPUMarc Zyngier2013-10-221-0/+5
| * | | | | Merge tag 'kvm-arm-for-3.13-2' of git://git.linaro.org/people/cdall/linux-kvm...Paolo Bonzini2013-10-282-3/+11
| |\| | | |
| | * | | | KVM: ARM: Support hugetlbfs backed huge pagesChristoffer Dall2013-10-182-3/+11
| * | | | | Powerpc KVM work is based on a commit after rc4.Gleb Natapov2013-10-175-13/+13
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm...Gleb Natapov2013-10-162-0/+21
| |\ \ \ \ \
| | * | | | | ARM64: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel2013-10-022-0/+21
| * | | | | | KVM: arm64: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-5/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-11-155-2/+72
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | arm,arm64/include/asm/io.h: define struct bio_vecStefano Stabellini2013-11-081-0/+1
| * | | | | arm,arm64: do not always merge biovec if we are running on XenStefano Stabellini2013-10-251-0/+9
| * | | | | xen: introduce xen_dma_map/unmap_page and xen_dma_sync_single_for_cpu/deviceStefano Stabellini2013-10-251-0/+25
| * | | | | xen: introduce xen_alloc/free_coherent_pagesStefano Stabellini2013-10-091-0/+22
| * | | | | arm64/xen: get_dma_ops: return xen_dma_ops if we are running as xen_initial_d...Stefano Stabellini2013-10-181-1/+12
| * | | | | xen/arm,arm64: enable SWIOTLB_XENStefano Stabellini2013-10-102-1/+2
| * | | | | arm/xen,arm64/xen: introduce p2mStefano Stabellini2013-10-171-1/+1
| * | | | | arm64: define DMA_ERROR_CODEStefano Stabellini2013-10-151-0/+1
| | |_|/ / | |/| | |