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
2018-10-10
arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"
Miguel Ojeda
1
-2
/
+2
2018-10-03
arm64: KVM: Sanitize PSTATE.M when being set from userspace
Marc Zyngier
2
-1
/
+14
2018-10-03
arm64: KVM: Tighten guest core register access from userspace
Dave Martin
1
-0
/
+45
2018-09-26
arm64: dts: uniphier: Add missing cooling device properties for CPUs
Viresh Kumar
1
-0
/
+2
2018-09-26
arm64: dts: qcom: db410c: Fix Bluetooth LED trigger
Loic Poulain
1
-1
/
+1
2018-09-26
arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()
Mark Rutland
1
-8
/
+11
2018-09-15
arm64: Handle mismatched cache type
Suzuki K Poulose
2
-4
/
+16
2018-09-15
arm64: Fix mismatched cache line size detection
Suzuki K Poulose
3
-4
/
+11
2018-09-15
arm64: cpu_errata: include required headers
Arnd Bergmann
1
-0
/
+2
2018-09-15
arm64: rockchip: Force CONFIG_PM on Rockchip systems
Marc Zyngier
1
-0
/
+1
2018-09-09
arm64: mm: always enable CONFIG_HOLES_IN_ZONE
James Morse
1
-1
/
+0
2018-09-05
arm64: dts: rockchip: corrected uart1 clock-names for rk3328
Huibin Hong
1
-1
/
+1
2018-09-05
arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()
Greg Hackmann
1
-1
/
+5
2018-09-05
kprobes/arm64: Fix %p uses in error messages
Masami Hiramatsu
1
-1
/
+1
2018-08-24
ARM64: dts: meson-gxl: fix Mali GPU compatible string
Martin Blumenstingl
1
-1
/
+1
2018-08-24
arm64: dts: msm8916: fix Coresight ETF graph connections
Rob Herring
1
-2
/
+2
2018-08-24
arm64: make secondary_start_kernel() notrace
Zhizhou Zhang
1
-1
/
+1
2018-08-24
arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flag
Marek Szyprowski
1
-4
/
+5
2018-08-24
arm64: dts: Stingray: Fix I2C controller interrupt type
Ray Jui
1
-2
/
+2
2018-08-24
arm64: dts: ns2: Fix PCIe controller interrupt type
Ray Jui
1
-2
/
+2
2018-08-24
arm64: dts: ns2: Fix I2C controller interrupt type
Ray Jui
1
-2
/
+2
2018-08-24
arm64: dts: specify 1.8V EMMC capabilities for bcm958742t
Scott Branden
1
-0
/
+4
2018-08-24
arm64: dts: specify 1.8V EMMC capabilities for bcm958742k
Scott Branden
1
-0
/
+4
2018-08-17
ioremap: Update pgtable free interfaces with addr
Chintan Pandya
1
-2
/
+2
2018-08-03
arm64: defconfig: Enable Rockchip io-domain driver
Enric Balletbo i Serra
1
-0
/
+2
2018-08-03
arm64: dts: renesas: salvator-common: use audio-graph-card for Sound
Kuninori Morimoto
1
-16
/
+22
2018-08-03
arm64: cmpwait: Clear event register before arming exclusive monitor
Will Deacon
1
-1
/
+3
2018-08-03
arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setups
Johannes Weiner
1
-1
/
+3
2018-07-22
arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID
Marc Zyngier
2
-0
/
+27
2018-07-22
arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests
Marc Zyngier
2
-1
/
+38
2018-07-22
arm64: KVM: Add ARCH_WORKAROUND_2 support for guests
Marc Zyngier
4
-0
/
+68
2018-07-22
arm64: KVM: Add HYP per-cpu accessors
Marc Zyngier
1
-2
/
+25
2018-07-22
arm64: ssbd: Add prctl interface for per-thread mitigation
Marc Zyngier
2
-0
/
+109
2018-07-22
arm64: ssbd: Introduce thread flag to control userspace mitigation
Marc Zyngier
2
-0
/
+3
2018-07-22
arm64: ssbd: Restore mitigation status on CPU resume
Marc Zyngier
4
-1
/
+26
2018-07-22
arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation
Marc Zyngier
2
-0
/
+17
2018-07-22
arm64: ssbd: Add global mitigation state accessor
Marc Zyngier
1
-0
/
+10
2018-07-22
arm64: Add 'ssbd' command-line option
Marc Zyngier
2
-16
/
+93
2018-07-22
arm64: Add ARCH_WORKAROUND_2 probing
Marc Zyngier
3
-1
/
+80
2018-07-22
arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2
Marc Zyngier
2
-4
/
+9
2018-07-22
arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1
Marc Zyngier
2
-0
/
+46
2018-07-22
KVM: arm64: Avoid storing the vcpu pointer on the stack
Christoffer Dall
7
-27
/
+48
2018-07-22
KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
Marc Zyngier
1
-0
/
+20
2018-07-22
arm64: alternatives: Add dynamic patching feature
Marc Zyngier
2
-15
/
+69
2018-07-22
KVM: arm64: Stop save/restoring host tpidr_el1 on VHE
James Morse
3
-11
/
+12
2018-07-22
arm64: alternatives: use tpidr_el2 on VHE hosts
James Morse
6
-6
/
+49
2018-07-22
KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
James Morse
4
-12
/
+30
2018-07-22
KVM: arm64: Store vcpu on the stack during __guest_enter()
James Morse
2
-6
/
+10
2018-07-17
arm64: neon: Fix function may_use_simd() return error status
Yandong Zhao
1
-12
/
+7
2018-07-03
ARM64: dts: meson: disable sd-uhs modes on the libretech-cc
Jerome Brunet
1
-3
/
+0
[next]