| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-31 | bpf, arm64: Add BPF exception tables |  Jean-Philippe Brucker | 1 | -0/+12 |
| 2020-07-30 | arm64: csum: Fix handling of bad packets |  Robin Murphy | 1 | -2/+3 |
| 2020-07-30 | arm64: Drop unnecessary include from asm/smp.h |  Marc Zyngier | 1 | -1/+0 |
| 2020-07-30 | arm64/alternatives: move length validation inside the subsection |  Sami Tolvanen | 1 | -2/+2 |
| 2020-07-30 | Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next |  Marc Zyngier | 1 | -1/+1 |
| 2020-07-30 | KVM: arm64: Rename kvm_vcpu_dabt_isextabt() |  Will Deacon | 1 | -1/+1 |
| 2020-07-30 | arm64/mm: save memory access in check_and_switch_context() fast switch path |  Pingfan Liu | 1 | -4/+2 |
| 2020-07-30 | arm64: sigcontext.h: delete duplicated word |  Randy Dunlap | 1 | -1/+1 |
| 2020-07-30 | arm64: ptrace.h: delete duplicated word |  Randy Dunlap | 1 | -1/+1 |
| 2020-07-30 | arm64: pgtable-hwdef.h: delete duplicated words |  Randy Dunlap | 1 | -2/+2 |
| 2020-07-29 | Merge branch 'locking/header' |  Peter Zijlstra | 1 | -2/+0 |
| 2020-07-29 | locking/atomic: Move ATOMIC_INIT into linux/types.h |  Herbert Xu | 1 | -2/+0 |
| 2020-07-29 | Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/exynos', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into next |  Joerg Roedel | 1 | -3/+0 |
| 2020-07-28 | Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIP |  Marc Zyngier | 2 | -18/+17 |
| 2020-07-28 | Merge branch 'kvm-arm64/target-table-no-more' into kvmarm-master/next-WIP |  Marc Zyngier | 1 | -8/+0 |
| 2020-07-28 | Merge branch 'kvm-arm64/ptrauth-nvhe' into kvmarm-master/next-WIP |  Marc Zyngier | 1 | -21/+13 |
| 2020-07-28 | Merge branch 'kvm-arm64/pre-nv-5.9' into kvmarm-master/next-WIP |  Marc Zyngier | 9 | -56/+136 |
| 2020-07-28 | KVM: arm64: Substitute RANDOMIZE_BASE for HARDEN_EL2_VECTORS |  David Brazdil | 1 | -4/+2 |
| 2020-07-28 | KVM: arm64: Prevent vcpu_has_ptrauth from generating OOL functions |  Marc Zyngier | 1 | -3/+8 |
| 2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  David S. Miller | 3 | -1/+14 |
| 2020-07-24 | arm64/vdso: Add time namespace page |  Andrei Vagin | 3 | -0/+22 |
| 2020-07-24 | arm64: Reserve HWCAP2_MTE as (1 << 18) |  Catalin Marinas | 2 | -0/+2 |
| 2020-07-22 | arm64: s/AMEVTYPE/AMEVTYPER |  Vladimir Murzin | 1 | -2/+2 |
| 2020-07-22 | arch_topology, sched/core: Cleanup thermal pressure definition |  Valentin Schneider | 1 | -1/+2 |
| 2020-07-21 | arm64: perf: Expose some new events via sysfs |  Shaokun Zhang | 1 | -0/+27 |
| 2020-07-21 | arm64: Reduce the number of header files pulled into vmlinux.lds.S |  Will Deacon | 3 | -6/+8 |
| 2020-07-21 | asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h' |  Will Deacon | 2 | -0/+2 |
| 2020-07-19 | net: remove compat_sys_{get,set}sockopt |  Christoph Hellwig | 1 | -2/+2 |
| 2020-07-17 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into master |  Linus Torvalds | 3 | -1/+14 |
| 2020-07-16 | arm64: compat: Ensure upper 32 bits of x0 are zero on syscall return |  Will Deacon | 1 | -1/+11 |
| 2020-07-16 | arm64: ptrace: Override SPSR.SS when single-stepping is enabled |  Will Deacon | 1 | -0/+2 |
| 2020-07-16 | arm64: ptrace: Consistently use pseudo-singlestep exceptions |  Will Deacon | 1 | -0/+1 |
| 2020-07-15 | arm64: tlb: Use the TLBI RANGE feature in arm64 |  Zhenyu Ye | 2 | -29/+131 |
| 2020-07-15 | arm64: tlb: Detect the ARMv8.4 TLBI RANGE feature |  Zhenyu Ye | 2 | -1/+5 |
| 2020-07-15 | arm64/hugetlb: Reserve CMA areas for gigantic pages on 16K and 64K configs |  Anshuman Khandual | 1 | -0/+2 |
| 2020-07-14 | arm64/acpi: disallow AML memory opregions to access kernel memory |  Ard Biesheuvel | 1 | -14/+1 |
| 2020-07-10 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 4 | -4/+14 |
| 2020-07-10 | arm64: tlb: don't set the ttl value in flush_tlb_page_nosync |  Zhenyu Ye | 1 | -3/+2 |
| 2020-07-10 | KVM: arm64: clean up redundant 'kvm_run' parameters |  Tianjia Zhang | 3 | -14/+11 |
| 2020-07-09 | KVM: arm64: Use common KVM implementation of MMU memory caches |  Sean Christopherson | 3 | -13/+8 |
| 2020-07-09 | KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches |  Sean Christopherson | 1 | -0/+1 |
| 2020-07-09 | KVM: Move x86's version of struct kvm_mmu_memory_cache to common code |  Sean Christopherson | 1 | -0/+1 |
| 2020-07-08 | arm64: arch_timer: Allow an workaround descriptor to disable compat vdso |  Marc Zyngier | 1 | -0/+1 |
| 2020-07-08 | arm64: Introduce a way to disable the 32bit vdso |  Marc Zyngier | 2 | -3/+12 |
| 2020-07-08 | KVM: arm64: Fix definition of PAGE_HYP_DEVICE |  Will Deacon | 1 | -1/+1 |
| 2020-07-07 | KVM: arm64: Don't use has_vhe() for CHOOSE_HYP_SYM() |  Marc Zyngier | 1 | -1/+19 |
| 2020-07-07 | arm64: Shift the __tlbi_level() indentation left |  Catalin Marinas | 1 | -22/+21 |
| 2020-07-07 | arm64: tlb: Set the TTL field in flush_*_tlb_range |  Zhenyu Ye | 1 | -0/+10 |
| 2020-07-07 | arm64: tlb: Set the TTL field in flush_tlb_range |  Zhenyu Ye | 2 | -7/+36 |
| 2020-07-07 | arm64: Add tlbi_user_level TLB invalidation helper |  Zhenyu Ye | 1 | -6/+12 |