summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-11-131-18/+34
|\
| * arm64: efi: Fix handling of misaligned runtime regions and drop warningArd Biesheuvel2022-11-101-18/+34
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-11-113-4/+5
|\ \
| * | arm64/syscall: Include asm/ptrace.h in syscall_wrapper header.Kuniyuki Iwashima2022-11-091-1/+1
| * | arm64: Fix bit-shifting UB in the MIDR_CPU_MODEL() macroD Scott Phillips2022-11-091-1/+1
| * | arm64: fix rodata=full againArd Biesheuvel2022-11-081-2/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-11-065-36/+23
|\ \ \
| * | | KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHEMarc Zyngier2022-11-013-34/+20
| * | | KVM: arm64: Fix bad dereference on MTE-enabled systemsRyan Roberts2022-10-271-1/+2
| * | | KVM: arm64: Use correct accessor to parse stage-1 PTEsQuentin Perret2022-10-251-1/+1
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-11-042-10/+35
|\ \ \ \ | | |/ / | |/| |
| * | | arm64: cpufeature: Fix the visibility of compat hwcapsAmit Daniel Kachhap2022-11-031-9/+33
| * | | arm64: entry: avoid kprobe recursionMark Rutland2022-11-011-1/+2
* | | | Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-11-044-2/+69
|\ \ \ \ | | |_|/ | |/| |
| * | | arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel2022-11-034-2/+69
| |/ /
* | | Merge tag 'juno-fix-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Arnd Bergmann2022-11-021-0/+14
|\ \ \
| * | | arm64: dts: juno: Add thermal critical trip pointsCristian Marussi2022-11-011-0/+14
| |/ /
* | | Merge tag 'imx-fixes-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann2022-11-019-38/+57
|\ \ \ | |_|/ |/| |
| * | arm64: dts: ls208xa: specify clock frequencies for the MDIO controllersIoana Ciornei2022-10-291-0/+6
| * | arm64: dts: ls1088a: specify clock frequencies for the MDIO controllersIoana Ciornei2022-10-291-0/+6
| * | arm64: dts: lx2160a: specify clock frequencies for the MDIO controllersIoana Ciornei2022-10-291-0/+6
| * | arm64: dts: imx93: correct gpio-rangesPeng Fan2022-10-291-4/+5
| * | arm64: dts: imx93: correct s4mu interrupt namesPeng Fan2022-10-291-1/+1
| * | arm64: dts: imx8: correct clock orderPeng Fan2022-10-291-9/+9
| * | arm64: dts: imx8mn: Correct the usb power domainLi Jun2022-10-291-1/+2
| * | arm64: dts: imx8mn: remove otg1 power domain dependency on hsioLi Jun2022-10-291-1/+0
| * | arm64: dts: imx8mm: correct usb power domainsLi Jun2022-10-291-2/+4
| * | arm64: dts: imx8mm: remove otg1/2 power domain dependency on hsioLi Jun2022-10-291-2/+0
| * | arm64: dts: verdin-imx8mp: fix ctrl_sleep_mociMax Krummenacher2022-10-291-10/+10
| * | arm64: dts: imx8mm: Enable CPLD_Dn pull down resistor on MX8MenloMarek Vasut2022-10-231-8/+8
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-236-31/+33
|\ \
| * \ Merge tag 'kvmarm-fixes-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-10-222-1/+8
| |\ \
| | * | KVM: arm64: vgic: Fix exit condition in scan_its_table()Eric Ren2022-10-151-1/+4
| | * | KVM: arm64: nvhe: Fix build with profile optimizationDenis Nikitin2022-10-151-0/+4
| * | | Merge tag 'kvmarm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-10-225-30/+25
| |\| | | | |/ | |/|
| | * KVM: arm64: Enable stack protection and branch profiling for VHEVincent Donnefort2022-10-092-4/+4
| | * KVM: arm64: Limit stage2_apply_range() batch size to largest blockOliver Upton2022-10-092-21/+8
| | * KVM: arm64: Work out supported block level at compile timeOliver Upton2022-10-091-5/+13
* | | ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra2022-10-201-1/+6
|/ /
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-162-2/+2
|\ \
| * | treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
| * | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-10-147-4/+46
|\ \ \
| * | | arm64: Add AMPERE1 to the Spectre-BHB affected listD Scott Phillips2022-10-122-0/+10
| * | | arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas2022-10-122-3/+13
| * | | arm64: errata: Add Cortex-A55 to the repeat tlbi listJames Morse2022-10-072-0/+22
| * | | arm64/sysreg: Fix typo in SCTR_EL1.SPINTMASKMark Brown2022-10-071-1/+1
* | | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-122-7/+0
|\ \ \ \
| * | | | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-112-7/+0
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-119-97/+147
|\ \ \ \ \ | |_|_|/ / |/| | | |