index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: arm64/aes-neonbs - fix crash with CFI enabled
Eric Biggers
2023-03-14
1
-4
/
+5
*
arm64: dts: qcom: sm8550: add QCE IP family compatible values
Vladimir Zapolskiy
2023-03-14
1
-1
/
+1
*
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2023-03-02
8
-13
/
+22
|
\
|
*
arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGN
Ard Biesheuvel
2023-02-28
3
-2
/
+13
|
*
arm64: ftrace: forbid CALL_OPS with CC_OPTIMIZE_FOR_SIZE
Mark Rutland
2023-02-28
1
-1
/
+2
|
*
arm64: acpi: Fix possible memory leak of ffh_ctxt
Sudeep Holla
2023-02-24
1
-4
/
+4
|
*
arm64: mm: hugetlb: Disable HUGETLB_PAGE_OPTIMIZE_VMEMMAP
Catalin Marinas
2023-02-24
1
-1
/
+0
|
*
arm64: pass ESR_ELx to die() of cfi_handler
Sangmoon Kim
2023-02-22
1
-1
/
+1
|
*
arm64/fpsimd: Remove warning for SME without SVE
Mark Brown
2023-02-22
1
-3
/
+0
|
*
arm64: Reset KASAN tag in copy_highpage with HW tags only
Peter Collingbourne
2023-02-22
1
-1
/
+2
*
|
Merge tag 'arm-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-02-27
1
-1
/
+2
|
\
\
|
*
|
arm64: defconfig: Add IOSCHED_BFQ to the default configs
Linus Walleij
2023-02-27
1
-0
/
+1
|
*
|
arm64: defconfig: Fix unintentional disablement of PCI on i.MX
Mark Brown
2023-02-27
1
-1
/
+1
*
|
|
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2023-02-25
1
-4
/
+4
|
\
\
\
|
*
|
|
arm64: dts: qcom: sm8250: Pad addresses to 8 hex digits
Konrad Dybcio
2023-01-10
1
-4
/
+4
*
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-02-25
45
-415
/
+1594
|
\
\
\
\
|
*
\
\
\
Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2023-02-20
57
-364
/
+1875
|
|
\
\
\
\
|
|
*
\
\
\
Merge branch kvm-arm64/nv-prefix into kvmarm/next
Oliver Upton
2023-02-13
25
-46
/
+1036
|
|
|
\
\
\
\
|
|
|
*
|
|
|
KVM: arm64: nv: Use reg_to_encoding() to get sysreg ID
Oliver Upton
2023-02-11
1
-2
/
+1
|
|
|
*
|
|
|
KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
Christoffer Dall
2023-02-11
1
-1
/
+10
|
|
|
*
|
|
|
KVM: arm64: nv: Filter out unsupported features from ID regs
Marc Zyngier
2023-02-11
4
-1
/
+172
|
|
|
*
|
|
|
KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
Jintack Lim
2023-02-11
1
-0
/
+37
|
|
|
*
|
|
|
KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
Marc Zyngier
2023-02-11
2
-5
/
+15
|
|
|
*
|
|
|
KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
Marc Zyngier
2023-02-11
3
-1
/
+44
|
|
|
*
|
|
|
KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from virtual...
Jintack Lim
2023-02-11
1
-1
/
+28
|
|
|
*
|
|
|
KVM: arm64: nv: Handle SMCs taken from virtual EL2
Jintack Lim
2023-02-11
1
-2
/
+24
|
|
|
*
|
|
|
KVM: arm64: nv: Handle trapped ERET from virtual EL2
Christoffer Dall
2023-02-11
3
-1
/
+15
|
|
|
*
|
|
|
KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
Jintack Lim
2023-02-11
1
-0
/
+11
|
|
|
*
|
|
|
KVM: arm64: nv: Support virtual EL2 exceptions
Jintack Lim
2023-02-11
8
-20
/
+382
|
|
|
*
|
|
|
KVM: arm64: nv: Handle HCR_EL2.NV system register traps
Jintack Lim
2023-02-11
2
-6
/
+131
|
|
|
*
|
|
|
KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
Christoffer Dall
2023-02-11
1
-0
/
+56
|
|
|
*
|
|
|
KVM: arm64: nv: Add EL2 system registers to vcpu context
Marc Zyngier
2023-02-11
1
-1
/
+32
|
|
|
*
|
|
|
KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
Christoffer Dall
2023-02-11
1
-0
/
+6
|
|
|
*
|
|
|
KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
Christoffer Dall
2023-02-11
1
-0
/
+16
|
|
|
*
|
|
|
KVM: arm64: nv: Introduce nested virtualization VCPU feature
Christoffer Dall
2023-02-11
2
-0
/
+15
|
|
|
*
|
|
|
KVM: arm64: Use the S2 MMU context to iterate over S2 table
Marc Zyngier
2023-02-11
1
-8
/
+8
|
|
|
*
|
|
|
arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
Jintack Lim
2023-02-11
4
-0
/
+36
|
|
*
|
|
|
|
Merge branch kvm-arm64/misc into kvmarm/next
Oliver Upton
2023-02-13
10
-25
/
+25
|
|
|
\
\
\
\
\
|
|
|
*
|
|
|
|
KVM: arm64: Fix non-kerneldoc comments
Marc Zyngier
2023-02-07
1
-6
/
+2
|
|
|
*
|
|
|
|
arm64/sysreg: clean up some inconsistent indenting
Jiapeng Chong
2023-01-31
1
-1
/
+1
|
|
|
*
|
|
|
|
KVM: MMU: Make the definition of 'INVALID_GPA' common
Yu Zhang
2023-01-19
3
-7
/
+7
|
|
|
*
|
|
|
|
KVM: arm64: vgic-v3: Use kstrtobool() instead of strtobool()
Christophe JAILLET
2023-01-17
1
-4
/
+5
|
|
|
*
|
|
|
|
KVM: arm64: vgic-v3: Limit IPI-ing when accessing GICR_{C,S}ACTIVER0
Marc Zyngier
2023-01-12
1
-5
/
+8
|
|
|
*
|
|
|
|
KVM: arm64: Synchronize SMEN on vcpu schedule out
Nianyao Tang
2023-01-12
1
-0
/
+1
|
|
|
*
|
|
|
|
KVM: arm64: Kill CPACR_EL1_TTA definition
Marc Zyngier
2023-01-12
2
-2
/
+1
|
|
*
|
|
|
|
|
Merge branch kvm-arm64/apple-vgic-mi into kvmarm/next
Oliver Upton
2023-02-13
1
-1
/
+1
|
|
|
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
KVM: arm64: vgic: Allow registration of a non-maskable maintenance interrupt
Marc Zyngier
2023-01-12
1
-1
/
+1
|
|
|
|
/
/
/
/
/
|
|
*
|
|
|
|
|
Merge branch kvm-arm64/psci-relay-fixes into kvmarm/next
Oliver Upton
2023-02-13
6
-84
/
+105
|
|
|
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
KVM: arm64: Finalise EL2 state from pKVM PSCI relay
Quentin Perret
2023-02-02
1
-0
/
+1
|
|
|
*
|
|
|
|
|
KVM: arm64: Use sanitized values in __check_override in nVHE
Quentin Perret
2023-02-02
1
-0
/
+14
[next]