summaryrefslogtreecommitdiffstats
path: root/arch/arm64
AgeCommit message (Expand)Author
2020-02-28arm64: fix alternatives with LLVM's integrated assemblerSami Tolvanen
2020-02-28arm64: dts: qcom: msm8996: Disable USB2 PHY suspend by coreManu Gautam
2020-02-28arm64: ssbs: Fix context-switch when SSBS is present on all CPUsWill Deacon
2020-02-28arm64: nofpsimd: Handle TIF_FOREIGN_FPSTATE flag cleanlySuzuki K Poulose
2020-02-28arm64: ptrace: nofpsimd: Fail FP/SIMD regset operationsSuzuki K Poulose
2020-02-28arm64: cpufeature: Set the FP/SIMD compat HWCAP bits properlySuzuki K Poulose
2020-02-14arm64: cpufeature: Fix the type of no FP/SIMD capabilitySuzuki K Poulose
2020-02-14KVM: arm64: Only sign-extend MMIO up to register widthChristoffer Dall
2020-02-05arm64: kbuild: remove compressed images on 'make ARCH=arm64 (dist)clean'Dirk Behme
2020-01-27arm64: dts: juno: Fix UART frequencyAndre Przywara
2020-01-27arm64: dts: meson: libretech-cc: set eMMC as removableJerome Brunet
2020-01-27arm64: dts: allwinner: a64: Add missing PIO clocksMaxime Ripard
2020-01-27arm64: dts: apq8016-sbc: Increase load on l11 for SDCARDLoic Poulain
2020-01-23Revert "arm64: dts: juno: add dma-ranges property"Sudeep Holla
2020-01-23arm64: dts: meson-gxl-s905x-khadas-vim: fix gpio-keys-polled nodeChristian Hewitt
2020-01-23arm64: dts: agilex/stratix10: fix pmu interrupt numbersDinh Nguyen
2020-01-17arm64: dts: apq8096-db820c: Increase load on l21 for SDCARDLoic Poulain
2020-01-17arm64: Check for errata before evaluating cpu featuresDirk Mueller
2020-01-17arm64: add sentinel to kpti_safe_listMark Rutland
2020-01-17arm64: Make sure permission updates happen for pmd/pudLaura Abbott
2020-01-17arm64: Enforce BBM for huge IO/VMAP mappingsWill Deacon
2020-01-17arm64: mm: Change page table pointer name in p[md]_set_huge()Ben Hutchings
2020-01-17arm64: don't open code page table entry creationKristina Martsenko
2020-01-14arm64: cpufeature: Avoid warnings due to unused symbolsWill Deacon
2020-01-09arm64: dts: meson: odroid-c2: Disable usb_otg bus to avoid power failed warningAnand Moon
2020-01-09arm64: Revert support for execute-only user mappingsCatalin Marinas
2019-12-31KVM: arm64: Ensure 'params' is initialised when looking up sys registerWill Deacon
2019-12-31arm64: psci: Reduce the waiting time for cpu_psci_cpu_kill()Yunfeng Ye
2019-12-17arm64: dts: meson-gxl-khadas-vim: fix GPIO lines namesNeil Armstrong
2019-12-17arm64: dts: meson-gxbb-odroidc2: fix GPIO lines namesNeil Armstrong
2019-12-17arm64: dts: meson-gxbb-nanopi-k2: fix GPIO lines namesNeil Armstrong
2019-12-17arm64: dts: meson-gxl-libretech-cc: fix GPIO lines namesNeil Armstrong
2019-12-17arm64: tegra: Fix 'active-low' warning for Jetson TX1 regulatorJon Hunter
2019-12-05arm64: smp: Handle errors reported by the firmwareSuzuki K Poulose
2019-12-05arm64: mm: Prevent mismatched 52-bit VA supportSteve Capper
2019-12-01arm64: fix for bad_mode() handler to always result in panicHari Vyas
2019-12-01arm64: makefile fix build of .i file in external module caseVictor Kamensky
2019-12-01arm64: lib: use C string functions with KASAN enabledAndrey Ryabinin
2019-11-24arm64/numa: Report correct memblock range for the dummy nodeAnshuman Khandual
2019-11-24arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess faultPavel Tatashin
2019-11-20arm64: dts: lg: Fix SPI controller node namesRob Herring
2019-11-20arm64: dts: amd: Fix SPI bus warningsRob Herring
2019-11-20arm64: dts: rockchip: Fix microSD in rk3399 sapphire boardVicente Bergas
2019-11-20arm64: dts: meson: Fix erroneous SPI bus warningsRob Herring
2019-11-20arm64: dts: meson: libretech: update board modelJerome Brunet
2019-11-20arm64: dts: rockchip: Fix VCC5V0_HOST_EN on rk3399-sapphireVicente Bergas
2019-11-20arm64: dts: tegra210-p2180: Correct sdmmc4 vqmmc-supplyAapo Vienamo
2019-11-20arm64: dts: allwinner: a64: NanoPi-A64: Fix DCDC1 voltageAndre Przywara
2019-11-20arm64: dts: allwinner: a64: Olinuxino: fix DRAM voltageAndre Przywara
2019-11-12arm64: Do not mask out PTE_RDONLY in pte_same()Catalin Marinas