aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-04-29arm64: vdso: use consistent 'abi' nomenclatureMark Rutland1-35/+34
2020-04-29arm64: vdso: simplify arch_vdso_type ifdefferyMark Rutland1-10/+5
2020-04-29arm64: vdso: remove aarch32_vdso_pages[]Mark Rutland1-7/+12
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2-3/+2
2020-04-28efi/libstub/arm64: align PE/COFF sections to segment alignmentArd Biesheuvel2-2/+3
2020-04-28arm64: vdso: Add '-Bsymbolic' to ldflagsVincenzo Frascino1-3/+5
2020-04-28arm64/kernel: Fix range on invalidating dcache for boot page tablesGavin Shan2-3/+10
2020-04-28arm64: cpufeature: Add an overview comment for the cpufeature frameworkWill Deacon1-0/+50
2020-04-28arm64: cpufeature: Relax checks for AArch32 support at EL[0-2]Will Deacon1-7/+3
2020-04-28arm64: cpufeature: Relax AArch32 system checks if EL1 is 64-bit onlyWill Deacon1-1/+32
2020-04-28arm64: cpufeature: Factor out checking of AArch32 featuresWill Deacon1-47/+65
2020-04-28arm64: cpufeature: Remove redundant call to id_aa64pfr0_32bit_el0()Will Deacon1-3/+1
2020-04-28arm64: cpufeature: Add CPU capability for AArch32 EL1 supportWill Deacon1-0/+12
2020-04-28arm64: cpufeature: Spell out register fields for ID_ISAR4 and ID_PFR1Will Deacon1-2/+26
2020-04-28arm64: cpufeature: Relax check for IESB supportSai Prakash Ranjan1-1/+1
2020-04-28arm64: smp: Make cpus_stuck_in_kernel staticZou Wei1-1/+1
2020-04-28arm64: entry: remove unneeded semicolon in el1_sync_handler()Jason Yan1-1/+1
2020-04-28arm64/kernel: vmlinux.lds: drop redundant discard/keep macrosArd Biesheuvel1-8/+2
2020-04-28arm64: kexec_file: Avoid temp buffer for RNG seedGeorge Spelvin1-4/+4
2020-04-28arm64: rename stext to primary_entryArd Biesheuvel4-14/+13
2020-04-28arm64: simplify ptrauth initializationMark Rutland4-14/+10
2020-04-28arm64: remove ptrauth_keys_install_kernel sync argMark Rutland1-2/+2
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2-3/+2
2020-04-15arm64: vdso: don't free unallocated pagesMark Rutland1-12/+1
2020-04-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2020-04-08arm64: armv8_deprecated: Fix undef_hook mask for thumb setendFredrik Strupe1-1/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-0/+3
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds27-431/+808
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-16/+11
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-10/+7
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-76/+27
2020-03-25arm64: hibernate: Use bringup_hibernate_cpu()Qais Yousef1-8/+5
2020-03-25arm64: Use reboot_cpu instead of hardconding it to 0Qais Yousef1-1/+1
2020-03-25arm64: Don't use disable_nonboot_cpus()Qais Yousef1-2/+2
2020-03-25Merge branch 'for-next/kernel-ptrauth' into for-next/coreCatalin Marinas10-38/+122
2020-03-25Merge branch 'for-next/asm-cleanups' into for-next/coreCatalin Marinas4-10/+10
2020-03-25Merge branch 'for-next/asm-annotations' into for-next/coreCatalin Marinas6-144/+139
2020-03-25Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...Catalin Marinas13-241/+539
2020-03-25arm64: head: Convert install_el2_stub to SYM_INNER_LABELMark Brown1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada3-0/+3
2020-03-25arm64: bti: Document behaviour for dynamically linked binariesMark Brown1-0/+5
2020-03-24arm64: Introduce get_cpu_ops() helper functionGavin Shan4-31/+61
2020-03-24arm64: Rename cpu_read_ops() to init_cpu_ops()Gavin Shan3-3/+3
2020-03-24arm64: Declare ACPI parking protocol CPU operation if neededGavin Shan1-0/+2
2020-03-24arm64: move kimage_vaddr to .rodataRemi Denis-Courmont1-5/+7
2020-03-24arm64: use mov_q instead of literal ldrRemi Denis-Courmont3-5/+3
2020-03-21arm64: vdso32: Enable Clang CompilationVincenzo Frascino1-0/+11
2020-03-21arm64: vdso32: Include common headers in the vdso libraryVincenzo Frascino1-2/+0
2020-03-21arm64: vdso: Include common headers in the vdso libraryVincenzo Frascino1-2/+0
2020-03-21arm64: vdso32: Code clean upVincenzo Frascino1-12/+0