summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-06-25KVM: x86/mmu: move get_guest_pgd to struct kvm_pagewalkPaolo Bonzini5-13/+19
2026-06-25KVM: x86/mmu: introduce struct kvm_pagewalkPaolo Bonzini7-31/+46
2026-06-25KVM: x86/hyperv: remove unnecessary mmu_is_nested() checkPaolo Bonzini1-4/+3
2026-06-25LoongArch: dts: Add i2c clocks and clock-frequency properties to LS2K2000Hongliang Wang1-0/+4
2026-06-25LoongArch: dts: Add i2c clocks and clock-frequency properties to LS2K1000Hongliang Wang1-0/+4
2026-06-25LoongArch: dts: Add i2c clocks and clock-frequency properties to LS2K0500Hongliang Wang1-0/+12
2026-06-25LoongArch: BPF: Inline bpf_get_smp_processor_id() helperTiezhu Yang1-0/+8
2026-06-25LoongArch: BPF: Inline bpf_get_current_task/_btf() helpersTiezhu Yang1-0/+18
2026-06-25LoongArch: BPF: Fix off-by-one error in tail callTiezhu Yang1-3/+5
2026-06-25LoongArch: BPF: Fix outdated tail call commentsTiezhu Yang1-4/+16
2026-06-25LoongArch: Add build salt to the vDSOBastian Blank1-0/+3
2026-06-25LoongArch: Fix nr passing in set_direct_map_valid_noflush()Xuewen Wang1-1/+1
2026-06-25LoongArch: Fix missing dirty page tracking in {pte,pmd}_wrprotect()Hongchen Zhang1-0/+4
2026-06-25LoongArch: Move struct kimage forward declaration before use谢致邦 (XIE Zhibang)1-1/+2
2026-06-25LoongArch: Report dying CPU to RCU in stop_this_cpu()Huacai Chen1-0/+1
2026-06-25LoongArch: Add PIO for early access before ACPI PCI root registerHuacai Chen4-0/+34
2026-06-25LoongArch: Add THREAD_INFO_IN_TASK implementationTiezhu Yang16-40/+87
2026-06-24Merge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-188/+229
2026-06-24Merge tag 'sparc-for-7.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-60/+16
2026-06-24arm64: mm: Defer read-only remap of data/bss linear aliasArd Biesheuvel1-5/+6
2026-06-24KVM: x86: Move a pile of stuff from kvm_host.h => x86.hSean Christopherson3-307/+306
2026-06-24KVM: move TSS constants from kvm_host.h to tss.hPaolo Bonzini3-7/+8
2026-06-24KVM: x86/mmu: Move kvm_mmu_do_page_fault() from mmu_internal.h => mmu.cSean Christopherson2-67/+66
2026-06-24KVM: x86/mmu: Move kvm_arch_async_page_ready() below kvm_tdp_page_fault()Sean Christopherson1-31/+31
2026-06-24KVM: x86: Rework kvm_arch_interrupt_allowed() into kvm_is_interrupt_allowed()Sean Christopherson2-9/+15
2026-06-24KVM: x86: Don't treat interrupts as allowed just because a nested run is pendingSean Christopherson2-4/+7
2026-06-24KVM: x86: Move kvm_pv_send_ipi() declaration from kvm_host.h => lapic.hSean Christopherson2-4/+3
2026-06-24KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.hSean Christopherson4-5/+8
2026-06-24KVM: x86: Move __kvm_irq_line_state() from kvm_host.h => ioapic.hSean Christopherson2-12/+12
2026-06-24KVM: x86: Move misc "VALID MASK" defines from kvm_host.h => x86.cSean Christopherson2-34/+33
2026-06-24KVM: x86: Move LLDT assembly wrappers into VMXSean Christopherson2-15/+15
2026-06-24KVM: x86: Move MMU helper declarations from kvm_host.h => mmu.hSean Christopherson2-70/+71
2026-06-24KVM: x86/pmu: Move "struct kvm_x86_pmu_event_filter" definition to pmu.cSean Christopherson3-13/+14
2026-06-24KVM: x86: Move "struct kvm_x86_msr_filter" definition to msrs.cSean Christopherson3-14/+16
2026-06-24KVM: x86: Move MSR helper declarations from kvm_host.h => msrs.hSean Christopherson2-29/+31
2026-06-24KVM: x86: Move kvm_{g,s}et_segment() to inline helpers in regs.hSean Christopherson3-14/+12
2026-06-24KVM: x86: Move register helper declarations from kvm_host.h => regs.hSean Christopherson2-19/+18
2026-06-24KVM: x86: Move the bulk of MSR specific code from x86.c to msrs.{c,h}Sean Christopherson6-2794/+2867
2026-06-24KVM: x86: Expose several TSC helpers via x86.h for use by MSR codeSean Christopherson2-19/+22
2026-06-24KVM: x86: Extract get/set MSR (list) ioctl logic to helpersSean Christopherson1-57/+78
2026-06-24KVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.hSean Christopherson2-24/+26
2026-06-24KVM: x86/hyperv: Eliminate an unnecessary include of x86.h in hyperv.hSean Christopherson2-1/+3
2026-06-24KVM: x86: Move eager_page_split to mmu.{c,h}Sean Christopherson4-5/+4
2026-06-24KVM: x86: Move tdp_enabled from kvm_host.h to mmu.hSean Christopherson2-8/+6
2026-06-24KVM: x86: Swap the include order between x86.h and mmu.hSean Christopherson2-6/+6
2026-06-24KVM: x86: Move kvm_caps and kvm_host_values to asm/kvm_host.hSean Christopherson2-45/+44
2026-06-24KVM: x86: Move local APIC specific helpers out of asm/kvm_host.hSean Christopherson3-12/+12
2026-06-24KVM: x86: Move the bulk of register specific code from x86.c to regs.cSean Christopherson5-885/+904
2026-06-24KVM: x86: Rename __{g,s}et_sregs2() => kvm_vcpu_ioctl_x86_{g,s}et_sregs2()Sean Christopherson1-6/+10
2026-06-24KVM: x86: Move get_segment_base() to regs.h, as kvm_get_segment_base()Sean Christopherson2-7/+7