| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-11-10 | KVM: arm64: Make kvm_skip_instr() and co private to HYP |  Marc Zyngier | 2 | -25/+3 |
| 2020-11-10 | KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32() |  Marc Zyngier | 1 | -4/+4 |
| 2020-11-09 | arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=y |  Will Deacon | 1 | -0/+73 |
| 2020-11-09 | arm64: cpufeatures: Add capability for LDAPR instruction |  Will Deacon | 1 | -1/+2 |
| 2020-11-09 | arm64: alternatives: Split up alternative.h |  Will Deacon | 4 | -209/+221 |
| 2020-11-09 | arm64: uaccess: move uao_* alternatives to asm-uaccess.h |  Mark Rutland | 2 | -59/+59 |
| 2020-11-09 | arm64: mm: tidy up top of kernel VA space |  Ard Biesheuvel | 2 | -3/+3 |
| 2020-11-09 | arm64: mm: make vmemmap region a projection of the linear region |  Ard Biesheuvel | 1 | -8/+6 |
| 2020-11-09 | arm64: mm: extend linear region for 52-bit VA configurations |  Ard Biesheuvel | 1 | -7/+5 |
| 2020-11-09 | KVM: arm64: Add kimg_hyp_va() helper |  Marc Zyngier | 1 | -0/+18 |
| 2020-11-09 | arm64: add support for TIF_NOTIFY_SIGNAL |  Jens Axboe | 1 | -1/+4 |
| 2020-11-06 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 3 | -1/+4 |
| 2020-11-03 | arm64: kprobes: Use BRK instead of single-step when executing instructions out-of-line |  Jean-Philippe Brucker | 3 | -1/+4 |
| 2020-11-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 3 | -14/+36 |
| 2020-10-30 | Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD |  Paolo Bonzini | 3 | -14/+36 |
| 2020-10-30 | arm64: cpufeature: upgrade hyp caps to final |  Mark Rutland | 2 | -14/+24 |
| 2020-10-30 | arm64: cpufeature: reorder cpus_have_{const, final}_cap() |  Mark Rutland | 1 | -8/+8 |
| 2020-10-30 | KVM: arm64: Factor out is_{vhe,nvhe}_hyp_code() |  Mark Rutland | 1 | -5/+16 |
| 2020-10-29 | KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCR |  Marc Zyngier | 1 | -0/+1 |
| 2020-10-29 | arm64: Add workaround for Arm Cortex-A77 erratum 1508412 |  Rob Herring | 2 | -1/+11 |
| 2020-10-29 | arm64: Add part number for Arm Cortex-A77 |  Rob Herring | 1 | -0/+2 |
| 2020-10-28 | arm64: avoid -Woverride-init warning |  Arnd Bergmann | 1 | -0/+1 |
| 2020-10-27 | arm64: use asm-generic/mmu_context.h for no-op implementations |  Nicholas Piggin | 1 | -4/+4 |
| 2020-10-25 | treewide: Convert macro and uses of __section(foo) to __section("foo") |  Joe Perches | 1 | -1/+1 |
| 2020-10-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 13 | -588/+576 |
| 2020-10-23 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 2 | -5/+4 |
| 2020-10-22 | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild |  Linus Torvalds | 1 | -0/+7 |
| 2020-10-20 | Merge tag 'kvmarm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD |  Paolo Bonzini | 19 | -794/+643 |
| 2020-10-18 | mm/madvise: introduce process_madvise() syscall: an external memory hinting API |  Minchan Kim | 2 | -1/+3 |
| 2020-10-15 | arm64: mm: use single quantity to represent the PA to VA translation |  Ard Biesheuvel | 2 | -5/+4 |
| 2020-10-14 | Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu |  Linus Torvalds | 2 | -0/+2 |
| 2020-10-14 | Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |  Linus Torvalds | 1 | -0/+2 |
| 2020-10-14 | Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip |  Linus Torvalds | 1 | -0/+6 |
| 2020-10-12 | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -1/+1 |
| 2020-10-12 | Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -2/+0 |
| 2020-10-12 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -5/+5 |
| 2020-10-12 | Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -3/+2 |
| 2020-10-12 | Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 5 | -28/+23 |
| 2020-10-12 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 41 | -295/+541 |
| 2020-10-11 | Merge tag 'irqchip-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core |  Thomas Gleixner | 5 | -28/+23 |
| 2020-10-09 | Revert "arm64: initialize per-cpu offsets earlier" |  Will Deacon | 1 | -2/+0 |
| 2020-10-08 | cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale() |  Ionela Voinescu | 1 | -0/+1 |
| 2020-10-07 | Merge branch 'for-next/late-arrivals' into for-next/core |  Will Deacon | 2 | -5/+2 |
| 2020-10-07 | arm64: random: Remove no longer needed prototypes |  Andre Przywara | 1 | -5/+0 |
| 2020-10-07 | Merge branches 'arm/allwinner', 'arm/mediatek', 'arm/renesas', 'arm/tegra', 'arm/qcom', 'arm/smmu', 'ppc/pamu', 'x86/amd', 'x86/vt-d' and 'core' into next |  Joerg Roedel | 4 | -1/+15 |
| 2020-10-05 | arm64: initialize per-cpu offsets earlier |  Mark Rutland | 1 | -0/+2 |
| 2020-10-05 | Merge back cpufreq material for 5.10. |  Rafael J. Wysocki | 1 | -0/+1 |
| 2020-10-04 | xen/arm: do not setup the runstate info page if kpti is enabled |  Stefano Stabellini | 1 | -0/+6 |
| 2020-10-03 | mm: remove compat_process_vm_{readv,writev} |  Christoph Hellwig | 1 | -2/+2 |
| 2020-10-03 | fs: remove compat_sys_vmsplice |  Christoph Hellwig | 1 | -1/+1 |