aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2020-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 12-72/+83
2020-02-28Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 12-72/+83
2020-02-22arm64: Ask the compiler to __always_inline functions used by KVM at HYPGravatar James Morse 4-8/+8
2020-02-22KVM: arm64: Define our own swab32() to avoid a uapi static inlineGravatar James Morse 2-2/+9
2020-02-22KVM: arm64: Ask the compiler to __always_inline functions used at HYPGravatar James Morse 5-28/+29
2020-02-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-2/+2
2020-02-19arm64: memory: Add missing brackets to untagged_addr() macroGravatar Will Deacon 1-1/+1
2020-02-18arm64: lse: Fix LSE atomics with LLVMGravatar Vincenzo Frascino 1-1/+1
2020-02-17kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()Gravatar Mark Rutland 2-34/+37
2020-02-15Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 2-5/+7
2020-02-12arm64: time: Replace <linux/clk-provider.h> by <linux/of_clk.h>Gravatar Geert Uytterhoeven 1-1/+1
2020-02-11Merge tag 'arm-soc/for-5.6/defconfig-arm64-fixes' of https://github.com/Broad...Gravatar Olof Johansson 1-1/+1
2020-02-11Merge tag 'sunxi-config64-for-5.6-2' of https://git.kernel.org/pub/scm/linux/...Gravatar Olof Johansson 1-0/+2
2020-02-11Merge tag 'v5.6-rc1' into arm/fixesGravatar Olof Johansson 2-6/+6
2020-02-11Merge tag 'juno-fix-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Gravatar Olof Johansson 1-4/+4
2020-02-11arm64: Fix CONFIG_ARCH_RANDOM=n buildGravatar Robin Murphy 1-0/+1
2020-02-10arm64/spinlock: fix a -Wunused-function warningGravatar Qian Cai 1-1/+5
2020-02-10arm64: ssbs: Fix context-switch when SSBS is present on all CPUsGravatar Will Deacon 1-0/+7
2020-02-10arm64: use shared sysctl constantsGravatar Matteo Croce 1-4/+2
2020-02-10arm64: Drop do_el0_ia_bp_hardening() & do_sp_pc_abort() declarationsGravatar Anshuman Khandual 1-4/+0
2020-02-10arm64: defconfig: Enable DRM_SUN6I_DSIGravatar Jagan Teki 1-0/+1
2020-02-10arm64: defconfig: Enable CONFIG_SUN8I_THERMALGravatar Yangtao Li 1-0/+1
2020-02-09arm64: defconfig: Set bcm2835-dma as built-inGravatar Nicolas Saenz Julienne 1-1/+1
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-2/+2
2020-02-09Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+4
2020-02-08Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+38
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 1-4/+53
2020-02-08Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 228-5417/+15623
2020-02-08Merge tag 'irqchip-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Thomas Gleixner 1-4/+4
2020-02-08irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessorsGravatar Zenghui Yu 1-4/+4
2020-02-04Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 1-1/+0
2020-02-04asm-generic: Make dma-contiguous.h a mandatory include/asm headerGravatar Michal Simek 1-1/+0
2020-02-04asm-generic/tlb: rename HAVE_RCU_TABLE_FREEGravatar Peter Zijlstra 1-1/+1
2020-02-04x86: mm: avoid allocating struct mm_struct on the stackGravatar Steven Price 1-2/+2
2020-02-04mm: ptdump: reduce level numbers by 1 in note_page()Gravatar Steven Price 1-3/+3
2020-02-04arm64: mm: display non-present entries in ptdumpGravatar Steven Price 1-12/+13
2020-02-04arm64: mm: convert mm/dump.c to use walk_page_range()Gravatar Steven Price 7-106/+49
2020-02-04arm64: mm: add p?d_leaf() definitionsGravatar Steven Price 1-0/+2
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-2/+2
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 11-86/+153
2020-01-30Merge branch 'cve-2019-3016' into kvm-next-5.6Gravatar Paolo Bonzini 3-11/+6
2020-01-30Merge tag 'kvmarm-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Gravatar Paolo Bonzini 9-77/+151
2020-01-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-1/+5
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Gravatar Linus Torvalds 2-1/+3
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-19/+3
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-1/+3
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-3/+0
2020-01-28Merge tag 'thermal-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-0/+1
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 27-195/+172