<?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>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/Kconfig#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/arm64/Kconfig</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>b2128290c29902315e632ea59e0504d6bc9e9b42 - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmerge</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/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/arm64/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/arm64/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/arm64/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>570f7e331f5febb30f1384817463c7e42b65ca7d - Merge tag &apos;pci-v7.3-changes&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/Kconfig#570f7e331f5febb30f1384817463c7e42b65ca7d</link>
        <description>Merge tag &apos;pci-v7.3-changes&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciPull PCI updates from Bjorn Helgaas: &quot;Resource management:   - Add hotplug reservation only once (not at each level of the     hierarchy) so bridge windows don&apos;t grow more than necessary (Ilpo     J&#228;rvinen)  Driver binding:   - Rework device matching so device ID lifetime only needs to cover     the probe path since dynamic IDs can be removed at any time (Gary     Guo)  Error handling:   - Update mappings of AER errors to agent &amp; layer and log them for     each individual error when multiple errors detected (Lukas Wunner)   - Log Error Source only once, not twice in separate messages (Lukas     Wunner)   - Emit TLP Log only for unmasked errors (Lukas Wunner)   - Support Advisory Non-Fatal Errors (Lukas Wunner)   - Allow DPC on all Downstream Ports, not just Root Ports, when OS     controls AER (Darshit Shah)  ASPM:   - Program the same ASPM Control values for every function of     multi-function devices, as recommended by the PCIe spec (Krishna     Chaitanya Chundru)   - Avoid L0s for Realtek RTS525A, where it causes an AER interrupt     storm (Max Lee)   - Avoid ASPM L0s, L1, and L1 PM Substates based on &apos;aspm-no-l0s&apos;,     &apos;aspm-no-l1&apos; [1], and &apos;aspm-no-l1ss&apos; DT properties (Krishna     Chaitanya Chundru)  Power management:   - Allow D3 for native hotplug-capable Root Ports on non-x86 platforms     (we avoid D3 for these ports on x86 because some old platforms     didn&apos;t validate it) (Manivannan Sadhasivam)   - Allow portdrv to claim Ports even if they don&apos;t support services     (AER, PME, DPC, hotplug, etc) so it can do power management (Brian     Norris)  Power control:   - Add support for PCIe WAKE# interrupt when described via DT (Krishna     Chaitanya Chundru)   - For the TC9563 PCIe switch:       - Take a reference on the I2C adapter to avoid uninterruptible         hang when unloading an I2C module while in-use (Johan Hovold)       - Update DT binding and driver to restrict Tx Amplitude, DFE and         N_FTS to USP, DSP1 and DSP2 (Manivannan Sadhasivam)       - Power off only external-facing ports (DSP1, DSP2), leaving USP         and DSP3 (aka VDSP) powered up (Manivannan Sadhasivam)       - Move integrated MAC Endpoint out of the list of internal ports         and configure it separately (Manivannan Sadhasivam)  Virtualization:   - Add ACS quirk for Pericom PI7C9X2G608 switches (Tim Harvey)   - Fix a long-standing bug in the Intel PCH Root Port MPC ACS quirk     that didn&apos;t update the intended INTEL_MPC_REG_IRBNCE bit because it     used a 16-bit config write when a 32-bit write was intended     (Mohamad Raizudeen)  Procfs:   - Avoid spurious runtime PM wakeup on config space accesses that are     outside config space and fail before reaching PCI (Krzysztof     Wilczy&#324;ski)   - Warn on user-space writes to kernel-exclusive config space regions,     as we already do for sysfs (Krzysztof Wilczy&#324;ski)   - Check credentials of opener, not reader, for config space reads, as     we already do for sysfs (Krzysztof Wilczy&#324;ski)  Sysfs:   - In pci_write_legacy_io(), avoid out-of-bounds reads from the user     buffer and fix incorrect ioport write data (1-byte writes on     little-endian powerpc, 2- and 4-byte writes on big-endian powerpc)     (Krzysztof Wilczy&#324;ski)   - In pci_read_legacy_io(), fix incorrect ioport read data for 2- and     4-byte reads on big-endian powerpc (Krzysztof Wilczy&#324;ski)   - Fix I/O port accessor argument order in Alpha pci_legacy_write()     (Krzysztof Wilczy&#324;ski)   - Avoid spurious runtime PM wakeup on config space accesses that are     outside config space and fail before reaching PCI (Krzysztof     Wilczy&#324;ski)   - Return -EINVAL, not -ENODEV, for mmap of I/O BAR that fails because     the arch doesn&apos;t support it, as we do for procfs (Krzysztof     Wilczy&#324;ski)   - Check for LOCKDOWN_PCI_ACCESS for legacy_io and legacy_mem, as we     do for other config space accessors (Krzysztof Wilczy&#324;ski)  Peer-to-peer DMA:   - Add Nvidia Vera Rubin to list of platforms that support P2PDMA     (Leon Romanovsky)  Endpoint framework:   - Check doorbell SUCCESS bit in pci_endpoint_test to avoid treating     some failures as successes (Niklas Cassel)   - Fail doorbell test when the trigger IRQ is missed (Niklas Cassel)  New native PCIe controller drivers:   - Add DT binding and driver for NVIDIA Tegra264 (Thierry Reding)  Native PCIe controllers:   - Use common wait time definitions for PCIe link monitoring instead     of defining driver-private duplicates (Thierry Reding)  Generic host bridge driver:   - Fix NULL pointer dereference that caused enumeration failures on     32-bit CAM systems (Steffen Persvold)  Amlogic Meson PCIe controller driver:   - Correct the PERST# GPIO state so it remains asserted until power     and REFCLK become stable to fix enumeration failure (Ronald     Claveau)  ASPEED PCIe controller driver:   - Switch to irq_domain_create_linear() so we can obsolete     irq_domain_add_linear() (Jiri Slaby)  Cadence PCIe controller driver:   - Add MODULE_DEVICE_TABLE to generate module aliases for OF-based     module autoloading (Pengpeng Hou)   - Add debugfs &apos;ltssm_status&apos; file for LGA- and HPA-based Cadence     controllers (Hans Zhang)   - Support up to x4 (not x2) lanes for J200 (Takuma Fujiwara)   - Fix host/endpoint dependencies for cadence-plat driver to fix link     error when cadence-plat is built-in but the host or endpoint driver     is modular (Aksh Garg)  Freescale i.MX6 PCIe controller driver:   - Add imx6 intr/aer/pme interrupt lines for i.MX95 (Richard Zhu)   - Remove PERST# checking from pci_host_common_parse_port() so callers     can decide whether to fall back to legacy DT binding with PERST# in     the host bridge (Sherry Sun)   - Fix build issues when PCI_PWRCTRL_GENERIC or PCI_HOST_COMMON is a     module (Arnd Bergmann)   - Create pwrctrl devices only once by doing it from imx_pcie_probe()     instead of imx_pcie_host_init(), which is used during both probe     and resume (Sherry Sun)   - Use &apos;dw_pcie_rp-&gt;skip_pwrctrl_off&apos; to avoid powering off devices     during suspend to preserve wakeup capability (Sherry Sun)   - Add runtime PM support for i.MX95 to allow dynamic power management     when the link is idle (Richard Zhu)  Intel VMD host bridge driver:   - Support device ID 0x28C1 and assume that BIOS has already     enumerated the hierarchy below VMD and stored bus range info for OS     to use (Nirmal Patel)   - Add support for VMCONFIG BUS_RESTRICT_CFG=3, which makes it     possible to enumerate downstream devices on Intel Arrow Lake-HX     systems and probably others (Ali Alaei)   - Pay attention to _OSC negotiation for VMD hierarchy only when     running on bare metal, not when running in a VM (Nirmal Patel)   - Add Nova Lake (NVL) and Dunlow (DNL) Device IDs (Szymon Durawa)  MediaTek PCIe controller driver:   - Add support for PCIe controller in EcoNet EN7528 and EN751221 SoCs     (Caleb James DeLisle)  MediaTek PCIe Gen3 controller driver:   - Add mediatek-gen3 &apos;memory-region&apos; for restricted DMA buffer     (Chen-Yu Tsai)  NVIDIA Tegra264 PCIe controller driver:   - Distinguish Tegra264 C0 PCIe controller for internal GPU from C1-C5     controllers so the unit address matches the first &apos;reg&apos; entry     (Thierry Reding)   - Add Tegra264 Root Port stanzas to prepare for generic WAKE#     handling (Thierry Reding)  Qualcomm PCIe controller driver:   - Add IPQ9650 compatible with global interrupt (Kathiravan     Thirumoorthy)   - Add IPQ5210 compatible with IPQ9574 fallback (Varadarajan     Narayanan)   - Add DT binding and driver support for Hawi SoC (Matthew Leung)   - Skip PERST# GPIOs provided by downstream PCIe devices, which should     be handled by drivers of those devices (Manivannan Sadhasivam)   - Stop advertising Attention Button Present (no Qcom SoCs support     Attention Buttons) so pciehp can use Presence Detect Changed events     (Qiang Yu)  Renesas R-Car PCIe controller driver:   - Add rcar-gen4-pci-host optional &apos;msi-parent&apos; for GIT ITS (Marek     Vasut)   - When MSI is enabled but iMSI-RX is not used, configure AXIINTC to     allow GIT ITS to handle MSI (Marek Vasut)   - Refactor GIC600 implementation to make it easier to add platforms     that only support 32-bit addressing (Marek Vasut)   - Add Renesas R-Car Gen4 S4/V4H/V4M to the list of GIC600     integrations that only support 32-bit addressing (Marek Vasut)  Renesas RZ/G3S PCIe controller driver:   - Add DT binding and driver support for RZ/V2H(P) SoC, which contains     two PCIe controllers, configured either as a single x4 link or two     independent x2 link controllers (Lad Prabhakar)  SpacemiT K1 PCIe controller driver:   - Add missing MODULE_DEVICE_TABLE() to generate module alias info for     OF-based module autoloading (Pengpeng Hou)  StarFive PCIe controller driver:   - Fix resource leaks on error paths in host_init() (Ali Tariq)   - Fix runtime PM handling and teardown ordering to avoid register     access while power or clocks are disabled (Ali Tariq)   - Check for runtime PM resume failure to avoid register access while     power or clocks are disabled (Ali Tariq)  Synopsys DesignWare PCIe controller driver:   - Add LECARC PMU IDs to the DWC RAS/DES VSEC list so it can take     advantage of the existing debugfs support for silicon debug, error     injection, and event counters (Brett Zhou)   - Factor pcie_valid_speed() and pci_bus_speed2lnkctl2() out of bwctrl     so they can be shared by the DWC core (Hans Zhang)   - Flush MSI writes from endpoint before unmapping the iATU, as we     already do for MSI-X writes (Niklas Cassel)   - Unmap MSI iATU window before mapping MSI-X window, to avoid a     subsequent MSI write using a disabled aperture and losing the     interrupt (Niklas Cassel)   - Change endpoint .pre_init() and .init() callbacks to return errors     and handle them (Marek Vasut)  UltraRISC PCIe controller driver:   - Add &apos;core&apos;, &apos;dbi&apos;, and &apos;aux&apos; clocks to DT binding and manage them     in the driver (Jia Wang)   - Use module_platform_driver() since this may be built as a module,     though not removable because IRQs can&apos;t be safely disposed (Jia     Wang)  MicroSemi Switchtec management driver:   - Add Microchip PCI1008 device ID and include it in NTB DMA alias     quirk (Logan Gunthorpe)  Miscellaneous:   - Document how to write PCI Host Controller drivers (Manivannan     Sadhasivam)   - Fix typos in documentation (D&apos;Orus Tsitera)   - Use %pe format specifier to print error pointers so we get symbolic     errname when available (Krzysztof Wilczy&#324;ski)&quot;* tag &apos;pci-v7.3-changes&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci: (124 commits)  PCI: vmd: Add Nova Lake (NVL) and Dunlow (DNL) Device IDs  PCI: tegra264: Add Tegra264 support  dt-bindings: PCI: tegra264: Switch to PCIe Root Port bindings  dt-bindings: PCI: tegra264: Strictly distinguish C0 from C1-C5  PCI/AER: Support Advisory Non-Fatal Errors  PCI: Fix 32-bit config write in Intel PCH Root Port MPC ACS quirk  PCI: dwc: Handle return value from endpoint .pre_init callback  PCI: dwc: Handle return value from endpoint .init callback  PCI: dwc: Add PCI ID for LECARC PCIe PMU  PCI/ASPM: Mask ASPM states based on Devicetree properties  PCI/ASPM: Disable/restore ASPM on every function for multi-function devices  Documentation: PCI: Document how to write PCI Host Controller drivers  PCI/ASPM: Use pcie_capability_clear_and_set_word() for ASPM disable/restore  PCI: Add support for PCIe WAKE# interrupt  PCI: Allow D3 for native hotplug-capable Root Ports on non-x86 platforms  dt-bindings: PCI: Correct white-space style  PCI/ASPM: Avoid L0s for Realtek RTS525A  PCI: ultrarisc: Use module_platform_driver()  PCI: ultrarisc: Get and enable DP1000 PCIe controller clocks  dt-bindings: PCI: ultrarisc: Add required DP1000 PCIe clocks  ...

            List of files:
            /linux/arch/arm64/Kconfig</description>
        <pubDate>Sun, 23 Aug 2026 21:44:10 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>45b3d1baf4d6062ea61c23b0c60eb6e4720e4936 - Merge branch &apos;pci/controller/dwc-rcar-gen4&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/Kconfig#45b3d1baf4d6062ea61c23b0c60eb6e4720e4936</link>
        <description>Merge branch &apos;pci/controller/dwc-rcar-gen4&apos;- When MSI is enabled but iMSI-RX is not used, configure AXIINTC to allow  GIT ITS to handle MSI (Marek Vasut)- Refactor GIC600 implementation to make it easier to add platforms that  only support 32-bit addressing (Marek Vasut)- Add Renesas R-Car Gen4 S4/V4H/V4M to the list of GIC600 integrations that  only support 32-bit addressing (Marek Vasut)* pci/controller/dwc-rcar-gen4:  irqchip/gic-v3: Add Renesas R-Car Gen4 erratum workaround  irqchip/gic-v3: Refactor GIC600 limited to 32bit PA erratum handling  PCI: rcar-gen4: Configure AXIINTC if iMSI-RX is not used  PCI: dwc: Move iMSI-RX check before calling &apos;pp-&gt;ops-&gt;init()&apos;

            List of files:
            /linux/arch/arm64/Kconfig</description>
        <pubDate>Fri, 21 Aug 2026 23:40:43 +0200</pubDate>
        <dc:creator>Bjorn Helgaas &lt;bhelgaas@google.com&gt;</dc:creator>
    </item>
<item>
        <title>a8818827486cd303f63be6ceadd949f64665938f - irqchip/gic-v3: Add Renesas R-Car Gen4 erratum workaround</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/Kconfig#a8818827486cd303f63be6ceadd949f64665938f</link>
        <description>irqchip/gic-v3: Add Renesas R-Car Gen4 erratum workaroundRenesas R-Car S4/V4H/V4M GIC600 integration has address width for AXIor APB interface configured to 32 bit, it can therefore access onlythe first 4 GiB of physical address space. This information comes fromR-Car V4H Interface Specification sheet; there is currently no technicalupdate number assigned to this limitation. Further input from hardwareengineer indicates that this limitation also applies to R-Car S4 and V4M.Name the limitation GEN4GICITS1, and add a driver quirk to mitigate thislimitation.The quirk is keyed on the combination of the GIC implementationand the platform identification in the device tree.Co-developed-by: Yoshihiro Shimoda &lt;yoshihiro.shimoda.uh@renesas.com&gt;Signed-off-by: Yoshihiro Shimoda &lt;yoshihiro.shimoda.uh@renesas.com&gt;Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@mailbox.org&gt;Signed-off-by: Manivannan Sadhasivam &lt;mani@kernel.org&gt;Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Acked-by: Marc Zyngier &lt;maz@kernel.org&gt;Acked-by: Thomas Gleixner &lt;tglx@kernel.org&gt;Link: https://patch.msgid.link/20260707203743.88299-5-marek.vasut+renesas@mailbox.org

            List of files:
            /linux/arch/arm64/Kconfig</description>
        <pubDate>Tue, 07 Jul 2026 22:35:42 +0200</pubDate>
        <dc:creator>Marek Vasut &lt;marek.vasut+renesas@mailbox.org&gt;</dc:creator>
    </item>
<item>
        <title>ed3b875bea55a3ec4837113356df2ead11115af9 - Merge tag &apos;mm-stable-2026-08-18-18-39&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/Kconfig#ed3b875bea55a3ec4837113356df2ead11115af9</link>
        <description>Merge tag &apos;mm-stable-2026-08-18-18-39&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull MM updates from Andrew Morton: - &quot;mm: drop &quot;sub&quot; prefix from various places&quot; (Dev Jain)   page-&gt;folio conversion and a naming cleanup - &quot;mm/kasan: remove redundant initialization for kasan_flag_write_only&quot;   (Igor Putko)   KASAN cleanup work - &quot;mm/filemap: reduce unnecessary xarray lookups&quot; (Chi Zhiling)   Small speedup in the pagecaache read code - &quot;mm/percpu: Fix possible NOFS/NOIO reclaim recursion&quot; (Kaitao Cheng)   Improve the vmalloc code - mainly the avoidance of GFP_KERNEL   allocations when the caller asked for GFP_NOFS or GFP_NOIO - &quot;mm/kmemleak: avoid soft lockup when scanning task stacks&quot; (Breno   Leitao)   Avoid a soft lockup watchdog trigger from the kmemleak scanning code   in extreme situations - &quot;mm/page_owner: misc cleanups&quot; (Ye Liu)   Cleanups to the page_owner code. For some reason lots of people have   been working on the page_owner code this cycle. - &quot;mm: convert to walk_page_range_vma() to eliminate find_vma()&quot;   (Kefeng Wang)   Simplify and accelerate the page walking library function - &quot;mm/migrate: preparatory cleanups for batch copy and offload&quot;   (Shivank Garg)   Cleanups in the migration code - &quot;mm/page_owner: add per-fd filter infrastructure for print_mode and   NUMA filtering&quot; (Zhen Ni)   Per-fd filtering to page_owner in order to reduce the sometimes vast   amount of output it can produce - &quot;mm: Refactor bootmem gigantic hugepage allocation&quot; (Muchun Song)   Fixes and preparatory cleanups around bootmem HugeTLB handling,   sparse initialization ordering, and related vmemmap setup - &quot;mm/zsmalloc: reduce lock contention in zs_free()&quot; (Wenchao Hao)   Reduce lock contention in zs_free(), which dominates the unmap path   under memory pressure on Android (LMK kills) and on x86 servers   running zswap-heavy workloads.   Up to 1.83x improvement in microbenchmarking. - &quot;move alloc_tag.c file under mm/&quot; (Suren Baghdasaryan) - &quot;samples/damon: handle damon_{start,stop}() failures&quot; (SJ Park)   Fix improper handling of damon_start(), damon_stop(), and   damon_call() failures across DAMON sample modules to prevent   potential memory leaks, operation disruptions and use-after-free   bugs - &quot;mm/damon/sysfs: kobject_del() directories that users can   create/remove&quot; (SJ Park)   Fix delayed sysfs directory removal under DEBUG_KOBJECT_RELEASE   causeing creation failures due to duplicate directory names by adding   missing kobject_del() calls before creating new directories - &quot;mm: cleanup clear_not_present_full_ptes()&quot; (David Hildenbrand)   Clean up the core pte handling code - &quot;selftests/damon: misc fixes for test bugs&quot; (Kunwu Chan)   Fix several bugs in the DAMON selftests - &quot;selftests/damon: fix memcg_path staging handling&quot; (Cheng Nie)   Fix a bug in _damon_sysfs.py for damos_filter memcg_path setup, and   add a test case for it in sysfs.py. - &quot;selftests/damon: test kdamond refresh_ms&quot; (Ruslan Valiyev)   Selftest coverage for DAMON&apos;s refresh_ms sysfs feature by updating   the test control module and verifying that scheme stats update   automatically without manual intervention - &quot;mm/damon: five misc fixups&quot; (Akinobu Mita)   Miscellaneous DAMON fixups. - &quot;mm/damon/core: detect internal variation above max_nr_regions/2&quot;   (Jiayuan Chen)   Fix DAMON&apos;s region splitting behavior when region counts exceed half   the maximum budget by dynamically scaling down the split fraction as   the limit approaches, preventing large regions from staying un-split,   and add corresponding KUnit test coverage - &quot;mm: preparatory patches for PMD level swap entries&quot; (Usama Arif)   Refactor and clean up PMD softleaf helpers, call sites, and   architecture flags to lay the groundwork for a follow-up series that   introduces PMD page table swap entries - &quot;mm/damon: update, optimize, and clean up doc, tests, and code&quot; (SJ   Park)   Update DAMON design and ABI documentation, expands unit and selftest   coverage, optimize damon_commit_target_regions(), and clean up   recently added sysfs interface code for better readability - &quot;mm/vmpressure: reduce CPU, memory and code overhead on cgroup v2&quot;   (Usama Arif)   Optimize vmpressure() by skipping unnecessary work on cgroup v2 for   userspace event notifications and refactor v1-only eventfd handling   into mm/memcontrol-v1.c to reduce memory overhead and code complexity - &quot;selftests/mm: refactor pkey helpers and fix mmap error handling&quot;   (Hongfu Li)   Refactor pkeys shared tracing and assertion helpers into a common   file, unify protection key selftests to use consistent diagnostic   logging and assertions, and enforce standardized MAP_FAILED return   checks for mmap() calls across the tests - &quot;mm/damon: optimize out nr_accesses_bp&quot; (SJ Park)   Replace the error-prone, continuously updated nr_accesses_bp field in   damon_region with an on-demand moving sum function, reducing   structure memory overhead and avoiding state corruption bugs - &quot;Open HugeTLB allocation routine for more generic use&quot; (Ackerley Tng)   Decouple HugeTLB folio allocation from VMA dependencies by   introducing hugetlb_alloc_folio(), enabling subsystems like   guest_memfd to allocate HugeTLB folios without standard VMA   reservations or pseudo-VMAs - &quot;mm/damon: provide pseudo moving sum probe_hits&quot; (SJ Park)   Integrate DAMON&apos;s probe_hits attribute counter into the pseudo moving   sum infrastructure, enabling real-time, online monitoring without   waiting for full aggregation intervals - &quot;mm: Some cleanups for page allocator APIs&quot; (Brendan Jackman)   Simplify and refactor the page allocator entry points and flags by   unifying allocation paths, adding internal alloc_flags arguments, and   eliminating redundant __ prefixed alloc_pages variants. - &quot;Fix incorrect access of hugetlb pte entries&quot; (Dev Jain)   Enforce the consistent use of huge_ptep_get() instead of ptep_get()   for HugeTLB entries and fixes an unaligned address issue in arm64&apos;s   huge_ptep_get() implementation - &quot;mm/damon: validate all parameters in the core&quot; (SJ Park)   Consolidate parameter validation into the DAMON core specifically   within damon_start() and damon_commit_ctx() to centralize error   checking, eliminate caller-side redundant checks and to improve   maintenance efficiency - &quot;tools/mm/page_owner_sort: fix filtering and cleanup issues&quot; (Yichong   Chen)   Rename is_need() to filter_record() for clearer return semantics, fix   per-record allocation memory leaks and bound output copies in   search_pattern() to address an existing buffer issue - &quot;memcg: bail out reclaim when memcg is dying&quot; (Jiayuan Chen)   Mitigate a system-wide stall which occurs when a cgroup is removed   while one of its memory control files is doing synchronous reclaim - &quot;mm/memory-failure: add panic option for unrecoverable pages&quot; (Breno   Leitao)   Introduce an opt-in vm.panic_on_unrecoverable_memory_failure sysctl   that immediately panics the kernel on unrecoverable memory errors in   kernel-owned pages to preserve error context and prevent delayed,   silent data corruption - &quot;mm/damon: refactor damon_{start,stop,commit}() for simple error   handling&quot; (SJ Park)   Refactor the DAMON core API functions to guarantee that all contexts   are fully stopped when damon_start(), damon_stop(), or damon_commit()   fail, eliminating the need for complex and error-prone caller-side   cleanup code - &quot;Keep tail page private zero at free and folio split&quot; (Zi Yan)   Add checks to ensure tail_page-&gt;private is zero when freeing compound   or high-order pages and when promoting tail pages during large folio   splits. By validating these fields at free and split time, it allows   the removal of redundant private field clearing inside   prep_compound_tail() - &quot;mm: drop redundant lru_add_drain in anon folio reuse paths&quot; (Barry   Song)   Eliminate redundant lru_add_drain() calls in   wp_can_reuse_anon_folio() and do_swap_page() to reduce LRU lock   contention and system overhead   By validating folio refcounts against the LRU cache before draining   and removing unnecessary drains in the swap path, it achieves up to a   30.5% reduction in drain calls during heavy swap workloads - &quot;mm: clean up folio LRU and swap declarations&quot; (Jianyue Wu)   Reorganize folio LRU and swap code by relocating page-cluster state   to mm/swap_state.c, renaming mm/swap.c to mm/folio.c, and moving   MM-internal reclaim declarations into mm/internal.h. - &quot;userfaultfd: working set tracking for VM guest memory&quot; (Kiryl   Shutsemau)   Add userfaultfd support for tracking the working set of VM guest   memory, so a VMM can identify hot pages and reclaim cold ones to   tiered or remote storage - &quot;mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE (Part 2)&quot; (David   Hildenbrand)   Remove the remaining pieces of CONFIG_HAVE_BOOTMEM_INFO_NODE,   performing some smaller cleanups around freeing of reserved vmemmap   pages on the way. - &quot;mm/damon: update probe hits for runtime parameter commits&quot; (SJ Park)   Ensure that DAMON&apos;s probe_hits attribute counter is properly updated   when monitoring intervals are changed at runtime, matching the   behavior of nr_accesses. To achieve this, it refactors and renames   existing helper functions for shared use, applies the updates to   probe_hits, and handles edge cases in damon_probe_hits_mvsum() to   maintain measurement accuracy. - &quot;KSM: performance optimizations for rmap_walk_ksm&quot; (xu xin)   Resolve a severe KSM reverse-mapping performance bottleneck where   thousands of split VMAs sharing a single anon_vma cause extended lock   contention.   By adding an interval-filtering check during the rmap walk, it   reduces worst-case anon_vma lock hold times from over 500ms down to   under 2ms, preventing application freezes and latency spikes under   memory pressure. - &quot;mm: split a couple of headers from internal.h&quot; (Mike Rapoport)   Split declarations related to mm_init, memblock, vmalloc and sparse   into new headers - &quot;KSM: use linear_page_index in collect_procs_ksm()&quot; (xu xin)   Apply the interval tree optimization from rmap_walk_ksm() to   collect_procs_ksm() to avoid iterating over non-matching VMAs during   KSM memory error handling.   It hoists loop-invariant address initialization and restricts the   anon_vma_interval_tree_foreach walk to a targeted page offset range,   reducing redundant checks and improving lookup efficiency. - &quot;selftests/mm: avoid false failures in hugetlb and KSM tests&quot; (Sayali   Patil)   Fix issues in the hugetlb and KSM MM selftest categories that can   report failures when the prerequisites for the tests are not   satisfied - &quot;mm/damon: introduce data attributes only monitoring&quot; (SJ Park)   Introduce attribute-weighted region management in DAMON, allowing   users to prioritize specific data attributes (such as page sizes or   cgroups) over or instead of access monitoring.   By assigning weights to attribute probes, DAMON can completely   disable access tracking and adjust monitoring regions based on   weighted probe-hit counters to optimize monitoring quality for   attribute-focused workloads. - &quot;mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings&quot;   (Stanislav Kinsburskii)   Extend hmm_range_fault() to support userfaultfd-backed regions by   allowing the mmap lock to be dropped during fault handling via a new   hmm_range_fault_locked() helper.   By accepting a locked pointer and signaling retry status when lock   release occurs, it enables page fault resolution in userfaultfd   regions while preserving backward compatibility for existing callers. - &quot;mm: make VMA page offset handling more consistent&quot; (Lorenzo Stoakes)   Clean up and standardize how vma-&gt;vm_pgoff is accessed and   manipulated across file-backed and anonymous mappings in the kernel   It introduces dedicated helper functions such as vma_start_pgoff(),   vma_end_pgoff(), vma_set_pgoff() and linear_page_delta() while   renaming rmap interval tree helpers to better reflect their   functionality.   These changes establish a cleaner foundation for future work that   will unify virtual page offset indexing for all anonymous and CoW&apos;d   folios. - &quot;mm: handle device-private PMDs in walk callbacks&quot; (Usama Arif)   Address kernel panics and state corruption caused by MM walk   callbacks reaching non-present device-private PMD swap entries   created during HMM migrations   It ensures that functions which acquire pmd_trans_huge_lock()   properly recognize device-private PMDs instead of assuming a present   THP or a standard migration entry. - &quot;mm/rmap: Refactor try_to_unmap_one&quot; (Dev Jain)   Refactor try_to_unmap_one by modularizing Hugetlb,   anonymous-lazyfree, and anonymous-swapbacked logic into dedicated   functions, laying the structural groundwork for batched anonymous   large folio unmapping. - &quot;Docs/ABI/damon: sysfs ABI document fixes and additions&quot; (Song Hu)   Fix typos and fills in missing entries in the DAMON sysfs ABI   document - &quot;dax/kmem: atomic whole-device hotplug via sysfs&quot; (Gregory Price)   Introduce an atomic sysfs state attribute and supporting DAX/MM   infrastructure to prevent userland races when offlining and removing   entire memory regions   By adding an unplugged state alongside standard online modes, it   enables whole-device atomic hotplug control while preserving backward   compatibility. - &quot;mm: convert more vm_flags_t users to vma_flags_t&quot; (Lorenzo Stoakes)   Continue transitioning the kernel from the deprecated vm_flags_t type   to vma_flags_t across core memory management infrastructure.   It replaces legacy type usage in core functions such as do_mmap(),   unmapped area allocation, mm-&gt;def_vma_flags, and VMA operations like   mlock, mprotect, and mremap. - &quot;Two small patches to clean up mm/mm_slot.h&quot; (xu xin)   Refactor mm_slot.h by introducing mm_slot_remove() to unify duplicate   slot deletion sequences in khugepaged and KSM. It also adds code   documentation explaining why mm_slot_lookup and mm_slot_insert must   remain as preprocessor macros rather than static inline functions. - &quot;mm/damon/core: hide core-private struct fields&quot; (SJ Park)   Clean up DAMON core structures by consistently marking internal-only   fields with private: comment tags to prevent improper direct access   from outer layers.   It enforces encapsulation across core structures including   damon_region, damon_target, and damon_ctx and updates DAMON_SYSFS to   interact through approved access APIs instead of exposing raw struct   members. - &quot;mm/damon: unurgent fixes for infinite loop, NULL de-ref and races&quot;   (SJ Park)   Address potential infinite loops, NULL dereferences, and race   conditions identified in DAMON   It fixes an infinite loop triggered by extreme user configurations, a   NULL pointer dereference within unit tests and minor monitoring   accuracy degradation caused by subtle runtime races. - &quot;mm/page_alloc: fixes for free_pages_nolock() on RT/UP&quot; (Brendan   Jackman)   Fix an NMI safety flaw in __free_frozen_pages() where freeing pages   on non-SMP or PREEMPT_RT kernels can bypass can_spin_trylock() checks   via non-PCP or isolated migration paths.   It also resolves potential kernel crashes and privilege escalation   risks triggered when BPF tracing runs in NMI context alongside memory   hotplug or large allocation frees. - &quot;mm/page_alloc: couple of followups for recent cleanups&quot; (Brendan   Jackman)   Clean up and update page allocator nomenclature, documentation, and   debug assertions.   It aligns internal FPI_ flags with the public &quot;nolock&quot; naming   convention, removes outdated internal implementation details from   high-level page allocator comments, and eliminates obsolete   VM_BUG_ON() assertions in allocation paths. - &quot;mm/mseal: further cleanups&quot; (Lorenzo Stoakes)   Refactor and simplify the mseal implementation by clarifying API   boundaries and removing unnecessary code complexity.   It replaces generic do_mseal() usage outside the syscall with a   dedicated mseal_mmap_page_zero() helper for MMAP_PAGE_ZERO,   eliminates mm_struct parameters to enforce that sealing applies only   to current-&gt;mm, and streamlines overall logic and comments with no   functional changes intended. - &quot;mm/vmscan: fix swappiness=max and clean up per-node proactive   reclaim&quot; (Ridong Chen)   Resolve reclaim behavior bugs and clean up function parameters across   memory reclaim paths   It fixes swappiness=max in both standard reclaim and MGLRU so   unswappable anonymous memory no longer falls back to evicting page   cache, ensures reclaim_store() returns accurate error codes instead   of collapsing all failures into -EAGAIN, and removes the obsolete   gfp_mask parameter from __node_reclaim(). - &quot;mm: mincore: misc cleanups&quot; (Kefeng Wang)   Clean up and simplifies the mincore code. Most importantly, it   removes the historical special behavior that always reports VM_PFNMAP   pages as non-resident. - &quot;mm/huge_memory: drop dead split helper variants&quot; (Kiryl Shutsemau)   Two trivial cleanups in the folio split API - &quot;mm/damon: fix uninitialized DAMOS field and kunit exec expectation   bugs&quot; (SJ Park)   Resolve minor operational and testing bugs in DAMON identified by   Sashiko. It initializes the damos-&gt;last_applied field to prevent   occasional efficiency degradation and fixes invalid memory accesses   in DAMON KUnit tests during test failure handling. - &quot;cleanup for stable_page_flags()&quot; (Jinjiang Tu)   Clean up and refactor stable_page_flags() used by /proc/kpageflags   without altering functionality.   It uses BIT_ULL() to prevent shift-overflow warnings on 64-bit flag   bits, converts folio-specific flag checks to standard folio_test_*()   helpers, and removes redundant CONFIG_PAGE_IDLE_FLAG handling. - &quot;Batch unmap of uffd-wp file folios&quot; (Dev Jain)   Extend batched folio unmapping support to file folios within   userfaultfd write-protect (uffd-wp) VMAs by adding batching   capabilities to pte_install_uffd_wp_if_needed().   This removes special-case restrictions on uffd-wp VMAs in   try_to_unmap_one(), significantly simplifying the function&apos;s control   flow and complexity. - &quot;mm/early_ioremap: clarify and clean up early_ioremap_reset()&quot;   (Sang-Heon Jeon)   Clarify and clean up the architecture-specific usage of   __late_set_fixmap() and __late_clear_fixmap() after   early_ioremap_reset()   It adds explicit documentation regarding when early_ioremap_reset()   must be called and removes redundant macro definitions and reset   calls in the RISC-V and ARM64 architectures. - &quot;mm: fix reclaim storms in defrag_mode&quot; (Johannes Weiner)   Address severe performance regressions, swap storms, and spurious   OOMs caused by vm.defrag_mode=1 under high memory pressure in Meta   production   It updates the page allocator slowpath so non-movable allocation   requests actively trigger direct reclaim and direct compaction at   pageblock_order scale, allowing them to claim whole pageblocks rather   than spinning unproductively. - &quot;zram: lockmap tweaks&quot; (Sebastian Siewior)   Optimize and fix lockdep tracking for zram devices by consolidating   per-entry lockmaps and isolate lock classes across multiple instances   This reduces memory overhead by replacing per-entry lockdep_map   instances with a single map per struct zram, and assigns a dynamic   lock_class_key to each instance to prevent false deadlock reports   when different zram devices are backed by distinct filesystems.* tag &apos;mm-stable-2026-08-18-18-39&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (501 commits)  selftests/mm: thuge-gen: fix test_shmget() for PAGE_SIZE check  selftests/mm: unpoison pages in memory-failure teardown  mm/shmem: downgrade final i_blocks check in shmem_evict_inode() to pr_warn()  mm/khugepaged: replace mutex_lock/mutex_unlock usage with guard macro  mm/zsmalloc: fix release order of locks in zs_page_migrate()  Documentation: zram: remove sections numbering  ksm: stop iterating VMAs when ksm_test_exit returns true  mm: fold userfaultfd_rwp() to false without CONFIG_ARCH_HAS_PTE_PROTNONE  mm/migrate: report RCU-tasks quiescent states in migrate_pages_batch()  zram: use a custom key for each zram object  zram: move lockmap to be per-zram instead per table  selftests/mm: fix gup_longterm EINVAL error message  mm: page_alloc: fix non-movable reclaim storm in defrag_mode  mm: page_alloc: move capture_control to the page allocator  mm: compaction: support non-movable compaction for pageblock requests  mm: page_alloc: __GFP_FS lockdep annotation for direct compaction  hugetlb: evaluate subpool free state while locked  mm/damon: remove trailing semicolons after function definitions  mm/damon/ops-common: prevent migration fallback to non-target nodes  mm/damon: update outdated comment about DAMOS filter handling  ...

            List of files:
            /linux/arch/arm64/Kconfig</description>
        <pubDate>Fri, 21 Aug 2026 03:17:08 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c6f11553c067d7d9ed2dcffe1e01780441d4e6e2 - mm: decouple protnone helpers from CONFIG_NUMA_BALANCING</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/Kconfig#c6f11553c067d7d9ed2dcffe1e01780441d4e6e2</link>
        <description>mm: decouple protnone helpers from CONFIG_NUMA_BALANCINGPatch series &quot;userfaultfd: working set tracking for VM guest memory&quot;, v10.This series adds userfaultfd support for tracking the working set of VMguest memory, so a VMM can identify hot pages and reclaim cold ones totiered or remote storage.This patch (of 15):pte_protnone() and pmd_protnone() detect present-but-inaccessible pagetable entries.  This capability is useful beyond NUMA balancing -- forexample, userfaultfd working set tracking uses protnone PTEs to track pageaccess without unmapping pages.Introduce CONFIG_ARCH_HAS_PTE_PROTNONE to decouple the protnone PTEinfrastructure from CONFIG_NUMA_BALANCING.  The six architectures thatsupport protnone PTEs (x86_64, arm64, powerpc, s390, riscv, loongarch) nowselect this option, and CONFIG_NUMA_BALANCING depends on it.No functional change -- the same set of architectures continues to haveworking protnone support, but the infrastructure is now availableindependently of NUMA balancing.Link: https://lore.kernel.org/20260708111417.173443-1-kirill@shutemov.nameLink: https://lore.kernel.org/20260708111417.173443-2-kirill@shutemov.nameSigned-off-by: Kiryl Shutsemau (Meta) &lt;kas@kernel.org&gt;Assisted-by: Claude:claude-opus-4-6Acked-by: SeongJae Park &lt;sj@kernel.org&gt;Acked-by: Mike Rapoport (Microsoft) &lt;rppt@kernel.org&gt;Cc: Andrea Arcangeli &lt;aarcange@redhat.com&gt;Cc: David Hildenbrand &lt;david@kernel.org&gt;Cc: James Houghton &lt;jthoughton@google.com&gt;Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;Cc: Liam Howlett &lt;liam@infradead.org&gt;Cc: Lorenzo Stoakes &lt;ljs@kernel.org&gt;Cc: Paolo Bonzini &lt;pbonzini@redhat.com&gt;Cc: Peter Xu &lt;peterx@redhat.com&gt;Cc: Sean Christopherson &lt;seanjc@google.com&gt;Cc: Suren Baghdasaryan &lt;surenb@google.com&gt;Cc: Vlastimil Babka &lt;vbabka@kernel.org&gt;Cc: Zi Yan &lt;ziy@nvidia.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/arch/arm64/Kconfig</description>
        <pubDate>Wed, 08 Jul 2026 13:14:02 +0200</pubDate>
        <dc:creator>Kiryl Shutsemau (Meta) &lt;kas@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d547b1001755c170094c64bc45f9efba2c150feb - mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVES</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/Kconfig#d547b1001755c170094c64bc45f9efba2c150feb</link>
        <description>mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVESCONFIG_ARCH_ENABLE_THP_MIGRATION gates PMD-level migration entries. PMD-level device-private entries use the same migration mechanism andtherefore require the same architecture support.Upcoming PMD-level swap entries can use the same PMD softleaf helperswithout depending on page migration, so rename the architecture gate toCONFIG_ARCH_HAS_PMD_SOFTLEAVES.  This describes the PMD entry capabilityrather than one current user of it.This is a pure rename: the set of selecting architectures (x86, arm64,s390, riscv, loongarch, and powerpc on PPC_BOOK3S_64) and the gatingsemantics are unchanged.No functional change intended.Link: https://lore.kernel.org/20260706114320.1643046-7-usama.arif@linux.devSigned-off-by: Usama Arif &lt;usama.arif@linux.dev&gt;Reviewed-by: Zi Yan &lt;ziy@nvidia.com&gt;Acked-by: David Hildenbrand (Arm) &lt;david@kernel.org&gt;Cc: Alexandre Ghiti &lt;alex@ghiti.fr&gt;Cc: Baolin Wang &lt;baolin.wang@linux.alibaba.com&gt;Cc: Baoquan He &lt;baoquan.he@linux.dev&gt;Cc: Barry Song &lt;baohua@kernel.org&gt;Cc: Chris Li &lt;chrisl@kernel.org&gt;Cc: Dev Jain &lt;dev.jain@arm.com&gt;Cc: &quot;Huang, Ying&quot; &lt;ying.huang@linux.alibaba.com&gt;Cc: Johannes Weiner &lt;hannes@cmpxchg.org&gt;Cc: Kairui Song &lt;kasong@tencent.com&gt;Cc: Kemeng Shi &lt;shikemeng@huaweicloud.com&gt;Cc: Kiryl Shutsemau &lt;kas@kernel.org&gt;Cc: Lance Yang &lt;lance.yang@linux.dev&gt;Cc: Liam R. Howlett &lt;liam@infradead.org&gt;Cc: Lorenzo Stoakes &lt;ljs@kernel.org&gt;Cc: Matthew Wilcox (Oracle) &lt;willy@infradead.org&gt;Cc: Nhat Pham &lt;nphamcs@gmail.com&gt;Cc: Nico Pache &lt;npache@redhat.com&gt;Cc: Rik van Riel &lt;riel@surriel.com&gt;Cc: Ryan Roberts &lt;ryan.roberts@arm.com&gt;Cc: Shakeel Butt &lt;shakeel.butt@linux.dev&gt;Cc: Vlastimil Babka &lt;vbabka@kernel.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/arch/arm64/Kconfig</description>
        <pubDate>Mon, 06 Jul 2026 13:42:08 +0200</pubDate>
        <dc:creator>Usama Arif &lt;usama.arif@linux.dev&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/arm64/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/arm64/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/arm64/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/arm64/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/arm64/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/arm64/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/arm64/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/arm64/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>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/arm64/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/arm64/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/arm64/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/arm64/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/arm64/Kconfig#b4d85f863e5a6f1fa01b186001af0f68f4f5239e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.3 merge window.

            List of files:
            /linux/arch/arm64/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/arm64/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/arm64/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/arm64/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/arm64/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>dfa35434d7f20142fedd7120277b1044a0a2bb64 - Merge tag &apos;locking-core-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/arm64/Kconfig#dfa35434d7f20142fedd7120277b1044a0a2bb64</link>
        <description>Merge tag &apos;locking-core-2026-08-17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipPull locking updates from Ingo Molnar: &quot;Futexes:   - Use runtime constants for futex_hash computation (K Prateek Nayak,     Peter Zijlstra)   - Optimise the size check get_futex_key() (Sebastian Andrzej Siewior)   - Avoid private hash use-after-free on final put (Felix Hoffmann)   - Tell kmemleak we&apos;re not leaking __futex_queues (Peter Zijlstra)  Rust integration updates:   - Implement refcounted interrupt disable and SpinLockIrq for Rust     (Boqun Feng, Heiko Carstens, Joel Fernandes, Lyude Paul)   - Rust sync: add helpers for mb, dma_mb and friends; add generic     memory barriers and use LKMM atomics instead of Rust atomics in the     revocable code (Gary Guo)   - Add abstraction and integrate synchronize_rcu() (Philipp Stanner)  Lock debugging:   - Add qspinlock contended_release tracepoint (Dmitry Ilvokhin, Peter     Zijlstra)   - Enable the printing of held locks of remote running tasks and print     task CPU (Ingo Molnar)   - percpu-rwsem: Annotate intentional data race in readers_active_check()     (Sun Shaojie)  Misc fixes and updates by Boqun Feng, Peter Zijlstra, Fangrui Song,  Naveen Kumar Chaudhary and Thomas Huth&quot;* tag &apos;locking-core-2026-08-17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (44 commits)  rust: sync: Introduce SpinLockIrq::lock_with() and friends  rust: sync: Add SpinLockIrq  rust: sync: Use super::* in spinlock.rs  rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers  rust: Introduce interrupt module  s390/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS  arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS  preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS  sched: Avoid signed comparison of preempt_count() in __cant_migrate()  sched: Remove the unused preempt_offset parameter of __cant_sleep()  locking: Switch to _irq_{disable,enable}() variants in cleanup guards  irq: Add KUnit test for refcounted interrupt enable/disable  irq,spin_lock: Add counted interrupt disabling/enabling  openrisc: Include &lt;linux/cpumask.h&gt; in smp.h  preempt: Introduce __preempt_count_{sub,add}_return()  preempt: Introduce HARDIRQ_DISABLE_BITS  preempt: Track NMI nesting to separate per-CPU counter  futex: Tell kmemleak we&apos;re not leaking __futex_queues  x86/paravirt: Trace contended_release on unlock  tracing/lock: Use TRACE_EVENT_FN() for contended_release  ...

            List of files:
            /linux/arch/arm64/Kconfig</description>
        <pubDate>Tue, 18 Aug 2026 22:07:17 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>85cdaca6970028bf6f544c355c90035586836ddf - Merge tag &apos;arm64-upstream&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/Kconfig#85cdaca6970028bf6f544c355c90035586836ddf</link>
        <description>Merge tag &apos;arm64-upstream&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxPull arm64 updates from Will Deacon: &quot;There&apos;s a reasonable amount of stuff here, including a bunch of  updates to the perf PMU drivers and some MPAM updates to expose the  memory bandwidth counters via resctrl.  On the architecture side, some highlights include support for BBML3  and steps towards support for an architectural NMI solution, all  wrapped up in a web of fixes for latent issues identified by Sashiko.  ACPI:   - Combine reads of AMU counters into a single FFH feedback counter op  Confidential computing:   - Fix smp_processor_id() in preemptible context when retrieving an     attestation token inside a realm   - Convert pKVM over to a &quot;CC platform&quot;   - Clean-up our SWIOTLB configuration in preparation for reworking the     handling of encrypted/decryped DMA buffers in the dma-mapping tree  CPU errata handling:   - Work around broken device memory ordering on NVIDIA Olympus cores   - Fix broken &apos;nospectre_bhb&apos; command-line option   - Select the idle loop backend instruction on the command-line  CPU features:   - Replace our BBML2-noabort feature with the new architectural BBML3     feature   - Disable in-kernel BTI for recent versions of Clang due to issues     with livepatch that are still being investigated   - Clean-up documentation describing which ID register fields are     exposed to userspace  Interrupts:   - Preliminary work towards supporting FEAT_NMI, which cleans up our     IRQ entry code and fixes some latent issues with pseudo-NMI   - Support for an SDEI backend to trigger an NMI backtrace  Memory management:   - Treat all devices as coherent when CLIDR_EL1.LoC == 0   - Fix no-map handling of sub-page-sized regions   - Second attempt at unmapping the linear aliases of the kernel data     and bss sections   - Fix EFI runtime calls when software-PAN is enabled  Miscellaneous:   - Add Mark Rutland as a reviewer!   - Tidy-up our futex cmpxchg logic when using the new LSUI     instructions   - Drop the requirement on DYNAMIC_FTRACE_WITH_CALL_OPS when     selecting HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALLS   - Fix a false-positive KCSCAN splat in the delay loop   - Use a portable typedef for 128-bit scalar types in our UAPI headers   - Non-critical fixes for Sashiko reports all over  MPAM:   - Hook MPAM memory bandwidth counters into resctrl&apos;s counter     assignment interface   - Fix a quirk in the MPAM bandwidth counting on Nvidia T241 so that     it also applies to 63 bit counters  Perf:   - Workarounds for hardware issues in the CMN-S3 PMU (Graviton 5) and     CPU PMU (NVIDIA Olympus again!)   - Add support for the DDR PMU on Marvell CN20K SoCs   - Add support for Picoheart implementations of the DCW PCIe PMU   - Add support for Channel/Rank/Bank filtering in the CXL PMU driver   - Add support for 64-bit counters in the CSPMU device   - Add support for revision 2 of the CMN S3 PMU  Ptrace:   - Fix a decade-old bug in our handling of seccomp and tracing on     syscall entry   - Fix regset handling for inactive SVE and SSVE registers  Selftests   - Add some tests for the decade-old bug that we just tried to fix in     our syscall entry path   - Fix SVE test crash on SME-only CPUs&quot;* tag &apos;arm64-upstream&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: (95 commits)  arm64/efi: Avoid voluntary preemption with efi_mm installed  arm64: bti: Disable in-kernel BTI with recent versions of Clang  arm64: entry: Avoid unnecessary local_irq_disable() on kernel exit  irqchip/gic-v3: make the unmasking of pseudo-NMIs explicit when handling IRQs  arm64: Disable KCSAN instrumentation in delay.o  arm_mpam: Disable driver unbind to avoid UAF  arm_mpam: Fix a NULL pointer dereference on unbinding after an error interrupt  perf: arm_pmuv3: Zero initialize hw_id branch stack field  arm64: mm: Unmap kernel data/bss entirely from the linear map  iommu/arm-smmu-v3-sva: Use system_supports_bbml3() to detect CPU feature  perf/arm-cmn: Support CMN S3 r2  perf/arm-cmn: Plumb in new filter types  perf/arm-cmn: Refactor event filter data  perf/arm-cmn: Refactor event filter programming  perf/arm-cmn: Rename filter variables for clarity  arm64: mm: fix accidental linear mapping of no-map reserved memory  tools: Ensure tools copy of linux/filter.h exports the UAPI  kselftest/arm64: Fix abi test compilation errors  arch: arm64: add early_param idle=&lt;wfi|yield|nop&gt;  arm64: entry: mask DAIF before returning from C EL1 handlers  ...

            List of files:
            /linux/arch/arm64/Kconfig</description>
        <pubDate>Tue, 18 Aug 2026 20:57:17 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
