- f055ae0 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 692b8c6 Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
- 8f31852 irqchip/gic-v3: Add missing barrier to 32bit version of gic_read_iar() by Marc Zyngier · 9 years ago
- 52ba074 xen/arm: correctly handle DMA mapping of compound pages by Ian Campbell · 9 years ago
- 03590cb ARM: wire up copy_file_range() syscall by Russell King · 9 years ago
- eae2177 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 6b5a12d Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
- 5083c54 Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
- e3de671 Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 9 years ago
- e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
- a200dcb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
- ba049e9 kvm: rename pfn_t to kvm_pfn_t by Dan Williams · 9 years ago
- 4484204 arch/arm/include/asm/pgtable-3level.h: add pmd_mkclean for THP by Minchan Kim · 9 years ago
- 0ebd744 arm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
- 1baa5ef Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
- c9bed1c Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
- 2b1f3de arm: define __smp_xxx by Michael S. Tsirkin · 9 years ago
- 335390d arm: reuse asm-generic/barrier.h by Michael S. Tsirkin · 9 years ago
- 6660800 Merge branch 'devel-stable' into for-linus by Russell King · 9 years ago
- 598bcc6 Merge branches 'misc' and 'misc-rc6' into for-linus by Russell King · 9 years ago
- 6e0306a ARM: 8495/1: ATAGS: move save_atags() to arch/arm/include/asm/setup.h by Ivaylo Dimitrov · 9 years ago
- 06312f4 Merge tag 'arm32-efi-for-v4.5' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into devel-stable by Russell King · 9 years ago
- 89d798b ARM: 8487/1: Remove IPI_CALL_FUNC_SINGLE by Marc Zyngier · 9 years ago
- f6419f2 ARM: 8485/1: cpuidle: remove cpu parameter from the cpuidle_ops suspend hook by Lorenzo Pieralisi · 9 years ago
- ab76078 arm: extend pvclock_wall_clock with sec_hi by Stefano Stabellini · 9 years ago
- 72d39c6 xen/arm: introduce HYPERVISOR_platform_op on arm and arm64 by Stefano Stabellini · 9 years ago
- 02c2433 arm: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops by Stefano Stabellini · 9 years ago
- 11c7a6c Merge branch 'treewide/cleanup' into next/multiplatform by Arnd Bergmann · 9 years ago
- 20475f7 arm64: KVM: Add support for 16-bit VMID by Vladimir Murzin · 9 years ago
- 8420dcd arm: KVM: Make kvm_arm.h friendly to assembly code by Vladimir Murzin · 9 years ago
- 9d4dc688 arm/arm64: KVM: Remove unreferenced S2_PGD_ORDER by Vladimir Murzin · 9 years ago
- a5e90b1 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- 8864eac Merge branch 'mmp/multiplatform' into next/multiplatform by Arnd Bergmann · 9 years ago
- 0045c0d ARM: debug-ll: rework footbridge handling by Arnd Bergmann · 9 years ago
- c014953d ARM: fix uaccess_with_memcpy() with SW_DOMAIN_PAN by Russell King · 9 years ago
- b19e689 KVM: arm/arm64: Count guest exit due to various reasons by Amit Tomar · 9 years ago
- 81a0bc3 ARM: add UEFI stub support by Roy Franz · 9 years ago
- da58fb6 ARM: wire up UEFI init and runtime support by Ard Biesheuvel · 9 years ago
- c793620 ARM: implement create_mapping_late() for EFI use by Ard Biesheuvel · 10 years ago
- 2937367 ARM: add support for generic early_ioremap/early_memremap by Ard Biesheuvel · 9 years ago
- 8e31ed9 irqchip/gic-v3: Add missing include for barrier.h by Marc Zyngier · 9 years ago
- 0992207 Merge tag 'kvm-arm-for-v4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 9 years ago
- bc45a51 arm64: KVM: Correctly handle zero register during MMIO by Pavel Fedin · 9 years ago
- be95485 ARM: 8457/1: psci-smp is built only for SMP by Arnd Bergmann · 9 years ago
- e9c38ce ARM: 8455/1: define __BUG as asm(BUG_INSTR) without CONFIG_BUG by Arnd Bergmann · 9 years ago
- 7530527 ARM: use const and __initconst for smp_operations by Masahiro Yamada · 9 years ago
- d33c43a ARM: make xscale iwmmxt code multiplatform aware by Arnd Bergmann · 11 years ago
- 04527fd Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- 4fe5e19 Merge tag 'for-linus-4.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
- b4ff838 xen/events: Always allocate legacy interrupts on PV guests by Boris Ostrovsky · 9 years ago
- 040b323 ARM: asm/div64.h: adjust to generic codde by Nicolas Pitre · 9 years ago
- 28fa99b ARM: wire up mlock2 syscall by Russell King · 9 years ago
- 56e0464 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
- 77c5b5d kmap_atomic_to_page() has no users, remove it by Nicolas Pitre · 9 years ago
- 3c87b79 Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
- 933425fb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
- 41ecf14 Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
- 197a4f4 Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 9 years ago
- d63a978 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 6aa2fdb Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- c2df02b Merge branches 'pci/host-altera', 'pci/host-designware', 'pci/host-generic', 'pci/host-imx6', 'pci/host-iproc', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-tegra' and 'pci/host-xgene' into next by Bjorn Helgaas · 9 years ago
- b3a7238 ARM/PCI: Replace pci_sys_data->align_resource with global function pointer by Gabriele Paoloni · 9 years ago
- 116ef0f Merge branches 'fixes' and 'misc' into for-next by Russell King · 9 years ago
- e7ecbc0 ARM: uniphier: add outer cache support by Masahiro Yamada · 9 years ago
- 0ab089c ARM: Add msi.h to Kbuild by Ley Foon Tan · 9 years ago
- a314e3e xen/arm: Enable cpu_hotplug.c by Stefano Stabellini · 9 years ago
- 9435cce xen/swiotlb: Add support for 64KB page granularity by Julien Grall · 9 years ago
- 291be10 xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlb by Julien Grall · 9 years ago
- 250c9af arm/xen: Add support for 64KB page granularity by Julien Grall · 10 years ago
- 5031612 arm/xen: Drop pte_mfn and mfn_pte by Julien Grall · 9 years ago
- b5905dc arm/arm64: KVM: Improve kvm_exit tracepoint by Christoffer Dall · 9 years ago
- 3b92830 KVM: arm/arm64: implement kvm_arm_[halt,resume]_guest by Eric Auger · 9 years ago
- 3781528 KVM: arm/arm64: rename pause into power_off by Eric Auger · 9 years ago
- d35268d arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block by Christoffer Dall · 9 years ago
- 3217f7c KVM: Add kvm_arch_vcpu_{un}blocking callbacks by Christoffer Dall · 9 years ago
- 6e490b0 ARM, locking/atomics: Implement _relaxed variants of atomic[64]_{inc,dec} by Will Deacon · 9 years ago
- d5cd50d ARM: add 32bit support to GICv3 by Jean-Philippe Brucker · 9 years ago
- e8973a8 ARM: 8443/1: Adding support for atomic half word exchange by Sarbojit Ganguly · 9 years ago
- 82fc167 Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
- d64c509 Merge tag 'at91-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into next/soc by Arnd Bergmann · 9 years ago
- db695c0 ARM: remove user cmpxchg syscall by Russell King · 9 years ago
- c905929 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- b6d980f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
- 920552b KVM: disable halt_poll_ns as default for s390x by David Hildenbrand · 9 years ago
- 62e8a32 atomic, arch: Audit atomic_{read,set}() by Peter Zijlstra · 9 years ago
- 6ff0966 ARM: 8432/1: move VMALLOC_END from 0xff000000 to 0xff800000 by Nicolas Pitre · 9 years ago
- 803e3db ARM: 8430/1: use default ioremap alignment for SMP or LPAE by Sergey Dyasly · 9 years ago
- f460b6a ARM: 8423/1: add const qualifier to smp_operations member in structures by Masahiro Yamada · 9 years ago
- 4caa9dd ARM: 8424/1: add const qualifier to the argument of smp_set_ops() by Masahiro Yamada · 9 years ago
- bbeb920 ARM: 8422/1: enable imprecise aborts during early kernel startup by Lucas Stach · 9 years ago
- 208473c ARM: wire up new syscalls by Russell King · 9 years ago
- 6f112a0 ARM: at91: debug: use DEBUG_UART_PHYS by Alexandre Belloni · 9 years ago
- 3ae8394 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
- fadb97b Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- efe4d36 Merge tag 'kvm-arm-for-4.3-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 9 years ago
- ef74891 arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS' by Ming Lei · 9 years ago
- eb81112 ARM: Remove ununsed set_irq_flags by Rob Herring · 9 years ago
- bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
- 62bea5b KVM: add halt_attempted_poll to VCPU stats by Paolo Bonzini · 9 years ago
- 57e6bbc Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago