aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-07-31powerpc/powermac: Simplify bootx_scan_dt_build_struct()Thorsten Blum1-3/+1
2026-07-31powerpc/ps3: Use cpu_relax() in ps3_create_spu()Thorsten Blum1-6/+4
2026-07-31powerpc/dt_cpu_ftrs: Avoid separate strlen() in scan_callback()Thorsten Blum1-4/+3
2026-07-31powerpc/pseries/ras: Use struct_size() to simplify fwnmi_get_errinfo()Thorsten Blum1-9/+7
2026-07-31powerpc/rtasd: Use struct_size() to simplify log_rtas_len()Thorsten Blum1-13/+6
2026-07-31powerpc/pseries: Simplify attribute description check in papr_init()Thorsten Blum1-5/+1
2026-07-31s390/smp: Reflect (de)configured CPUs to cpu_enabled_maskMete Durlu1-0/+5
2026-07-31s390/sclp: Allow SCLP Action Qualifiers for Spyre card status reportingNiklas Schnelle1-0/+3
2026-07-31s390/ap: Fix queue depth field lengthFinn Callies1-2/+2
2026-07-31powerpc: rtas: use get_user to simplify manage_flash_writeThorsten Blum1-17/+10
2026-07-31s390/pci: Fix s390_pci_mmio_write syscall error return without MIONiklas Schnelle1-0/+1
2026-07-31powerpc/boot: drop redundant assignment in serial_edit_cmdlineThorsten Blum1-1/+0
2026-07-31powerpc/kexec_file: use snprintf to simplify setup_kdump_cmdlineThorsten Blum1-10/+4
2026-07-31powerpc: enable to run posix cpu timers in task contextShrikanth Hegde1-0/+1
2026-07-31KVM: powerpc: Use generic xfer to guest work functionVishal Chourasia4-23/+55
2026-07-31powerpc: Enable Rust for ppc64leMukesh Kumar Chaurasiya (IBM)2-1/+7
2026-07-31rust: Add PowerPC supportLink Mauve2-0/+3
2026-07-31powerpc/jump_label: adjust inline asm to be consistentMukesh Kumar Chaurasiya (IBM)1-10/+13
2026-07-31perf/x86/intel/pt: Drop kernel-doc for deleted struct membersRandy Dunlap1-2/+0
2026-07-31x86/intel/quark: Clean up function kernel-docRandy Dunlap1-6/+1
2026-07-31x86/speculation: Drop Excess function parameter descriptionsRandy Dunlap1-2/+0
2026-07-31x86/lib: checksum_64.h: Eliminate all kernel-doc warningsRandy Dunlap1-12/+17
2026-07-31x86/barrier: Use correct parameter names in kernel-docRandy Dunlap1-3/+3
2026-07-31Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar153-588/+922
2026-07-31static_call / jump_label: Replace __ASSEMBLY__ with __ASSEMBLER__ in headersThomas Huth1-2/+2
2026-07-31arm64: Add override for ID_AA64MMFR4_EL1.NV_fracMarc Zyngier4-1/+15
2026-07-31KVM: arm64: Expose FEAT_NV3 to guestsMarc Zyngier1-2/+4
2026-07-31KVM: arm64: Add FEAT_NV3 detectionMarc Zyngier1-0/+7
2026-07-31KVM: arm64: Engage NV3 TLBI trap elisionMarc Zyngier1-0/+13
2026-07-31KVM: arm64: Engage NV3 ERET trap elisionMarc Zyngier2-0/+14
2026-07-31KVM: arm64: Add NVHCR_EL2 context switchingMarc Zyngier2-2/+19
2026-07-31KVM: arm64: Add routing for NVHCR_EL2 trapMarc Zyngier1-0/+13
2026-07-31KVM: arm64: Add NVHCR_EL2 handling to the sysreg arrayMarc Zyngier1-0/+28
2026-07-31KVM: arm64: Add sanitisation for NVHCR_EL2Marc Zyngier2-0/+19
2026-07-31KVM: arm64: Make HCR_EL2 a non-VNCR registerMarc Zyngier3-2/+12
2026-07-31KVM: arm64: Add kvm_has_nv{2,3}() predicatesMarc Zyngier1-0/+19
2026-07-31KVM: arm64: Add NV3 control bits to HCRX_EL2 sanitisationMarc Zyngier1-0/+6
2026-07-31KVM: arm64: Split NV-specific exit fixups from the non-NV handlingMarc Zyngier1-7/+11
2026-07-31arm64: Add ARM64_HAS_NV3 capabilityMarc Zyngier1-0/+1
2026-07-31arm64: sysreg: Add HCRX_EL2 bits related to FEAT_NV3Marc Zyngier1-1/+6
2026-07-31arm64: sysreg: Add NVHCR_EL2 description as a mirror of HCR_EL2Marc Zyngier1-0/+3
2026-07-31arm64: Add FEAT_NV2p1 detectionMarc Zyngier1-0/+7
2026-07-31KVM: arm64: Expose FEAT_NV2p1 to NV guestsMarc Zyngier1-2/+6
2026-07-31KVM: arm64: Relax CNTHCTL_EL2 handling when FEAT_NV2p1 is presentMarc Zyngier3-7/+22
2026-07-31KVM: arm64: Relax CPTR_EL2 handling when FEAT_NV2p1 is presentMarc Zyngier4-6/+15
2026-07-31arm64: Add ARM64_HAS_NV2P1 capabilityMarc Zyngier1-0/+1
2026-07-31KVM: arm64: Don't evaluate HCR_EL2.NV nor HFGITR_EL2.ERET on ERET fast pathMarc Zyngier1-5/+7
2026-07-31KVM: arm64: Classify CPTR_EL2 as a SR_LOC_SPECIAL registerMarc Zyngier2-3/+19
2026-07-31KVM: arm64: Plumb HCRX_EL2.SRMASKEn in HCRX_EL2 sanitisationMarc Zyngier2-1/+4
2026-07-31KVM: arm64: Drop __HCRX_EL2_* masksMarc Zyngier3-22/+3