index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-5
/
+32
2022-10-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
12
-175
/
+201
2022-09-30
Merge branch 'for-next/alternatives' into for-next/core
Catalin Marinas
2
-4
/
+5
2022-09-30
Merge branches 'for-next/doc', 'for-next/sve', 'for-next/sysreg', 'for-next/g...
Catalin Marinas
10
-171
/
+196
2022-09-26
KVM: remove KVM_REQ_UNHALT
Paolo Bonzini
1
-1
/
+0
2022-09-19
KVM: arm64: Use kmemleak_free_part_phys() to unregister hyp_mem_base
Zenghui Yu
1
-1
/
+1
2022-09-16
arm64: alternatives: have callbacks take a cap
Mark Rutland
1
-2
/
+2
2022-09-16
arm64: alternatives: kvm: prepare for cap changes
Mark Rutland
1
-2
/
+3
2022-09-16
arm64/sysreg: Use feature numbering for PMU and SPE revisions
Mark Brown
2
-7
/
+7
2022-09-16
arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition names
Mark Brown
4
-24
/
+24
2022-09-16
arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architecture
Mark Brown
4
-24
/
+24
2022-09-09
arm64: stacktrace: track hyp stacks in unwinder's address space
Mark Rutland
2
-23
/
+41
2022-09-09
arm64: stacktrace: track all stack boundaries explicitly
Mark Rutland
2
-53
/
+18
2022-09-09
arm64: stacktrace: remove stack type from fp translator
Mark Rutland
1
-35
/
+47
2022-09-09
arm64: stacktrace: rework stack boundary discovery
Mark Rutland
2
-20
/
+54
2022-09-09
arm64: stacktrace: rename unwind_next_common() -> unwind_next_frame_record()
Mark Rutland
2
-3
/
+3
2022-09-09
arm64: stacktrace: simplify unwind_next_common()
Mark Rutland
2
-6
/
+2
2022-09-09
arm64/sysreg: Standardise naming for ID_AA64PFR0_EL1.AdvSIMD constants
Mark Brown
2
-2
/
+2
2022-09-09
arm64/sysreg: Standardise naming for ID_AA64PFR0_EL1 constants
Mark Brown
1
-1
/
+1
2022-09-09
arm64/sysreg: Standardise naming for ID_AA64MMFR2_EL1.CnP
Mark Brown
1
-1
/
+1
2022-09-09
arm64/sysreg: Standardise naming for ID_AA64MMFR1_EL1 fields
Kristina Martsenko
3
-8
/
+8
2022-09-09
arm64/sysreg: Standardise naming of ID_AA64MMFR0_EL1.ASIDBits
Mark Brown
1
-1
/
+1
2022-09-09
arm64/sysreg: Standardise naming of ID_AA64MMFR0_EL1.BigEnd
Mark Brown
1
-1
/
+1
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64PFR1_EL1 constant names
Mark Brown
4
-6
/
+6
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 definition names
Mark Brown
4
-35
/
+35
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64MMFR2_EL1 definition names
Mark Brown
1
-8
/
+8
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition names
Mark Brown
4
-14
/
+14
2022-08-30
KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable stats
Yosry Ahmed
1
-4
/
+32
2022-08-19
Merge tag 'kvmarm-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
3
-5
/
+4
2022-08-19
KVM: Rename mmu_notifier_* to mmu_invalidate_*
Chao Peng
1
-4
/
+4
2022-08-17
KVM: arm64: Reject 32bit user PSTATE on asymmetric systems
Oliver Upton
1
-1
/
+1
2022-08-17
KVM: arm64: Treat PMCR_EL1.LC as RES1 on asymmetric systems
Oliver Upton
2
-4
/
+3
2022-08-05
Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+6
2022-08-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
31
-727
/
+1053
2022-08-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
3
-29
/
+29
2022-08-01
Merge tag 'kvmarm-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
30
-726
/
+1052
2022-08-01
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
1
-1
/
+1
2022-07-27
Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/next
Marc Zyngier
9
-10
/
+406
2022-07-27
KVM: arm64: Don't open code ARRAY_SIZE()
Oliver Upton
2
-4
/
+5
2022-07-27
KVM: arm64: Move nVHE-only helpers into kvm/stacktrace.c
Marc Zyngier
1
-0
/
+41
2022-07-27
KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functions
Marc Zyngier
2
-0
/
+107
2022-07-27
KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unit
Marc Zyngier
3
-99
/
+121
2022-07-27
KVM: arm64: Move PROTECTED_NVHE_STACKTRACE around
Marc Zyngier
1
-13
/
+11
2022-07-26
KVM: arm64: Introduce pkvm_dump_backtrace()
Kalesh Singh
1
-1
/
+34
2022-07-26
KVM: arm64: Save protected-nVHE (pKVM) hyp stacktrace
Kalesh Singh
1
-1
/
+54
2022-07-26
KVM: arm64: Allocate shared pKVM hyp stacktrace buffers
Kalesh Singh
1
-0
/
+4
2022-07-26
KVM: arm64: Add PROTECTED_NVHE_STACKTRACE Kconfig
Kalesh Singh
1
-0
/
+15
2022-07-26
KVM: arm64: Introduce hyp_dump_backtrace()
Kalesh Singh
1
-0
/
+69
2022-07-26
KVM: arm64: Implement non-protected nVHE hyp stack unwinder
Kalesh Singh
1
-1
/
+1
2022-07-26
KVM: arm64: Prepare non-protected nVHE hypervisor stacktrace
Kalesh Singh
2
-0
/
+47
[next]