summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2025-11-10LoongArch: Clarify 3 MSG interrupt featuresHuacai Chen-1/+12
2025-11-09x86/math-emu: Fix div_Xsig() prototypeArnd Bergmann-1/+1
2025-11-09KVM: nSVM: Fix and simplify LBR virtualization handling with nestedYosry Ahmed-49/+17
2025-11-09KVM: nSVM: Always recalculate LBR MSR intercepts in svm_update_lbrv()Yosry Ahmed-10/+19
2025-11-09KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is updatedYosry Ahmed-0/+4
2025-11-09Merge tag 'kvmarm-fixes-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-61/+123
2025-11-09Merge tag 'kvm-x86-fixes-6.18-rc5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-38/+74
2025-11-09Merge tag 'kvm-riscv-fixes-6.18-2' of https://github.com/kvm-riscv/linux into...Paolo Bonzini-26/+17
2025-11-08parisc: remove unneeded semicolon in perf_regs.cJiapeng Chong-1/+1
2025-11-08Merge tag 'x86-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-100/+54
2025-11-08KVM: arm64: vgic-v3: Release reserved slot outside of lpi_xa's lockOliver Upton-8/+5
2025-11-08KVM: arm64: vgic-v3: Reinstate IRQ lock ordering for LPI xarrayOliver Upton-16/+32
2025-11-08KVM: arm64: Limit clearing of ID_{AA64PFR0,PFR1}_EL1.GIC to userspace irqchipMarc Zyngier-5/+7
2025-11-08KVM: arm64: Set ID_{AA64PFR0,PFR1}_EL1.GIC when GICv3 is configuredMarc Zyngier-2/+12
2025-11-08KVM: arm64: Make all 32bit ID registers fully writableMarc Zyngier-28/+31
2025-11-08ARM: at91: at91_dt_defconfig: set MMC_SPI to moduleManikandan Muralidharan-1/+1
2025-11-08riscv: dts: spacemit: enable K1 SoC QSPI on BPI-F3Alex Elder-0/+43
2025-11-07riscv: Fix CONFIG_AS_HAS_INSN for new .insn usageNathan Chancellor-1/+1
2025-11-07riscv: Remove redundant judgment for the default build targetFeng Jiang-15/+0
2025-11-07riscv: Build loader.bin exclusively for Canaan K210Feng Jiang-1/+1
2025-11-07Merge tag 'parisc-for-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+10
2025-11-07arm64/mm: Drop cpu_set_[default|idmap]_tcr_t0sz()Anshuman Khandual-10/+2
2025-11-07arm64: remove unused ARCH_PFN_OFFSETOmar Sandoval-1/+0
2025-11-07arm64: use SOFTIRQ_ON_OWN_STACK for enabling softirq stackRyo Takakura-1/+1
2025-11-07arm64: Remove assertion on CONFIG_VMAP_STACKDawei Li-8/+0
2025-11-07KVM: x86: Don't disable IRQs when unregistering user-return notifierHou Wenlong-11/+3
2025-11-07KVM: x86: Leave user-return notifier registered on reboot/shutdownSean Christopherson-1/+15
2025-11-07KVM: x86: WARN if user-return MSR notifier is registered on exitSean Christopherson-8/+25
2025-11-07KVM: TDX: Explicitly set user-return MSRs that *may* be clobbered by the TDX-...Sean Christopherson-44/+23
2025-11-07KVM: x86: Don't clear async #PF queue when CR0.PG is disabled (e.g. on #SMI)Maxim Levitsky-10/+15
2025-11-07KVM: x86: Fix a semi theoretical bug in kvm_arch_async_page_present_queued()Maxim Levitsky-3/+12
2025-11-07ACPI: CPPC: Detect preferred core availability on online CPUsGautham R. Shenoy-1/+1
2025-11-07x86/apic: Fix frequency in apic=verbose log outputJulian Stecklina-6/+9
2025-11-07arm64: Reject modules with internal alternative callbacksAdrian Barnaś-11/+24
2025-11-07arm64: Fail module loading if dynamic SCS patching failsAdrian Barnaś-9/+19
2025-11-07arm64: proton-pack: Fix hard lockup due to print in scheduler contextshechenglong-15/+25
2025-11-07arm64: proton-pack: Drop print when !CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORYshechenglong-2/+0
2025-11-07arm64: mm: Tidy up force_pte_mapping()Ryan Roberts-20/+23
2025-11-07arm64: mm: Optimize range_split_to_ptes()Ryan Roberts-1/+7
2025-11-07arm64: mm: Don't sleep in split_kernel_leaf_mapping() when in atomic contextRyan Roberts-28/+67
2025-11-07arm64: kprobes: check the return value of set_memory_rox()Yang Shi-1/+4
2025-11-07arm64: acpi: Drop message logging SPCR default consolePunit Agrawal-2/+0
2025-11-07Revert "ACPI: Suppress misleading SPCR console message when SPCR table is abs...Punit Agrawal-7/+3
2025-11-07arm64: Use load LSE atomics for the non-return per-CPU atomic operationsCatalin Marinas-4/+11
2025-11-07perf/x86/intel: Optimize PEBS extended configPeter Zijlstra-11/+14
2025-11-07perf/x86/intel: Check PEBS dyn_constraintsPeter Zijlstra-0/+12
2025-11-07perf/x86/intel: Add a check for dynamic constraintsKan Liang-8/+148
2025-11-07perf/x86/intel: Add counter group support for arch-PEBSDapeng Mi-9/+77
2025-11-07perf/x86/intel: Setup PEBS data configuration and enable legacy groupsDapeng Mi-1/+171
2025-11-07perf/x86/intel: Update dyn_constraint base on PEBS event precise levelDapeng Mi-0/+12