summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2026-07-31x86/cpu: Use parsed CPUID(0x0)Ahmed S. Darwish
2026-07-31Merge tag 'uml-for-linus-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-07-31Merge tag 'mm-hotfixes-stable-2026-07-30-19-30' of git://git.kernel.org/pub/s...Linus Torvalds
2026-07-31arm64: tegra: Correct Tegra234 p3740 interrupt flagsKrzysztof Kozlowski
2026-07-31arm64: tegra: Correct Tegra234 p3737 interrupt flagsKrzysztof Kozlowski
2026-07-31arm64: tegra: Correct Tegra194 p2972 interrupt flagsKrzysztof Kozlowski
2026-07-31arm64: tegra: Drop CPU masks from GICv3 PPI interruptsGeert Uytterhoeven
2026-07-31ARM: tegra: Replace __ASSEMBLY__ with __ASSEMBLER__Thomas Huth
2026-07-31arm64: tegra: Add Lenovo ThinkEdge SE70 device treeJiqi Li
2026-07-31arm64: tegra: Add pinctrl nodes for Tegra264Prathamesh Shete
2026-07-31arm64: tegra: Fix CMDQV interrupt type on Tegra264Ashish Mhetre
2026-07-31arm64: tegra: Properly sort devices on Tegra264Thierry Reding
2026-07-31arm64: tegra: Add GTE nodes for Tegra264Suneel Garapati
2026-07-31arm64: tegra: Add Host1x and VIC on Tegra264Mikko Perttunen
2026-07-31arm64: tegra: Populate CPU and L2 cache nodes on Tegra264Sumit Gupta
2026-07-31arm64: tegra: Enable GPCDMA in Tegra264 and add iommu-mapAkhil R
2026-07-31ARM: tegra: Fix OF node reference leaks in IRQ initYuho Choi
2026-07-31powerpc/kexec_file: Prevent kexec range truncationJinjie Ruan
2026-07-31powerpc/kexec_file: Fix null-ptr-def in extra size calculationJinjie Ruan
2026-07-31powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()Jinjie Ruan
2026-07-31powerpc/44x: Set GPIO chip parentRosen Penev
2026-07-31powerpc: implement get_direction() in cpm2Christophe Leroy (CS GROUP)
2026-07-31powerpc/serial: Use generic BASE_BAUD in asm/serial.hThorsten Blum
2026-07-31powerpc/boot: Remove unused sprintf()Thorsten Blum
2026-07-31powerpc/pseries: Avoid strlen() in do_{remove,update}_property()Thorsten Blum
2026-07-31powerpc/powernv: Avoid strlen() in pnv_restart()Thorsten Blum
2026-07-31powerpc/powermac: Simplify bootx_scan_dt_build_struct()Thorsten Blum
2026-07-31powerpc/ps3: Use cpu_relax() in ps3_create_spu()Thorsten Blum
2026-07-31powerpc/dt_cpu_ftrs: Avoid separate strlen() in scan_callback()Thorsten Blum
2026-07-31powerpc/pseries/ras: Use struct_size() to simplify fwnmi_get_errinfo()Thorsten Blum
2026-07-31powerpc/rtasd: Use struct_size() to simplify log_rtas_len()Thorsten Blum
2026-07-31powerpc/pseries: Simplify attribute description check in papr_init()Thorsten Blum
2026-07-31s390/smp: Reflect (de)configured CPUs to cpu_enabled_maskMete Durlu
2026-07-31s390/sclp: Allow SCLP Action Qualifiers for Spyre card status reportingNiklas Schnelle
2026-07-31s390/ap: Fix queue depth field lengthFinn Callies
2026-07-31powerpc: rtas: use get_user to simplify manage_flash_writeThorsten Blum
2026-07-31s390/pci: Fix s390_pci_mmio_write syscall error return without MIONiklas Schnelle
2026-07-31powerpc/boot: drop redundant assignment in serial_edit_cmdlineThorsten Blum
2026-07-31powerpc/kexec_file: use snprintf to simplify setup_kdump_cmdlineThorsten Blum
2026-07-31powerpc: enable to run posix cpu timers in task contextShrikanth Hegde
2026-07-31KVM: powerpc: Use generic xfer to guest work functionVishal Chourasia
2026-07-31powerpc: Enable Rust for ppc64leMukesh Kumar Chaurasiya (IBM)
2026-07-31rust: Add PowerPC supportLink Mauve
2026-07-31powerpc/jump_label: adjust inline asm to be consistentMukesh Kumar Chaurasiya (IBM)
2026-07-31perf/x86/intel/pt: Drop kernel-doc for deleted struct membersRandy Dunlap
2026-07-31x86/intel/quark: Clean up function kernel-docRandy Dunlap
2026-07-31x86/speculation: Drop Excess function parameter descriptionsRandy Dunlap
2026-07-31x86/lib: checksum_64.h: Eliminate all kernel-doc warningsRandy Dunlap
2026-07-31x86/barrier: Use correct parameter names in kernel-docRandy Dunlap
2026-07-31Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar