aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-08-01arm64: dts: google: Move 'status' to the end to match coding styleKrzysztof Kozlowski4-1/+85
2026-08-01arm64: dts: exynos: Re-order clocks and align continued propertiesKrzysztof Kozlowski1-141/+141
2026-08-01arm64: dts: exynos5433: Override thermal zones by phandleKrzysztof Kozlowski2-3/+4
2026-08-01arm64: dts: exynos: Align continued properties and add missing blank linesKrzysztof Kozlowski19-188/+359
2026-08-01arm64: dts: exynos: Move 'status' to the end to match coding styleKrzysztof Kozlowski21-24/+485
2026-08-01KVM: riscv: Fix infinite loop in NACL hfence entry allocationZongmin Zhou1-1/+1
2026-08-01RISC-V: KVM: Account VM-scoped allocations to the VM cgroupYuhang.chen6-9/+10
2026-08-01RISC-V: KVM: Introduce make_xfence_request_nodata for FENCE.I requestsWang Yechao1-7/+27
2026-08-01RISC-V: KVM: Separate req and fallback_req masks in make_xfence_requestWang Yechao1-8/+12
2026-08-01RISC-V: KVM: Add the eager_page_split module parameterWang Yechao1-3/+10
2026-08-01RISC-V: KVM: Split huge pages during KVM_CLEAR_DIRTY_LOGWang Yechao1-0/+3
2026-08-01RISC-V: KVM: Remove redundant TLB flush operationsWang Yechao1-5/+6
2026-08-01RISC-V: KVM: Split huge pages when dirty logging is enabledWang Yechao3-10/+95
2026-08-01RISC-V: KVM: Add the split page cache for ioctl contextWang Yechao2-0/+4
2026-07-31x86/cpu/scattered: Sort it properlyBorislav Petkov (AMD)1-2/+2
2026-08-01bpf, x86: Fix trampoline stack size for 128-bit argumentsYonghong Song1-5/+2
2026-07-31KVM: VMX: Fix stale PID-pointer table entry left after vCPU freeDmytro Maluka1-0/+3
2026-07-31x86/cpu: Use parsed CPUID(0x1)Ahmed S. Darwish1-11/+11
2026-07-31KVM: x86: Rework kvm_x86_ops.vcpu_pre_run() into .vcpu_needs_initialization()Sean Christopherson10-33/+21
2026-07-31KVM: nVMX: Synthesize SHUTDOWN on RSM if L2 requires emulationSean Christopherson1-0/+4
2026-07-31KVM: x86: Extract VMX's unhandleable emulation check to common x86Sean Christopherson6-6/+21
2026-07-31x86/lib: Add CPUID(0x1) family and model calculationAhmed S. Darwish2-16/+35
2026-07-31KVM: VMX: Cap VMX preemption timer to work around Intel erratumJim Mattson1-5/+35
2026-07-31KVM: VMX: Bury all of the VMX preemption timer code under CONFIG_X86_64=ySean Christopherson1-53/+69
2026-07-31x86/cpu: Use parsed CPUID(0x0)Ahmed S. Darwish1-5/+6
2026-07-31Merge tag 'uml-for-linus-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linuxLinus Torvalds1-0/+3
2026-07-31Merge tag 'mm-hotfixes-stable-2026-07-30-19-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-2/+3
2026-07-31arm64: tegra: Correct Tegra234 p3740 interrupt flagsKrzysztof Kozlowski1-1/+1
2026-07-31arm64: tegra: Correct Tegra234 p3737 interrupt flagsKrzysztof Kozlowski1-1/+1
2026-07-31arm64: tegra: Correct Tegra194 p2972 interrupt flagsKrzysztof Kozlowski1-1/+1
2026-07-31arm64: tegra: Drop CPU masks from GICv3 PPI interruptsGeert Uytterhoeven1-5/+5
2026-07-31ARM: tegra: Replace __ASSEMBLY__ with __ASSEMBLER__Thomas Huth2-2/+2
2026-07-31arm64: tegra: Add Lenovo ThinkEdge SE70 device treeJiqi Li2-0/+112
2026-07-31arm64: tegra: Add pinctrl nodes for Tegra264Prathamesh Shete1-0/+15
2026-07-31arm64: tegra: Fix CMDQV interrupt type on Tegra264Ashish Mhetre1-5/+5
2026-07-31arm64: tegra: Properly sort devices on Tegra264Thierry Reding1-83/+83
2026-07-31arm64: tegra: Add GTE nodes for Tegra264Suneel Garapati1-0/+19
2026-07-31arm64: tegra: Add Host1x and VIC on Tegra264Mikko Perttunen1-0/+63
2026-07-31arm64: tegra: Populate CPU and L2 cache nodes on Tegra264Sumit Gupta1-0/+321
2026-07-31arm64: tegra: Enable GPCDMA in Tegra264 and add iommu-mapAkhil R2-0/+5
2026-07-31ARM: tegra: Fix OF node reference leaks in IRQ initYuho Choi1-3/+6
2026-07-31powerpc/kexec_file: Prevent kexec range truncationJinjie Ruan1-7/+5
2026-07-31powerpc/kexec_file: Fix null-ptr-def in extra size calculationJinjie Ruan1-1/+1
2026-07-31powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()Jinjie Ruan1-1/+1
2026-07-31powerpc/44x: Set GPIO chip parentRosen Penev1-0/+1
2026-07-31powerpc: implement get_direction() in cpm2Christophe Leroy (CS GROUP)1-0/+13
2026-07-31powerpc/serial: Use generic BASE_BAUD in asm/serial.hThorsten Blum1-2/+2
2026-07-31powerpc/boot: Remove unused sprintf()Thorsten Blum2-14/+0
2026-07-31powerpc/pseries: Avoid strlen() in do_{remove,update}_property()Thorsten Blum1-2/+2
2026-07-31powerpc/powernv: Avoid strlen() in pnv_restart()Thorsten Blum1-1/+1