index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
Kconfig
Age
Commit message (
Expand
)
Author
Lines
2026-02-28
KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIER
Paolo Bonzini
-1
/
+0
2025-10-07
Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-1
/
+1
2025-09-30
entry: Rename "kvm" entry code assets to "virt" to genericize APIs
Sean Christopherson
-1
/
+1
2025-08-27
KVM: arm64: Enable support for guest_memfd backed memory
Fuad Tabba
-0
/
+1
2025-04-30
arm64: drop binutils version checks
Arnd Bergmann
-1
/
+0
2025-03-17
mm: rename GENERIC_PTDUMP and PTDUMP_CORE
Anshuman Khandual
-2
/
+2
2024-09-12
Merge branch kvm-arm64/s2-ptdump into kvmarm-master/next
Marc Zyngier
-0
/
+17
2024-09-10
KVM: arm64: Register ptdump with debugfs on guest creation
Sebastian Ene
-0
/
+17
2024-08-07
KVM: arm64: Enforce dependency on an ARMv8.4-aware toolchain
Marc Zyngier
-0
/
+1
2024-03-15
Revert "KVM: arm64: Snapshot all non-zero RES0/RES1 sysreg fields for later c...
Oliver Upton
-11
/
+0
2024-03-11
Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
-1
/
+11
2024-03-09
Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...
Paolo Bonzini
-1
/
+0
2024-02-22
KVM: arm64: Make build-time check of RES0/RES1 bits optional
Marc Zyngier
-0
/
+11
2024-02-19
KVM: arm64: Drop the requirement for XARRAY_MULTI
Marc Zyngier
-1
/
+0
2024-02-08
Merge branch 'kvm-kconfig'
Paolo Bonzini
-2
/
+0
2024-02-08
treewide: remove CONFIG_HAVE_KVM
Paolo Bonzini
-1
/
+0
2024-02-08
kvm: move "select IRQ_BYPASS_MANAGER" to common code
Paolo Bonzini
-1
/
+0
2024-02-08
kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbol
Paolo Bonzini
-0
/
+1
2024-02-04
KVM: arm64: Do not source virt/lib/Kconfig twice
Masahiro Yamada
-1
/
+0
2024-01-08
KVM: introduce CONFIG_KVM_COMMON
Paolo Bonzini
-2
/
+1
2023-12-08
KVM: remove CONFIG_HAVE_KVM_IRQFD
Paolo Bonzini
-1
/
+0
2023-12-08
KVM: remove CONFIG_HAVE_KVM_EVENTFD
Paolo Bonzini
-1
/
+0
2023-11-13
KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
Sean Christopherson
-1
/
+1
2023-08-28
Merge branch kvm-arm64/tlbi-range into kvmarm-master/next
Marc Zyngier
-1
/
+0
2023-08-17
KVM: arm64: nv: Select XARRAY_MULTI to fix build error
Randy Dunlap
-0
/
+1
2023-08-17
KVM: arm64: Use kvm_arch_flush_remote_tlbs()
Raghavendra Rao Ananta
-1
/
+0
2023-04-05
kvm: Remove "select SRCU"
Paul E. McKenney
-1
/
+0
2022-12-29
KVM: Opt out of generic hardware enabling on s390 and PPC
Sean Christopherson
-0
/
+1
2022-11-10
KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
-0
/
+2
2022-07-27
KVM: arm64: Move PROTECTED_NVHE_STACKTRACE around
Marc Zyngier
-13
/
+11
2022-07-26
KVM: arm64: Add PROTECTED_NVHE_STACKTRACE Kconfig
Kalesh Singh
-0
/
+15
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-0
/
+1
2021-12-08
KVM: Use interval tree to do fast hva lookup in memslots
Maciej S. Szmigiero
-0
/
+1
2021-11-17
perf: Force architectures to opt-in to guest callbacks
Sean Christopherson
-0
/
+1
2021-10-11
KVM: arm64: Depend on HAVE_KVM instead of OF
Sean Christopherson
-1
/
+1
2021-10-11
KVM: arm64: Unconditionally include generic KVM's Kconfig
Sean Christopherson
-6
/
+2
2021-08-20
Merge branch kvm-arm64/generic-entry into kvmarm-master/next
Marc Zyngier
-0
/
+1
2021-08-19
KVM: arm64: Use generic KVM xfer to guest work function
Oliver Upton
-0
/
+1
2021-08-11
KVM: arm64: Introduce hyp_assert_lock_held()
Quentin Perret
-0
/
+9
2021-05-12
kvm: Select SCHED_INFO instead of TASK_DELAY_ACCT
Peter Zijlstra
-4
/
+1
2021-01-04
KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTS
Marc Zyngier
-8
/
+0
2020-09-29
KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASE
Will Deacon
-3
/
+0
2020-09-29
arm64: Remove Spectre-related CONFIG_* options
Will Deacon
-1
/
+1
2020-07-28
KVM: arm64: Substitute RANDOMIZE_BASE for HARDEN_EL2_VECTORS
David Brazdil
-1
/
+1
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
-3
/
+3
2020-05-16
KVM: arm64: Change CONFIG_KVM to a menuconfig entry
Will Deacon
-5
/
+11
2020-05-16
KVM: arm64: Update help text
Will Deacon
-2
/
+0
2020-05-16
KVM: arm64: Kill off CONFIG_KVM_ARM_HOST
Will Deacon
-6
/
+0
2020-04-01
vhost: refine vhost and vringh kconfig
Jason Wang
-2
/
+0
2019-10-24
KVM: arm64: Select TASK_DELAY_ACCT+TASKSTATS rather than SCHEDSTATS
Steven Price
-1
/
+4
[next]