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-08-18
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
4
-9
/
+23
2023-08-18
Merge tag 'soc-fixes-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
37
-102
/
+56
2023-08-18
Merge tag 'asm-generic-fix-6.5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+24
2023-08-17
arm64/ptrace: Ensure that the task sees ZT writes on first use
Mark Brown
1
-1
/
+8
2023-08-17
arm64/ptrace: Ensure that SME is set up for target when writing SSVE state
Mark Brown
4
-8
/
+15
2023-08-17
asm-generic: partially revert "Unify uapi bitsperlong.h for arm64, riscv and ...
Arnd Bergmann
1
-0
/
+24
2023-08-17
Merge tag 'qcom-arm64-fixes-for-6.5' of https://git.kernel.org/pub/scm/linux/...
Arnd Bergmann
7
-24
/
+28
2023-08-17
Merge tag 'v6.5-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
27
-69
/
+22
2023-08-12
locking: remove spin_lock_prefetch
Mateusz Guzik
1
-8
/
+0
2023-08-12
Merge tag 'imx-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Arnd Bergmann
3
-9
/
+6
2023-08-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-56
/
+90
2023-08-06
arm64: dts: imx93: Fix anatop node size
Alexander Stein
1
-1
/
+1
2023-08-04
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-7
/
+12
2023-08-04
Merge tag 'kvmarm-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
7
-56
/
+90
2023-08-04
arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVE
Mark Brown
1
-1
/
+2
2023-08-04
arm64/fpsimd: Sync FPSIMD state with SVE for SME only systems
Mark Brown
1
-2
/
+2
2023-08-04
arm64/ptrace: Don't enable SVE when setting streaming SVE
Mark Brown
1
-3
/
+5
2023-08-03
arm64/ptrace: Flush FP state when setting ZT0
Mark Brown
1
-0
/
+2
2023-08-03
arm64/fpsimd: Clear SME state in the target task when setting the VL
Mark Brown
1
-1
/
+1
2023-08-02
Merge tag 'soc-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
11
-24
/
+31
2023-07-31
arm64: dts: qcom: sc7180: Fix DSI0_PHY reg-names
Konrad Dybcio
1
-2
/
+2
2023-07-30
arm64: dts: imx8mm: Drop CSI1 PHY reference clock configuration
Fabio Estevam
1
-4
/
+3
2023-07-30
arm64: dts: imx8mn: Drop CSI1 PHY reference clock configuration
Marek Vasut
1
-4
/
+2
2023-07-29
arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS
Sven Joachim
1
-1
/
+1
2023-07-28
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-3
/
+2
2023-07-28
KVM: arm64: Skip instruction after emulating write to TCR_EL1
Oliver Upton
1
-0
/
+1
2023-07-27
Merge tag 'socfpga_dts_fix_for_v6.5' of git://git.kernel.org/pub/scm/linux/ke...
Arnd Bergmann
2
-2
/
+2
2023-07-27
Merge tag 'renesas-fixes-for-v6.5-tag1' of git://git.kernel.org/pub/scm/linux...
Arnd Bergmann
2
-16
/
+16
2023-07-27
Merge tag 'imx-fixes-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...
Arnd Bergmann
6
-5
/
+13
2023-07-26
arm64/sme: Set new vector length before reallocating
Mark Brown
1
-2
/
+2
2023-07-26
arm64/fpsimd: Don't flush SME register hardware state along with thread
Mark Brown
1
-1
/
+0
2023-07-26
KVM: arm64: fix __kvm_host_psci_cpu_entry() prototype
Arnd Bergmann
1
-1
/
+1
2023-07-26
KVM: arm64: Fix resetting SME trap values on reset for (h)VHE
Fuad Tabba
1
-0
/
+4
2023-07-26
KVM: arm64: Fix resetting SVE trap values on reset for hVHE
Fuad Tabba
1
-0
/
+4
2023-07-26
KVM: arm64: Use the appropriate feature trap register when activating traps
Fuad Tabba
1
-1
/
+1
2023-07-26
KVM: arm64: Helper to write to appropriate feature trap register based on mode
Fuad Tabba
1
-4
/
+9
2023-07-26
KVM: arm64: Disable SME traps for (h)VHE at setup
Fuad Tabba
1
-0
/
+10
2023-07-26
KVM: arm64: Use the appropriate feature trap register for SVE at EL2 setup
Fuad Tabba
1
-6
/
+9
2023-07-26
KVM: arm64: Factor out code for checking (h)VHE mode into a macro
Fuad Tabba
1
-9
/
+10
2023-07-25
arm64: dts: renesas: rzg2l: Update overfow/underflow IRQ names for MTU3 channels
Biju Das
2
-16
/
+16
2023-07-24
arm64: dts: rockchip: Fix Wifi/Bluetooth on ROCK Pi 4 boards
Yogesh Hegde
1
-1
/
+1
2023-07-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
14
-69
/
+132
2023-07-23
Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
14
-69
/
+132
2023-07-21
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
4
-15
/
+38
2023-07-21
Merge tag 'juno-fix-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...
Arnd Bergmann
1
-1
/
+0
2023-07-21
arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes
Mark Brown
1
-8
/
+25
2023-07-20
KVM: arm64: Rephrase percpu enable/disable tracking in terms of hyp
Oliver Upton
1
-23
/
+23
2023-07-20
KVM: arm64: Fix hardware enable/disable flows for pKVM
Raghavendra Rao Ananta
1
-11
/
+4
2023-07-20
arm64: vdso: Clear common make C=2 warnings
Zhen Lei
1
-0
/
+4
2023-07-20
arm64: mm: Make hibernation aware of KFENCE
Nikhil V
1
-1
/
+3
[next]