aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-06-06arm64/sysreg: add system registers TCR2_ELxGravatar Joey Gouly 1-0/+42
2023-06-06arm64/sysreg: Add ID register ID_AA64MMFR3Gravatar Joey Gouly 1-0/+72
2023-06-05arm64: mops: allow disabling MOPS from the kernel command lineGravatar Kristina Martsenko 1-0/+2
2023-06-05arm64: mops: detect and enable FEAT_MOPSGravatar Kristina Martsenko 5-0/+19
2023-06-05arm64: mops: handle single stepping after MOPS exceptionGravatar Kristina Martsenko 1-0/+6
2023-06-05arm64: mops: handle MOPS exceptionsGravatar Kristina Martsenko 4-1/+74
2023-06-05KVM: arm64: hide MOPS from guestsGravatar Kristina Martsenko 1-0/+1
2023-06-05arm64: mops: don't disable host MOPS instructions from EL2Gravatar Kristina Martsenko 1-1/+1
2023-06-05KVM: arm64: switch HCRX_EL2 between host and guestGravatar Kristina Martsenko 2-1/+8
2023-06-05arm64: cpufeature: detect FEAT_HCXGravatar Kristina Martsenko 2-0/+9
2023-06-05KVM: arm64: initialize HCRX_EL2Gravatar Kristina Martsenko 2-8/+13
2023-05-21Merge tag 'uml-for-linus-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-7/+23
2023-05-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 12-44/+92
2023-05-21Merge tag 'powerpc-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 11-88/+32
2023-05-21KVM: VMX: add MSR_IA32_TSX_CTRL into msrs_to_saveGravatar Mingwei Zhang 1-1/+5
2023-05-21KVM: x86: Don't adjust guest's CPUID.0x12.1 (allowed SGX enclave XFRM)Gravatar Sean Christopherson 1-16/+0
2023-05-21KVM: VMX: Don't rely _only_ on CPUID to enforce XCR0 restrictions for ECREATEGravatar Sean Christopherson 1-2/+9
2023-05-19Merge tag 's390-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 9-35/+26
2023-05-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 6-16/+14
2023-05-19KVM: VMX: Fix header file dependency of asm/vmx.hGravatar Jacob Xu 1-0/+2
2023-05-18Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-0/+4
2023-05-18Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-0/+83
2023-05-18rethook, fprobe: do not trace rethook related functionsGravatar Ze Gao 3-0/+4
2023-05-17Revert "ARM: dts: stm32: add CAN support on stm32f746"Gravatar Marc Kleine-Budde 1-47/+0
2023-05-17Merge tag 'kvmarm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 8-25/+76
2023-05-17s390/iommu: get rid of S390_CCW_IOMMU and S390_AP_IOMMUGravatar Jason Gunthorpe 3-6/+1
2023-05-17s390/Kconfig: remove obsolete configs SCHED_{BOOK,DRAWER}Gravatar Lukas Bulwahn 1-8/+0
2023-05-17s390/uapi: cover statfs padding by growing f_spareGravatar Ilya Leoshkevich 2-3/+3
2023-05-17powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV deviceGravatar Gaurav Batra 2-5/+12
2023-05-17powerpc/iommu: DMA address offset is incorrectly calculated with 2MB TCEsGravatar Gaurav Batra 1-4/+7
2023-05-17powerpc/iommu: Remove iommu_del_device()Gravatar Jason Gunthorpe 4-72/+0
2023-05-16arm64: mte: Do not set PG_mte_tagged if tags were not initializedGravatar Peter Collingbourne 1-5/+2
2023-05-16arm64: Also reset KASAN tag if page is not PG_mte_taggedGravatar Peter Collingbourne 1-2/+3
2023-05-16arm64: perf: Mark all accessor functions inlineGravatar Geert Uytterhoeven 1-3/+3
2023-05-16ARM: perf: Mark all accessor functions inlineGravatar Geert Uytterhoeven 1-3/+3
2023-05-16arm64: vdso: Pass (void *) to virt_to_page()Gravatar Linus Walleij 1-1/+1
2023-05-16arm64/mm: mark private VM_FAULT_X defines as vm_fault_tGravatar Min-Hua Chen 1-2/+2
2023-05-15ARM: dts: stm32: add CAN support on stm32f746Gravatar Dario Binacchi 1-0/+47
2023-05-15ARM: dts: stm32: add pin map for CAN controller on stm32f7Gravatar Dario Binacchi 1-0/+82
2023-05-15ARM: dts: stm32f429: put can2 in secondary modeGravatar Dario Binacchi 1-0/+1
2023-05-15powerpc/crypto: Fix aes-gcm-p10 build when VSX=nGravatar Michael Ellerman 1-1/+1
2023-05-15s390/ipl: fix IPIB virtual vs physical address confusionGravatar Alexander Gordeev 1-2/+1
2023-05-15s390/topology: honour nr_cpu_ids when adding CPUsGravatar Alexander Gordeev 1-15/+17
2023-05-15s390/defconfigs: set CONFIG_INIT_STACK_NONE=yGravatar Heiko Carstens 3-0/+3
2023-05-15s390/crypto: use vector instructions only if available for ChaCha20Gravatar Heiko Carstens 1-1/+1
2023-05-15powerpc/bpf: populate extable entries only during the last passGravatar Hari Bathini 1-0/+2
2023-05-14Merge tag 'parisc-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-4/+6
2023-05-14Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 4-6/+37
2023-05-14Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-28/+37
2023-05-14Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2