<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>5a0fcb0e - cxl: Remove driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#5a0fcb0e</link>
        <description>cxl: Remove driverRemove the cxl driver that provides support for the IBM CoherentAccelerator Processor Interface. Revert or clean up associated code inarch/powerpc that is no longer necessary.cxl has received minimal maintenance for several years, and is notsupported on the Power10 processor. We aren&apos;t aware of any users who arelikely to be using recent kernels.Thanks to Mikey Neuling, Ian Munsie, Daniel Axtens, Frederic Barrat,Christophe Lombard, Philippe Bergheaud, Vaibhav Jain and AlastairD&apos;Silva for their work on this driver over the years.Signed-off-by: Andrew Donnellan &lt;ajd@linux.ibm.com&gt;Acked-by: Frederic Barrat &lt;fbarrat@linux.ibm.com&gt;Acked-by: Madhavan Srinivasan &lt;maddy@linux.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://patch.msgid.link/20250219070007.177725-2-ajd@linux.ibm.com

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Wed, 19 Feb 2025 07:00:06 +0000</pubDate>
        <dc:creator>Andrew Donnellan &lt;ajd@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>37df9043 - misc:minor basic kunit tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#37df9043</link>
        <description>misc:minor basic kunit testsbasic kunit tests for misc minorSigned-off-by: Vimal Agrawal &lt;vimal.agrawal@sophos.com&gt;Reviewed-by: Dirk VanDerMerwe &lt;dirk.vandermerwe@sophos.com&gt;Link: https://lore.kernel.org/r/20241021133926.23774-1-vimal.agrawal@sophos.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Mon, 21 Oct 2024 13:39:26 +0000</pubDate>
        <dc:creator>Vimal Agrawal &lt;vimal.agrawal@sophos.com&gt;</dc:creator>
    </item>
<item>
        <title>185686be - misc: Add support for LAN966x PCI device</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#185686be</link>
        <description>misc: Add support for LAN966x PCI deviceAdd a PCI driver that handles the LAN966x PCI device using a device-treeoverlay. This overlay is applied to the PCI device DT node and allows todescribe components that are present in the device.The memory from the device-tree is remapped to the BAR memory thanks to&quot;ranges&quot; properties computed at runtime by the PCI core during the PCIenumeration.The PCI device itself acts as an interrupt controller and is used as theparent of the internal LAN966x interrupt controller to route theinterrupts to the assigned PCI INTx interrupt.Signed-off-by: Herve Codina &lt;herve.codina@bootlin.com&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Acked-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;	# quirks.cLink: https://lore.kernel.org/r/20241014124636.24221-2-herve.codina@bootlin.comSigned-off-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Mon, 14 Oct 2024 12:46:30 +0000</pubDate>
        <dc:creator>Herve Codina &lt;herve.codina@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>78fe6636 - misc: ti-st: st_kim: remove the driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#78fe6636</link>
        <description>misc: ti-st: st_kim: remove the driverThis driver has only ever been used by the omap4-panda board file. Thisfile has been gone for over 10 years. Let it go.Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;Link: https://lore.kernel.org/r/20241016094117.16654-1-brgl@bgdev.plSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Wed, 16 Oct 2024 09:41:17 +0000</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>1e9046e3 - rpmb: add Replay Protected Memory Block (RPMB) subsystem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#1e9046e3</link>
        <description>rpmb: add Replay Protected Memory Block (RPMB) subsystemA number of storage technologies support a specialised hardwarepartition designed to be resistant to replay attacks. The underlyingHW protocols differ but the operations are common. The RPMB partitioncannot be accessed via standard block layer, but by a set of specificRPMB commands. Such a partition provides authenticated and replayprotected access, hence suitable as a secure storage.The initial aim of this patch is to provide a simple RPMB driverinterface which can be accessed by the optee driver to facilitate earlyRPMB access to OP-TEE OS (secure OS) during the boot time.A TEE device driver can claim the RPMB interface, for example, viarpmb_interface_register() or rpmb_dev_find_device(). The RPMB driverprovides a callback to route RPMB frames to the RPMB device accessiblevia rpmb_route_frames().The detailed operation of implementing the access is left to the TEEdevice driver itself.Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;Signed-off-by: Alex Benn&#233;e &lt;alex.bennee@linaro.org&gt;Signed-off-by: Shyam Saini &lt;shyamsaini@linux.microsoft.com&gt;Signed-off-by: Jens Wiklander &lt;jens.wiklander@linaro.org&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Tested-by: Manuel Traut &lt;manut@mecka.net&gt;Reviewed-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;Reviewed-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Link: https://lore.kernel.org/r/20240814153558.708365-2-jens.wiklander@linaro.orgSigned-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Wed, 14 Aug 2024 15:35:55 +0000</pubDate>
        <dc:creator>Jens Wiklander &lt;jens.wiklander@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>5f67eef6 - misc: mrvl-cn10k-dpi: add Octeon CN10K DPI administrative driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#5f67eef6</link>
        <description>misc: mrvl-cn10k-dpi: add Octeon CN10K DPI administrative driverAdds a misc driver for Marvell CN10K DPI(DMA Engine) device&apos;s physicalfunction which initializes DPI DMA hardware&apos;s global configuration andenables hardware mailbox channels between physical function (PF) andit&apos;s virtual functions (VF). VF device drivers (User space drivers) usethis hw mailbox to communicate any required device configuration on it&apos;srespective VF device. Accordingly, this DPI PF driver provisions theVF device resources.At the hardware level, the DPI physical function (PF) acts as a managementinterface to setup the VF device resources, VF devices are only provisionedto handle or control the actual DMA Engine&apos;s data transfer capabilities.Signed-off-by: Vamsi Attunuru &lt;vattunuru@marvell.com&gt;Reviewed-by: Srujana Challa &lt;schalla@marvell.com&gt;Link: https://lore.kernel.org/r/20240706153009.3775333-1-vattunuru@marvell.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Sat, 06 Jul 2024 15:30:09 +0000</pubDate>
        <dc:creator>Vamsi Attunuru &lt;vattunuru@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>a1944676 - misc: keba: Add basic KEBA CP500 system FPGA support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#a1944676</link>
        <description>misc: keba: Add basic KEBA CP500 system FPGA supportThe KEBA CP500 system FPGA is a PCIe device, which consists of multipleIP cores. Every IP core has its own auxiliary driver. The cp500 driverregisters an auxiliary device for each device and the correspondingdrivers are loaded by the Linux driver infrastructure.Currently 3 variants of this device exists. Every variant has its ownPCI device ID, which is used to determine the list of available IPcores. In this first version only the auxiliary device for the I2Ccontroller is registered.Besides the auxiliary device registration some other basic functions ofthe FPGA are implemented; e.g, FPGA version sysfs file, keep FPGAconfiguration on reset sysfs file, error message for errors on theinternal AXI bus of the FPGA.Signed-off-by: Gerhard Engleder &lt;eg@keba.com&gt;Link: https://lore.kernel.org/r/20240630194740.7137-2-gerhard@engleder-embedded.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Sun, 30 Jun 2024 19:47:39 +0000</pubDate>
        <dc:creator>Gerhard Engleder &lt;eg@keba.com&gt;</dc:creator>
    </item>
<item>
        <title>25b9cadb - ntsync: Introduce the ntsync driver and character device.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#25b9cadb</link>
        <description>ntsync: Introduce the ntsync driver and character device.ntsync uses a misc device as the simplest and least intrusive uAPI interface.Each file description on the device represents an isolated NT instance, intendedto correspond to a single NT virtual machine.Signed-off-by: Elizabeth Figura &lt;zfigura@codeweavers.com&gt;Link: https://lore.kernel.org/r/20240329000621.148791-2-zfigura@codeweavers.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Fri, 29 Mar 2024 00:05:52 +0000</pubDate>
        <dc:creator>Elizabeth Figura &lt;zfigura@codeweavers.com&gt;</dc:creator>
    </item>
<item>
        <title>b9873755 - misc: Add Nitro Secure Module driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#b9873755</link>
        <description>misc: Add Nitro Secure Module driverWhen running Linux inside a Nitro Enclave, the hypervisor provides aspecial virtio device called &quot;Nitro Security Module&quot; (NSM). This devicehas 3 main functions:  1) Provide attestation reports  2) Modify PCR state  3) Provide entropyThis patch adds a driver for NSM that exposes a /dev/nsm device node whichuser space can issue an ioctl on this device with raw NSM CBOR formattedcommands to request attestation documents, influence PCR states, readentropy and enumerate status of the device. In addition, the driverimplements a hwrng backend.Originally-by: Petre Eftime &lt;petre.eftime@gmail.com&gt;Signed-off-by: Alexander Graf &lt;graf@amazon.com&gt;Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20231011213522.51781-1-graf@amazon.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Wed, 11 Oct 2023 21:35:22 +0000</pubDate>
        <dc:creator>Alexander Graf &lt;graf@amazon.com&gt;</dc:creator>
    </item>
<item>
        <title>a0df3ef0 - misc: tps6594-pfsm: Add driver for TI TPS6594 PFSM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#a0df3ef0</link>
        <description>misc: tps6594-pfsm: Add driver for TI TPS6594 PFSMThis PFSM controls the operational modes of the PMIC:- STANDBY and LP_STANDBY,- ACTIVE state,- MCU_ONLY state,- RETENTION state, with or without DDR and/or GPIO retention.Depending on the current operational mode, some voltage domainsremain energized while others can be off.This PFSM is also used to trigger a firmware update, and providesR/W access to device registers.See Documentation/misc-devices/tps6594-pfsm.rst for moreinformation.Signed-off-by: Julien Panis &lt;jpanis@baylibre.com&gt;Message-ID: &lt;20230511095126.105104-5-jpanis@baylibre.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Thu, 11 May 2023 09:51:24 +0000</pubDate>
        <dc:creator>Julien Panis &lt;jpanis@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>875fdd07 - misc: tps6594-esm: Add driver for TI TPS6594 ESM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#875fdd07</link>
        <description>misc: tps6594-esm: Add driver for TI TPS6594 ESMThis patch adds support for TPS6594 ESM (Error Signal Monitor).This device monitors the SoC error output signal at its nERR_SOC input pin.In error condition, ESM toggles its nRSTOUT_SOC pin to reset the SoC.Signed-off-by: Julien Panis &lt;jpanis@baylibre.com&gt;Message-ID: &lt;20230511095126.105104-4-jpanis@baylibre.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Thu, 11 May 2023 09:51:23 +0000</pubDate>
        <dc:creator>Julien Panis &lt;jpanis@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>e65e175b - habanalabs: move driver to accel subsystem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#e65e175b</link>
        <description>habanalabs: move driver to accel subsystemNow that we have a subsystem for compute accelerators, move thehabanalabs driver to it.This patch only moves the files and fixes the Makefiles. Futurepatches will change the existing code to register to the accelsubsystem and expose the accel device char files instead of thehabanalabs device char files.Update the MAINTAINERS file to reflect this change.Signed-off-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Mon, 26 Dec 2022 21:05:00 +0000</pubDate>
        <dc:creator>Oded Gabbay &lt;ogabbay@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>895ae5be - drivers: misc: Add Support for TMR Inject IP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#895ae5be</link>
        <description>drivers: misc: Add Support for TMR Inject IPThe Triple Modular Redundancy(TMR) provides functional fault injection bychanging selected MicroBlaze instructions, which provides the possibilityto verify that the TMR subsystem error detection and fault recovery logicis working properly.Usage:echo 1 &gt; /sys/kernel/debug/xtmr_inject/inject_fault/inject_faultSigned-off-by: Appana Durga Kedareswara rao &lt;appana.durga.kedareswara.rao@amd.com&gt;Link: https://lore.kernel.org/r/20221125054113.122833-5-appana.durga.kedareswara.rao@amd.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Fri, 25 Nov 2022 05:41:13 +0000</pubDate>
        <dc:creator>Appana Durga Kedareswara rao &lt;appana.durga.kedareswara.rao@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>f5ec7f54 - drivers: misc: Add Support for TMR Manager</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#f5ec7f54</link>
        <description>drivers: misc: Add Support for TMR ManagerTriple Modular Redundancy(TMR) subsystem contains three microblaze cores,subsystem is fault-tolerant and continues to operate nominally afterencountering an error. Together with the capability to detect and recoverfrom errors, the implementation ensures the reliability of the entiresubsystem.  TMR Manager is responsible for performing recovery of thesubsystem detects the fault via a break signal it invokes microblazesoftware break handler which calls the tmr manager driver api toupdate the error count and status, added support for fault detectionfeature via sysfs interface.Usage:To know the break handler count(Error count):cat /sys/devices/platform/amba_pl/44a10000.tmr_manager/errcntSigned-off-by: Appana Durga Kedareswara rao &lt;appana.durga.kedareswara.rao@amd.com&gt;Link: https://lore.kernel.org/r/20221125054113.122833-3-appana.durga.kedareswara.rao@amd.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Fri, 25 Nov 2022 05:41:11 +0000</pubDate>
        <dc:creator>Appana Durga Kedareswara rao &lt;appana.durga.kedareswara.rao@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>763dc90e - misc: smpro-misc: Add Ampere&apos;s Altra SMpro misc driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#763dc90e</link>
        <description>misc: smpro-misc: Add Ampere&apos;s Altra SMpro misc driverAdd driver support for accessing various information reported byAmpere&apos;s SMpro co-processor such as Boot Progress and othermiscellaneous data.Signed-off-by: Quan Nguyen &lt;quan@os.amperecomputing.com&gt;Link: https://lore.kernel.org/r/20221031024442.2490881-4-quan@os.amperecomputing.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Mon, 31 Oct 2022 02:44:42 +0000</pubDate>
        <dc:creator>Quan Nguyen &lt;quan@os.amperecomputing.com&gt;</dc:creator>
    </item>
<item>
        <title>4a4a4e9e - misc: smpro-errmon: Add Ampere&apos;s SMpro error monitor driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#4a4a4e9e</link>
        <description>misc: smpro-errmon: Add Ampere&apos;s SMpro error monitor driverAdd Ampere&apos;s SMpro error monitor driver for monitoring and reportingRAS-related errors as reported by SMpro co-processor found on Ampere&apos;sAltra processor family.Signed-off-by: Quan Nguyen &lt;quan@os.amperecomputing.com&gt;Link: https://lore.kernel.org/r/20221031024442.2490881-3-quan@os.amperecomputing.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Mon, 31 Oct 2022 02:44:41 +0000</pubDate>
        <dc:creator>Quan Nguyen &lt;quan@os.amperecomputing.com&gt;</dc:creator>
    </item>
<item>
        <title>393fc2f5 - misc: microchip: pci1xxxx: load auxiliary bus driver for the PIO function in the multi-function endpoint of pci1xxxx device.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#393fc2f5</link>
        <description>misc: microchip: pci1xxxx: load auxiliary bus driver for the PIO function in the multi-function endpoint of pci1xxxx device.pci1xxxx is a PCIe switch with a multi-function endpoint on one of itsdownstream ports. PIO function is one of the functions in themulti-function endpoint. PIO function combines a GPIO controller and alsoan interface to program pci1xxxx&apos;s OTP &amp; EEPROM. This auxiliary bus driveris loaded for the PIO function and separate child devices are enumeratedfor GPIO controller and OTP/EEPROM interface.Signed-off-by: Kumaravel Thiagarajan &lt;kumaravel.thiagarajan@microchip.com&gt;Link: https://lore.kernel.org/r/20220824200047.150308-2-kumaravel.thiagarajan@microchip.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Wed, 24 Aug 2022 20:00:43 +0000</pubDate>
        <dc:creator>Kumaravel Thiagarajan &lt;kumaravel.thiagarajan@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>6c93c6f3 - misc: Add a mechanism to detect stalls on guest vCPUs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#6c93c6f3</link>
        <description>misc: Add a mechanism to detect stalls on guest vCPUsThis driver creates per-cpu hrtimers which are required to do theperiodic &apos;pet&apos; operation. On a conventional watchdog-core driver, theuserspace is responsible for delivering the &apos;pet&apos; events by writing tothe particular /dev/watchdogN node. In this case we require a strongthread affinity to be able to account for lost time on a per vCPU.This part of the driver is the &apos;frontend&apos; which is reponsible fordelivering the periodic &apos;pet&apos; events, configuring the virtual peripheraland listening for cpu hotplug events. The other part of the driver isan emulated MMIO device which is part of the KVM virtual machinemonitor and this part accounts for lost time by looking at the/proc/{}/task/{}/stat entries.Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Reviewed-by: Will Deacon &lt;will@kernel.org&gt;Signed-off-by: Sebastian Ene &lt;sebastianene@google.com&gt;Link: https://lore.kernel.org/r/20220711081720.2870509-3-sebastianene@google.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Mon, 11 Jul 2022 08:17:20 +0000</pubDate>
        <dc:creator>Sebastian Ene &lt;sebastianene@google.com&gt;</dc:creator>
    </item>
<item>
        <title>f396eded - misc: open-dice: Add driver to expose DICE data to userspace</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#f396eded</link>
        <description>misc: open-dice: Add driver to expose DICE data to userspaceOpen Profile for DICE is an open protocol for measured boot compatiblewith the Trusted Computing Group&apos;s Device Identifier CompositionEngine (DICE) specification. The generated Compound Device Identifier(CDI) certificates represent the hardware/software combination measuredby DICE, and can be used for remote attestation and sealing.Add a driver that exposes reserved memory regions populated by firmwarewith DICE CDIs and exposes them to userspace via a character device.Userspace obtains the memory region&apos;s size from read() and calls mmap()to create a mapping of the memory region in its address space. Themapping is not allowed to be write+shared, giving userspace a guaranteethat the data were not overwritten by another process.Userspace can also call write(), which triggers a wipe of the DICE databy the driver. Because both the kernel and userspace mappings usewrite-combine semantics, all clients observe the memory as zeroed afterthe syscall has returned.Cc: Andrew Scull &lt;ascull@google.com&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: David Brazdil &lt;dbrazdil@google.com&gt;Link: https://lore.kernel.org/r/20220126231237.529308-3-dbrazdil@google.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Wed, 26 Jan 2022 23:12:37 +0000</pubDate>
        <dc:creator>David Brazdil &lt;dbrazdil@google.com&gt;</dc:creator>
    </item>
<item>
        <title>0f920277 - misc: gehc-achc: new driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/Makefile#0f920277</link>
        <description>misc: gehc-achc: new driverGeneral Electric Healthcare&apos;s PPD has a secondary processor fromNXP&apos;s Kinetis K20 series. That device has two SPI chip selects:The main interface&apos;s behaviour depends on the loaded firmwareand is currently unused.The secondary interface can be used to update the firmware usingEzPort protocol. This is implemented by this driver using thekernel&apos;s firmware API. The firmware is being flashed intonon-volatile flash memory, so it is enough to flash it onceand not on every boot. Flashing will wear the flash memory(it has a life time of at least 10k programming cycles). Atthe same time only occasional FW updates are expected (like e.g.a BIOS update). Thus the firmware update is triggered via sysfsinstead of doing it in the driver&apos;s probe routine like manyother drivers.Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;Link: https://lore.kernel.org/r/20210802172309.164365-4-sebastian.reichel@collabora.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/Makefile</description>
        <pubDate>Mon, 02 Aug 2021 17:23:09 +0000</pubDate>
        <dc:creator>Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;</dc:creator>
    </item>
</channel>
</rss>
