summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | arm64/acpi: disallow AML memory opregions to access kernel memoryArd Biesheuvel2020-07-141-0/+66
| | | | |/ / /
| | | * | | | arm64/cpufeature: Validate feature bits spacing in arm64_ftr_regs[]Anshuman Khandual2020-07-071-3/+44
| | | * | | | arm64/cpufeature: Replace all open bits shift encodings with macrosAnshuman Khandual2020-07-031-26/+27
| | | * | | | arm64/cpufeature: Add remaining feature bits in ID_AA64MMFR2 registerAnshuman Khandual2020-07-031-0/+7
| | | * | | | arm64/cpufeature: Add remaining feature bits in ID_AA64MMFR1 registerAnshuman Khandual2020-07-031-0/+4
| | | * | | | arm64/cpufeature: Add remaining feature bits in ID_AA64MMFR0 registerAnshuman Khandual2020-07-031-0/+3
| | | |/ / /
| | * / / / arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfoBhupesh Sharma2020-07-021-0/+10
| | |/ / /
| * | | | arm64: use IRQ_STACK_SIZE instead of THREAD_SIZE for irq stackManinder Singh2020-07-311-1/+1
| * | | | arm64: Reserve HWCAP2_MTE as (1 << 18)Catalin Marinas2020-07-241-0/+1
| * | | | arm64/entry: deduplicate SW PAN entry/exit routinesArd Biesheuvel2020-07-231-48/+47
| * | | | arm64: stacktrace: Move export for save_stack_trace_tsk()Mark Brown2020-07-141-1/+1
| * | | | arm64/panic: Unify all three existing notifier blocksAnshuman Khandual2020-07-022-24/+15
| * | | | arm64/module: Optimize module load time by optimizing PLT countingSaravana Kannan2020-07-021-3/+43
| |/ / /
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-07-241-1/+1
|\ \ \ \
| * | | | arm64: vdso32: Fix '--prefix=' value for newer versions of clangNathan Chancellor2020-07-231-1/+1
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-07-174-29/+76
|\| | | |
| * | | | arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEPWill Deacon2020-07-161-2/+2
| * | | | arm64: ptrace: Use NO_SYSCALL instead of -1 in syscall_trace_enter()Will Deacon2020-07-161-2/+2
| * | | | arm64: syscall: Expand the comment about ptrace and syscall(-1)Will Deacon2020-07-161-1/+15
| * | | | arm64: ptrace: Add a comment describing our syscall entry/exit trap ABIWill Deacon2020-07-161-2/+14
| * | | | arm64: compat: Ensure upper 32 bits of x0 are zero on syscall returnWill Deacon2020-07-161-0/+3
| * | | | arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon2020-07-162-6/+18
| * | | | arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon2020-07-163-16/+22
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-07-105-37/+36
|\| | | |
| * | | | arm64/alternatives: don't patch up internal branchesArd Biesheuvel2020-07-091-14/+2
| * | | | arm64: Add missing sentinel to erratum_1463225Florian Fainelli2020-07-091-0/+1
| * | | | arm64: kgdb: Fix single-step exception handling oopsWei Li2020-07-081-1/+1
| * | | | arm64: entry: Tidy up block comments and label numbersWill Deacon2020-07-081-8/+14
| * | | | arm64: Rework ARM_ERRATUM_1414080 handlingMarc Zyngier2020-07-081-15/+19
| * | | | arm64: entry: Fix the typo in the comment of el1_dbg()Kevin Hao2020-07-081-1/+1
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-07-043-9/+17
|\| | | |
| * | | | arm64: Add KRYO4XX silver CPU cores to erratum list 1530923 and 1024718Sai Prakash Ranjan2020-07-032-0/+4
| * | | | arm64: Add KRYO4XX gold CPU cores to erratum list 1463225 and 1418040Sai Prakash Ranjan2020-07-031-6/+13
| * | | | arm64/alternatives: use subsections for replacement sequencesArd Biesheuvel2020-07-021-3/+0
* | | | | vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig2020-07-031-1/+1
| |/ / / |/| | |
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-06-2711-158/+93
|\| | |
| * | | arm64: Add KRYO{3,4}XX silver CPU cores to SSB safelistSai Prakash Ranjan2020-06-251-0/+2
| * | | arm64: perf: Report the PC value in REGS_ABI_32 modeJiping Ma2020-06-251-3/+22
| * | | arm64: kpti: Add KRYO{3, 4}XX silver CPU cores to kpti safelistSai Prakash Ranjan2020-06-241-0/+2
| * | | arm64: vdso: Don't use gcc plugins for building vgettimeofday.cAlexander Popov2020-06-241-1/+1
| * | | arm64: vdso: Only pass --no-eh-frame-hdr when linker supports itWill Deacon2020-06-241-2/+3
| * | | arm64: compat: Remove 32-bit sigreturn code from the vDSOWill Deacon2020-06-233-71/+0
| * | | arm64: compat: Always use sigpage for sigreturn trampolineWill Deacon2020-06-231-25/+0
| * | | arm64: compat: Allow 32-bit vdso and sigpage to co-existWill Deacon2020-06-233-36/+29
| * | | arm64: vdso: Disable dwarf unwinding through the sigreturn trampolineWill Deacon2020-06-232-21/+35
* | | | arm64: use PAGE_KERNEL_ROX directly in alloc_insn_pageChristoph Hellwig2020-06-261-9/+3
| |/ / |/| |
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-06-194-30/+49
|\| |
| * | arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon2020-06-181-18/+26
| * | arm64: kexec_file: Use struct_size() in kmalloc()Gustavo A. R. Silva2020-06-181-2/+1
| * | arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=nWill Deacon2020-06-161-3/+3