summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2022-02-11arm64: Add Cortex-A510 CPU part definitionAnshuman Khandual
2022-02-08kvm/arm64: rework guest entry logicMark Rutland
2022-02-08KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occursJames Morse
2022-02-08KVM: arm64: Avoid consuming a stale esr value when SError occurJames Morse
2022-02-01KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenanceMarc Zyngier
2022-02-01KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHEMarc Zyngier
2022-01-29arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King
2022-01-27arm64: dts: qcom: msm8996: drop not documented adreno propertiesDavid Heidelberg
2022-01-27arm64: tegra: Adjust length of CCPLEX cluster MMIO regionThierry Reding
2022-01-27arm64: dts: ls1028a-qds: move rtc node to the correct i2c busBiwen Li
2022-01-27arm64: dts: renesas: Fix thermal bindingsKieran Bingham
2022-01-27arm64: dts: ti: j721e-main: Fix 'dtbs_check' in serdes_ln_ctrl nodeKishon Vijay Abraham I
2022-01-27arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl nodeKishon Vijay Abraham I
2022-01-27arm64: dts: qcom: sm8350: Shorten camera-thermal-bottom nameKonrad Dybcio
2022-01-27arm64: tegra: Remove non existent Tegra194 resetSameer Pujar
2022-01-27arm64: dts: marvell: cn9130: enable CP0 GPIO controllersRobert Marko
2022-01-27arm64: dts: marvell: cn9130: add GPIO and SPI aliasesRobert Marko
2022-01-27arm64: dts: qcom: ipq6018: Fix gpio-ranges propertyBaruch Siach
2022-01-27arm64: dts: qcom: c630: Fix soundcard setupSrinivas Kandagatla
2022-01-27arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1Reiji Watanabe
2022-01-27arm64: clear_page() shouldn't use DC ZVA when DCZID_EL0.DZP == 1Reiji Watanabe
2022-01-27arm64: dts: ti: k3-j7200: Correct the d-cache-sets infoNishanth Menon
2022-01-27arm64: dts: ti: k3-j721e: Fix the L2 cache setsNishanth Menon
2022-01-27arm64: dts: ti: k3-j7200: Fix the L2 cache setsNishanth Menon
2022-01-27arm64: dts: ti: k3-am642: Fix the L2 cache setsNishanth Menon
2022-01-27arm64: dts: qcom: msm8916: fix MMC controller aliasesDmitry Baryshkov
2022-01-27arm64: dts: ti: k3-j721e: correct cache-sets infoPeng Fan
2022-01-27arm64: dts: qcom: sc7280: Fix incorrect clock namePrasad Malisetty
2022-01-27arm64: dts: renesas: cat875: Add rx/tx delaysBiju Das
2022-01-27arm64: dts: meson-gxbb-wetek: fix missing GPIO bindingChristian Hewitt
2022-01-27arm64: dts: meson-gxbb-wetek: fix HDMI in early bootChristian Hewitt
2022-01-27arm64: dts: amlogic: Fix SPI NOR flash node name for ODROID N2/N2+Alexander Stein
2022-01-27arm64: dts: amlogic: meson-g12: Fix GPU operating point table node nameAlexander Stein
2022-01-27arm64: errata: Fix exec handling in erratum 1418040 workaroundD Scott Phillips
2022-01-20perf: Protect perf_guest_cbs with RCUSean Christopherson
2022-01-05efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas
2021-12-29arm64: dts: lx2160a: fix scl-gpios property nameZhang Ying-22455
2021-12-29arm64: dts: allwinner: orangepi-zero-plus: fix PHY modeRobert Marko
2021-12-29arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfdNick Desaulniers
2021-12-22arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()Lakshmi Ramasubramanian
2021-12-22arm64: dts: imx8mq: remove interconnect property from lcdifMartin Kepplinger
2021-12-22arm64: dts: rockchip: fix poweroff on helios64Florian Klink
2021-12-22arm64: dts: rockchip: fix audio-supply for Rock Pi 4Alex Bee
2021-12-22arm64: dts: rockchip: fix rk3399-leez-p710 vcc3v3-lan supplyJohn Keeping
2021-12-22arm64: dts: rockchip: fix rk3308-roc-cc vcc-sd supplyJohn Keeping
2021-12-22arm64: dts: rockchip: remove mmc-hs400-enhanced-strobe from rk3399-khadas-edgeArtem Lapkin
2021-12-22arm64: dts: ten64: remove redundant interrupt declaration for gpio-keysMathew McBride
2021-12-17KVM: arm64: Save PSTATE early on exitMarc Zyngier
2021-12-08arm64: ftrace: add missing BTIsMark Rutland
2021-12-08KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1Catalin Marinas