aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-07-05arm64/sysreg: Convert LORSA_EL1 to automatic generationMark Brown2-1/+8
2022-07-05arm64/sysreg: Convert ID_AA64ISAR2_EL1 to automatic generationMark Brown2-27/+33
2022-07-05arm64/sysreg: Convert ID_AA64ISAR1_EL1 to automatic generationMark Brown2-34/+83
2022-07-05arm64/sysreg: Convert GMID to automatic generationMark Brown2-1/+5
2022-07-05arm64/sysreg: Convert DCZID_EL0 to automatic generationMark Brown2-5/+6
2022-07-05arm64/sysreg: Convert CTR_EL0 to automatic generationMark Brown2-16/+21
2022-07-05arm64/sysreg: Add _EL1 into ID_AA64ISAR2_EL1 definition namesMark Brown8-45/+45
2022-07-05arm64/sysreg: Add _EL1 into ID_AA64ISAR1_EL1 definition namesMark Brown7-103/+103
2022-07-05arm64/sysreg: Remove defines for RPRES enumerationMark Brown1-2/+0
2022-07-05arm64/sysreg: Standardise naming for ID_AA64ZFR0_EL1 fieldsMark Brown2-39/+39
2022-07-05arm64/sysreg: Standardise naming for ID_AA64SMFR0_EL1 enumsMark Brown3-32/+32
2022-07-05arm64/sysreg: Standardise naming for WFxT definesMark Brown3-8/+8
2022-07-05arm64/sysreg: Make BHB clear feature defines match the architectureMark Brown3-3/+3
2022-07-05arm64/sysreg: Align pointer auth enumeration defines with architectureMark Brown2-29/+29
2022-07-05arm64/mte: Standardise GMID field name definitionsMark Brown3-4/+4
2022-07-05arm64/sysreg: Standardise naming for DCZID_EL0 field namesMark Brown2-4/+4
2022-07-05arm64/sysreg: Standardise naming for CTR_EL0 fieldsMark Brown7-43/+45
2022-07-05arm64/cache: Restrict which headers are included in __ASSEMBLY__Mark Brown1-6/+5
2022-07-05arm64/sysreg: Add SYS_FIELD_GET() helperMark Brown1-0/+3
2022-07-05arm64/sysreg: Allow leading blanks on comments in sysreg fileMark Brown1-1/+1
2022-07-05arm64/idreg: Fix tab/space damageMark Brown1-7/+7
2022-07-05arm64/cpuinfo: Remove references to reserved cache typeMark Brown2-9/+15
2022-06-19Merge tag 'x86-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-75/+159
2022-06-19Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-7/+8
2022-06-17x86/tdx: Handle load_unaligned_zeropad() page-cross to a shared pageKirill A. Shutemov1-1/+14
2022-06-17Merge tag 'pci-v5.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-17/+18
2022-06-17x86/PCI: Revert "x86/PCI: Clip only host bridge windows for E820 regions"Hans de Goede4-17/+18
2022-06-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-79/+69
2022-06-17Merge tag 'loongarch-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2022-06-17Merge tag 'riscv-for-linus-5.19-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+18
2022-06-17Merge tag 'hyperv-fixes-signed-20220617' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-6/+88
2022-06-17arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transferWill Deacon1-2/+0
2022-06-17LoongArch: vmlinux.lds.S: Add missing ELF_DETAILSYouling Tang1-0/+1
2022-06-16RISC-V: Some Svpbmt fixesPalmer Dabbelt3-6/+9
2022-06-16riscv: Improve description for RISCV_ISA_SVPBMT Kconfig symbolHeiko Stuebner1-2/+7
2022-06-16riscv: drop cpufeature_apply_feature tracking variableHeiko Stuebner1-4/+1
2022-06-16riscv: fix dependency for t-head errataHeiko Stuebner1-0/+1
2022-06-16Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+5
2022-06-16arm64/cpufeature: Unexport set_cpu_feature()Mark Brown1-1/+0
2022-06-15x86/Hyper-V: Add SEV negotiate protocol support in Isolation VMTianyu Lan3-6/+88
2022-06-15x86/tdx: Clarify RIP adjustments in #VE handlerKirill A. Shutemov1-55/+123
2022-06-15x86/tdx: Fix early #VE handlingKirill A. Shutemov1-1/+5
2022-06-15arm64: ftrace: remove redundant labelMark Rutland1-1/+0
2022-06-15arm64: ftrace: consistently handle PLTs.Mark Rutland1-71/+66
2022-06-15arm64: ftrace: fix branch range checksMark Rutland1-2/+2
2022-06-15Revert "arm64: Initialize jump labels before setup_machine_fdt()"Catalin Marinas1-4/+3
2022-06-14ARM: dts: at91: ksz9477_evb: fix port/phy validationOleksij Rempel1-0/+5
2022-06-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds23-201/+293
2022-06-14Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-39/+353
2022-06-13x86/mm: Fix RESERVE_BRK() for older binutilsJosh Poimboeuf3-24/+23