summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64/mm: Drop idmap_pg_end[] declarationAnshuman Khandual2022-11-181-1/+0
* arm64/mm: Drop redundant BUG_ON(!pgtable_alloc)Anshuman Khandual2022-11-181-3/+1
* arm64: make is_ttbrX_addr() noinstr-safeMark Rutland2022-11-151-2/+2
* arm64/signal: Document our convention for choosing magic numbersMark Brown2022-11-141-0/+4
* arm64: atomics: lse: remove stale dependency on JUMP_LABELMark Rutland2022-11-142-2/+0
* arm64: paravirt: remove conduit check in has_pv_steal_clockUsama Arif2022-11-091-4/+0
* arm64: entry: Fix typoMukesh Ojha2022-11-081-8/+8
* arm64/mm: Drop ARM64_KERNEL_USES_PMD_MAPSAnshuman Khandual2022-11-082-9/+4
* arm64/asm: Remove unused enable_da macroMark Brown2022-11-071-5/+0
* 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-052-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-246-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-172-2/+2
|\ \
| * | treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-121-1/+1
| * | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-121-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