summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds32-182/+306
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2023-06-23Merge branch 'for-next/feat_s1pie' into for-next/coreCatalin Marinas8-35/+143
2023-06-23Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...Catalin Marinas28-149/+165
2023-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+7
2023-06-15arm64/mm: remove now-superfluous ISBs from TTBR writesJamie Iles3-6/+6
2023-06-14arm64/sysreg: Convert TRBIDR_EL1 register to automatic generationAnshuman Khandual1-6/+0
2023-06-14arm64/sysreg: Convert TRBTRG_EL1 register to automatic generationAnshuman Khandual1-3/+0
2023-06-14arm64/sysreg: Convert TRBMAR_EL1 register to automatic generationAnshuman Khandual1-5/+0
2023-06-14arm64/sysreg: Convert TRBSR_EL1 register to automatic generationAnshuman Khandual1-12/+0
2023-06-14arm64/sysreg: Convert TRBBASER_EL1 register to automatic generationAnshuman Khandual1-3/+0
2023-06-14arm64/sysreg: Convert TRBPTR_EL1 register to automatic generationAnshuman Khandual1-3/+0
2023-06-14arm64/sysreg: Convert TRBLIMITR_EL1 register to automatic generationAnshuman Khandual1-12/+0
2023-06-14arm64/sysreg: Rename TRBIDR_EL1 fields per auto-gen tools formatAnshuman Khandual2-5/+5
2023-06-14arm64/sysreg: Rename TRBTRG_EL1 fields per auto-gen tools formatAnshuman Khandual1-2/+2
2023-06-14arm64/sysreg: Rename TRBMAR_EL1 fields per auto-gen tools formatAnshuman Khandual1-6/+4
2023-06-14arm64/sysreg: Rename TRBSR_EL1 fields per auto-gen tools formatAnshuman Khandual1-13/+13
2023-06-14arm64/sysreg: Rename TRBBASER_EL1 fields per auto-gen tools formatAnshuman Khandual1-2/+2
2023-06-14arm64/sysreg: Rename TRBPTR_EL1 fields per auto-gen tools formatAnshuman Khandual1-2/+2
2023-06-14arm64/sysreg: Rename TRBLIMITR_EL1 fields per auto-gen tools formatAnshuman Khandual1-8/+8
2023-06-08arm64: set __exception_irq_entry with __irq_entry as a defaultYoungmin Nam1-5/+0
2023-06-07arm64: cpufeature: fold cpus_set_cap() into update_cpu_capabilities()Mark Rutland1-10/+0
2023-06-07arm64: alternatives: use cpucap namingMark Rutland5-33/+33
2023-06-07arm64: standardise cpucap bitmap namesMark Rutland2-7/+7
2023-06-06arm64/sysreg: Convert OSECCR_EL1 to automatic generationMark Brown1-1/+0
2023-06-06arm64/sysreg: Convert OSDTRTX_EL1 to automatic generationMark Brown1-1/+0
2023-06-06arm64/sysreg: Convert OSDTRRX_EL1 to automatic generationMark Brown1-1/+0
2023-06-06arm64/sysreg: Convert OSLAR_EL1 to automatic generationMark Brown1-3/+0
2023-06-06arm64/sysreg: Standardise naming of bitfield constants in OSL[AS]R_EL1Mark Brown2-6/+6
2023-06-06arm64/sysreg: Convert MDSCR_EL1 to automatic register generationMark Brown1-1/+0
2023-06-06arm64/sysreg: Convert MDCCINT_EL1 to automatic register generationMark Brown1-1/+0
2023-06-06arm64: module: rework module VA range selectionMark Rutland1-1/+1
2023-06-06arm64: module: mandate MODULE_PLTSMark Rutland2-4/+0
2023-06-06arm64: module: move module randomization to module.cMark Rutland1-6/+0
2023-06-06arm64: kaslr: split kaslr/module initializationMark Rutland1-6/+8
2023-06-06arm64: add encodings of PIRx_ELx registersJoey Gouly2-0/+58
2023-06-06arm64: disable EL2 traps for PIEJoey Gouly2-3/+12
2023-06-06arm64: reorganise PAGE_/PROT_ macrosJoey Gouly1-28/+44
2023-06-06arm64: add PTE_WRITE to PROT_SECT_NORMALJoey Gouly1-1/+1
2023-06-06arm64: add PTE_UXN/PTE_WRITE to SWAPPER_*_FLAGSJoey Gouly1-4/+4
2023-06-06KVM: arm64: Save/restore PIE registersJoey Gouly1-0/+4
2023-06-06KVM: arm64: Save/restore TCR2_EL1Joey Gouly1-0/+1
2023-06-06arm64: cpufeature: add system register ID_AA64MMFR3Joey Gouly1-0/+1
2023-06-06arm64/sysreg: add PIR*_ELx registersJoey Gouly1-0/+19
2023-06-05arm64: mops: detect and enable FEAT_MOPSKristina Martsenko2-0/+2
2023-06-05arm64: mops: handle MOPS exceptionsKristina Martsenko2-1/+11
2023-06-05arm64: mops: don't disable host MOPS instructions from EL2Kristina Martsenko1-1/+1
2023-06-05KVM: arm64: switch HCRX_EL2 between host and guestKristina Martsenko1-1/+2
2023-06-05KVM: arm64: initialize HCRX_EL2Kristina Martsenko2-8/+13
2023-06-04KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loadedReiji Watanabe1-0/+7