<?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>86b525be - drivers pps: add PPS generators support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/Makefile#86b525be</link>
        <description>drivers pps: add PPS generators supportSometimes one needs to be able not only to catch PPS signals but toproduce them also. For example, running a distributed simulation,which requires computers&apos; clock to be synchronized very tightly.This patch adds PPS generators class in order to have a well-definedinterface for these devices.Signed-off-by: Rodolfo Giometti &lt;giometti@enneenne.com&gt;Link: https://lore.kernel.org/r/20241108073115.759039-2-giometti@enneenne.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/pps/Makefile</description>
        <pubDate>Fri, 08 Nov 2024 07:31:12 +0000</pubDate>
        <dc:creator>Rodolfo Giometti &lt;giometti@enneenne.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/pps/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>46b402a0 - pps: add parallel port PPS signal generator</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/Makefile#46b402a0</link>
        <description>pps: add parallel port PPS signal generatorAdd PPS signal generator which utilizes STROBE pin of a parallel port tosend PPS signals.  It uses parport abstraction layer and hrtimers toprecisely control the signal.[akpm@linux-foundation.org: fix build]Signed-off-by: Alexander Gordeev &lt;lasaine@lvk.cs.msu.su&gt;Acked-by: Rodolfo Giometti &lt;giometti@linux.it&gt;Cc: john stultz &lt;johnstul@us.ibm.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/pps/Makefile</description>
        <pubDate>Thu, 13 Jan 2011 01:00:59 +0000</pubDate>
        <dc:creator>Alexander Gordeev &lt;lasaine@lvk.cs.msu.su&gt;</dc:creator>
    </item>
<item>
        <title>717c0336 - pps: add kernel consumer support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/Makefile#717c0336</link>
        <description>pps: add kernel consumer supportAdd an optional feature of PPSAPI, kernel consumer support, which uses theadded hardpps() function.Signed-off-by: Alexander Gordeev &lt;lasaine@lvk.cs.msu.su&gt;Acked-by: Rodolfo Giometti &lt;giometti@linux.it&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/pps/Makefile</description>
        <pubDate>Thu, 13 Jan 2011 01:00:58 +0000</pubDate>
        <dc:creator>Alexander Gordeev &lt;lasaine@lvk.cs.msu.su&gt;</dc:creator>
    </item>
<item>
        <title>697fb85f - pps: LinuxPPS clients support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/Makefile#697fb85f</link>
        <description>pps: LinuxPPS clients supportEach PPS source can be registered/deregistered into the system by usingspecial modules called &quot;clients&quot;.  They simply define the PPS sources&apos;attributes and implement the time signal registration mechanism.This patch adds a special directory for such clients and adds a dummyclient that can be useful to test system integrity on real systems.[akpm@linux-foundation.org: coding-style fixes]Signed-off-by: Rodolfo Giometti &lt;giometti@linux.it&gt;Cc: David Woodhouse &lt;dwmw2@infradead.org&gt;Cc: Greg KH &lt;greg@kroah.com&gt;Cc: Alan Cox &lt;alan@lxorguk.ukuu.org.uk&gt;Cc: Alexander Gordeev &lt;lasaine@lvk.cs.msu.su&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/pps/Makefile</description>
        <pubDate>Wed, 10 Mar 2010 23:23:45 +0000</pubDate>
        <dc:creator>Rodolfo Giometti &lt;giometti@linux.it&gt;</dc:creator>
    </item>
<item>
        <title>eae9d2ba - LinuxPPS: core support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/Makefile#eae9d2ba</link>
        <description>LinuxPPS: core supportThis patch adds the kernel side of the PPS support currently named&quot;LinuxPPS&quot;.PPS means &quot;pulse per second&quot; and a PPS source is just a device whichprovides a high precision signal each second so that an application canuse it to adjust system clock time.Common use is the combination of the NTPD as userland program with a GPSreceiver as PPS source to obtain a wallclock-time with sub-millisecondsynchronisation to UTC.To obtain this goal the userland programs shoud use the PPS APIspecification (RFC 2783 - Pulse-Per-Second API for UNIX-like OperatingSystems, Version 1.0) which in part is implemented by this patch.  Itprovides a set of chars devices, one per PPS source, which can be used toget the time signal.  The RFC&apos;s functions can be implemented by accessingto these char devices.Signed-off-by: Rodolfo Giometti &lt;giometti@linux.it&gt;Cc: David Woodhouse &lt;dwmw2@infradead.org&gt;Cc: Greg KH &lt;greg@kroah.com&gt;Cc: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;Cc: Kay Sievers &lt;kay.sievers@vrfy.org&gt;Acked-by: Alan Cox &lt;alan@lxorguk.ukuu.org.uk&gt;Cc: Michael Kerrisk &lt;mtk.manpages@googlemail.com&gt;Cc: Christoph Hellwig &lt;hch@infradead.org&gt;Cc: Roman Zippel &lt;zippel@linux-m68k.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/pps/Makefile</description>
        <pubDate>Wed, 17 Jun 2009 23:28:37 +0000</pubDate>
        <dc:creator>Rodolfo Giometti &lt;giometti@linux.it&gt;</dc:creator>
    </item>
</channel>
</rss>
