summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2026-07-21KVM: arm64: Add a helper providing an inlined literal value for ICH_VTR_EL2Marc Zyngier
2026-07-21KVM: arm64: Move GICv3 broken SEIS implementation detection to a CPU errrataMarc Zyngier
2026-07-21KVM: arm64: vgic-v3: Make vtr_to_* helpers use architectural field symbolsMarc Zyngier
2026-07-21arm64: dts: broadcom: bcm2712: Remove non-functional EL2 virtual timerDaniel Drake
2026-07-21bpf, arm64: Optimize cast_user code generationPuranjay Mohan
2026-07-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-07-21arm64/mm: Check the requested PFN range during memory removalRichard Cheng
2026-07-21arm64: Correct value returned by ESR_ELx_FSC_ADDRSZ_nL()Steven Price
2026-07-21arm64: dts: mediatek: mt6359: use proper compatible for rtcLouis-Alexis Eyraud
2026-07-21arm64: dts: mediatek: mt8395-radxa-nio-12l: Add MT6365 PMIC suppliesLouis-Alexis Eyraud
2026-07-21arm64: dts: mediatek: mt8395-genio-common: Add MT6365 PMIC suppliesLouis-Alexis Eyraud
2026-07-21arm64: dts: mediatek: mt8390-genio-common: Add MT6365 PMIC suppliesLouis-Alexis Eyraud
2026-07-21Merge tag 'kvm-riscv-fixes-7.2-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini
2026-07-21KVM: x86: Only reset TSC Deadline Timer in apic_timer_expired on KVM_RUNVenkatesh Srinivas
2026-07-21KVM: x86/mmu: Fix use-after-free on vendor module reloadPhil Rosenthal
2026-07-21KVM: x86/mmu: Preserve nested TDP shadow page tables if they are used as rootsHyunwoo Kim
2026-07-21KVM: x86: Check for invalid/obsolete root *after* making MMU pages availableSean Christopherson
2026-07-21KVM: nVMX: Hide shadow VMCS right after VMCLEARHyunwoo Kim
2026-07-21KVM: arm64: vgic: Avoid double-deactivate of IRQs in the nested contextD Scott Phillips
2026-07-21arm64: versal-net: Switch Versal NET to firmware clock interfaceMichal Simek
2026-07-20riscv: defconfig: thead: enable PCA953X GPIO driverMarek Szyprowski
2026-07-20x86/msr: Document the I/O-like write semantics in the msr driverTim Wiederhake
2026-07-20Merge tag 'mm-hotfixes-stable-2026-07-20-11-37' of git://git.kernel.org/pub/s...Linus Torvalds
2026-07-20x86/apic: Ensure ICR register write value is handled as 32 bitsMelody Wang
2026-07-20entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall ...Thomas Gleixner
2026-07-20fscrypt: Always use blk-crypto for contents on block-based filesystemsEric Biggers
2026-07-20x86/bugs: Don't use cpu-type matching in cpu_vuln_blacklistPawan Gupta
2026-07-20arm64: dts: add devicetree for TQMa91xx on MBa93xxCAMarkus Niebel
2026-07-20arm64: dts: imx8-ss-audio: Fix LPCG clock indices for ASRC0Frank Li
2026-07-20arm64: dts: imx8qm-ss-lsio: add lsio mu8 and mu8bFrank Li
2026-07-20arm64: dts: imx8qm-ss-audio: add spdif1 nodeFrank Li
2026-07-20arm64: dts: imx8qm-ss-dma: add lpuart4 nodeFrank Li
2026-07-20ARM: dts: imx6ull-engicam-microgea: remove nand-ecc-strength and nand-ecc-ste...Frank Li
2026-07-20ARM: dts: imx6ul-isiot: remove undocument property clock-names of fsl,sgtl5000Frank Li
2026-07-20ARM: dts: imx53-smd: remove undocument property clock-names of ovti,ov5642Frank Li
2026-07-20ARM: dts: imx6dl-plym2m: change #io-channel-cells to 1 of voltage dividerFrank Li
2026-07-20ARM: dts: ls1021a-moxa-uc-8410a: remove undocument property default-state of ...Frank Li
2026-07-20ARM: dts: ls1021a-moxa-uc-8410a: replace spansion,s25fl164k with jedec,spi-norFrank Li
2026-07-20ARM: dts: ls1021a-moxa-uc-8410a: use compatible string ethernet-phy-ieee802.3...Frank Li
2026-07-20ARM: dts: ls1021a-twr: add power-supply for lcd panelFrank Li
2026-07-20ARM: dts: ls1021a-moxa-uc-8410a: add led suffix to fix CHECK_DTBS warningsFrank Li
2026-07-20ARM: dts: imx53-ard: change node name eim-cs1 to eim-cs1-busFrank Li
2026-07-20arm64: dts: mediatek: mt8192-asurada: Disable mmc1 on SpherionChen-Yu Tsai
2026-07-20arm64: dts: amlogic: meson-axg-s400: enable mipi_pcie_analog_dphy for PCIeJun Yan
2026-07-20arm64: dts: amlogic: meson-axg: Disable pcie_phy node by defaultJun Yan
2026-07-20arm64: dts: amlogic: meson-axg: Add missing nand_rb0 pin to nand_all_pinsJun Yan
2026-07-20arm64: dts: amlogic: meson-axg: Disable nfc node by defaultJun Yan
2026-07-20arm64: dts: amlogic: Correct indentation and whitespaceKrzysztof Kozlowski
2026-07-20arm64: defconfig: Enable drivers for BeagleBadgeJudith Mendez
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni