summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2019-10-28arm64: Silence clang warning on mismatched value/register sizesCatalin Marinas
2019-10-25arm64: compat: Workaround Neoverse-N1 #1542419 for compat user-spaceJames Morse
2019-10-25arm64: Fake the IminLine size on systems affected by Neoverse-N1 #1542419James Morse
2019-10-25arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419James Morse
2019-10-25arm64: psci: Reduce the waiting time for cpu_psci_cpu_kill()Yunfeng Ye
2019-10-25arm64: cpufeature: Fix typos in commentShaokun Zhang
2019-10-21arm64: Retrieve stolen time as paravirtualized guestSteven Price
2019-10-21arm/arm64: Make use of the SMCCC 1.1 wrapperSteven Price
2019-10-18arm64: Add ARM64_WORKAROUND_1319367 for all A57 and A72 versionsMarc Zyngier
2019-10-18arm64: Use pr_warn instead of pr_warningKefeng Wang
2019-10-17Merge branch 'errata/tx2-219' into for-next/fixesWill Deacon
2019-10-16arm64: tags: Preserve tags for addresses translated via TTBR1Will Deacon
2019-10-16arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabledJulien Thierry
2019-10-15arm64: Relax ICC_PMR_EL1 accesses when ICC_CTLR_EL1.PMHE is clearMarc Zyngier
2019-10-14arm64: hibernate: check pgd table allocationPavel Tatashin
2019-10-14arm64: cpufeature: Treat ID_AA64ZFR0_EL1 as RAZ when SVE is not enabledJulien Grall
2019-10-14firmware: arm_sdei: use common SMCCC_CONDUIT_*Mark Rutland
2019-10-14arm64: errata: use arm_smccc_1_1_get_conduit()Mark Rutland
2019-10-10seccomp: simplify secure_computing()Christian Brauner
2019-10-08arm64: armv8_deprecated: Checking return value for memory allocationYunfeng Ye
2019-10-08arm64: Avoid Cavium TX2 erratum 219 when switching TTBRMarc Zyngier
2019-10-08arm64: Enable workaround for Cavium TX2 erratum 219 when running SMTMarc Zyngier
2019-10-07arm64: vdso32: Rename COMPATCC to CC_COMPATWill Deacon
2019-10-07arm64: vdso32: Pass '--target' option to clang via VDSO_CAFLAGSWill Deacon
2019-10-07arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionallyWill Deacon
2019-10-07arm64: vdso32: Move definition of COMPATCC into vdso32/MakefileWill Deacon
2019-10-07arm64: vdso32: Remove jump label config option in MakefileVincenzo Frascino
2019-10-07arm64: vdso32: Detect binutils support for dmb ishldVincenzo Frascino
2019-10-07arm64: vdso: Remove stale files from old assembly implementationVincenzo Frascino
2019-10-07arm64: vdso32: Fix broken compat vDSO build warningsVincenzo Frascino
2019-10-04arm64: ftrace: Ensure synchronisation in PLT setup for Neoverse-N1 #1542419James Morse
2019-10-04arm64: Fix incorrect irqflag restore for priority masking for compatJames Morse
2019-10-04arm64: cpufeature: Effectively expose FRINT capability to userspaceJulien Grall
2019-10-01arm64/sve: Fix wrong free for task->thread.sve_stateMasayoshi Mizuma
2019-10-01arm64: errata: Update stale commentThierry Reding
2019-09-24arm64, mm: make randomization selected by generic topdown mmap layoutAlexandre Ghiti
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon
2019-08-27arm64: smp: Treat unknown boot failures as being 'stuck in kernel'Will Deacon
2019-08-27arm64: smp: Don't enter kernel with NULL stack pointer or task structWill Deacon
2019-08-27arm64: smp: Increase secondary CPU boot timeout valueWill Deacon
2019-08-23arm64: kexec_file: add rng-seed supportHsin-Yi Wang
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang
2019-08-21arm64: entry: Move ct_user_exit before any other exceptionJames Morse
2019-08-20arm64: Change the tagged_addr sysctl control semantics to only prevent the op...Catalin Marinas
2019-08-20arm64: perf_event: Add missing header needed for smp_processor_id()Raphael Gault
2019-08-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-08-16arm64: ftrace: Ensure module ftrace trampoline is coherent with I-sideWill Deacon
2019-08-15arm64: smp: disable hotplug on trusted OS resident CPUSudeep Holla
2019-08-14arm64/efi: Move variable assignments after SECTIONSKees Cook