<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>1200d84f4c0a929a0780180d25063d93773be79c - Merge tag &apos;powerpc-7.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#1200d84f4c0a929a0780180d25063d93773be79c</link>
        <description>Merge tag &apos;powerpc-7.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxPull powerpc updates from Madhavan Srinivasan: - Enable Rust for ppc64le - ppc4xx gpio driver updates - Add power12 base enablement support - Validate arch_compat against host compatibility mode - Simplify bootx_scan_dt_build_struct() in powermac platform - Implement get_direction() in cpm2 - Use cpu_relax() in ps3_create_spu() - Add NULL guard for cause_ipi in smp_muxed_ipi_message_pass - Fixes to handle pseries watchdogs in kdump path - Fix missing r2 clobber in PCREL inline assembly - Set GPIO chip parent on ppc44x - KVM: Introduce KVM_CAP_PPC_COMPAT_CAPS and wire up ioctl - KVM: Use generic xfer to guest work function - Enable to run posix cpu timers in task context - Misc fixes and cleanupsThanks to Aditya Gupta, Alice Ryhl, Amit Machhiwal, Andrew Morton,Anushree Mathur, Athira Rajeev, Bartosz Golaszewski, C&#233;dric Le Goater,Christian K&#246;nig, Christophe Leroy (CS GROUP), Gary Guo, Gaurav Batra,Gautam Menghani, Gou Hao, Hari Bathini, Harsh Prateek Bora, jiazhenyuan,Jinjie Ruan, Link Mauve, Linus Walleij, Mahesh Kumar G MaheshSalgaonkar, Michael Walle, Michal Such&#225;nek, Mukesh Kumar Chaurasiya(IBM), Nicholas Piggin, Nikhil Kumar Singh, Praveen K Pandey, RiteshHarjani (IBM), Rosen Penev, Saket Kumar Bhaskar, Shrikanth Hegde,Sourabh Jain, Thorsten Blum, Vaibhav Jain, Venkat Rao Bagalkote, VishalChourasia, Wentao Guan, and Yanfei Xu.* tag &apos;powerpc-7.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: (62 commits)  powerpc/pseries/iommu: switch to Default DMA window during kdump  powerpc/configs: enable CONFIG_RAS to fix EDAC support  KVM: PPC: Document KVM_PPC_GET_COMPAT_CAPS ioctl  KVM: PPC: Book3S HV: Add support for compat CPU capabilities for KVM on PowerNV  KVM: PPC: Book3S HV: Implement compat CPU capability retrieval for KVM on PowerVM  KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and wire up ioctl  gpio: ppc44x: use dev_name() for chip label  gpio: ppc44x: fix undefined behavior in GPIO_MASK2 macro  gpio: ppc44x: drop PPC-specific IO helpers  gpio: ppc44x: Convert GPIO to generic MMIO  gpio: ppc44x: Use platform resource helper for GPIO MMIO  gpio: ppc44x: Use module platform driver helper for GPIO  gpio: ppc44x: update all 4xx to 44x  gpio: move ppc4xx gpio driver from arch/powerpc to drivers/gpio  KVM: PPC: Use min() in kvm_vm_ioctl_check_extension()  KVM: PPC: booke: Use min() in watchdog_next_timeout()  powerpc/perf: Add power12 Base Performance Monitoring support  powerpc: Add Power12 architected mode  powerpc: Add Power12 raw mode  powerpc/pseries: Limit PVR list to 16 entries for CAS negotiation  ...

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Tue, 18 Aug 2026 21:08:13 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>bc87cbdb952e9223616b839d64bdb4723aa2ed1d - powerpc: Enable Rust for ppc64le</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#bc87cbdb952e9223616b839d64bdb4723aa2ed1d</link>
        <description>powerpc: Enable Rust for ppc64leEnabling rust support for ppc64le.Tested on pseries Power11:&#9584;&#9472;&#10095; dmesg | grep rust[    0.225728] Initialise system trusted keyrings[    0.270961] rust_minimal: Rust minimal sample (init)[    0.270968] rust_minimal: Am I built-in? true[    0.270974] rust_minimal: test_parameter: 1[    0.270983] rust_misc_device: Initialising Rust Misc Device Sample[    0.271012] rust_print: Rust printing macros sample (init)[    0.271019] rust_print: Emergency message (level 0) without args[    0.271023] rust_print: Alert message (level 1) without args[    0.271026] rust_print: Critical message (level 2) without args[    0.271030] rust_print: Error message (level 3) without args[    0.271033] rust_print: Warning message (level 4) without args[    0.271037] rust_print: Notice message (level 5) without args[    0.271040] rust_print: Info message (level 6) without args[    0.271043] rust_print: A line that is continued without args[    0.271054] rust_print: Emergency message (level 0) with args[    0.271064] rust_print: Alert message (level 1) with args[    0.271072] rust_print: Critical message (level 2) with args[    0.271077] rust_print: Error message (level 3) with args[    0.271083] rust_print: Warning message (level 4) with args[    0.271091] rust_print: Notice message (level 5) with args[    0.271097] rust_print: Info message (level 6) with args[    0.271102] rust_print: A line that is continued with args[    0.271110] rust_print: 1[    0.271113] rust_print: &quot;hello, world&quot;[    0.271121] rust_print: [samples/rust/rust_print_main.rs:35:5] c = &quot;hello, world&quot;[    0.271129] rust_print: Arc&lt;dyn Display&gt; says 42[    0.271130] rust_print: Arc&lt;dyn Display&gt; says hello, world[    0.271136] rust_print: &quot;hello, world&quot;[    0.271198] usbcore: registered new interface driver rust_driver_usb[    0.271207] rust_faux_driver: Initialising Rust Faux Device Sample[    0.271227] faux_driver rust-faux-sample-device: Hello from faux device![    0.271297] rust_configfs: Rust configfs sample (init)Reviewed-by: Link Mauve &lt;linkmauve@linkmauve.fr&gt;Tested-by: Link Mauve &lt;linkmauve@linkmauve.fr&gt;Reviewed-by: Christophe Leroy (CS GROUP) &lt;chleroy@kernel.org&gt;Tested-by: Venkat Rao Bagalkote &lt;venkat88@linux.ibm.com&gt;Link: https://github.com/Rust-for-Linux/linux/issues/105Link: https://github.com/linuxppc/issues/issues/451Acked-by: Gary Guo &lt;gary@garyguo.net&gt;Link: https://github.com/rust-lang/compiler-team/issues/987Link: https://github.com/rust-lang/compiler-team/issues/988Signed-off-by: Mukesh Kumar Chaurasiya (IBM) &lt;mkchauras@gmail.com&gt;Signed-off-by: Madhavan Srinivasan &lt;maddy@linux.ibm.com&gt;Link: https://patch.msgid.link/20260708082454.1254320-8-mkchauras@gmail.com

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Wed, 08 Jul 2026 10:24:54 +0200</pubDate>
        <dc:creator>Mukesh Kumar Chaurasiya (IBM) &lt;mkchauras@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>73b741adb264967093ef4eb59905618a7e0d0de0 - rust: Add PowerPC support</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#73b741adb264967093ef4eb59905618a7e0d0de0</link>
        <description>rust: Add PowerPC supportFor now only Big Endian 32-bit PowerPC is supported, as that is the onlyhardware I have.  This has been tested on the Nintendo Wii so far, but Iplan on also using it on the GameCube, Wii U and Apple G4.These changes aren&#8217;t the only ones required to get the kernel to compileand link on PowerPC, libcore will also have to be changed to not useinteger division to format u64, u128 and core::time::Duration, otherwise__udivdi3() and __umoddi3() will have to be added.  I have tested thischange by replacing the three implementations with unimplemented!() andit linked just fine.Signed-off-by: Link Mauve &lt;linkmauve@linkmauve.fr&gt;Link: https://github.com/Rust-for-Linux/linux/issues/105Link: https://github.com/linuxppc/issues/issues/451Acked-by: Gary Guo &lt;gary@garyguo.net&gt;Link: https://github.com/rust-lang/compiler-team/issues/986Signed-off-by: Mukesh Kumar Chaurasiya (IBM) &lt;mkchauras@gmail.com&gt;Signed-off-by: Madhavan Srinivasan &lt;maddy@linux.ibm.com&gt;Link: https://patch.msgid.link/20260708082454.1254320-7-mkchauras@gmail.com

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Wed, 08 Jul 2026 10:24:53 +0200</pubDate>
        <dc:creator>Link Mauve &lt;linkmauve@linkmauve.fr&gt;</dc:creator>
    </item>
<item>
        <title>8edf8b09fc44990977b3fbcb708035b1740d0b7e - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#8edf8b09fc44990977b3fbcb708035b1740d0b7e</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerging to pull in commit 5401b9adebc9 (&quot;i915: don&apos;t usea vma that didn&apos;t match the context VM&quot;) to revert it.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Tue, 12 May 2026 10:16:35 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>82ee50252dc891e3f3b32d923bb4f656d300b772 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#82ee50252dc891e3f3b32d923bb4f656d300b772</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.18-rc1.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Tue, 14 Oct 2025 11:31:49 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2acee98fcc61052d63fab4539fcb6ee677555645 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#2acee98fcc61052d63fab4539fcb6ee677555645</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.18-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Tue, 14 Oct 2025 09:37:11 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9b966ae42235a88eaea714be09ff3d698535bdfe - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#9b966ae42235a88eaea714be09ff3d698535bdfe</link>
        <description>Merge drm/drm-next into drm-misc-nextUpdating drm-misc-next to the state of v6.18-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Mon, 13 Oct 2025 09:19:19 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2ace52718376fdb56aca863da2eebe70d7e2ddb1 - Merge branch &apos;objtool/core&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#2ace52718376fdb56aca863da2eebe70d7e2ddb1</link>
        <description>Merge branch &apos;objtool/core&apos;Bring in the UDB and objtool data annotations to avoid conflicts while further extending the bug exceptions.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Fri, 21 Nov 2025 11:21:20 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad - Merge commit &apos;linus&apos; into core/bugs, to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad</link>
        <description>Merge commit &apos;linus&apos; into core/bugs, to resolve conflictsResolve conflicts with this commit that was developed in parallelduring the merge window: 8c8efa93db68 (&quot;x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust&quot;) Conflicts:	arch/riscv/include/asm/bug.h	arch/x86/include/asm/bug.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Tue, 05 Aug 2025 11:15:34 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f39b6c468c52745dbca9a842d91c8373fda208ab - Merge tag &apos;v6.18-rc6&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#f39b6c468c52745dbca9a842d91c8373fda208ab</link>
        <description>Merge tag &apos;v6.18-rc6&apos; into for-linusSync up with the mainline to bring in definition ofINPUT_PROP_HAPTIC_TOUCHPAD.

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Tue, 18 Nov 2025 08:16:55 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4f38da1f027ea2c9f01bb71daa7a299c191b6940 - spi: Merge up v6.18-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#4f38da1f027ea2c9f01bb71daa7a299c191b6940</link>
        <description>spi: Merge up v6.18-rc1Ensure my CI has a sensible baseline.

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Mon, 13 Oct 2025 14:32:13 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec2e0fb07d789976c601bec19ecced7a501c3705 - Merge tag &apos;asoc-fix-v6.18-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#ec2e0fb07d789976c601bec19ecced7a501c3705</link>
        <description>Merge tag &apos;asoc-fix-v6.18-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.18A moderately large collection of driver specific fixes, plus a few newquirks and device IDs.  The NAU8821 changes are a little large but morein mechanical ways than in ways that are complex.

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Thu, 16 Oct 2025 20:14:24 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>48a710760e10a4f36e11233a21860796ba204b1e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#48a710760e10a4f36e11233a21860796ba204b1e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesUpdating drm-misc-fixes to the state of v6.18-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Tue, 14 Oct 2025 10:59:58 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8b87f67b4c87452e21721887fa8dec1f4c6b2b7c - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#8b87f67b4c87452e21721887fa8dec1f4c6b2b7c</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.18 merge window.

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Wed, 08 Oct 2025 06:53:13 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4b051897df2375414587a245ecb9bb1a4d26b3b8 - Merge tag &apos;v6.17-rc2&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#4b051897df2375414587a245ecb9bb1a4d26b3b8</link>
        <description>Merge tag &apos;v6.17-rc2&apos; into HEADSync up with mainline to bring in changes to include/linux/sprintf.h

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Thu, 21 Aug 2025 20:46:49 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8 - Merge drm/drm-next into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8</link>
        <description>Merge drm/drm-next into drm-misc-next-fixesBackmerging to drm-misc-next-fixes to get features and fixes fromv6.17-rc6.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Mon, 15 Sep 2025 10:23:28 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>702fdf3513b045f596f836d9a4b8672c76f11834 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/Makefile#702fdf3513b045f596f836d9a4b8672c76f11834</link>
        <description>Merge drm/drm-next into drm-intel-nextCatching up with some display dependencies.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/arch/powerpc/Makefile</description>
        <pubDate>Wed, 10 Sep 2025 14:01:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
