summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2025-08-20KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guestMaxim Levitsky6-3/+41
2025-08-20KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter APIsMaxim Levitsky4-12/+24
2025-08-20KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-EnterMaxim Levitsky3-5/+15
2025-08-20KVM: VMX: Extract checking of guest's DEBUGCTL into helperSean Christopherson1-12/+17
2025-08-20KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if RTM is supportedSean Christopherson2-0/+5
2025-08-20KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flagSean Christopherson6-14/+11
2025-08-20KVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmapSean Christopherson5-8/+18
2025-08-20LoongArch: Avoid in-place string operation on FDT contentYao Zi1-5/+8
2025-08-20LoongArch: Make relocate_new_kernel_size be a .quad valueHuacai Chen1-1/+1
2025-08-20LoongArch: Don't use %pK through printk() in unwinderThomas Weißschuh1-1/+1
2025-08-20LoongArch: BPF: Fix jump offset calculation in tailcallHaoran Jiang1-16/+5
2025-08-15MIPS: mm: tlb-r4k: Uniquify TLB entries on initJiaxun Yang1-1/+55
2025-08-15s390/mm: Remove possible false-positive warning in pte_free_defer()Gerald Schaefer1-5/+0
2025-08-15x86/fpu: Delay instruction pointer fixup until after warningDave Hansen1-3/+2
2025-08-15x86/sev: Evict cache lines during SNP memory validationTom Lendacky4-0/+61
2025-08-15s390/mm: Allocate page table with PAGE_SIZE granularitySumanth Korikkar1-3/+2
2025-08-15x86/irq: Plug vector setup raceThomas Gleixner2-20/+55
2025-08-15s390/ap: Unmask SLCF bit in card and queue ap functions sysfsHarald Freudenberger1-1/+1
2025-08-15PCI: pnv_php: Fix surprise plug detection and recoveryTimothy Pearson1-0/+3
2025-08-15powerpc/eeh: Make EEH driver device hotplug safeTimothy Pearson2-20/+38
2025-08-15powerpc/eeh: Export eeh_unfreeze_pe()Timothy Pearson1-0/+1
2025-08-15sh: Do not use hyphen in exported variable nameBen Hutchings3-9/+9
2025-08-15crypto: arm/aes-neonbs - work around gcc-15 warningArnd Bergmann1-1/+1
2025-08-15bpf, arm64: Fix fp initialization for exception boundaryPuranjay Mohan1-0/+1
2025-08-15um: rtc: Avoid shadowing err in uml_rtc_start()Tiwei Bie1-1/+1
2025-08-15arch: powerpc: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEXJohan Korsnes1-1/+0
2025-08-15m68k: Don't unregister boot console needlesslyFinn Thain3-33/+19
2025-08-15powerpc/pseries/dlpar: Search DRC index from ibm,drc-indexes for IO addHaren Myneni1-2/+50
2025-08-15arm64: dts: imx8mn-beacon: Fix HS400 USDHC clock speedAdam Ford1-0/+2
2025-08-15arm64: dts: imx8mm-beacon: Fix HS400 USDHC clock speedAdam Ford1-0/+2
2025-08-15ARM: dts: imx6ul-kontron-bl-common: Fix RTS polarity for RS485 interfaceAnnette Kobou1-1/+0
2025-08-15arm64: dts: st: fix timer used for ticksPatrick Delaunay1-1/+1
2025-08-15arm: dts: ti: omap: Fixup pinheader typoAlbin Törnqvist1-1/+1
2025-08-15arm64: dts: ti: k3-am62p-j722s: fix pinctrl-single sizeMichael Walle1-1/+1
2025-08-15arm64: dts: ti: k3-am642-phyboard-electra: Fix PRU-ICSSG Ethernet portsWadim Egorov1-0/+2
2025-08-15ARM: dts: vfxxx: Correctly use two tuples for timer addressKrzysztof Kozlowski1-1/+1
2025-08-15arm64: dts: qcom: msm8976: Make blsp_dma controlled-remotelyAndré Apitzsch1-0/+2
2025-08-15arm64: dts: qcom: sa8775p: Correct the interrupt for remoteprocLijuan Gao1-5/+5
2025-08-15arm64: dts: exynos: gs101: Add 'local-timer-stop' to cpuidle nodesWill Deacon1-0/+3
2025-08-15arm64: dts: qcom: sc7180: Expand IMEM regionKonrad Dybcio1-5/+5
2025-08-15arm64: dts: qcom: sdm845: Expand IMEM regionKonrad Dybcio1-5/+5
2025-08-15arm64: dts: freescale: imx93-tqma9352: Limit BUCK2 to 600mVAlexander Stein1-3/+3
2025-08-01KVM: x86: Free vCPUs before freeing VM stateSean Christopherson1-1/+1
2025-08-01ARM: 9448/1: Use an absolute path to unified.h in KBUILD_AFLAGSNathan Chancellor1-1/+1
2025-08-01arm64: dts: qcom: x1-crd: Fix vreg_l2j_1p2 voltageStephan Gerhold1-2/+2
2025-08-01x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap()Roman Kisel4-42/+63
2025-08-01KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flushManuel Andreas1-0/+3
2025-08-01KVM: x86: model canonical checks more preciselyMaxim Levitsky7-22/+66
2025-08-01KVM: x86: Add X86EMUL_F_MSR and X86EMUL_F_DT_LOAD to aid canonical checksMaxim Levitsky3-8/+14
2025-08-01KVM: x86: Route non-canonical checks in emulator through emulate_opsMaxim Levitsky3-1/+10