index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-07
KVM: arm64: Hide kvm_mmu_wp_memory_region()
Gavin Shan
1
-1
/
+0
2021-04-06
arm64: KVM: Enable access to TRBE support for host
Suzuki K Poulose
3
-0
/
+18
2021-04-06
KVM: arm64: Move SPE availability check to VCPU load
Suzuki K Poulose
1
-0
/
+5
2021-04-05
arm64: Add TRBE definitions
Anshuman Khandual
1
-0
/
+50
2021-04-05
arm64: Add support for trace synchronization barrier
Suzuki K Poulose
1
-0
/
+1
2021-04-01
arm64: fix inline asm in load_unaligned_zeropad()
Peter Collingbourne
1
-5
/
+5
2021-04-01
KVM: arm64: Log source when panicking from nVHE hyp
Andrew Scull
1
-0
/
+2
2021-04-01
KVM: arm64: Use BUG and BUG_ON in nVHE hyp
Andrew Scull
1
-1
/
+0
2021-03-31
arm64: sve: Provide sve_cond_update_zcr_vq fallback when !ARM64_SVE
Xiaofei Tan
1
-0
/
+2
2021-03-31
arm/arm64: Probe for the presence of KVM hypervisor
Will Deacon
1
-0
/
+3
2021-03-30
Merge tag 'kvmarm-fixes-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
1
-0
/
+1
2021-03-29
arm64: smp: Add missing prototype for some smp.c functions
Chen Lifu
2
-0
/
+3
2021-03-28
arm64: stacktrace: Move start_backtrace() out of the header
Mark Brown
1
-22
/
+2
2021-03-26
arm64: Support execute-only permissions with Enhanced PAN
Vladimir Murzin
4
-12
/
+30
2021-03-25
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
4
-2
/
+7
2021-03-25
arm64: barrier: Remove spec_bar() macro
Linus Walleij
1
-4
/
+0
2021-03-25
KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructure
Marc Zyngier
4
-31
/
+3
2021-03-25
KVM: arm64: Generate final CTR_EL0 value when running in Protected mode
Marc Zyngier
1
-0
/
+13
2021-03-25
arm64: kernel: disable CNP on Carmel
Rich Wiley
1
-1
/
+2
2021-03-25
arm64/process.c: fix Wmissing-prototypes build warnings
Maninder Singh
2
-0
/
+4
2021-03-24
arm64: irq: allow FIQs to be handled
Mark Rutland
1
-0
/
+1
2021-03-24
arm64: Always keep DAIF.[IF] in sync
Hector Martin
4
-19
/
+17
2021-03-24
arm64: don't use GENERIC_IRQ_MULTI_HANDLER
Marc Zyngier
1
-0
/
+3
2021-03-24
KVM: arm64: Disable guest access to trace filter controls
Suzuki K Poulose
1
-0
/
+1
2021-03-24
KVM: arm64: Fix CPU interface MMIO compatibility detection
Marc Zyngier
0
-0
/
+0
2021-03-24
arm64: vdso: Avoid ISB after reading from cntvct_el0
Will Deacon
3
-26
/
+20
2021-03-19
arm64: mm: use XN table mapping attributes for user/kernel mappings
Ard Biesheuvel
1
-7
/
+12
2021-03-19
arm64: mm: use XN table mapping attributes for the linear region
Ard Biesheuvel
1
-0
/
+6
2021-03-19
arm64: mm: add missing P4D definitions and use them consistently
Ard Biesheuvel
2
-2
/
+11
2021-03-19
KVM: arm64: Protect the .hyp sections from the host
Quentin Perret
1
-0
/
+1
2021-03-19
KVM: arm64: Wrap the host with a stage 2
Quentin Perret
1
-0
/
+1
2021-03-19
KVM: arm64: Provide sanitized mmfr* registers at EL2
Quentin Perret
1
-0
/
+2
2021-03-19
KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flag
Quentin Perret
1
-0
/
+2
2021-03-19
KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flag
Quentin Perret
2
-16
/
+31
2021-03-19
KVM: arm64: Add kvm_pgtable_stage2_find_range()
Quentin Perret
1
-0
/
+29
2021-03-19
KVM: arm64: Use page-table to track page ownership
Quentin Perret
1
-0
/
+20
2021-03-19
KVM: arm64: Make memcache anonymous in pgtable allocator
Quentin Perret
1
-3
/
+3
2021-03-19
KVM: arm64: Refactor __load_guest_stage2()
Quentin Perret
1
-2
/
+7
2021-03-19
KVM: arm64: Refactor kvm_arm_setup_stage2()
Quentin Perret
1
-0
/
+26
2021-03-19
KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
Quentin Perret
1
-0
/
+3
2021-03-19
KVM: arm64: Use kvm_arch in kvm_s2_mmu
Quentin Perret
2
-2
/
+6
2021-03-19
KVM: arm64: Use kvm_arch for stage 2 pgtable
Quentin Perret
1
-2
/
+3
2021-03-19
KVM: arm64: Elevate hypervisor mappings creation at EL2
Quentin Perret
1
-1
/
+1
2021-03-19
KVM: arm64: Prepare the creation of s1 mappings at EL2
Quentin Perret
4
-0
/
+21
2021-03-19
arm64: asm: Provide set_sctlr_el2 macro
Quentin Perret
1
-3
/
+11
2021-03-19
KVM: arm64: Factor out vector address calculation
Quentin Perret
1
-0
/
+8
2021-03-19
KVM: arm64: Provide __flush_dcache_area at EL2
Quentin Perret
1
-0
/
+2
2021-03-19
KVM: arm64: Enable access to sanitized CPU features at EL2
Quentin Perret
3
-0
/
+27
2021-03-19
KVM: arm64: Allow using kvm_nvhe_sym() in hyp code
Quentin Perret
1
-0
/
+4
2021-03-19
KVM: arm64: Make kvm_call_hyp() a function call at Hyp
Quentin Perret
1
-0
/
+6
[prev]
[next]