summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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/kerne...Linus Torvalds1-0/+3
2026-07-31Merge tag 'mm-hotfixes-stable-2026-07-30-19-30' of git://git.kernel.org/pub/s...Linus 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
2026-07-31powerpc/powermac: Simplify bootx_scan_dt_build_struct()Thorsten Blum1-3/+1
2026-07-31powerpc/ps3: Use cpu_relax() in ps3_create_spu()Thorsten Blum1-6/+4
2026-07-31powerpc/dt_cpu_ftrs: Avoid separate strlen() in scan_callback()Thorsten Blum1-4/+3
2026-07-31powerpc/pseries/ras: Use struct_size() to simplify fwnmi_get_errinfo()Thorsten Blum1-9/+7
2026-07-31powerpc/rtasd: Use struct_size() to simplify log_rtas_len()Thorsten Blum1-13/+6
2026-07-31powerpc/pseries: Simplify attribute description check in papr_init()Thorsten Blum1-5/+1
2026-07-31s390/smp: Reflect (de)configured CPUs to cpu_enabled_maskMete Durlu1-0/+5
2026-07-31s390/sclp: Allow SCLP Action Qualifiers for Spyre card status reportingNiklas Schnelle1-0/+3
2026-07-31s390/ap: Fix queue depth field lengthFinn Callies1-2/+2
2026-07-31powerpc: rtas: use get_user to simplify manage_flash_writeThorsten Blum1-17/+10
2026-07-31s390/pci: Fix s390_pci_mmio_write syscall error return without MIONiklas Schnelle1-0/+1
2026-07-31powerpc/boot: drop redundant assignment in serial_edit_cmdlineThorsten Blum1-1/+0
2026-07-31powerpc/kexec_file: use snprintf to simplify setup_kdump_cmdlineThorsten Blum1-10/+4
2026-07-31powerpc: enable to run posix cpu timers in task contextShrikanth Hegde1-0/+1
2026-07-31KVM: powerpc: Use generic xfer to guest work functionVishal Chourasia4-23/+55