summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2025-05-04powerpc/pseries/htmdump: Add htm status support to htmdump moduleAthira Rajeev
2025-05-04powerpc/pseries/htmdump: Add htm start support to htmdump moduleAthira Rajeev
2025-05-04powerpc/pseries/htmdump: Add htm configure support to htmdump moduleAthira Rajeev
2025-05-04powerpc/pseries/htmdump: Add htm_hcall_wrapper to integrate other htm operationsAthira Rajeev
2025-05-04powerpc: 8xx/gpio: use new line value setter callbacksBartosz Golaszewski
2025-05-04powerpc: 52xx/gpio: use new line value setter callbacksBartosz Golaszewski
2025-05-04powerpc: 44x/gpio: use new line value setter callbacksBartosz Golaszewski
2025-05-04powerpc: 83xx/gpio: use new line value setter callbacksBartosz Golaszewski
2025-05-04powerpc: sysdev/gpio: use new line value setter callbacksBartosz Golaszewski
2025-05-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2025-05-02KVM: x86/mmu: Prevent installing hugepages when mem attributes are changingSean Christopherson
2025-05-02KVM: SVM: Update dump_ghcb() to use the GHCB snapshot fieldsTom Lendacky
2025-05-02KVM: VMX: Clean up and macrofy x86_opsVishal Verma
2025-05-02KVM: VMX: Define a VMX glue macro for kvm_complete_insn_gp()Vishal Verma
2025-05-02KVM: VMX: Move vt_apicv_pre_state_restore() to posted_intr.c and tweak nameVishal Verma
2025-05-02KVM: x86: Revert kvm_x86_ops.mem_enc_ioctl() back to an OPTIONAL hookSean Christopherson
2025-05-02KVM: selftests: Add library support for interacting with SNPPratik R. Sampat
2025-05-02arm64: vdso: Work around invalid absolute relocations from GCCThomas Weißschuh
2025-05-03arm64: dts: allwinner: t527: add EMAC0 to Avaota-A1 boardYixun Lan
2025-05-03arm64: dts: allwinner: a527: add EMAC0 to Radxa A5E boardYixun Lan
2025-05-03arm64: dts: allwinner: a523: Add EMAC0 ethernet MACYixun Lan
2025-05-02arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0Judith Mendez
2025-05-02arm64: dts: ti: k3-am62p-j722s-common-main: Set eMMC clock parent to defaultJudith Mendez
2025-05-02arm64: dts: ti: k3-am62a-main: Set eMMC clock parent to defaultJudith Mendez
2025-05-02arm64: dts: ti: k3-am62-main: Set eMMC clock parent to defaultJudith Mendez
2025-05-02arm64: dts: ti: am62p-verdin: Add ivyFrancesco Dolcini
2025-05-02arm64: dts: ti: am62p-verdin: Add yaviaFrancesco Dolcini
2025-05-02arm64: dts: ti: am62p-verdin: Add mallowFrancesco Dolcini
2025-05-02arm64: dts: ti: am62p-verdin: Add dahliaFrancesco Dolcini
2025-05-02arm64: dts: ti: Add Toradex Verdin AM62PFrancesco Dolcini
2025-05-02arm64: dts: ti: k3-j784s4-j742s2-evm-common: Enable ACSPCIE0 output for PCIe1Siddharth Vadapalli
2025-05-02arm64: dts: ti: k3-j784s4-j742s2-main-common: Add ACSPCIE0 nodeSiddharth Vadapalli
2025-05-02arm64: dts: ti: k3-j784s4-j742s2-main-common: Switch to 64-bit address space ...Siddharth Vadapalli
2025-05-02arm64: dts: ti: k3-j722s-main: Switch to 64-bit address space for PCIe0Siddharth Vadapalli
2025-05-02arm64: dts: ti: k3-j721s2-main: Switch to 64-bit address space for PCIe1Siddharth Vadapalli
2025-05-02arm64: dts: ti: k3-j721e-main: Switch to 64-bit address space for PCIe0 and P...Siddharth Vadapalli
2025-05-02arm64: dts: ti: k3-j721e: Add ranges for PCIe0 DAT1 and PCIe1 DAT1Siddharth Vadapalli
2025-05-02arm64: dts: ti: k3-j7200-main: Switch to 64-bit address space for PCIe1Siddharth Vadapalli
2025-05-02arm64: dts: ti: k3-am64-main: Switch to 64-bit address space for PCIe0Siddharth Vadapalli
2025-05-02arm64: defconfig: Enable TPIC2810 GPIO expanderNishanth Menon
2025-05-02arm64: dts: ti: k3-am6*: Remove disable-wp for eMMCJudith Mendez
2025-05-02arm64: dts: ti: k3-am62*: Add non-removable flag for eMMCJudith Mendez
2025-05-02arm64: dts: ti: k3-am6*: Add boot phase flag to support MMC bootJudith Mendez
2025-05-02x86/msr: Change the function type of native_read_msr_safe()Xin Li (Intel)
2025-05-02x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)Xin Li (Intel)
2025-05-02x86/pvops/msr: Refactor pv_cpu_ops.write_msr{,_safe}()Xin Li (Intel)
2025-05-02x86/xen/msr: Remove the error pointer argument from set_seg()Xin Li (Intel)
2025-05-02x86/xen/msr: Remove pmu_msr_{read,write}()Xin Li (Intel)
2025-05-02x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{rea...Xin Li (Intel)
2025-05-02x86/msr: Convert __rdmsr() uses to native_rdmsrq() usesXin Li (Intel)