summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2020-11-30arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland
2020-11-30arm64: entry: move el1 irq/nmi logic to CMark Rutland
2020-11-30arm64: entry: prepare ret_to_user for function callMark Rutland
2020-11-30arm64: entry: move enter_from_user_mode to entry-common.cMark Rutland
2020-11-30arm64: entry: mark entry code as noinstrMark Rutland
2020-11-30arm64: mark idle code as noinstrMark Rutland
2020-11-30arm64: syscall: exit userspace before unmasking exceptionsMark Rutland
2020-11-13arm64: cpu_errata: Apply Erratum 845719 to KRYO2XX SilverKonrad Dybcio
2020-11-13arm64: proton-pack: Add KRYO2XX silver CPUs to spectre-v2 safe-listKonrad Dybcio
2020-11-13arm64: kpti: Add KRYO2XX gold/silver CPU cores to kpti safelistKonrad Dybcio
2020-11-10arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon
2020-11-10arm64: psci: Avoid printing in cpu_psci_cpu_die()Will Deacon
2020-11-10arm64: kexec_file: Fix sparse warningWill Deacon
2020-11-10arm64: errata: Fix handling of 1418040 with late CPU onliningWill Deacon
2020-11-05arm64: kexec_file: try more regions if loading segments failsBenjamin Gwin
2020-11-03arm64: kprobes: Use BRK instead of single-step when executing instructions ou...Jean-Philippe Brucker
2020-10-30arm64/smp: Move rcu_cpu_starting() earlierQian Cai
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring
2020-10-28arm64: efi: increase EFI PE/COFF header padding to 64 KBArd Biesheuvel
2020-10-28arm64: vmlinux.lds: account for spurious empty .igot.plt sectionsArd Biesheuvel
2020-10-28arm64: avoid -Woverride-init warningArnd Bergmann
2020-10-28KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return SMCCC_RET_NOT_REQUIREDStephen Boyd
2020-10-26arm64: vdso32: Allow ld.lld to properly link the VDSONathan Chancellor
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-10-21arm64: proton-pack: Update comment to reflect new function nameStephen Boyd
2020-10-21treewide: remove DISABLE_LTOSami Tolvanen
2020-10-20arm64: spectre-v2: Favour CPU-specific mitigation at EL2Will Deacon
2020-10-20arm64: Fix a broken copyright header in gen_vdso_offsets.shPalmer Dabbelt
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-10-15arm64: reject prctl(PR_PAC_RESET_KEYS) on compat tasksPeter Collingbourne
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport
2020-10-13memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport
2020-10-13memblock: reduce number of parameters in for_each_mem_range()Mike Rapoport
2020-10-13Revert "arm64: vdso: Fix compilation with clang older than 8"Nick Desaulniers
2020-10-13Merge branch 'pm-cpufreq'Rafael J. Wysocki
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-12Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-10-09kbuild: explicitly specify the build id styleBill Wendling
2020-10-09Revert "arm64: initialize per-cpu offsets earlier"Will Deacon
2020-10-07Merge branch 'for-next/late-arrivals' into for-next/coreWill Deacon
2020-10-05arm64: initialize per-cpu offsets earlierMark Rutland
2020-10-05Merge back cpufreq material for 5.10.Rafael J. Wysocki
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon