summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2021-07-28arm64: dts: ls208xa: remove bus-num from dspi nodeMian Yousaf Kaukab1-1/+0
2021-07-28arm64: dts: juno: Update SCPI nodes as per the YAML schemaSudeep Holla1-3/+3
2021-07-28arm64: dts: rockchip: Fix power-controller node names for rk3328Elaine Zhang1-3/+3
2021-07-28arm64: dts: rockchip: fix pinctrl sleep nodename for rk3399.dtsiJohan Jonker1-1/+1
2021-06-30arm64: perf: Disable PMU while processing counter overflowsSuzuki K Poulose1-22/+28
2021-05-22arm64/vdso: Discard .note.gnu.property sections in vDSOBill Wendling1-1/+7
2021-05-22arm64: dts: mt8173: fix property typo of 'phys' in dsi nodeChunfeng Yun1-1/+1
2021-04-28arm64: alternatives: Move length validation in alternative_{insn, endif}Nathan Chancellor1-4/+4
2021-04-28arm64: fix inline asm in load_unaligned_zeropad()Peter Collingbourne1-5/+5
2021-04-16KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose2-0/+3
2021-04-16KVM: arm64: Hide system instruction access to Trace registersSuzuki K Poulose1-1/+0
2021-03-30arm64: kdump: update ppos when reading elfcorehdrPavel Tatashin1-0/+2
2021-03-30arm64: dts: ls1043a: mark crypto engine dma coherentHoria Geantă1-0/+1
2021-03-30arm64: dts: ls1012a: mark crypto engine dma coherentHoria Geantă1-0/+1
2021-03-30arm64: dts: ls1046a: mark crypto engine dma coherentHoria Geantă1-0/+1
2021-03-07arm64: Use correct ll/sc atomic constraintsAndrew Murray1-42/+47
2021-03-07arm64: cmpxchg: Use "K" instead of "L" for ll/sc immediate constraintWill Deacon1-1/+1
2021-03-07arm64: Avoid redundant type conversions in xchg() and cmpxchg()Will Deacon3-107/+108
2021-03-07arm64 module: set plt* section addresses to 0x0Shaoying Xu1-3/+3
2021-03-03arm64: uprobe: Return EOPNOTSUPP for AARCH32 instruction probingHe Zhe1-1/+1
2021-03-03arm64: Add missing ISB after invalidating TLB in __primary_switchMarc Zyngier1-0/+1
2021-03-03arm64: dts: msm8916: Fix reserved and rfsa nodes unit addressVincent Knecht1-2/+2
2021-03-03arm64: dts: exynos: correct PMIC interrupt trigger level on EspressoKrzysztof Kozlowski1-1/+1
2021-03-03arm64: dts: exynos: correct PMIC interrupt trigger level on TM2Krzysztof Kozlowski1-1/+1
2021-03-03arm64: tegra: Add power-domain for Tegra210 HDASameer Pujar1-0/+1
2021-02-23arm64: dts: rockchip: Fix PCIe DT properties on rk3399Marc Zyngier1-1/+1
2021-02-10arm64: dts: ls1046a: fix dcfg address rangeZyta Szpak1-1/+1
2021-01-17KVM: arm64: Don't access PMCR_EL0 when no PMU is availableMarc Zyngier1-0/+4
2020-12-29KVM: arm64: Introduce handling of AArch32 TTBCR2 trapsMarc Zyngier2-0/+2
2020-12-29arm64: dts: rockchip: Fix UART pull-ups on rk3328Chen-Yu Tsai1-8/+8
2020-12-29arm64: dts: exynos: Correct psci compatible used on Exynos7Paweł Chmiel1-1/+3
2020-12-29arm64: dts: rockchip: Assign a fixed index to mmc devices on rk3399 boards.Markus Reichl1-0/+3
2020-12-02arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon1-13/+14
2020-12-02arm64: pgtable: Fix pte_accessible()Will Deacon1-3/+4
2020-11-24arm64: psci: Avoid printing in cpu_psci_cpu_die()Will Deacon1-4/+1
2020-11-10arm64: dts: marvell: espressobin: add ethernet aliasTomasz Maciej Nowak1-0/+4
2020-11-05KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier2-3/+4
2020-11-05arm64: berlin: Select DW_APB_TIMER_OFJisheng Zhang1-0/+1
2020-11-05arm64: dts: renesas: ulcb: add full-pwr-cycle-in-suspend into eMMC nodesYoshihiro Shimoda1-0/+1
2020-11-05arm64/mm: return cpu_all_mask when node is NUMA_NO_NODEZhengyuan Liu2-1/+8
2020-11-05arm64: link with -z norelro regardless of CONFIG_RELOCATABLENick Desaulniers1-2/+2
2020-10-29arm64: dts: zynqmp: Remove additional compatible string for i2c IPsMichal Simek1-2/+2
2020-10-29arm64: dts: qcom: msm8916: Fix MDP/DSI interruptsStephan Gerhold1-2/+2
2020-10-01arm64/cpufeature: Drop TraceFilt feature exposure from ID_DFR0 registerAnshuman Khandual1-1/+1
2020-10-01arm64: cpufeature: Relax checks for AArch32 support at EL[0-2]Will Deacon1-7/+3
2020-09-23arm64: dts: ns2: Fixed QSPI compatible stringFlorian Fainelli1-1/+1
2020-09-09KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exceptionJames Morse1-1/+2
2020-09-09KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse3-6/+42
2020-09-09KVM: arm64: Defer guest entry when an asynchronous exception is pendingJames Morse1-0/+10
2020-09-09KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse5-25/+96