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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-29
KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled
Peter Collingbourne
1
-8
/
+0
2022-11-29
KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled
Peter Collingbourne
1
-9
/
+16
2022-11-29
arm64: mte: Lock a page for MTE tag initialisation
Catalin Marinas
9
-29
/
+60
2022-11-29
KVM: arm64: Simplify the sanitise_mte_tags() logic
Catalin Marinas
1
-25
/
+15
2022-11-29
arm64: mte: Fix/clarify the PG_mte_tagged semantics
Catalin Marinas
11
-18
/
+56
2022-11-29
mm: Do not enable PG_arch_2 for all 64-bit architectures
Catalin Marinas
1
-0
/
+1
2022-11-28
KVM: arm64: PMU: Sanitise PMCR_EL0.LP on first vcpu run
Marc Zyngier
2
-4
/
+10
2022-11-28
KVM: arm64: PMU: Simplify PMCR_EL0 reset handling
Marc Zyngier
1
-12
/
+6
2022-11-28
KVM: arm64: PMU: Replace version number '0' with ID_AA64DFR0_EL1_PMUVer_NI
Anshuman Khandual
1
-2
/
+3
2022-11-22
KVM: arm64: Reject shared table walks in the hyp code
Oliver Upton
2
-3
/
+19
2022-11-22
KVM: arm64: Don't acquire RCU read lock for exclusive table walks
Oliver Upton
2
-8
/
+10
2022-11-22
KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()
Oliver Upton
2
-74
/
+76
2022-11-19
KVM: arm64: PMU: Make kvm_pmc the main data structure
Marc Zyngier
1
-87
/
+87
2022-11-19
KVM: arm64: PMU: Simplify vcpu computation on perf overflow notification
Marc Zyngier
1
-4
/
+1
2022-11-19
KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest
Marc Zyngier
1
-1
/
+1
2022-11-19
KVM: arm64: PMU: Implement PMUv3p5 long counter support
Marc Zyngier
2
-3
/
+9
2022-11-19
KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon to be set from userspace
Marc Zyngier
1
-1
/
+56
2022-11-19
KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
Marc Zyngier
1
-1
/
+41
2022-11-19
KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
Marc Zyngier
4
-8
/
+49
2022-11-19
KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bits
Marc Zyngier
1
-8
/
+27
2022-11-17
KVM: arm64: PMU: Simplify setting a counter to a specific value
Marc Zyngier
1
-1
/
+4
2022-11-17
KVM: arm64: PMU: Add counter_index_to_*reg() helpers
Marc Zyngier
1
-15
/
+18
2022-11-17
KVM: arm64: PMU: Only narrow counters that are not 64bit wide
Marc Zyngier
1
-8
/
+6
2022-11-17
KVM: arm64: PMU: Narrow the overflow checking when required
Marc Zyngier
1
-1
/
+2
2022-11-17
KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow
Marc Zyngier
1
-12
/
+31
2022-11-17
KVM: arm64: PMU: Always advertise the CHAIN event
Marc Zyngier
1
-0
/
+2
2022-11-17
KVM: arm64: PMU: Align chained counter implementation with architecture pseud...
Marc Zyngier
1
-234
/
+86
2022-11-17
arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF
Marc Zyngier
1
-0
/
+2
2022-11-11
KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()
Will Deacon
3
-2
/
+109
2022-11-11
KVM: arm64: Don't unnecessarily map host kernel sections at EL2
Quentin Perret
2
-17
/
+3
2022-11-11
KVM: arm64: Explicitly map 'kvm_vgic_global_state' at EL2
Quentin Perret
1
-0
/
+5
2022-11-11
KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
Will Deacon
4
-3
/
+6
2022-11-11
KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the host
Quentin Perret
4
-10
/
+8
2022-11-11
KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
Quentin Perret
5
-44
/
+40
2022-11-11
KVM: arm64: Instantiate guest stage-2 page-tables at EL2
Quentin Perret
3
-3
/
+132
2022-11-11
KVM: arm64: Consolidate stage-2 initialisation into a single function
Quentin Perret
6
-48
/
+41
2022-11-11
KVM: arm64: Add generic hyp_memcache helpers
Quentin Perret
4
-0
/
+118
2022-11-11
KVM: arm64: Provide I-cache invalidation by virtual address at EL2
Will Deacon
5
-3
/
+16
2022-11-11
KVM: arm64: Initialise hypervisor copies of host symbols unconditionally
Will Deacon
1
-6
/
+9
2022-11-11
KVM: arm64: Add per-cpu fixmap infrastructure at EL2
Quentin Perret
7
-13
/
+128
2022-11-11
KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1
Fuad Tabba
6
-6
/
+182
2022-11-11
KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
Fuad Tabba
12
-0
/
+531
2022-11-11
KVM: arm64: Rename 'host_kvm' to 'host_mmu'
Will Deacon
2
-26
/
+26
2022-11-11
KVM: arm64: Add hyp_spinlock_t static initializer
Fuad Tabba
1
-1
/
+9
2022-11-11
KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h
Will Deacon
1
-0
/
+1
2022-11-11
KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2
Quentin Perret
3
-1
/
+57
2022-11-11
KVM: arm64: Prevent the donation of no-map pages
Quentin Perret
1
-6
/
+16
2022-11-11
KVM: arm64: Implement do_donate() helper for donating memory
Will Deacon
2
-0
/
+241
2022-11-11
KVM: arm64: Unify identifiers used to distinguish host and hypervisor
Will Deacon
3
-10
/
+6
2022-11-11
KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2
Quentin Perret
1
-19
/
+43
[prev]
[next]