summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-07-15arm64: entry: fix KCOV suppressionMark Rutland1-1/+1
2021-07-15arm64: entry: add missing noinstrMark Rutland1-1/+1
2021-07-15arm64: mte: fix restoration of GCR_EL1 from suspendMark Rutland1-13/+2
2021-07-12arm64: Add missing header <asm/smp.h> in two filesCarlos Bilbao1-0/+1
2021-07-08arm64: stacktrace: use %pSb for backtrace printingStephen Boyd1-1/+1
2021-07-08arm64: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-08set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport1-0/+1
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-6/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-5/+15
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds41-2354/+1209
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+1
2021-06-24Merge branch 'for-next/sve' into for-next/coreWill Deacon2-9/+19
2021-06-24Merge branch 'for-next/smccc' into for-next/coreWill Deacon2-0/+92
2021-06-24Merge branch 'for-next/ptrauth' into for-next/coreWill Deacon1-0/+4
2021-06-24Merge branch 'for-next/perf' into for-next/coreWill Deacon1-5/+35
2021-06-24Merge branch 'for-next/mm' into for-next/coreWill Deacon3-9/+20
2021-06-24Merge branch 'for-next/misc' into for-next/coreWill Deacon1-1/+1
2021-06-24Merge branch 'for-next/insn' into for-next/coreWill Deacon10-1709/+267
2021-06-24Merge branch 'for-next/entry' into for-next/coreWill Deacon7-421/+388
2021-06-24Merge branch 'for-next/cpuidle' into for-next/coreWill Deacon2-33/+20
2021-06-24Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon4-75/+237
2021-06-24Merge branch 'for-next/caches' into for-next/coreWill Deacon13-45/+66
2021-06-22Merge branch kvm-arm64/mmu/mte into kvmarm-master/nextMarc Zyngier2-5/+15
2021-06-22KVM: arm64: Save/restore MTE registersSteven Price1-0/+2
2021-06-22arm64: Restrict undef hook for cpufeature registersRaphael Gault1-2/+2
2021-06-22arm64: mte: Sync tags for pages where PTE is untaggedSteven Price1-5/+13
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-06-17arm64: smp: Bump debugging information print down to KERN_DEBUGLee Jones1-1/+1
2021-06-17arm64: suspend: Use cpuidle context helpers in cpu_suspend()Marc Zyngier1-1/+11
2021-06-17arm64: Convert cpu_do_idle() to using cpuidle context helpersMarc Zyngier1-32/+9
2021-06-15arm64: head: fix code comments in set_cpu_boot_mode_flagDong Aisheng1-1/+1
2021-06-15arm64: mm: drop unused __pa(__idmap_text_start)Dong Aisheng1-1/+0
2021-06-15arm64: mm: fix the count comments in compute_indicesDong Aisheng1-1/+1
2021-06-15arm64/mm: Fix ttbr0 values stored in struct thread_info for software-panAnshuman Khandual1-1/+1
2021-06-15arm64: Conditionally configure PTR_AUTH key of the kernel.Daniel Kiss1-0/+2
2021-06-15arm64: Add ARM64_PTR_AUTH_KERNEL config optionDaniel Kiss1-0/+2
2021-06-13ARM: 9095/1: ARM64: Remove arm_pm_restart()Guenter Roeck1-6/+1
2021-06-11arm64: Kill 32-bit applications scheduled on 64-bit-only CPUsWill Deacon2-1/+44
2021-06-11arm64: Allow mismatched 32-bit EL0 supportWill Deacon1-13/+101
2021-06-11arm64: cpuinfo: Split AArch32 registers out into a separate structWill Deacon2-60/+67
2021-06-11arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>Mark Rutland3-0/+3
2021-06-11arm64: insn: decouple patching from insn codeMark Rutland6-8/+15
2021-06-11arm64: perf: Simplify EVENT ATTR macro in perf_event.cQi Liu1-4/+1
2021-06-08arm64: smccc: Support SMCCC v1.3 SVE register saving hintMark Brown1-0/+26
2021-06-07arm64: idle: don't instrument idle code with KCOVMark Rutland3-58/+71
2021-06-07arm64: entry: don't instrument entry code with KCOVMark Rutland1-0/+5
2021-06-07arm64: entry: make NMI entry/exit functions staticMark Rutland1-2/+2
2021-06-07arm64: entry: split SDEI entryMark Rutland2-45/+40