aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-10arm64: uaccess: use asm EXPORT_SYMBOL()Mark Rutland1-7/+0
2018-12-10arm64: page: use asm EXPORT_SYMBOL()Mark Rutland1-3/+0
2018-12-10arm64: smccc: use asm EXPORT_SYMBOL()Mark Rutland2-5/+4
2018-12-10arm64: tishift: use asm EXPORT_SYMBOL()Mark Rutland1-7/+0
2018-12-10arm64: move memstart_addr export inlineMark Rutland1-3/+0
2018-12-10arm64: remove bitop exportsMark Rutland1-8/+0
2018-12-08arm64: function_graph: Remove use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)1-3/+0
2018-12-07arm64: hibernate: Avoid sending cross-calling with interrupts disabledWill Deacon1-1/+1
2018-12-07arm64: kexec_file: forbid kdump via kexec_file_load()James Morse1-0/+4
2018-12-06arm64: entry: Remove confusing commentWill Deacon1-4/+0
2018-12-06arm64: entry: Place an SB sequence following an ERET instructionWill Deacon1-0/+2
2018-12-06arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon2-0/+13
2018-12-06arm64: kexec_file: Refactor setup_dtb() to consolidate error checkingWill Deacon1-30/+34
2018-12-06arm64: kexec_file: add kaslr supportAKASHI Takahiro1-1/+18
2018-12-06arm64: kexec_file: add kernel signature verification supportAKASHI Takahiro1-5/+18
2018-12-06arm64: capabilities: Batch cpu_enable callbacksSuzuki K Poulose1-26/+44
2018-12-06arm64: capabilities: Use linear array for detection and verificationSuzuki K Poulose1-25/+17
2018-12-06arm64: capabilities: Optimize this_cpu_has_capSuzuki K Poulose1-22/+9
2018-12-06arm64: capabilities: Speed up capability lookupSuzuki K Poulose1-2/+30
2018-12-06arm64: kexec_file: invoke the kernel without purgatoryAKASHI Takahiro3-7/+16
2018-12-06arm64: kexec_file: allow for loading Image-format kernelAKASHI Takahiro3-1/+115
2018-12-06arm64: kexec_file: load initrd and device-treeAKASHI Takahiro1-0/+185
2018-12-06arm64: enable KEXEC_FILE configAKASHI Takahiro2-1/+18
2018-12-06arm64: add image head flag definitionsAKASHI Takahiro2-9/+15
2018-12-06arm64: capabilities: Merge duplicate entries for Qualcomm erratum 1003Suzuki K Poulose1-9/+16
2018-12-06arm64: capabilities: Merge duplicate Cavium erratum entriesSuzuki K Poulose1-26/+24
2018-12-06arm64: capabilities: Merge entries for ARM64_WORKAROUND_CLEAN_CACHESuzuki K Poulose1-12/+16
2018-12-04arm64: relocatable: fix inconsistencies in linker script and optionsArd Biesheuvel1-4/+5
2018-11-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+17
2018-11-30Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-14/+1
2018-11-30arm64: ftrace: always pass instrumented pc in x0Mark Rutland2-4/+4
2018-11-30arm64: ftrace: remove return_regs macrosMark Rutland1-20/+15
2018-11-30arm64: ftrace: don't adjust the LR valueMark Rutland1-1/+0
2018-11-30arm64: ftrace: enable graph FP testMark Rutland1-2/+1
2018-11-30arm64: ftrace: use GLOBAL()Mark Rutland1-4/+2
2018-11-30arm64: drop linker script hack to hide __efistub_ symbolsArd Biesheuvel1-28/+18
2018-11-29arm64: Add workaround for Cortex-A76 erratum 1286807Catalin Marinas1-3/+17
2018-11-27arm64: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-14/+1
2018-11-27arm64/module: switch to ADRP/ADD sequences for PLT entriesArd Biesheuvel3-25/+80
2018-11-27arm64/insn: add support for emitting ADR/ADRP instructionsArd Biesheuvel1-0/+29
2018-11-27arm64: Use a raw spinlock in __install_bp_hardening_cb()James Morse1-3/+3
2018-11-23arm64: cpufeature: Fix mismerge of CONFIG_ARM64_SSBD blockWill Deacon1-1/+1
2018-11-21arm64: perf: set suppress_bind_attrs flag to trueAnders Roxell1-0/+1
2018-11-21arm64: perf: Fix typos in commentShaokun Zhang1-1/+1
2018-11-21arm64: perf: Hook up new eventsWill Deacon1-0/+24
2018-11-21arm64: perf: Move event definitions into perf_event.hWill Deacon1-144/+1
2018-11-21arm64: perf: Remove duplicate generic cache eventsWill Deacon1-4/+0
2018-11-21arm64: perf: Add support for Armv8.1 PMCEID register formatWill Deacon1-7/+18
2018-11-21arm64: perf: Terminate PMU assignment statements with semicolonsWill Deacon1-10/+10
2018-11-20arm64/module: use plt section indices for relocationsJessica Yu2-20/+25