| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-04-23 | xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mapped |  Stefano Stabellini | 1 | -0/+1 |
| 2021-04-22 | arch: Wire up Landlock syscalls |  Mickaël Salaün | 2 | -1/+7 |
| 2021-04-22 | Merge branch 'kvm-sev-cgroup' into HEAD |  Paolo Bonzini | 5 | -2/+8 |
| 2021-04-17 | KVM: Kill off the old hva-based MMU notifier callbacks |  Sean Christopherson | 1 | -1/+0 |
| 2021-04-17 | KVM: arm64: Convert to the gfn-based MMU notifier callbacks |  Sean Christopherson | 1 | -0/+1 |
| 2021-04-17 | KVM: aarch64: implement KVM_CAP_SET_GUEST_DEBUG2 |  Maxim Levitsky | 1 | -0/+4 |
| 2021-04-17 | KVM: Move prototypes for MMU notifier callbacks to generic code |  Sean Christopherson | 1 | -5/+0 |
| 2021-04-16 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -4/+4 |
| 2021-04-15 | arm64: alternatives: Move length validation in alternative_{insn, endif} |  Nathan Chancellor | 1 | -4/+4 |
| 2021-04-15 | Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/core |  Catalin Marinas | 5 | -33/+69 |
| 2021-04-15 | Merge branch 'for-next/mte-async-kernel-mode' into for-next/core |  Catalin Marinas | 5 | -3/+84 |
| 2021-04-15 | Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'for-next/vdso', 'for-next/fiq', 'for-next/epan', 'for-next/kasan-vmalloc', 'for-next/fgt-boot-init', 'for-next/vhe-only' and 'for-next/neon-softirqs-disabled', remote-tracking branch 'arm64/for-next/perf' into for-next/core |  Catalin Marinas | 16 | -141/+171 |
| 2021-04-14 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -5/+5 |
| 2021-04-14 | lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data() |  Christophe Leroy | 2 | -2/+3 |
| 2021-04-13 | arm64: pac: Optimize kernel entry/exit key installation code paths |  Peter Collingbourne | 2 | -26/+30 |
| 2021-04-13 | arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS) |  Peter Collingbourne | 4 | -7/+35 |
| 2021-04-13 | arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere |  Peter Collingbourne | 1 | -1/+5 |
| 2021-04-13 | Merge remote-tracking branch 'arm64/for-next/neon-softirqs-disabled' into kvmarm-master/next |  Marc Zyngier | 1 | -77/+29 |
| 2021-04-13 | Merge remote-tracking branch 'arm64/for-next/vhe-only' into kvmarm-master/next |  Marc Zyngier | 1 | -0/+17 |
| 2021-04-13 | Merge branch 'kvm-arm64/ptp' into kvmarm-master/next |  Marc Zyngier | 1 | -0/+3 |
| 2021-04-13 | Merge branch 'kvm-arm64/nvhe-wxn' into kvmarm-master/next |  Marc Zyngier | 1 | -3/+4 |
| 2021-04-13 | Merge branch 'kvm-arm64/nvhe-sve' into kvmarm-master/next |  Marc Zyngier | 1 | -0/+2 |
| 2021-04-13 | Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/next |  Marc Zyngier | 2 | -1/+2 |
| 2021-04-13 | Merge branch 'kvm-arm64/memslot-fixes' into kvmarm-master/next |  Marc Zyngier | 1 | -1/+0 |
| 2021-04-13 | Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/next |  Marc Zyngier | 11 | -43/+260 |
| 2021-04-13 | Merge branch 'kvm-arm64/debug-5.13' into kvmarm-master/next |  Marc Zyngier | 2 | -0/+3 |
| 2021-04-12 | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm |  Rafael J. Wysocki | 1 | -9/+1 |
| 2021-04-12 | arm64: fpsimd: run kernel mode NEON with softirqs disabled |  Ard Biesheuvel | 1 | -7/+21 |
| 2021-04-12 | arm64: assembler: introduce wxN aliases for wN registers |  Ard Biesheuvel | 1 | -0/+8 |
| 2021-04-12 | arm64: assembler: remove conditional NEON yield macros |  Ard Biesheuvel | 1 | -70/+0 |
| 2021-04-11 | kasan, arm64: tests supports for HW_TAGS async mode |  Andrey Konovalov | 1 | -0/+1 |
| 2021-04-11 | arm64: mte: Report async tag faults before suspend |  Vincenzo Frascino | 1 | -0/+4 |
| 2021-04-11 | arm64: mte: Enable async tag check fault |  Vincenzo Frascino | 1 | -0/+29 |
| 2021-04-11 | arm64: mte: Enable TCO in functions that can read beyond buffer limits |  Vincenzo Frascino | 3 | -0/+41 |
| 2021-04-11 | arm64: mte: Drop arch_enable_tagging() |  Vincenzo Frascino | 1 | -1/+0 |
| 2021-04-11 | arm64: mte: Add asynchronous mode support |  Vincenzo Frascino | 2 | -3/+10 |
| 2021-04-11 | KVM: arm64: Don't print warning when trapping SPE registers |  Alexandru Elisei | 1 | -0/+2 |
| 2021-04-08 | arm64: add __nocfi to functions that jump to a physical address |  Sami Tolvanen | 1 | -1/+1 |
| 2021-04-08 | arm64: use function_nocfi with __pa_symbol |  Sami Tolvanen | 1 | -1/+1 |
| 2021-04-08 | arm64: implement function_nocfi |  Sami Tolvanen | 1 | -0/+16 |
| 2021-04-08 | arm64: cpufeature: Allow early filtering of feature override |  Marc Zyngier | 1 | -0/+17 |
| 2021-04-08 | arm64: Disable fine grained traps on boot |  Mark Brown | 2 | -0/+27 |
| 2021-04-08 | arm64: mte: Remove unused mte_assign_mem_tag_range() |  Vincenzo Frascino | 1 | -6/+0 |
| 2021-04-08 | arm64: Add __init section marker to some functions |  Jisheng Zhang | 1 | -1/+1 |
| 2021-04-08 | arm64/sve: Rework SVE access trap to convert state in registers |  Mark Brown | 1 | -0/+1 |
| 2021-04-08 | arm64: Move ICH_ sysreg bits from arm-gic-v3.h to sysreg.h |  Hector Martin | 1 | -0/+60 |
| 2021-04-08 | asm-generic/io.h: implement pci_remap_cfgspace using ioremap_np |  Hector Martin | 1 | -10/+0 |
| 2021-04-08 | arm64: Implement ioremap_np() to map MMIO as nGnRnE |  Hector Martin | 1 | -0/+1 |
| 2021-04-08 | arm64: cputype: Add CPU implementor & types for the Apple M1 cores |  Hector Martin | 1 | -0/+6 |
| 2021-04-07 | KVM: arm64: Initialize VCPU mdcr_el2 before loading it |  Alexandru Elisei | 1 | -0/+1 |