<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b2128290c29902315e632ea59e0504d6bc9e9b42 - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmerge</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#b2128290c29902315e632ea59e0504d6bc9e9b42</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmergeBackmerge of drm-next, mainly to pick up dt bindings docs updates toavoid conflicts.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Sat, 18 Jul 2026 17:06:55 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>637315cb400eed1dbe721954fea437a61a2d65b2 - Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#637315cb400eed1dbe721954fea437a61a2d65b2</link>
        <description>Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEADKVM/riscv changes for 7.3- Svadu/Zicfiss/Zicfilp FWFT support for Guest- Use try_cmpxchg for IMSIC MRIF RMW- More arch-specific tracepoints in KVM RISC-V- Eager Page Splitting for KVM RISC-V- Optimize hfence request handling for SMP Guests- Improve dirty log clearing by skipping zero bits in mask- Guard HFENCE range loops against overflow- CPU PM notifiers in KVM RISC-V for non-retentive idle states- Fix kernel-mode vector context save/restore for Guest

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Tue, 18 Aug 2026 13:07:31 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>27a59c0251e5d1f41a3a6fbae7c4dc478c34d919 - Merge tag &apos;mips_7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#27a59c0251e5d1f41a3a6fbae7c4dc478c34d919</link>
        <description>Merge tag &apos;mips_7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxPull MIPS updates from Thomas Bogendoerfer: - switch gpio code to use swnodes - rework of TXX9 gpio code - enable multi-vpe for econet - cleanups and fixes* tag &apos;mips_7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux:  mips: dts: econet: Describe dual-VPE 34Kc processor  mips: econet: add multi-vpe capability to EN751221  MIPS: ptrace: Fix syscall skipping via PTRACE_SYSCALL  mips: remove dead select  MIPS: BCM47XX: Convert buttons to software nodes  ssb: gpio: Add and register software node for GPIO controller  bcma: gpio: Add and register software node for GPIO controller  MIPS: ip22-gio: Drop #include of &lt;linux/mod_devicetable.h&gt;  MIPS: TXX9: Clean up txx9_iocled_init()  MIPS: TXX9: Convert gpio_txx9 to dynamic GPIO base allocation  MIPS: TXX9: Drop GPIOLIB_LEGACY select  MIPS: TXX9: Use GPIO lookup table for iocled LEDs  MIPS: TXX9: Reduce TXX9_IOCLED_MAXLEDS to 3  MIPS: TXX9: rbtx4927: Use GPIO lookup table for TXx9 LEDs  MIPS: TXX9: rbtx4927: Use GPIO lookup table for SIO DTR  MIPS: TXX9: Remove txx9_7segled_*() forward declarations  MIPS: TXX9: Remove tx4938_spi_init() and txx9_spi_init()  MIPS: kernel: proc: Use two seq_putc() calls in show_cpuinfo()

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Fri, 21 Aug 2026 21:39:49 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>09fbaddec89ebf3b6fa4b54271402186aa043a27 - mips: remove dead select</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#09fbaddec89ebf3b6fa4b54271402186aa043a27</link>
        <description>mips: remove dead select&apos;select&apos; does not work on config options in a &apos;choice&apos;, so the current&apos;select CPU_BIG_ENDIAN&apos; does nothing (dead code).However, ECONET already also selects SYS_SUPPORTS_BIG_ENDIAN so thismeans that CPU_BIG_ENDIAN will always be set.Let&apos;s remove the unnecessary &apos;select CPU_BIG_ENDIAN&apos;.This dead select was found by kconfirm, a static analysis tool forKconfig.Signed-off-by: Julian Braha &lt;julianbraha@gmail.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Thu, 23 Jul 2026 12:49:33 +0200</pubDate>
        <dc:creator>Julian Braha &lt;julianbraha@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>efe86f088f48f18c27b648e5724048947f3b7fb4 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#efe86f088f48f18c27b648e5724048947f3b7fb4</link>
        <description>Merge drm/drm-next into drm-xe-nextSync some i915/display changesSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Tue, 14 Jul 2026 15:40:31 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6d177908bad5992e17669030db41caab88041d5e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#6d177908bad5992e17669030db41caab88041d5e</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.2-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Tue, 30 Jun 2026 14:55:43 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get drm-misc-next to v7.2-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Tue, 30 Jun 2026 10:16:00 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>7dd19adaaac9a161723a24de7c270861063ec6ac - Merge tag &apos;v7.2-rc1&apos; into drm-rust-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#7dd19adaaac9a161723a24de7c270861063ec6ac</link>
        <description>Merge tag &apos;v7.2-rc1&apos; into drm-rust-nextMerge v7.2-rc1 into drm-rust-next to start the next cycle.Devres now requires T: &apos;static, which conflicts with shmem::Object usingDevres&lt;SGTableMap&lt;T, C&gt;&gt; without that bound. Resolve by adding &apos;staticas a supertrait to DriverObject and DeviceContext, which does notrestrict any current use cases since DriverObject is always implementedon owned, refcounted types and DeviceContext is a sealed marker traitwith only unit-type implementors.If DriverObject (or DeviceContext) ever becomes lifetime-parameterized(e.g. via a GAT for TTM backed objects), the &apos;static supertrait can berelaxed at that point.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Sun, 28 Jun 2026 22:39:43 +0200</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3d5e48944e824bddc20d7b874e784f7b279636fe - Merge branch &apos;for-7.3/steam&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#3d5e48944e824bddc20d7b874e784f7b279636fe</link>
        <description>Merge branch &apos;for-7.3/steam&apos; into for-linus- initial support for 2026 Steam Controller (Vicki Pfau)- support for sensor events on the 2025 Steam Controller (Vicki Pfau)- assorted fixes, improvements and code refactoring (Vicki Pfau)

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Wed, 19 Aug 2026 09:16:28 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>104a813376837da3b9651457d6fdc99596257fba - Merge tag &apos;timers-vdso-2026-08-17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#104a813376837da3b9651457d6fdc99596257fba</link>
        <description>Merge tag &apos;timers-vdso-2026-08-17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipPull VDSO updates from Thomas Gleixner: - Consolidate the VDSO datastore further and provide support for   mlock_all() and prefaulting. - Provide 32-bit legacy time related functionality only if   CONFIG_COMPAT_32BIT_TIME is enabled. The config switch exists,   but architecture code still exposes the legacy functionality even   disabled.   Clean this up by adding the missing guards and validating at build   time that the VDSO is legacy free if disabled. - Consolidate the VDSO related config options in core and drivers,   which removes some non-sensical dependencies and quite an amount of   #ifdeffery. - Clean up the PAGE_SIZE definition maze* tag &apos;timers-vdso-2026-08-17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (30 commits)  random: vDSO: Drop custom PAGE_SIZE definitions  LoongArch: Remove CONFIG_GENERIC_GETTIMEOFDAY ifdeffery  clocksource/drivers/timer-riscv: Remove CONFIG_GENERIC_GETTIMEOFDAY ifdeffery  clocksource/drivers/arm_arch_timer: Remove CONFIG_GENERIC_GETTIMEOFDAY ifdeffery  clocksource/drivers/mips-gic-timer: Remove CONFIG_GENERIC_GETTIMEOFDAY ifdeffery  MIPS: csrc-r4k: Remove CONFIG_GENERIC_GETTIMEOFDAY ifdeffery  vDSO: Make clockmode constants available without CONFIG_GENERIC_GETTIMEOFDAY  kbuild: Support generated asm-headers in subdirectories  vdso: Rename HAVE_GENERIC_VDSO to VDSO_DATASTORE  vdso: Drop HAVE_GENERIC_VDSO from architecture kconfig files  vdso: Automatically select HAVE_GENERIC_VDSO if necessary  MIPS: vdso: Stop using CONFIG_HAVE_GENERIC_VDSO  vdso: Remove the dependency on HAVE_GENERIC_VDSO from ARCH_HAS_VDSO_ARCH_DATA  futex: Remove dependency on HAVE_GENERIC_VDSO from FUTEX_ROBUST_UNLOCK  vdso/gettimeofday: Verify COMPAT_32BIT_TIME interactions  sparc: vdso: Respect COMPAT_32BIT_TIME  MIPS: VDSO: Respect COMPAT_32BIT_TIME  powerpc/vdso: Respect COMPAT_32BIT_TIME  ARM: VDSO: Respect COMPAT_32BIT_TIME  arm64: vdso32: Respect COMPAT_32BIT_TIME  ...

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Wed, 19 Aug 2026 01:56:25 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>0eaed89c18aeedf0898baf2dbf5ff027c6795152 - Merge tag &apos;timers-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#0eaed89c18aeedf0898baf2dbf5ff027c6795152</link>
        <description>Merge tag &apos;timers-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource  - Use designated initializers for sh_mtu2, sh_cmt, and sh_tmu, and    drop the unused initializer in the platform_device_id table for    sh_mtu2 (Uwe Kleine-K&#246;nig)  - Remove redundant dev_err()/dev_err_probe() messages when    devm_request_*_irq() fails, as the helper already logs an error    message (Pan Chuang)  - Fix a boot hang on Allwinner D1 when a forced minimum delta is used    with the sun4i timer (Felix Yan)  - Fix an IRQ leak in the cpuhp_setup_state() error path by freeing the    IRQ on failure in the NXP PIT driver (WenTao Liang)  - Fix incorrect unmapping of shared MMIO between the clocksource and    clockevent drivers. If one of them fails to initialize, the error    path unmaps the shared MMIO region, leaving the other driver with an    invalid mapping on clps711x (Guangshuo Li)  - Make the samsung_pwm driver compatible with PREEMPT_RT by replacing    regular spinlocks with raw_spinlock_t in atomic contexts (Marek    Szyprowski)  - Use __raw_readl() and __raw_writel() instead of ioread32() and    iowrite32() to support SWAP_IO_SPACE in the rtl-otto driver (Rustam    Adilov)  - Fix a missing clk_disable_unprepare() call in the timer    initialization error path of the Armada driver (Yuho Choi)Link: https://lore.kernel.org/lkml/75feea31-683d-45a1-87f4-ab045e0152ae@oss.qualcomm.com

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Mon, 17 Aug 2026 10:29:52 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b4d85f863e5a6f1fa01b186001af0f68f4f5239e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#b4d85f863e5a6f1fa01b186001af0f68f4f5239e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.3 merge window.

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Sat, 15 Aug 2026 06:26:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>52447180f4fb095390477ba541bb08f24aeb4e92 - vdso: Drop HAVE_GENERIC_VDSO from architecture kconfig files</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#52447180f4fb095390477ba541bb08f24aeb4e92</link>
        <description>vdso: Drop HAVE_GENERIC_VDSO from architecture kconfig filesNow that GENERIC_GETTIMEOFDAY and VDSO_GETRANDOM enableHAVE_GENERIC_VDSO automatically, the architecture specific kconfig filesdo not need to do so anymore.Remove the corresponding lines.Keep them for riscv, loongarch and powerpc as those have their ownexplicit usage of the vDSO datastore provided by HAVE_GENERIC_VDSO.Signed-off-by: Thomas Wei&#223;schuh &lt;thomas.weissschuh@linutronix.de&gt;Signed-off-by: Thomas Gleixner &lt;tglx@kernel.org&gt;Reviewed-by: Vincenzo Frascino &lt;vincenzo.frascino@arm.com&gt;Link: https://patch.msgid.link/20260709-vdso-have_generic_vdso-v1-5-d2e1061f268b@linutronix.de

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Thu, 09 Jul 2026 09:28:41 +0200</pubDate>
        <dc:creator>Thomas Wei&#223;schuh &lt;thomas.weissschuh@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>76904fccf81936c084faebc73ac72c0919a42941 - Merge tag &apos;v7.2-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#76904fccf81936c084faebc73ac72c0919a42941</link>
        <description>Merge tag &apos;v7.2-rc3&apos; into nextSync up with mainline to pull in stable fixes to avoid merge conflicts.

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Tue, 14 Jul 2026 04:06:00 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>00599d4841790d05401820a96cf7edb193888b00 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#00599d4841790d05401820a96cf7edb193888b00</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesPull in tag v7.2-rc1 so that drm-misc-fixes becomes useful again,and drm-misc-next-fixes can be closed.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Mon, 29 Jun 2026 17:58:00 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>7a0e692a0381254b2f77c54dec100cd3325a6fdf - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#7a0e692a0381254b2f77c54dec100cd3325a6fdf</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.2 merge window.

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Tue, 23 Jun 2026 08:10:08 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>08c7183f5b9ffe4408e74fff848a4cc2105361d4 - Merge tag &apos;mips_7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#08c7183f5b9ffe4408e74fff848a4cc2105361d4</link>
        <description>Merge tag &apos;mips_7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxPull MIPS updates from Thomas Bogendoerfer: - use software nodes for GPIO code - cleanups and fixes* tag &apos;mips_7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux: (41 commits)  mips: select legacy gpiolib interfaces where used  MIPS: lib: Remove &apos;.hidden&apos; for local symbols  MIPS: VDSO: Avoid including .got in dynamic segment  MIPS: smp: report dying CPU to RCU in stop_this_cpu()  MIPS: kernel: proc: Delete unnecessary braces in show_cpuinfo()  MIPS: kernel: proc: Use seq_putc() calls in show_cpuinfo()  mips: sched: Fix CPUMASK_OFFSTACK memory corruption  MIPS: mm: Fix out-of-bounds write in maar_res_walk()  MIPS: ath79: reduce ARCH_DMA_MINALIGN  mips: dts: ar9132: fix wdt node name  mips: Remove remaining defconfig references to the pktcdvd driver  MIPS: mm: remove comment referring to removed CONFIG_MIPS_CMP  MIPS: alchemy: db1300: switch to static device properties  MIPS: alchemy: gpr: switch to static device properties  MIPS: alchemy: db1000: use nodes attached to GPIO chips in properties  MIPS: alchemy: mtx1: attach software nodes to GPIO chips  MIPS: alchemy: provide visible function prototypes to board files  MIPS: alchemy: platform: add missing include  MIPS: ip22-gio: do not export device release function  MIPS: ip22-gio: switch to dynamic root device  ...

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Fri, 19 Jun 2026 16:46:16 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>9611c0ce215a66770ccbe5c126bf57ba8c31bcad - Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-current</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#9611c0ce215a66770ccbe5c126bf57ba8c31bcad</link>
        <description>Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-currentThis pulls in the merge commit for MFD updates for v7.2. The PR containsa build-time dependency of one of the GPIO commits that will follow.

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Fri, 19 Jun 2026 10:50:17 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>59a6c7ac0a47154774cb44c59a8735f6a16b75f7 - Merge tag &apos;bitmap-for-7.2&apos; of https://github.com/norov/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#59a6c7ac0a47154774cb44c59a8735f6a16b75f7</link>
        <description>Merge tag &apos;bitmap-for-7.2&apos; of https://github.com/norov/linuxPull bitmap updates from Yury Norov: &quot;This includes the new FIELD_GET_SIGNED() helper,  bitmap_print_to_pagebuf() removal, RISCV/bitrev support, and a couple  cleanups.   - new handy helper FIELD_GET_SIGNED() (Yury)   - arch test_and_set_bit_lock() and clear_bit_unlock() cleanup (Randy)   - __bf_shf() simplification (Yury)   - bitmap_print_to_pagebuf() removal (Yury)   - RISCV/bitrev conditional support (Jindie, Yury)&quot;* tag &apos;bitmap-for-7.2&apos; of https://github.com/norov/linux:  MAINTAINERS: BITOPS: include bitrev.[ch]  arch/riscv: Add bitrev.h file to support rev8 and brev8  bitops: Define generic___bitrev8/16/32 for reuse  lib/bitrev: Introduce GENERIC_BITREVERSE  arch: select HAVE_ARCH_BITREVERSE conditionally on BITREVERSE  bitmap: fix find helper documentation  bitmap: drop bitmap_print_to_pagebuf()  cpumask: switch cpumap_print_to_pagebuf() to using scnprintf()  bitfield: wire __bf_shf to __builtin_ctzll  bitops: use common function parameter names  ptp: switch to using FIELD_GET_SIGNED()  rtc: rv3032: switch to using FIELD_GET_SIGNED()  wifi: rtw89: switch to using FIELD_GET_SIGNED()  iio: mcp9600: switch to using FIELD_GET_SIGNED()  iio: pressure: bmp280: switch to using FIELD_GET_SIGNED()  iio: magnetometer: yas530: switch to using FIELD_GET_SIGNED()  iio: intel_dc_ti_adc: switch to using FIELD_GET_SIGNED()  x86/extable: switch to using FIELD_GET_SIGNED()  bitfield: add FIELD_GET_SIGNED()

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Wed, 17 Jun 2026 12:38:38 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>6f25741b7565d7f82fc09947c981cae17535894d - mips: select legacy gpiolib interfaces where used</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/Kconfig#6f25741b7565d7f82fc09947c981cae17535894d</link>
        <description>mips: select legacy gpiolib interfaces where usedA few old machines have not been converted away from the old-stylegpiolib interfaces. Make these select the new CONFIG_GPIOLIB_LEGACYsymbol so the code still works where it is needed but can be leftout otherwise.This is the list of all gpio_request() calls in mips:  arch/mips/alchemy/devboards/db1000.c:           gpio_request(19, &quot;sd0_cd&quot;);  arch/mips/alchemy/devboards/db1000.c:           gpio_request(20, &quot;sd1_cd&quot;);  arch/mips/alchemy/devboards/db1200.c:   gpio_request(215, &quot;otg-vbus&quot;);  arch/mips/bcm47xx/workarounds.c:        err = gpio_request_one(usb_power, GPIOF_OUT_INIT_HIGH, &quot;usb_power&quot;);  arch/mips/bcm63xx/boards/board_bcm963xx.c:              gpio_request_one(board.ephy_reset_gpio,  arch/mips/txx9/rbtx4927/setup.c:        gpio_request(15, &quot;sio-dtr&quot;);Most of these should be easy enough to change to modern gpio descriptorsor remove if they are no longer in use.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;Reviewed-by: Linus Walleij &lt;linusw@kernel.org&gt;Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;

            List of files:
            /linux/arch/mips/Kconfig</description>
        <pubDate>Tue, 28 Apr 2026 17:56:19 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
</channel>
</rss>
