aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2019-10-05Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 1-1/+1
2019-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-53/+24
2019-10-04Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-8/+0
2019-10-03Merge tag 'kvmarm-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 3-53/+24
2019-10-02xen/efi: have a common runtime setup functionGravatar Juergen Gross 2-8/+0
2019-09-30arm64/ARM: configs: Change CONFIG_REMOTEPROC from m to yGravatar Keerthy 1-1/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingGravatar Mark Rutland 2-2/+2
2019-09-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 8-90/+3
2019-09-24arm64, mm: make randomization selected by generic topdown mmap layoutGravatar Alexandre Ghiti 2-9/+0
2019-09-24arm64, mm: move generic mmap layout functions to mmGravatar Alexandre Ghiti 3-78/+1
2019-09-24arm64: consider stack randomization for mmap base only when necessaryGravatar Alexandre Ghiti 1-1/+5
2019-09-24arm64: make use of is_compat_task instead of hardcoding this testGravatar Alexandre Ghiti 1-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Gravatar Mike Rapoport 2-3/+1
2019-09-24mm: remove quicklist page table cachesGravatar Nicholas Piggin 1-2/+0
2019-09-24mm: introduce page_size()Gravatar Matthew Wilcox (Oracle) 1-2/+1
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-19/+64
2019-09-23Merge branch 'lorenzo/pci/tegra'Gravatar Bjorn Helgaas 3-2/+64
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-0/+4
2019-09-20Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 12-45/+1141
2019-09-20arm64: tegra: Add PCIe slot supply information in p2972-0000 platformGravatar Vidya Sagar 2-1/+27
2019-09-20arm64: tegra: Add configuration for PCIe C5 sideband signalsGravatar Vidya Sagar 1-1/+37
2019-09-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 3-7/+16
2019-09-20Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-0/+13
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 2-1/+2
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 6-117/+16
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 6-14/+70
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 15-388/+668
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-3/+17
2019-09-18arm64: Fix reference to docs for ARM64_TAGGED_ADDR_ABIGravatar Jeremy Cline 1-1/+1
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-0/+16
2019-09-17arm64: fix function types in COND_SYSCALLGravatar Sami Tolvanen 1-3/+12
2019-09-17arm64: fix unreachable code issue with cmpxchgGravatar Arnd Bergmann 1-3/+3
2019-09-16Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 142-3708/+14816
2019-09-16Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+22
2019-09-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-0/+2
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 82-1184/+1185
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-3/+4
2019-09-13arm64: dts: imx8mq: Add CAAM nodeGravatar Andrey Smirnov 1-0/+30
2019-09-11arm64: use asm-generic/dma-mapping.hGravatar Christoph Hellwig 3-22/+2
2019-09-11xen/arm: remove xen_dma_opsGravatar Christoph Hellwig 1-1/+2
2019-09-11xen/arm: use dev_is_dma_coherentGravatar Christoph Hellwig 1-9/+0
2019-09-11xen/arm: consolidate page-coherent.hGravatar Christoph Hellwig 1-75/+0
2019-09-09arm64: KVM: Kill hyp_alternate_select()Gravatar Marc Zyngier 1-24/+0
2019-09-09arm64: KVM: Replace hyp_alternate_select with has_vhe()Gravatar Marc Zyngier 1-14/+22
2019-09-09arm64: KVM: Drop hyp_alternate_select for checking for ARM64_WORKAROUND_834220Gravatar Marc Zyngier 1-15/+2
2019-09-09KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINEGravatar Marc Zyngier 1-1/+3
2019-09-09crypto: arm64/aes-neonbs - implement ciphertext stealing for XTSGravatar Ard Biesheuvel 5-14/+110
2019-09-09crypto: arm64/aes - implement support for XTS ciphertext stealingGravatar Ard Biesheuvel 2-30/+195
2019-09-09crypto: arm64/aes-cts-cbc - move request context data to the stackGravatar Ard Biesheuvel 1-35/+26