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
2023-04-26
Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
62
-459
/
+1288
2023-04-21
Merge branch kvm-arm64/spec-ptw into kvmarm-master/next
Marc Zyngier
6
-15
/
+69
2023-04-21
Merge branch kvm-arm64/smccc-filtering into kvmarm-master/next
Marc Zyngier
7
-36
/
+262
2023-04-21
Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/next
Marc Zyngier
18
-181
/
+643
2023-04-20
KVM: arm64: Have kvm_psci_vcpu_on() use WRITE_ONCE() to update mp_state
Reiji Watanabe
1
-1
/
+1
2023-04-20
KVM: arm64: Acquire mp_state_lock in kvm_arch_vcpu_ioctl_vcpu_init()
Reiji Watanabe
1
-1
/
+5
2023-04-14
KVM: arm64: vhe: Drop extra isb() on guest exit
Marc Zyngier
1
-4
/
+3
2023-04-14
KVM: arm64: vhe: Synchronise with page table walker on MMU update
Marc Zyngier
1
-0
/
+12
2023-04-14
KVM: arm64: pkvm: Document the side effects of kvm_flush_dcache_to_poc()
Marc Zyngier
1
-0
/
+7
2023-04-14
KVM: arm64: nvhe: Synchronise with page table walker on TLBI
Marc Zyngier
1
-9
/
+29
2023-04-13
KVM: arm64: Handle 32bit CNTPCTSS traps
Marc Zyngier
2
-0
/
+2
2023-04-13
KVM: arm64: nvhe: Synchronise with page table walker on vcpu run
Marc Zyngier
2
-2
/
+18
2023-04-12
KVM: arm64: vgic: Don't acquire its_lock before config_lock
Oliver Upton
1
-3
/
+12
2023-04-08
KVM: arm64: Prevent userspace from handling SMC64 arch range
Oliver Upton
1
-6
/
+19
2023-04-05
KVM: arm64: Expose SMC/HVC width to userspace
Marc Zyngier
2
-6
/
+13
2023-04-05
KVM: arm64: Let errors from SMCCC emulation to reach userspace
Oliver Upton
1
-16
/
+2
2023-04-05
KVM: arm64: Return NOT_SUPPORTED to guest for unknown PSCI version
Oliver Upton
1
-2
/
+5
2023-04-05
KVM: arm64: Introduce support for userspace SMCCC filtering
Oliver Upton
3
-0
/
+75
2023-04-05
KVM: arm64: Add support for KVM_EXIT_HYPERCALL
Oliver Upton
3
-1
/
+23
2023-04-05
KVM: arm64: Use a maple tree to represent the SMCCC filter
Oliver Upton
3
-1
/
+63
2023-04-05
KVM: arm64: Refactor hvc filtering to support different actions
Oliver Upton
2
-4
/
+31
2023-04-05
KVM: arm64: Start handling SMCs from EL1
Oliver Upton
1
-7
/
+7
2023-04-05
KVM: arm64: Rename SMC/HVC call handler to reflect reality
Oliver Upton
2
-3
/
+3
2023-04-05
KVM: arm64: Add vm fd device attribute accessors
Oliver Upton
1
-0
/
+29
2023-04-05
KVM: arm64: Add a helper to check if a VM has ran once
Oliver Upton
3
-4
/
+6
2023-03-30
KVM: arm64: nv: timers: Support hyp timer emulation
Marc Zyngier
6
-10
/
+212
2023-03-30
KVM: arm64: nv: timers: Add a per-timer, per-vcpu offset
Marc Zyngier
2
-3
/
+12
2023-03-30
KVM: arm64: timers: Abstract the number of valid timers per vcpu
Marc Zyngier
1
-6
/
+11
2023-03-30
KVM: arm64: timers: Fast-track CNTPCT_EL0 trap handling
Marc Zyngier
1
-0
/
+36
2023-03-30
KVM: arm64: Elide kern_hyp_va() in VHE-specific parts of the hypervisor
Marc Zyngier
1
-0
/
+4
2023-03-30
KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_data
Marc Zyngier
3
-44
/
+68
2023-03-30
KVM: arm64: timers: Abstract per-timer IRQ access
Marc Zyngier
1
-19
/
+19
2023-03-30
KVM: arm64: timers: Rationalise per-vcpu timer init
Marc Zyngier
1
-34
/
+39
2023-03-30
KVM: arm64: timers: Allow save/restoring of the physical timer
Marc Zyngier
1
-12
/
+17
2023-03-30
KVM: arm64: timers: Allow userspace to set the global counter offset
Marc Zyngier
4
-5
/
+70
2023-03-30
KVM: arm64: Expose {un,}lock_all_vcpus() to the rest of KVM
Marc Zyngier
4
-41
/
+46
2023-03-30
KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
Marc Zyngier
4
-29
/
+98
2023-03-30
KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timer
Marc Zyngier
2
-2
/
+18
2023-03-30
arm64: Add HAS_ECV_CNTPOFF capability
Marc Zyngier
2
-0
/
+12
2023-03-30
arm64: Add CNTPOFF_EL2 register definition
Marc Zyngier
1
-0
/
+4
2023-03-30
KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional ns
Marc Zyngier
1
-1
/
+1
2023-03-29
KVM: arm64: Use config_lock to protect vgic state
Oliver Upton
8
-60
/
+88
2023-03-29
KVM: arm64: Use config_lock to protect data ordered against KVM_RUN
Oliver Upton
4
-21
/
+12
2023-03-29
KVM: arm64: Avoid lock inversion when setting the VM register width
Oliver Upton
3
-3
/
+24
2023-03-29
KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ON
Oliver Upton
4
-25
/
+44
2023-03-24
Merge tag 'arm-fixes-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
27
-113
/
+128
2023-03-24
Merge tag 'efi-fixes-for-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2023-03-24
Merge tag 'qcom-arm64-fixes-for-6.3' of https://git.kernel.org/pub/scm/linux/...
Arnd Bergmann
14
-60
/
+94
2023-03-22
arm64: dts: qcom: sc8280xp-x13s: mark bob regulator as always-on
Johan Hovold
1
-0
/
+1
2023-03-22
arm64: dts: qcom: sc8280xp-x13s: mark s12b regulator as always-on
Johan Hovold
1
-0
/
+1
[next]