summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2026-06-25KVM: x86/mmu: move remaining permission fields to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: change CPU-role accessor fields to take struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: move CPU-related fields to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: move inject_page_fault to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: move get_pdptr to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: move gva_to_gpa to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: move get_guest_pgd to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: introduce struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/hyperv: remove unnecessary mmu_is_nested() checkPaolo Bonzini
2026-06-25LoongArch: dts: Add i2c clocks and clock-frequency properties to LS2K2000Hongliang Wang
2026-06-25LoongArch: dts: Add i2c clocks and clock-frequency properties to LS2K1000Hongliang Wang
2026-06-25LoongArch: dts: Add i2c clocks and clock-frequency properties to LS2K0500Hongliang Wang
2026-06-25LoongArch: BPF: Inline bpf_get_smp_processor_id() helperTiezhu Yang
2026-06-25LoongArch: BPF: Inline bpf_get_current_task/_btf() helpersTiezhu Yang
2026-06-25LoongArch: BPF: Fix off-by-one error in tail callTiezhu Yang
2026-06-25LoongArch: BPF: Fix outdated tail call commentsTiezhu Yang
2026-06-25LoongArch: Add build salt to the vDSOBastian Blank
2026-06-25LoongArch: Fix nr passing in set_direct_map_valid_noflush()Xuewen Wang
2026-06-25LoongArch: Fix missing dirty page tracking in {pte,pmd}_wrprotect()Hongchen Zhang
2026-06-25LoongArch: Move struct kimage forward declaration before use谢致邦 (XIE Zhibang)
2026-06-25LoongArch: Report dying CPU to RCU in stop_this_cpu()Huacai Chen
2026-06-25LoongArch: Add PIO for early access before ACPI PCI root registerHuacai Chen
2026-06-25LoongArch: Add THREAD_INFO_IN_TASK implementationTiezhu Yang
2026-06-24Merge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-24Merge tag 'sparc-for-7.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-06-24arm64: mm: Defer read-only remap of data/bss linear aliasArd Biesheuvel
2026-06-24KVM: x86: Move a pile of stuff from kvm_host.h => x86.hSean Christopherson
2026-06-24KVM: move TSS constants from kvm_host.h to tss.hPaolo Bonzini
2026-06-24KVM: x86/mmu: Move kvm_mmu_do_page_fault() from mmu_internal.h => mmu.cSean Christopherson
2026-06-24KVM: x86/mmu: Move kvm_arch_async_page_ready() below kvm_tdp_page_fault()Sean Christopherson
2026-06-24KVM: x86: Rework kvm_arch_interrupt_allowed() into kvm_is_interrupt_allowed()Sean Christopherson
2026-06-24KVM: x86: Don't treat interrupts as allowed just because a nested run is pendingSean Christopherson
2026-06-24KVM: x86: Move kvm_pv_send_ipi() declaration from kvm_host.h => lapic.hSean Christopherson
2026-06-24KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.hSean Christopherson
2026-06-24KVM: x86: Move __kvm_irq_line_state() from kvm_host.h => ioapic.hSean Christopherson
2026-06-24KVM: x86: Move misc "VALID MASK" defines from kvm_host.h => x86.cSean Christopherson
2026-06-24KVM: x86: Move LLDT assembly wrappers into VMXSean Christopherson
2026-06-24KVM: x86: Move MMU helper declarations from kvm_host.h => mmu.hSean Christopherson
2026-06-24KVM: x86/pmu: Move "struct kvm_x86_pmu_event_filter" definition to pmu.cSean Christopherson
2026-06-24KVM: x86: Move "struct kvm_x86_msr_filter" definition to msrs.cSean Christopherson
2026-06-24KVM: x86: Move MSR helper declarations from kvm_host.h => msrs.hSean Christopherson
2026-06-24KVM: x86: Move kvm_{g,s}et_segment() to inline helpers in regs.hSean Christopherson
2026-06-24KVM: x86: Move register helper declarations from kvm_host.h => regs.hSean Christopherson
2026-06-24KVM: x86: Move the bulk of MSR specific code from x86.c to msrs.{c,h}Sean Christopherson
2026-06-24KVM: x86: Expose several TSC helpers via x86.h for use by MSR codeSean Christopherson
2026-06-24KVM: x86: Extract get/set MSR (list) ioctl logic to helpersSean Christopherson
2026-06-24KVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.hSean Christopherson
2026-06-24KVM: x86/hyperv: Eliminate an unnecessary include of x86.h in hyperv.hSean Christopherson
2026-06-24KVM: x86: Move eager_page_split to mmu.{c,h}Sean Christopherson
2026-06-24KVM: x86: Move tdp_enabled from kvm_host.h to mmu.hSean Christopherson