<?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>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<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/platforms/44x/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/platforms/44x/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>66da1ae19672a295507b0c66cd74231e5bf482a9 - gpio: move ppc4xx gpio driver from arch/powerpc to drivers/gpio</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#66da1ae19672a295507b0c66cd74231e5bf482a9</link>
        <description>gpio: move ppc4xx gpio driver from arch/powerpc to drivers/gpioMove the ppc4xx gpio driver out of arch/powerpc/platforms/44x/ intodrivers/gpio/gpio-ppc44x.c. The driver has no architecture-specificdependencies and follows the same pattern as other PowerPC GPIOdrivers already in drivers/gpio/ (e.g. gpio-mpc8xxx, gpio-mpc5200).- Renamed Kconfig symbol from PPC4xx_GPIO to GPIO_PPC44X- Updated ppc44x_defconfig and warp_defconfig to use the new symbol- Marked the new option as tristate (was bool) since the driver  supports module build via module_platform_driver()Assisted-by: opencode:big-pickleSigned-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;Reviewed-by: Linus Walleij &lt;linusw@kernel.org&gt;Signed-off-by: Madhavan Srinivasan &lt;maddy@linux.ibm.com&gt;Link: https://patch.msgid.link/20260803223539.86303-2-rosenp@gmail.com

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Tue, 04 Aug 2026 00:35:32 +0200</pubDate>
        <dc:creator>Rosen Penev &lt;rosenp@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>36ec807b627b4c0a0a382f0ae48eac7187d14b2b - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#36ec807b627b4c0a0a382f0ae48eac7187d14b2b</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.12 merge window.

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Fri, 20 Sep 2024 10:24:24 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f057b57270c2a17d3f45c177e9434fa5745caa48 - Merge branch &apos;ib/6.11-rc6-matrix-keypad-spitz&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#f057b57270c2a17d3f45c177e9434fa5745caa48</link>
        <description>Merge branch &apos;ib/6.11-rc6-matrix-keypad-spitz&apos; into nextBring in changes removing support for platform data from matrix-keypaddriver.

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Fri, 06 Sep 2024 06:49:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>66e72a01b60ae6950ddbb3585fdc1424d303e14b - Merge tag &apos;v6.11-rc1&apos; into clk-meson-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#66e72a01b60ae6950ddbb3585fdc1424d303e14b</link>
        <description>Merge tag &apos;v6.11-rc1&apos; into clk-meson-nextLinux 6.11-rc1

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Mon, 29 Jul 2024 16:32:02 +0200</pubDate>
        <dc:creator>Jerome Brunet &lt;jbrunet@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>ee057c8c194b9283f4137b253b70e292693a39f0 - Merge tag &apos;v6.11-rc3&apos; into trace/ring-buffer/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#ee057c8c194b9283f4137b253b70e292693a39f0</link>
        <description>Merge tag &apos;v6.11-rc3&apos; into trace/ring-buffer/coreThe &quot;reserve_mem&quot; kernel command line parameter has been pulled intov6.11. Merge the latest -rc3 to allow the persistent ring buffer memory tobe able to be mapped at the address specified by the &quot;reserve_mem&quot; commandline parameter.Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Wed, 14 Aug 2024 22:56:42 +0200</pubDate>
        <dc:creator>Steven Rostedt &lt;rostedt@goodmis.org&gt;</dc:creator>
    </item>
<item>
        <title>c8faf11cd192214e231626c3ee973a35d8fc33f2 - Merge tag &apos;v6.11-rc1&apos; into for-6.12</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#c8faf11cd192214e231626c3ee973a35d8fc33f2</link>
        <description>Merge tag &apos;v6.11-rc1&apos; into for-6.12Linux 6.11-rc1

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Tue, 30 Jul 2024 21:30:11 +0200</pubDate>
        <dc:creator>Tejun Heo &lt;tj@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ed7171ff9fabc49ae6ed42fbd082a576473836fc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#ed7171ff9fabc49ae6ed42fbd082a576473836fc</link>
        <description>Merge drm/drm-next into drm-xe-nextGet drm-xe-next on v6.11-rc2 and synchronized with drm-intel-next forthe display side. This resolves the current conflict for theenable_display module parameter and allows further pending refactors.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Fri, 16 Aug 2024 19:05:54 +0200</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5c61f59824b5e46516ea5d0543ad7a8871567416 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#5c61f59824b5e46516ea5d0543ad7a8871567416</link>
        <description>Merge drm/drm-next into drm-misc-nextGet drm-misc-next to the state of v6.11-rc2.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Mon, 12 Aug 2024 14:14:18 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>3663e2c4bc45fcdc71931fcbfcbfbf9b71f55c83 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#3663e2c4bc45fcdc71931fcbfcbfbf9b71f55c83</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v6.11-rc1 in general, and specifically get the newBACKLIGHT_POWER_ constants for power states.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Thu, 01 Aug 2024 12:06:09 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4436e6da008fee87d54c038e983e5be9a6baf8fb - Merge branch &apos;linus&apos; into x86/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#4436e6da008fee87d54c038e983e5be9a6baf8fb</link>
        <description>Merge branch &apos;linus&apos; into x86/mmBring x86 and selftests up to date

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Fri, 02 Aug 2024 14:10:55 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>a1ff5a7d78a036d6c2178ee5acd6ba4946243800 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#a1ff5a7d78a036d6c2178ee5acd6ba4946243800</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the new drm-misc-fixes cycle by bringing in 6.11-rc1.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Tue, 30 Jul 2024 09:09:23 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3c3ff7be9729959699eb6cbc7fd7303566d74069 - Merge tag &apos;powerpc-6.11-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/platforms/44x/Makefile#3c3ff7be9729959699eb6cbc7fd7303566d74069</link>
        <description>Merge tag &apos;powerpc-6.11-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxPull powerpc updates from Michael Ellerman: - Remove support for 40x CPUs &amp; platforms - Add support to the 64-bit BPF JIT for cpu v4 instructions - Fix PCI hotplug driver crash on powernv - Fix doorbell emulation for KVM on PAPR guests (nestedv2) - Fix KVM nested guest handling of some less used SPRs - Online NUMA nodes with no CPU/memory if they have a PCI device   attached - Reduce memory overhead of enabling kfence on 64-bit Radix MMU kernels - Reimplement the iommu table_group_ops for pseries for VFIO SPAPR TCEThanks to: Anjali K, Artem Savkov, Athira Rajeev, Breno Leitao, BrianKing, Celeste Liu, Christophe Leroy, Esben Haabendal, Gaurav Batra,Gautam Menghani, Haren Myneni, Hari Bathini, Jeff Johnson, KrishnaKumar, Krzysztof Kozlowski, Nathan Lynch, Nicholas Piggin, Nick Bowler,Nilay Shroff, Rob Herring (Arm), Shawn Anastasio, Shivaprasad G Bhat,Sourabh Jain, Srikar Dronamraju, Timothy Pearson, Uwe Kleine-K&#246;nig, andVaibhav Jain.* tag &apos;powerpc-6.11-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: (57 commits)  Documentation/powerpc: Mention 40x is removed  powerpc: Remove 40x leftovers  macintosh/therm_windtunnel: fix module unload.  powerpc: Check only single values are passed to CPU/MMU feature checks  powerpc/xmon: Fix disassembly CPU feature checks  powerpc: Drop clang workaround for builtin constant checks  powerpc64/bpf: jit support for signed division and modulo  powerpc64/bpf: jit support for sign extended mov  powerpc64/bpf: jit support for sign extended load  powerpc64/bpf: jit support for unconditional byte swap  powerpc64/bpf: jit support for 32bit offset jmp instruction  powerpc/pci: Hotplug driver bridge support  pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv  powerpc/configs: Update defconfig with now user-visible CONFIG_FSL_IFC  powerpc: add missing MODULE_DESCRIPTION() macros  macintosh/mac_hid: add MODULE_DESCRIPTION()  KVM: PPC: add missing MODULE_DESCRIPTION() macros  powerpc/kexec: Use of_property_read_reg()  powerpc/64s/radix/kfence: map __kfence_pool at page granularity  powerpc/pseries/iommu: Define spapr_tce_table_group_ops only with CONFIG_IOMMU_API  ...

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Sat, 20 Jul 2024 06:00:33 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d5d1a1a55a7f227c0f41847b0598982f0a93170d - powerpc/platforms: Move files from 4xx to 44x</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#d5d1a1a55a7f227c0f41847b0598982f0a93170d</link>
        <description>powerpc/platforms: Move files from 4xx to 44xOnly 44x uses 4xx now, so only keep one directory.Signed-off-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://msgid.link/20240628121201.130802-7-mpe@ellerman.id.au

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Fri, 28 Jun 2024 14:12:01 +0200</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;</dc:creator>
    </item>
<item>
        <title>4b4193256c8d3bc3a5397b5cd9494c2ad386317d - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#4b4193256c8d3bc3a5397b5cd9494c2ad386317d</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.11 merge window.

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Tue, 15 Dec 2020 01:27:23 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>05909cd9a0c8811731b38697af13075e8954314f - Merge tag &apos;v5.9&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#05909cd9a0c8811731b38697af13075e8954314f</link>
        <description>Merge tag &apos;v5.9&apos; into nextSync up with mainline to bring in the latest DTS files.

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Wed, 18 Nov 2020 03:13:23 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ead5d1f4d877e92c051e1a1ade623d0d30e71619 - Merge branch &apos;master&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#ead5d1f4d877e92c051e1a1ade623d0d30e71619</link>
        <description>Merge branch &apos;master&apos; into for-nextSync with Linus&apos; branch in order to be able to apply fixupsof more recent patches.

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Tue, 01 Sep 2020 14:19:48 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>3b5d1afd1f13bcab85eaa28223ad396694f929e3 - Merge branch &apos;for-next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/powerpc/platforms/44x/Makefile#3b5d1afd1f13bcab85eaa28223ad396694f929e3</link>
        <description>Merge branch &apos;for-next&apos; into for-linus

            List of files:
            /linux/arch/powerpc/platforms/44x/Makefile</description>
        <pubDate>Mon, 03 Aug 2020 08:10:08 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
