summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | arm64/sve: Skip flushing Z registers with 128 bit vectorsMark Brown2021-05-262-4/+14
| | * | | arm64/sve: Use the sve_flush macros in sve_load_from_fpsimd_state()Mark Brown2021-05-261-5/+4
| | * | | arm64/sve: Split _sve_flush macro into separate Z and predicate flushesMark Brown2021-05-261-1/+2
| | | |/ | | |/|
| * | | Merge branch 'for-next/smccc' into for-next/coreWill Deacon2021-06-242-0/+92
| |\ \ \
| | * | | arm64: smccc: Support SMCCC v1.3 SVE register saving hintMark Brown2021-06-081-0/+26
| | * | | arm64: smccc: Add support for SMCCCv1.2 extended input/output registersSudeep Holla2021-05-262-0/+66
| | |/ /
| * | | Merge branch 'for-next/ptrauth' into for-next/coreWill Deacon2021-06-241-0/+4
| |\ \ \
| | * | | arm64: Conditionally configure PTR_AUTH key of the kernel.Daniel Kiss2021-06-151-0/+2
| | * | | arm64: Add ARM64_PTR_AUTH_KERNEL config optionDaniel Kiss2021-06-151-0/+2
| | |/ /
| * | | Merge branch 'for-next/perf' into for-next/coreWill Deacon2021-06-241-5/+35
| |\ \ \
| | * | | arm64: perf: Simplify EVENT ATTR macro in perf_event.cQi Liu2021-06-111-4/+1
| | * | | arm64: perf: Add more support on caps under sysfsShaokun Zhang2021-06-031-0/+33
| | * | | arm64: perf: Convert snprintf to sysfs_emitTian Tao2021-06-011-1/+1
| | |/ /
| * | | Merge branch 'for-next/mm' into for-next/coreWill Deacon2021-06-243-9/+20
| |\ \ \
| | * | | arm64: head: fix code comments in set_cpu_boot_mode_flagDong Aisheng2021-06-151-1/+1
| | * | | arm64: mm: drop unused __pa(__idmap_text_start)Dong Aisheng2021-06-151-1/+0
| | * | | arm64: mm: fix the count comments in compute_indicesDong Aisheng2021-06-151-1/+1
| | * | | arm64/mm: Fix ttbr0 values stored in struct thread_info for software-panAnshuman Khandual2021-06-151-1/+1
| | * | | arm64: acpi: Map EFI_MEMORY_WT memory as Normal-NCWill Deacon2021-06-011-5/+17
| | |/ /
| * | | Merge branch 'for-next/misc' into for-next/coreWill Deacon2021-06-241-1/+1
| |\ \ \
| | * | | arm64: smp: Bump debugging information print down to KERN_DEBUGLee Jones2021-06-171-1/+1
| | |/ /
| * | | Merge branch 'for-next/insn' into for-next/coreWill Deacon2021-06-2410-1709/+267
| |\ \ \
| | * | | arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>Mark Rutland2021-06-113-0/+3
| | * | | arm64: insn: decouple patching from insn codeMark Rutland2021-06-116-8/+15
| | * | | arm64: Move instruction encoder/decoder under lib/Julien Thierry2021-05-272-1459/+1
| | * | | arm64: Move aarch32 condition check functionsJulien Thierry2021-05-273-99/+99
| | * | | arm64: Move patching utilities out of instruction encoding/decodingJulien Thierry2021-05-273-147/+152
| | |/ /
| * | | Merge branch 'for-next/entry' into for-next/coreWill Deacon2021-06-247-421/+388
| |\ \ \
| | * | | arm64: idle: don't instrument idle code with KCOVMark Rutland2021-06-073-58/+71
| | * | | arm64: entry: don't instrument entry code with KCOVMark Rutland2021-06-071-0/+5
| | * | | arm64: entry: make NMI entry/exit functions staticMark Rutland2021-06-071-2/+2
| | * | | arm64: entry: split SDEI entryMark Rutland2021-06-072-45/+40
| | * | | arm64: entry: split bad stack entryMark Rutland2021-06-072-5/+12
| | * | | arm64: entry: fold el1_inv() into el1h_64_sync_handler()Mark Rutland2021-06-071-10/+1
| | * | | arm64: entry: handle all vectors with CMark Rutland2021-06-073-125/+74
| | * | | arm64: entry: template the entry asm functionsMark Rutland2021-06-071-86/+27
| | * | | arm64: entry: improve bad_mode()Mark Rutland2021-06-071-15/+16
| | * | | arm64: entry: move bad_mode() to entry-common.cMark Rutland2021-06-072-25/+27
| | * | | arm64: entry: consolidate EL1 exception returnsMark Rutland2021-06-071-4/+8
| | * | | arm64: entry: organise entry vectors consistentlyMark Rutland2021-06-071-21/+21
| | * | | arm64: entry: organise entry handlers consistentlyMark Rutland2021-06-071-42/+36
| | * | | arm64: entry: convert IRQ+FIQ handlers to CMark Rutland2021-06-072-97/+104
| | * | | arm64: entry: add a call_on_irq_stack helperMark Rutland2021-06-071-0/+36
| | * | | arm64: entry: move NMI preempt logic to CMark Rutland2021-06-072-11/+10
| | * | | arm64: entry: move arm64_preempt_schedule_irq to entry-common.cMark Rutland2021-06-072-17/+20
| | * | | arm64: entry: convert SError handlers to CMark Rutland2021-06-073-16/+38
| | * | | arm64: entry: unmask IRQ+FIQ after EL0 handlingMark Rutland2021-06-072-2/+2
| | * | | arm64: remove redundant local_daif_mask() in bad_mode()Mark Rutland2021-06-071-1/+0
| | |/ /
| * | | Merge branch 'for-next/cpuidle' into for-next/coreWill Deacon2021-06-242-33/+20
| |\ \ \
| | * | | arm64: suspend: Use cpuidle context helpers in cpu_suspend()Marc Zyngier2021-06-171-1/+11