summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | arm64: preempt: Fix big-endian when checking preempt count in assemblyWill Deacon2018-12-111-4/+2
| * | | | arm64: kexec_file: include linux/vmalloc.hArnd Bergmann2018-12-111-0/+1
| * | | | Merge branch 'for-next/kexec' into aarch64/for-next/coreWill Deacon2018-12-108-17/+386
| |\ \ \ \
| | * | | | arm64: kexec_file: forbid kdump via kexec_file_load()James Morse2018-12-071-0/+4
| | * | | | arm64: kexec_file: Refactor setup_dtb() to consolidate error checkingWill Deacon2018-12-061-30/+34
| | * | | | arm64: kexec_file: add kaslr supportAKASHI Takahiro2018-12-061-1/+18
| | * | | | arm64: kexec_file: add kernel signature verification supportAKASHI Takahiro2018-12-061-5/+18
| | * | | | arm64: kexec_file: invoke the kernel without purgatoryAKASHI Takahiro2018-12-063-7/+16
| | * | | | arm64: kexec_file: allow for loading Image-format kernelAKASHI Takahiro2018-12-063-1/+115
| | * | | | arm64: kexec_file: load initrd and device-treeAKASHI Takahiro2018-12-061-0/+185
| | * | | | arm64: enable KEXEC_FILE configAKASHI Takahiro2018-12-062-1/+18
| | * | | | arm64: add image head flag definitionsAKASHI Takahiro2018-12-062-9/+15
| | |/ / /
| * | | | Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/coreWill Deacon2018-12-101-0/+8
| |\ \ \ \
| | * | | | arm64: KVM: Force VHE for systems affected by erratum 1165522Marc Zyngier2018-12-101-0/+8
| | |/ / /
| * | | | arm64: smp: Handle errors reported by the firmwareSuzuki K Poulose2018-12-101-0/+1
| * | | | arm64: smp: Rework early feature mismatched detectionWill Deacon2018-12-102-14/+9
| * | | | arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon2018-12-102-3/+3
| * | | | arm64: mm: introduce 52-bit userspace supportSteve Capper2018-12-101-0/+13
| * | | | arm64: mm: Prevent mismatched 52-bit VA supportSteve Capper2018-12-102-0/+31
| * | | | arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGDSteve Capper2018-12-102-0/+2
| * | | | arm64: remove arm64ksyms.cMark Rutland2018-12-102-31/+1
| * | | | arm64: frace: use asm EXPORT_SYMBOL()Mark Rutland2018-12-102-5/+4
| * | | | arm64: string: use asm EXPORT_SYMBOL()Mark Rutland2018-12-101-20/+0
| * | | | arm64: uaccess: use asm EXPORT_SYMBOL()Mark Rutland2018-12-101-7/+0
| * | | | arm64: page: use asm EXPORT_SYMBOL()Mark Rutland2018-12-101-3/+0
| * | | | arm64: smccc: use asm EXPORT_SYMBOL()Mark Rutland2018-12-102-5/+4
| * | | | arm64: tishift: use asm EXPORT_SYMBOL()Mark Rutland2018-12-101-7/+0
| * | | | arm64: move memstart_addr export inlineMark Rutland2018-12-101-3/+0
| * | | | arm64: remove bitop exportsMark Rutland2018-12-101-8/+0
| * | | | arm64: entry: Remove confusing commentWill Deacon2018-12-061-4/+0
| * | | | arm64: entry: Place an SB sequence following an ERET instructionWill Deacon2018-12-061-0/+2
| * | | | arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon2018-12-062-0/+13
| * | | | arm64: capabilities: Batch cpu_enable callbacksSuzuki K Poulose2018-12-061-26/+44
| * | | | arm64: capabilities: Use linear array for detection and verificationSuzuki K Poulose2018-12-061-25/+17
| * | | | arm64: capabilities: Optimize this_cpu_has_capSuzuki K Poulose2018-12-061-22/+9
| * | | | arm64: capabilities: Speed up capability lookupSuzuki K Poulose2018-12-061-2/+30
| * | | | arm64: capabilities: Merge duplicate entries for Qualcomm erratum 1003Suzuki K Poulose2018-12-061-9/+16
| * | | | arm64: capabilities: Merge duplicate Cavium erratum entriesSuzuki K Poulose2018-12-061-26/+24
| * | | | arm64: capabilities: Merge entries for ARM64_WORKAROUND_CLEAN_CACHESuzuki K Poulose2018-12-061-12/+16
| * | | | arm64: relocatable: fix inconsistencies in linker script and optionsArd Biesheuvel2018-12-041-4/+5
| * | | | arm64: ftrace: always pass instrumented pc in x0Mark Rutland2018-11-302-4/+4
| * | | | arm64: ftrace: remove return_regs macrosMark Rutland2018-11-301-20/+15
| * | | | arm64: ftrace: don't adjust the LR valueMark Rutland2018-11-301-1/+0
| * | | | arm64: ftrace: enable graph FP testMark Rutland2018-11-301-2/+1
| * | | | arm64: ftrace: use GLOBAL()Mark Rutland2018-11-301-4/+2
| * | | | arm64: drop linker script hack to hide __efistub_ symbolsArd Biesheuvel2018-11-301-28/+18
| * | | | arm64/module: switch to ADRP/ADD sequences for PLT entriesArd Biesheuvel2018-11-273-25/+80
| * | | | arm64/insn: add support for emitting ADR/ADRP instructionsArd Biesheuvel2018-11-271-0/+29
| * | | | arm64: Use a raw spinlock in __install_bp_hardening_cb()James Morse2018-11-271-3/+3
| * | | | arm64/module: use plt section indices for relocationsJessica Yu2018-11-202-20/+25
| |/ / /
OpenPOWER on IntegriCloud