summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2020-04-02arm64: alternative: fix build with clang integrated assemblerIlie Halip1-1/+1
2020-04-02arm64: smp: fix smp_send_stop() behaviourCristian Marussi1-3/+14
2020-02-28arm64: fix alternatives with LLVM's integrated assemblerSami Tolvanen1-11/+21
2020-02-05arm64: kbuild: remove compressed images on 'make ARCH=arm64 (dist)clean'Dirk Behme1-1/+1
2020-01-29arm64: kpti: Whitelist Cortex-A CPUs that don't implement the CSV3 fieldWill Deacon1-0/+5
2020-01-29arm64: dts: juno: Fix UART frequencyAndre Przywara1-2/+2
2020-01-29arm64: dts: apq8016-sbc: Increase load on l11 for SDCARDLoic Poulain1-0/+2
2020-01-23arm64: dts: agilex/stratix10: fix pmu interrupt numbersDinh Nguyen1-4/+4
2020-01-23arm64: Make sure permission updates happen for pmd/pudLaura Abbott1-6/+10
2020-01-23arm64: Enforce BBM for huge IO/VMAP mappingsWill Deacon1-0/+10
2020-01-23arm64: mm: Change page table pointer name in p[md]_set_huge()Ben Hutchings1-4/+4
2020-01-23arm64: don't open code page table entry creationKristina Martsenko4-7/+16
2020-01-23arm64: mm: BUG on unsupported manipulations of live kernel mappingsArd Biesheuvel1-27/+43
2020-01-12arm64: Revert support for execute-only user mappingsCatalin Marinas3-11/+6
2020-01-04arm64: psci: Reduce the waiting time for cpu_psci_cpu_kill()Yunfeng Ye1-6/+9
2019-12-21arm64: tegra: Fix 'active-low' warning for Jetson TX1 regulatorJon Hunter1-1/+1
2019-12-05arm64: smp: Handle errors reported by the firmwareSuzuki K Poulose1-0/+1
2019-12-05arm64: mm: Prevent mismatched 52-bit VA supportSteve Capper2-0/+31
2019-11-28arm64: fix for bad_mode() handler to always result in panicHari Vyas1-1/+0
2019-11-28arm64: makefile fix build of .i file in external module caseVictor Kamensky1-0/+2
2019-11-25arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess faultPavel Tatashin4-0/+8
2019-11-25arm64/numa: Report correct memblock range for the dummy nodeAnshuman Khandual1-1/+1
2019-11-25arm64: dts: lg: Fix SPI controller node namesRob Herring2-4/+4
2019-11-25arm64: dts: amd: Fix SPI bus warningsRob Herring1-2/+2
2019-11-25arm64: dts: tegra210-p2180: Correct sdmmc4 vqmmc-supplyAapo Vienamo1-0/+1
2019-10-07arm64: fix unreachable code issue with cmpxchgArnd Bergmann1-3/+3
2019-10-05arm64: kpti: ensure patched kernel text is fetched from PoUMark Rutland1-0/+9
2019-08-25arm64: compat: Allow single-byte watchpoints on all addressesWill Deacon1-3/+4
2019-08-25arm64/mm: fix variable 'pud' set but not usedQian Cai1-2/+2
2019-08-25arm64/efi: fix variable 'si' set but not usedQian Cai1-1/+5
2019-08-25bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann1-2/+0
2019-08-11arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon2-5/+10
2019-08-11arm64: cpufeature: Fix CTR_EL0 field definitionsWill Deacon1-3/+5
2019-08-04arm64: compat: Provide definition for COMPAT_SIGMINSTKSZWill Deacon1-0/+1
2019-08-04arm64: dts: marvell: Fix A37xx UART0 register sizeallen yan1-1/+1
2019-08-04arm64: tegra: Fix AGIC register rangeJon Hunter1-1/+1
2019-08-04arm64: tegra: Update Jetson TX1 GPU regulator timingsJon Hunter1-1/+2
2019-08-04crypto: arm64/sha2-ce - correct digest for empty data in finupElena Petrova1-1/+1
2019-08-04crypto: arm64/sha1-ce - correct digest for empty data in finupElena Petrova1-1/+1
2019-08-04acpi/arm64: ignore 5.1 FADTs that are reported as 5.0Ard Biesheuvel1-3/+7
2019-08-04arm64/efi: Mark __efistub_stext_offset as an absolute symbol explicitlyNathan Chancellor1-1/+5
2019-07-21arm64: crypto: remove accidentally backported filesMark Rutland2-3146/+0
2019-07-10arm64: kaslr: keep modules inside module region when KASAN is enabledArd Biesheuvel1-2/+6
2019-07-10arm64, vdso: Define vdso_{start,end} as arrayKees Cook1-5/+5
2019-06-22arm64/mm: Inhibit huge-vmap with ptdumpMark Rutland1-3/+8
2019-05-31arm64: cpu_ops: fix a leaked reference by adding missing of_node_putWen Yang1-0/+1
2019-05-31arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino4-5/+8
2019-05-31arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variableQian Cai1-1/+2
2019-05-31arm64: Save and restore OSDLR_EL1 across suspend/resumeJean-Philippe Brucker1-12/+14
2019-05-21arm64: Clear OSDLR_EL1 on CPU bootJean-Philippe Brucker1-0/+1