summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2025-11-20arm64: dts: rockchip: describe mcu eeprom cells on rk3568-ts433Heiko Stuebner
2025-11-20arm64: dts: rockchip: move cpu_thermal node to the correct positionHeiko Stuebner
2025-11-20Merge tag 'reset-gpio-for-v6.19' of https://git.pengutronix.de/git/pza/linux ...Bartosz Golaszewski
2025-11-20arm64: remove duplicate ARCH_HAS_MEM_ENCRYPTCai Xinchen
2025-11-20arm64: mm: use untagged address to calculate page indexYang Shi
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-20KVM: x86: Remove unused declaration kvm_mmu_may_ignore_guest_pat()Yue Haibing
2025-11-20KVM: x86: Enable support for emulating AVX MOV instructionsPaolo Bonzini
2025-11-20arm64: dts: ti: sa67: add build time dtb for overlaysMichael Walle
2025-11-20arm64: dts: ti: Enable build testing of PHYTEC board overlaysWadim Egorov
2025-11-20LoongArch: BPF: Disable trampoline for kernel module function traceVincent Li
2025-11-20LoongArch: Don't panic if no valid cache info for PCIHuacai Chen
2025-11-20LoongArch: Mask all interrupts during kexec/kdumpHuacai Chen
2025-11-20LoongArch: Fix NUMA node parsing with numa_memblksBibo Mao
2025-11-20LoongArch: Consolidate CPU names in /proc/cpuinfoHuacai Chen
2025-11-20LoongArch: Use UAPI types in ptrace UAPI headerThomas Weißschuh
2025-11-19KVM: x86: Add emulator support for decoding VEX prefixesPaolo Bonzini
2025-11-19KVM: x86: Refactor REX prefix handling in instruction emulationChang S. Bae
2025-11-19KVM: x86: Add AVX support to the emulator's register fetch and writebackPaolo Bonzini
2025-11-19KVM: x86: Add x86_emulate_ops.get_xcr() callbackPaolo Bonzini
2025-11-19KVM: x86: Share emulator's common register decoding codePaolo Bonzini
2025-11-19KVM: x86: Move op_prefix to struct x86_emulate_ctxt (from x86_decode_insn())Paolo Bonzini
2025-11-19KVM: x86: Improve formatting of the emulator's flags tablePaolo Bonzini
2025-11-19KVM: x86: Move Src2Shift up one bit (use bits 36:32 for Src2 in the emulator)Paolo Bonzini
2025-11-19KVM: x86: Add support for emulating MOVNTDQAPaolo Bonzini
2025-11-19KVM: arm64: Reschedule as needed when destroying the stage-2 page-tablesRaghavendra Rao Ananta
2025-11-19KVM: arm64: Split kvm_pgtable_stage2_destroy()Raghavendra Rao Ananta
2025-11-19KVM: arm64: Only drop references on empty tables in stage2_free_walkerOliver Upton
2025-11-19KVM: arm64: Use kvzalloc() for kvm struct allocationOliver Upton
2025-11-19KVM: arm64: Drop useless __GFP_HIGHMEM from kvm struct allocationOliver Upton
2025-11-19arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plateJames Morse
2025-11-19ACPI / MPAM: Parse the MPAM tableJames Morse
2025-11-19arm64: kconfig: Add Kconfig entry for MPAMJames Morse
2025-11-19Merge tag 'soc-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-19riscv: hwprobe: Expose Zicbop extension and its block sizeYao Zihong
2025-11-19riscv: Introduce Zalasr instructionsXu Lu
2025-11-19riscv: hwprobe: Export Zalasr extensionXu Lu
2025-11-19riscv: Add ISA extension parsing for ZalasrXu Lu
2025-11-19riscv: ptrace: Optimize the allocation of vector regsetYong-Xuan Wang
2025-11-19riscv: cmpxchg: Use riscv_has_extension_likelyVivian Wang
2025-11-19riscv: bitops: Use riscv_has_extension_likelyVivian Wang
2025-11-19riscv: hweight: Use riscv_has_extension_likelyVivian Wang
2025-11-19riscv: checksum: Use riscv_has_extension_likelyVivian Wang
2025-11-19riscv: pgtable: Use riscv_has_extension_unlikelyVivian Wang
2025-11-19riscv: Remove __GFP_HIGHMEM maskingVishal Moola (Oracle)
2025-11-19RISC-V: Enable HOTPLUG_PARALLEL for secondary CPUsAnup Patel
2025-11-19arm64, tlbflush: don't TLBI broadcast if page reused in write faultHuang Ying
2025-11-19KVM: x86: Add a helper to dedup loading guest/host XCR0 and XSSBinbin Wu
2025-11-19KVM: x86: Load guest/host PKRU outside of the fastpath run loopSean Christopherson
2025-11-19KVM: x86: Load guest/host XCR0 and XSS outside of the fastpath run loopSean Christopherson