index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-07
arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
Will Deacon
1
-2
/
+4
2016-09-29
arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()
Will Deacon
1
-0
/
+10
2016-09-21
arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
James Hogan
2
-0
/
+3
2016-02-12
arm64: restore bogomips information in /proc/cpuinfo
Yang Shi
1
-0
/
+4
2016-02-12
arm64: mm: ensure that the zero page is visible to the page table walker
Will Deacon
1
-0
/
+3
2016-02-12
arm64: Clear out any singlestep state on a ptrace detach operation
John Blackwood
1
-0
/
+6
2016-02-12
arm64: KVM: Fix AArch32 to AArch64 register mapping
Marc Zyngier
2
-4
/
+6
2016-01-05
arm64: Fix compat register mappings
Robin Murphy
1
-8
/
+8
2015-11-12
Revert "ARM64: unwind: Fix PC calculation"
Will Deacon
1
-5
/
+1
2015-10-28
arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419
Will Deacon
1
-1
/
+1
2015-10-28
arm64: readahead: fault retry breaks mmap file read random detection
Mark Salyzyn
1
-0
/
+1
2015-09-30
arm64: KVM: Disable virtual timer even if the guest is not using it
Marc Zyngier
1
-2
/
+3
2015-09-30
arm64: errata: add module build workaround for erratum #843419
Will Deacon
3
-0
/
+22
2015-09-30
arm64: head.S: initialise mdcr_el2 in el2_setup
Will Deacon
1
-0
/
+5
2015-09-30
arm64: compat: fix vfp save/restore across signal handlers in big-endian
Will Deacon
1
-11
/
+36
2015-09-30
arm64: kconfig: Move LIST_POISON to a safe value
Jeff Vander Stoep
1
-0
/
+4
2015-09-18
arm64: KVM: Fix host crash when injecting a fault into a 32bit guest
Marc Zyngier
1
-6
/
+6
2015-08-25
signal: fix information leak in copy_siginfo_from_user32
Amanieu d'Antras
1
-2
/
+0
2015-08-25
signal: fix information leak in copy_siginfo_to_user
Amanieu d'Antras
1
-1
/
+2
2015-08-25
arch: Introduce smp_load_acquire(), smp_store_release()
Peter Zijlstra
1
-0
/
+50
2015-08-04
arm64: Don't report clear pmds and puds as huge
Christoffer Dall
1
-2
/
+2
2015-07-30
arm64: vdso: work-around broken ELF toolchains in Makefile
Will Deacon
1
-0
/
+4
2015-07-30
arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAP
Dave P Martin
1
-1
/
+1
2015-07-30
arm64: Do not attempt to use init_mm in reset_context()
Catalin Marinas
1
-0
/
+8
2015-07-30
arm64/mm: Remove hack in mmap randomize layout
Yann Droneaud
1
-10
/
+2
2015-06-23
arm64: cmpxchg: update macros to prevent warnings
Mark Hambleton
1
-11
/
+17
2015-06-23
arm64: xchg: prevent warning if return value is unused
Will Deacon
1
-1
/
+6
2015-05-04
arm64: vdso: fix build error when switching from LE to BE
Arun Chandran
1
-1
/
+1
2015-04-30
arm64: KVM: Do not use pgd_index to index stage-2 pgd
Marc Zyngier
1
-0
/
+2
2015-04-30
arm64: KVM: Fix HCR setting for 32bit guests
Marc Zyngier
2
-1
/
+2
2015-04-30
arm64: KVM: Fix TLB invalidation by IPA/VMID
Marc Zyngier
1
-0
/
+1
2015-04-30
arm/arm64: KVM: Introduce stage2_unmap_vm
Christoffer Dall
1
-0
/
+1
2015-04-30
arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpu
Christoffer Dall
2
-1
/
+5
2015-04-30
arm64/kvm: Fix assembler compatibility of macros
Geoff Levand
1
-10
/
+11
2015-04-30
arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd alloc
Joel Schopp
2
-4
/
+14
2015-04-30
ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()
Ard Biesheuvel
1
-13
/
+0
2015-04-30
arm/arm64: KVM: Complete WFI/WFE instructions
Christoffer Dall
1
-0
/
+2
2015-04-30
ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMU
Pranavkumar Sawargaonkar
1
-0
/
+4
2015-04-30
KVM: ARM/arm64: avoid returning negative error code as bool
Will Deacon
1
-1
/
+1
2015-04-30
KVM: ARM/arm64: fix broken __percpu annotation
Will Deacon
1
-1
/
+1
2015-04-30
KVM: ARM/arm64: fix non-const declaration of function returning const
Will Deacon
1
-1
/
+1
2015-04-30
ARM64: KVM: store kvm_vcpu_fault_info est_el2 as word
Victor Kamensky
1
-1
/
+1
2015-04-30
arm64: KVM: export demux regids as KVM_REG_ARM64
Alex Bennée
1
-1
/
+1
2015-04-30
arm/arm64: KVM: Fix and refactor unmap_range
Christoffer Dall
1
-0
/
+14
2015-04-30
arm64: kvm: use inner-shareable barriers for inner-shareable maintenance
Will Deacon
1
-3
/
+9
2015-04-30
arm64: KVM: flush VM pages before letting the guest enable caches
Marc Zyngier
2
-1
/
+6
2015-04-30
ARM: KVM: introduce kvm_p*d_addr_end
Marc Zyngier
1
-0
/
+4
2015-04-30
arm64: KVM: trap VM system registers until MMU and caches are ON
Marc Zyngier
3
-14
/
+82
2015-04-30
arm64: KVM: allows discrimination of AArch32 sysreg access
Marc Zyngier
2
-0
/
+8
2015-04-30
arm64: KVM: force cache clean on page fault when caches are off
Marc Zyngier
1
-6
/
+13
[next]