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
2021-08-20
arm64: replace in_irq() with in_hardirq()
Changbin Du
1
-1
/
+1
2021-08-20
arm64: dts: sparx5: Add the Sparx5 switch frame DMA support
Steen Hegelund
1
-2
/
+3
2021-08-20
Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/next
Marc Zyngier
18
-104
/
+140
2021-08-20
Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/next
Marc Zyngier
9
-22
/
+25
2021-08-20
Merge branch kvm-arm64/generic-entry into kvmarm-master/next
Marc Zyngier
4
-27
/
+47
2021-08-20
Merge branch kvm-arm64/psci/cpu_on into kvmarm-master/next
Marc Zyngier
3
-9
/
+30
2021-08-20
Merge branch kvm-arm64/mmu/el2-tracking into kvmarm-master/next
Marc Zyngier
15
-306
/
+618
2021-08-20
Merge branch kvm-arm64/mmu/kmemleak-pkvm into kvmarm-master/next
Marc Zyngier
2
-2
/
+9
2021-08-20
Merge branch kvm-arm64/misc-5.15 into kvmarm-master/next
Marc Zyngier
14
-135
/
+112
2021-08-20
Merge branch kvm-arm64/mmu/mapping-levels into kvmarm-master/next
Marc Zyngier
3
-7
/
+97
2021-08-20
KVM: arm64: Minor optimization of range_is_memory
David Brazdil
1
-5
/
+8
2021-08-20
Merge tag 'kvmarm-fixes-5.14-2' into kvm-arm64/mmu/el2-tracking
Marc Zyngier
2
-5
/
+9
2021-08-20
Merge branch arm64/for-next/sysreg into kvm-arm64/misc-5.15
Marc Zyngier
2
-15
/
+22
2021-08-20
arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores
Will Deacon
2
-39
/
+1
2021-08-20
arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0
Will Deacon
1
-0
/
+7
2021-08-20
arm64: Advertise CPUs capable of running 32-bit applications in sysfs
Will Deacon
1
-0
/
+19
2021-08-20
arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system
Will Deacon
1
-1
/
+24
2021-08-20
arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0
Will Deacon
2
-5
/
+40
2021-08-20
arm64: Implement task_cpu_possible_mask()
Will Deacon
1
-0
/
+13
2021-08-20
KVM: arm64: Upgrade trace_kvm_arm_set_dreg32() to 64bit
Marc Zyngier
1
-3
/
+7
2021-08-20
KVM: arm64: Add config register bit definitions
Fuad Tabba
1
-0
/
+22
2021-08-20
KVM: arm64: Add feature register flag definitions
Fuad Tabba
3
-10
/
+14
2021-08-20
KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch
Fuad Tabba
3
-1
/
+3
2021-08-20
KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debug
Fuad Tabba
2
-8
/
+0
2021-08-20
KVM: arm64: Restore mdcr_el2 from vcpu
Fuad Tabba
6
-21
/
+21
2021-08-20
KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
Fuad Tabba
3
-44
/
+52
2021-08-20
KVM: arm64: Fix names of config register fields
Fuad Tabba
1
-6
/
+6
2021-08-20
KVM: arm64: MDCR_EL2 is a 64-bit register
Fuad Tabba
6
-15
/
+15
2021-08-20
KVM: arm64: Remove trailing whitespace in comment
Fuad Tabba
1
-2
/
+2
2021-08-20
KVM: arm64: placeholder to check if VM is protected
Fuad Tabba
1
-0
/
+5
2021-08-20
KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCE
Marc Zyngier
4
-5
/
+10
2021-08-20
KVM: arm64: Unify stage-2 programming behind __load_stage2()
Marc Zyngier
7
-18
/
+13
2021-08-20
KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callers
Marc Zyngier
5
-6
/
+9
2021-08-20
KVM: arm64: vgic: Resample HW pending state on deactivation
Marc Zyngier
4
-62
/
+50
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-5
/
+9
2021-08-19
Merge tag 'soc-fixes-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-5
/
+21
2021-08-19
KVM: arm64: vgic: Drop WARN from vgic_get_irq
Ricardo Koller
1
-1
/
+0
2021-08-19
KVM: arm64: Use generic KVM xfer to guest work function
Oliver Upton
2
-28
/
+45
2021-08-19
KVM: arm64: Record number of signal exits as a vCPU stat
Oliver Upton
3
-0
/
+3
2021-08-19
arm64: initialize all of CNTHCTL_EL2
Mark Rutland
1
-2
/
+1
2021-08-19
KVM: arm64: Enforce reserved bits for PSCI target affinities
Oliver Upton
1
-3
/
+12
2021-08-19
KVM: arm64: Handle PSCI resets before userspace touches vCPU state
Oliver Upton
1
-0
/
+8
2021-08-19
KVM: arm64: Fix read-side race on updates to vcpu reset state
Oliver Upton
1
-6
/
+10
2021-08-19
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
1
-3
/
+0
2021-08-18
Merge tag 'mvebu-dt64-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Arnd Bergmann
17
-805
/
+1267
2021-08-18
Merge tag 'hisi-arm64-dt-for-5.15' of git://github.com/hisilicon/linux-hisi i...
Arnd Bergmann
1
-1
/
+1
2021-08-18
Merge tag 'sunxi-dt-for-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Arnd Bergmann
1
-2
/
+25
2021-08-18
Merge tag 'qcom-arm64-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Arnd Bergmann
58
-892
/
+6749
2021-08-18
KVM: arm64: Make hyp_panic() more robust when protected mode is enabled
Will Deacon
2
-13
/
+31
2021-08-18
KVM: arm64: Drop unused REQUIRES_VIRT
Anshuman Khandual
1
-4
/
+0
[prev]
[next]