summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-24Merge branch 'for-next/sve' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/smccc' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/ptrauth' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/perf' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/mm' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/misc' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/insn' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/entry' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/cpuidle' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/caches' into for-next/coreWill Deacon
2021-06-22Merge branch kvm-arm64/mmu/mte into kvmarm-master/nextMarc Zyngier
2021-06-22KVM: arm64: Save/restore MTE registersSteven Price
2021-06-22arm64: Restrict undef hook for cpufeature registersRaphael Gault
2021-06-22arm64: mte: Sync tags for pages where PTE is untaggedSteven Price
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-17arm64: smp: Bump debugging information print down to KERN_DEBUGLee Jones
2021-06-17arm64: suspend: Use cpuidle context helpers in cpu_suspend()Marc Zyngier
2021-06-17arm64: Convert cpu_do_idle() to using cpuidle context helpersMarc Zyngier
2021-06-15arm64: head: fix code comments in set_cpu_boot_mode_flagDong Aisheng
2021-06-15arm64: mm: drop unused __pa(__idmap_text_start)Dong Aisheng
2021-06-15arm64: mm: fix the count comments in compute_indicesDong Aisheng
2021-06-15arm64/mm: Fix ttbr0 values stored in struct thread_info for software-panAnshuman Khandual
2021-06-15arm64: Conditionally configure PTR_AUTH key of the kernel.Daniel Kiss
2021-06-15arm64: Add ARM64_PTR_AUTH_KERNEL config optionDaniel Kiss
2021-06-11arm64: Kill 32-bit applications scheduled on 64-bit-only CPUsWill Deacon
2021-06-11arm64: Allow mismatched 32-bit EL0 supportWill Deacon
2021-06-11arm64: cpuinfo: Split AArch32 registers out into a separate structWill Deacon
2021-06-11arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>Mark Rutland
2021-06-11arm64: insn: decouple patching from insn codeMark Rutland
2021-06-11arm64: perf: Simplify EVENT ATTR macro in perf_event.cQi Liu
2021-06-08arm64: smccc: Support SMCCC v1.3 SVE register saving hintMark Brown
2021-06-07arm64: idle: don't instrument idle code with KCOVMark Rutland
2021-06-07arm64: entry: don't instrument entry code with KCOVMark Rutland
2021-06-07arm64: entry: make NMI entry/exit functions staticMark Rutland
2021-06-07arm64: entry: split SDEI entryMark Rutland
2021-06-07arm64: entry: split bad stack entryMark Rutland
2021-06-07arm64: entry: fold el1_inv() into el1h_64_sync_handler()Mark Rutland
2021-06-07arm64: entry: handle all vectors with CMark Rutland
2021-06-07arm64: entry: template the entry asm functionsMark Rutland
2021-06-07arm64: entry: improve bad_mode()Mark Rutland
2021-06-07arm64: entry: move bad_mode() to entry-common.cMark Rutland
2021-06-07arm64: entry: consolidate EL1 exception returnsMark Rutland
2021-06-07arm64: entry: organise entry vectors consistentlyMark Rutland
2021-06-07arm64: entry: organise entry handlers consistentlyMark Rutland
2021-06-07arm64: entry: convert IRQ+FIQ handlers to CMark Rutland
2021-06-07arm64: entry: add a call_on_irq_stack helperMark Rutland