<?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 sysfs-devices-sun</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e5451c8f8330e03ad3cfa16048b4daf961af434f - Merge remote-tracking branch &apos;linusw-gpio/for-next&apos; into devm_gpiochip</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#e5451c8f8330e03ad3cfa16048b4daf961af434f</link>
        <description>Merge remote-tracking branch &apos;linusw-gpio/for-next&apos; into devm_gpiochipBase for demv_gpiochip_add_data() and devm_gpiochip_remove().

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Tue, 23 Feb 2016 15:07:08 +0100</pubDate>
        <dc:creator>Laxman Dewangan &lt;ldewangan@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>42249094f79422fbf5ed4b54eeb48ff096809b8f - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#42249094f79422fbf5ed4b54eeb48ff096809b8f</link>
        <description>Merge branch &apos;next&apos; into for-linusMerge first round of changes for 3.13 merge window.

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Fri, 15 Nov 2013 02:38:05 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4ba25a496f62129a2ad8c2436ab2b402752dc66c - Merge tag &apos;v3.11&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#4ba25a496f62129a2ad8c2436ab2b402752dc66c</link>
        <description>Merge tag &apos;v3.11&apos; into nextMerge with mainline to bring in sync changes to cyttsp4 driver.

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Wed, 18 Sep 2013 16:58:33 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bf550fc93d9855872a95e69e4002256110d89858 - Merge remote-tracking branch &apos;origin/next&apos; into kvm-ppc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#bf550fc93d9855872a95e69e4002256110d89858</link>
        <description>Merge remote-tracking branch &apos;origin/next&apos; into kvm-ppc-nextConflicts:	mm/KconfigCMA DMA split and ZSWAP introduction were conflicting, fix up manually.

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Thu, 29 Aug 2013 00:41:59 +0200</pubDate>
        <dc:creator>Alexander Graf &lt;agraf@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>ee3e542fec6e69bc9fb668698889a37d93950ddf - Merge remote-tracking branch &apos;linus/master&apos; into testing</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#ee3e542fec6e69bc9fb668698889a37d93950ddf</link>
        <description>Merge remote-tracking branch &apos;linus/master&apos; into testing

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Thu, 15 Aug 2013 20:11:45 +0200</pubDate>
        <dc:creator>Sage Weil &lt;sage@inktank.com&gt;</dc:creator>
    </item>
<item>
        <title>cb54b53adae70701bdd77d848cea4b9b39b61cf9 - Merge commit &apos;Merge branch &apos;drm-fixes&apos; of git://people.freedesktop.org/~airlied/linux&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#cb54b53adae70701bdd77d848cea4b9b39b61cf9</link>
        <description>Merge commit &apos;Merge branch &apos;drm-fixes&apos; of git://people.freedesktop.org/~airlied/linux&apos;This backmerges Linus&apos; merge commit of the latest drm-fixes pull:commit 549f3a1218ba18fcde11ef0e22b07e6365645788Merge: 42577ca 058ca4aAuthor: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Date:   Tue Jul 23 15:47:08 2013 -0700    Merge branch &apos;drm-fixes&apos; of git://people.freedesktop.org/~airlied/linuxWe&apos;ve accrued a few too many conflicts, but the real reason is that Iwant to merge the 100% solution for Haswell concurrent registerswrites into drm-intel-next. But that depends upon the 90% bandaidmerged into -fixes:commit a7cd1b8fea2f341b626b255d9898a5ca5fabbf0aAuthor: Chris Wilson &lt;chris@chris-wilson.co.uk&gt;Date:   Fri Jul 19 20:36:51 2013 +0100    drm/i915: Serialize almost all register accessAlso, we can roll up on accrued conflicts.Usually I&apos;d backmerge a tagged -rc, but I want to get this done beforeheading off to vacations next week ;-)Conflicts:	drivers/gpu/drm/i915/i915_dma.c	drivers/gpu/drm/i915/i915_gem.cv2: For added hilarity we have a init sequence conflict around thegt_lock, so need to move that one, too. Spotted by Jani Nikula.Signed-off-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Thu, 25 Jul 2013 09:41:59 +0200</pubDate>
        <dc:creator>Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;</dc:creator>
    </item>
<item>
        <title>a3f8612700507a10ad7186fd77e9f46c7af88335 - Merge branch &apos;master&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#a3f8612700507a10ad7186fd77e9f46c7af88335</link>
        <description>Merge branch &apos;master&apos; into for-nextSync with Linus&apos; master to be able to applytrivial patche to newer code.Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Thu, 25 Jul 2013 12:30:27 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>566c1d0a49da09dfdf23e836398e2607f44c7c5e - Merge tag &apos;v3.11-rc2&apos; into patchwork</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#566c1d0a49da09dfdf23e836398e2607f44c7c5e</link>
        <description>Merge tag &apos;v3.11-rc2&apos; into patchworkLinux 3.11-rc2* tag &apos;v3.11-rc2&apos;: (9535 commits)  Linux 3.11-rc2  ext3: fix a BUG when opening a file with O_TMPFILE flag  ext4: fix a BUG when opening a file with O_TMPFILE flag  vfs: constify dentry parameter in d_count()  livelock avoidance in sget()  allow O_TMPFILE to work with O_WRONLY  Btrfs: fix wrong write offset when replacing a device  Btrfs: re-add root to dead root list if we stop dropping it  Btrfs: fix lock leak when resuming snapshot deletion  Btrfs: update drop progress before stopping snapshot dropping  arm64: use common reboot infrastructure  arm64: mm: don&apos;t treat user cache maintenance faults as writes  arm64: add &apos;#ifdef CONFIG_COMPAT&apos; for aarch32_break_handler()  arm64: Only enable local interrupts after the CPU is marked online  MIPS: kvm: Kconfig: Drop HAVE_KVM dependency from VIRTUALIZATION  um: remove dead code  um: siginfo cleanup  MIPS: Octeon: Fix DT pruning bug with pip ports  uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge cases  um: Fix wait_stub_done() error handling  ...

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Mon, 22 Jul 2013 01:21:51 +0200</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;m.chehab@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>e43fff2b98b4e99b189c086a9cf740b19eaf3538 - Merge branch &apos;linus&apos; into perf/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#e43fff2b98b4e99b189c086a9cf740b19eaf3538</link>
        <description>Merge branch &apos;linus&apos; into perf/coreMerge in a v3.11-rc1-ish branch to go from v3.10 based developmentto a v3.11 based one.Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Fri, 19 Jul 2013 09:34:42 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f4b96f5e4ff8d86699c851c10245e102809b0331 - Merge tag &apos;omap-for-v3.11/fixes-for-merge-window&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#f4b96f5e4ff8d86699c851c10245e102809b0331</link>
        <description>Merge tag &apos;omap-for-v3.11/fixes-for-merge-window&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixesOmap fixes and minor defconfig updates that would be good toget in before -rc1.* tag &apos;omap-for-v3.11/fixes-for-merge-window&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:  ARM: OMAP2+: omap2plus_defconfig: Enable appended DTB support  ARM: OMAP2+: Enable TI_EDMA in omap2plus_defconfig  ARM: OMAP2+: omap2plus_defconfig: enable DRA752 thermal support by default  ARM: OMAP2+: omap2plus_defconfig: enable TI bandgap driver  ARM: OMAP2+: devices: remove duplicated include from devices.c  ARM: OMAP3: igep0020: Set DSS pins in correct mux mode.  ARM: OMAP2+: N900: enable N900-specific drivers even if device tree is enabled  ARM: OMAP2+: Cocci spatch &quot;ptr_ret.spatch&quot;  ARM: OMAP2+: Remove obsolete Makefile line  ARM: OMAP5: Enable Cortex A15 errata 798181  ARM: scu: provide inline dummy functions when SCU is not present  ARM: OMAP4: sleep: build OMAP4 specific functions only for OMAP4  ARM: OMAP2+: timer: initialize before using oh_nameSigned-off-by: Olof Johansson &lt;olof@lixom.net&gt;Add/move/change conflicts in arch/arm/mach-omap2/Kconfig resolved.

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Fri, 12 Jul 2013 19:59:39 +0200</pubDate>
        <dc:creator>Olof Johansson &lt;olof@lixom.net&gt;</dc:creator>
    </item>
<item>
        <title>f2006e27396f55276f24434f56e208d86e7f9908 - Merge branch &apos;linus&apos; into timers/urgent</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#f2006e27396f55276f24434f56e208d86e7f9908</link>
        <description>Merge branch &apos;linus&apos; into timers/urgentGet upstream changes so we can apply fixes against themSigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Fri, 12 Jul 2013 12:34:42 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>f991fae5c6d42dfc5029150b05a78cf3f6c18cc9 - Merge tag &apos;pm+acpi-3.11-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#f991fae5c6d42dfc5029150b05a78cf3f6c18cc9</link>
        <description>Merge tag &apos;pm+acpi-3.11-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmPull power management and ACPI updates from Rafael Wysocki: &quot;This time the total number of ACPI commits is slightly greater than  the number of cpufreq commits, but Viresh Kumar (who works on cpufreq)  remains the most active patch submitter.  To me, the most significant change is the addition of offline/online  device operations to the driver core (with the Greg&apos;s blessing) and  the related modifications of the ACPI core hotplug code.  Next are the  freezer updates from Colin Cross that should make the freezing of  tasks a bit less heavy weight.  We also have a couple of regression fixes, a number of fixes for  issues that have not been identified as regressions, two new drivers  and a bunch of cleanups all over.  Highlights:   - Hotplug changes to support graceful hot-removal failures.     It sometimes is necessary to fail device hot-removal operations     gracefully if they cannot be carried out completely.  For example,     if memory from a memory module being hot-removed has been allocated     for the kernel&apos;s own use and cannot be moved elsewhere, it&apos;s     desirable to fail the hot-removal operation in a graceful way     rather than to crash the kernel, but currenty a success or a kernel     crash are the only possible outcomes of an attempted memory     hot-removal.  Needless to say, that is not a very attractive     alternative and it had to be addressed.     However, in order to make it work for memory, I first had to make     it work for CPUs and for this purpose I needed to modify the ACPI     processor driver.  It&apos;s been split into two parts, a resident one     handling the low-level initialization/cleanup and a modular one     playing the actual driver&apos;s role (but it binds to the CPU system     device objects rather than to the ACPI device objects representing     processors).  That&apos;s been sort of like a live brain surgery on a     patient who&apos;s riding a bike.     So this is a little scary, but since we found and fixed a couple of     regressions it caused to happen during the early linux-next testing     (a month ago), nobody has complained.     As a bonus we remove some duplicated ACPI hotplug code, because the     ACPI-based CPU hotplug is now going to use the common ACPI hotplug     code.   - Lighter weight freezing of tasks.     These changes from Colin Cross and Mandeep Singh Baines are     targeted at making the freezing of tasks a bit less heavy weight     operation.  They reduce the number of tasks woken up every time     during the freezing, by using the observation that the freezer     simply doesn&apos;t need to wake up some of them and wait for them all     to call refrigerator().  The time needed for the freezer to decide     to report a failure is reduced too.     Also reintroduced is the check causing a lockdep warining to     trigger when try_to_freeze() is called with locks held (which is     generally unsafe and shouldn&apos;t happen).   - cpufreq updates     First off, a commit from Srivatsa S Bhat fixes a resume regression     introduced during the 3.10 cycle causing some cpufreq sysfs     attributes to return wrong values to user space after resume.  The     fix is kind of fresh, but also it&apos;s pretty obvious once Srivatsa     has identified the root cause.     Second, we have a new freqdomain_cpus sysfs attribute for the     acpi-cpufreq driver to provide information previously available via     related_cpus.  From Lan Tianyu.     Finally, we fix a number of issues, mostly related to the     CPUFREQ_POSTCHANGE notifier and cpufreq Kconfig options and clean     up some code.  The majority of changes from Viresh Kumar with bits     from Jacob Shin, Heiko St&#252;bner, Xiaoguang Chen, Ezequiel Garcia,     Arnd Bergmann, and Tang Yuantian.   - ACPICA update     A usual bunch of updates from the ACPICA upstream.     During the 3.4 cycle we introduced support for ACPI 5 extended     sleep registers, but they are only supposed to be used if the     HW-reduced mode bit is set in the FADT flags and the code attempted     to use them without checking that bit.  That caused suspend/resume     regressions to happen on some systems.  Fix from Lv Zheng causes     those registers to be used only if the HW-reduced mode bit is set.     Apart from this some other ACPICA bugs are fixed and code cleanups     are made by Bob Moore, Tomasz Nowicki, Lv Zheng, Chao Guan, and     Zhang Rui.   - cpuidle updates     New driver for Xilinx Zynq processors is added by Michal Simek.     Multidriver support simplification, addition of some missing     kerneldoc comments and Kconfig-related fixes come from Daniel     Lezcano.   - ACPI power management updates     Changes to make suspend/resume work correctly in Xen guests from     Konrad Rzeszutek Wilk, sparse warning fix from Fengguang Wu and     cleanups and fixes of the ACPI device power state selection     routine.   - ACPI documentation updates     Some previously missing pieces of ACPI documentation are added by     Lv Zheng and Aaron Lu (hopefully, that will help people to     uderstand how the ACPI subsystem works) and one outdated doc is     updated by Hanjun Guo.   - Assorted ACPI updates     We finally nailed down the IA-64 issue that was the reason for     reverting commit 9f29ab11ddbf (&quot;ACPI / scan: do not match drivers     against objects having scan handlers&quot;), so we can fix it and move     the ACPI scan handler check added to the ACPI video driver back to     the core.     A mechanism for adding CMOS RTC address space handlers is     introduced by Lan Tianyu to allow some EC-related breakage to be     fixed on some systems.     A spec-compliant implementation of acpi_os_get_timer() is added by     Mika Westerberg.     The evaluation of _STA is added to do_acpi_find_child() to avoid     situations in which a pointer to a disabled device object is     returned instead of an enabled one with the same _ADR value.  From     Jeff Wu.     Intel BayTrail PCH (Platform Controller Hub) support is added to     the ACPI driver for Intel Low-Power Subsystems (LPSS) and that     driver is modified to work around a couple of known BIOS issues.     Changes from Mika Westerberg and Heikki Krogerus.     The EC driver is fixed by Vasiliy Kulikov to use get_user() and     put_user() instead of dereferencing user space pointers blindly.     Code cleanups are made by Bjorn Helgaas, Nicholas Mazzuca and Toshi     Kani.   - Assorted power management updates     The &quot;runtime idle&quot; helper routine is changed to take the return     values of the callbacks executed by it into account and to call     rpm_suspend() if they return 0, which allows us to reduce the     overall code bloat a bit (by dropping some code that&apos;s not     necessary any more after that modification).     The runtime PM documentation is updated by Alan Stern (to reflect     the &quot;runtime idle&quot; behavior change).     New trace points for PM QoS are added by Sahara     (&lt;keun-o.park@windriver.com&gt;).     PM QoS documentation is updated by Lan Tianyu.     Code cleanups are made and minor issues are addressed by Bernie     Thompson, Bjorn Helgaas, Julius Werner, and Shuah Khan.   - devfreq updates     New driver for the Exynos5-bus device from Abhilash Kesavan.     Minor cleanups, fixes and MAINTAINERS update from MyungJoo Ham,     Abhilash Kesavan, Paul Bolle, Rajagopal Venkat, and Wei Yongjun.   - OMAP power management updates     Adaptive Voltage Scaling (AVS) SmartReflex voltage control driver     updates from Andrii Tseglytskyi and Nishanth Menon.&quot;* tag &apos;pm+acpi-3.11-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (162 commits)  cpufreq: Fix cpufreq regression after suspend/resume  ACPI / PM: Fix possible NULL pointer deref in acpi_pm_device_sleep_state()  PM / Sleep: Warn about system time after resume with pm_trace  cpufreq: don&apos;t leave stale policy pointer in cdbs-&gt;cur_policy  acpi-cpufreq: Add new sysfs attribute freqdomain_cpus  cpufreq: make sure frequency transitions are serialized  ACPI: implement acpi_os_get_timer() according the spec  ACPI / EC: Add HP Folio 13 to ec_dmi_table in order to skip DSDT scan  ACPI: Add CMOS RTC Operation Region handler support  ACPI / processor: Drop unused variable from processor_perflib.c  cpufreq: tegra: call CPUFREQ_POSTCHANGE notfier in error cases  cpufreq: s3c64xx: call CPUFREQ_POSTCHANGE notfier in error cases  cpufreq: omap: call CPUFREQ_POSTCHANGE notfier in error cases  cpufreq: imx6q: call CPUFREQ_POSTCHANGE notfier in error cases  cpufreq: exynos: call CPUFREQ_POSTCHANGE notfier in error cases  cpufreq: dbx500: call CPUFREQ_POSTCHANGE notfier in error cases  cpufreq: davinci: call CPUFREQ_POSTCHANGE notfier in error cases  cpufreq: arm-big-little: call CPUFREQ_POSTCHANGE notfier in error cases  cpufreq: powernow-k8: call CPUFREQ_POSTCHANGE notfier in error cases  cpufreq: pcc: call CPUFREQ_POSTCHANGE notfier in error cases  ...

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Wed, 03 Jul 2013 23:35:40 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>e8b6cb3947430d62538d88f615c007a51aeb23fe - Merge branch &apos;acpi-doc&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#e8b6cb3947430d62538d88f615c007a51aeb23fe</link>
        <description>Merge branch &apos;acpi-doc&apos;* acpi-doc:  Documentation / CPU hotplug: Rephrase the outdated description for MADT entries  ACPI / video: update video_extension.txt for backlight control  ACPI / video: move video_extension.txt to Documentation/acpi  ACPI / video: add description for brightness_switch_enabled  ACPI: Add ACPI namespace documentation  ACPI: Add sysfs ABI documentation  ACPI: Update MAINTAINERS file to include Documentation/acpi

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Fri, 28 Jun 2013 13:00:45 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>89ca78a060a101b21cec46f34ad2ade3fafed0d0 - ACPI: Add sysfs ABI documentation</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#89ca78a060a101b21cec46f34ad2ade3fafed0d0</link>
        <description>ACPI: Add sysfs ABI documentationAdd initial ABI documentation for ACPI devices&apos; sysfs interfaces.Contacts information fields are filled with current ACPI maintainer and therelevant authors are carbon copied.[rjw: Use my e-mail address that&apos;s likely to be valid longer.]Signed-off-by: Lv Zheng &lt;lv.zheng@intel.com&gt;Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Thu, 20 Jun 2013 02:02:44 +0200</pubDate>
        <dc:creator>Lv Zheng &lt;lv.zheng@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bf61c8840efe60fd8f91446860b63338fb424158 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#bf61c8840efe60fd8f91446860b63338fb424158</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare first set of updates for 3.10 merge window.

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Wed, 01 May 2013 17:47:44 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>688d794c4c3f8b08c814381ee2edd3ede5856056 - Merge tag &apos;v3.9-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#688d794c4c3f8b08c814381ee2edd3ede5856056</link>
        <description>Merge tag &apos;v3.9-rc3&apos; into nextMerge with mainline to bring in module_platform_driver_probe() anddevm_ioremap_resource().

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Mon, 18 Mar 2013 03:40:50 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e3900e74f26fc924c8e9e2a922bd40369b0bb517 - Merge branch &apos;kbuild/rc-fixes&apos; into kbuild/kconfig</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#e3900e74f26fc924c8e9e2a922bd40369b0bb517</link>
        <description>Merge branch &apos;kbuild/rc-fixes&apos; into kbuild/kconfigThere is one kconfig fix in the rc-fixes branch that I forgot to submitfor 3.8, so let&apos;s add it to the kconfig branch for 3.9-rc1.

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Mon, 25 Feb 2013 21:50:05 +0100</pubDate>
        <dc:creator>Michal Marek &lt;mmarek@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>e29371d762df5bb35d2bc434ea266a046e5a0a75 - Merge branch &apos;master&apos; of git://1984.lsi.us.es/nf</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#e29371d762df5bb35d2bc434ea266a046e5a0a75</link>
        <description>Merge branch &apos;master&apos; of git://1984.lsi.us.es/nf

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Thu, 21 Feb 2013 17:07:14 +0100</pubDate>
        <dc:creator>Jozsef Kadlecsik &lt;kadlec@blackhole.kfki.hu&gt;</dc:creator>
    </item>
<item>
        <title>1339730e73f14673ad55bddda119982504633da9 - Merge tag &apos;v3.8-rc7&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#1339730e73f14673ad55bddda119982504633da9</link>
        <description>Merge tag &apos;v3.8-rc7&apos; into nextLinux 3.8-rc7* tag &apos;v3.8-rc7&apos;: (12052 commits)  Linux 3.8-rc7  net: sctp: sctp_endpoint_free: zero out secret key data  net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree  atm/iphase: rename fregt_t -&gt; ffreg_t  ARM: 7641/1: memory: fix broken mmap by ensuring TASK_UNMAPPED_BASE is aligned  ARM: DMA mapping: fix bad atomic test  ARM: realview: ensure that we have sufficient IRQs available  ARM: GIC: fix GIC cpumask initialization  net: usb: fix regression from FLAG_NOARP code  l2tp: dont play with skb-&gt;truesize  net: sctp: sctp_auth_key_put: use kzfree instead of kfree  netback: correct netbk_tx_err to handle wrap around.  xen/netback: free already allocated memory on failure in xen_netbk_get_requests  xen/netback: don&apos;t leak pages on failure in xen_netbk_tx_check_gop.  xen/netback: shutdown the ring if it contains garbage.  drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd try  virtio_console: Don&apos;t access uninitialized data.  net: qmi_wwan: add more Huawei devices, including E320  net: cdc_ncm: add another Huawei vendor specific device  ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit()  ...

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Wed, 20 Feb 2013 19:45:52 +0100</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>f2e5d078f7f02d4289db31f5f63e23e39914075e - Merge tag &apos;v3.8-rc7&apos; into regulator-core</title>
        <link>http://kernelsources.org:8080/source/history/linux/Documentation/ABI/testing/sysfs-devices-sun#f2e5d078f7f02d4289db31f5f63e23e39914075e</link>
        <description>Merge tag &apos;v3.8-rc7&apos; into regulator-coreLinux 3.8-rc7

            List of files:
            /linux/Documentation/ABI/testing/sysfs-devices-sun</description>
        <pubDate>Thu, 14 Feb 2013 17:13:19 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;</dc:creator>
    </item>
</channel>
</rss>
