<?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>1ceebe2e - x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/acpi/Makefile#1ceebe2e</link>
        <description>x86/acpi: Add support for CPU offlining for ACPI MADT wakeup methodMADT Multiprocessor Wakeup structure version 1 brings support for CPU offlining:BIOS provides a reset vector where the CPU has to jump to for offlining itself.The new TEST mailbox command can be used to test whether the CPU offlined itselfwhich means the BIOS has control over the CPU and can online it again via theACPI MADT wakeup method.Add CPU offlining support for the ACPI MADT wakeup method by implementing customcpu_die(), play_dead() and stop_this_cpu() SMP operations.CPU offlining makes it possible to hand over secondary CPUs over kexec, notlimiting the second kernel to a single CPU.The change conforms to the approved ACPI spec change proposal. See the Link.Signed-off-by: Kirill A. Shutemov &lt;kirill.shutemov@linux.intel.com&gt;Signed-off-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Reviewed-by: Kuppuswamy Sathyanarayanan &lt;sathyanarayanan.kuppuswamy@linux.intel.com&gt;Reviewed-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Acked-by: Kai Huang &lt;kai.huang@intel.com&gt;Acked-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;Tested-by: Tao Liu &lt;ltao@redhat.com&gt;Link: https://lore.kernel.org/all/13356251.uLZWGnKmhe@kreacherLink: https://lore.kernel.org/r/20240614095904.1345461-19-kirill.shutemov@linux.intel.com

            List of files:
            /linux-6.15/arch/x86/kernel/acpi/Makefile</description>
        <pubDate>Fri, 14 Jun 2024 09:59:03 +0000</pubDate>
        <dc:creator>Kirill A. Shutemov &lt;kirill.shutemov@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2b5e22af - x86/acpi: Extract ACPI MADT wakeup code into a separate file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/acpi/Makefile#2b5e22af</link>
        <description>x86/acpi: Extract ACPI MADT wakeup code into a separate fileIn order to prepare for the expansion of support for the ACPI MADTwakeup method, move the relevant code into a separate file.Introduce a new configuration option to clearly indicate dependencieswithout the use of ifdefs.There have been no functional changes.Signed-off-by: Kirill A. Shutemov &lt;kirill.shutemov@linux.intel.com&gt;Signed-off-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Reviewed-by: Baoquan He &lt;bhe@redhat.com&gt;Reviewed-by: Kuppuswamy Sathyanarayanan &lt;sathyanarayanan.kuppuswamy@linux.intel.com&gt;Reviewed-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Acked-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Acked-by: Kai Huang &lt;kai.huang@intel.com&gt;Acked-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;Tested-by: Tao Liu &lt;ltao@redhat.com&gt;Link: https://lore.kernel.org/r/20240614095904.1345461-2-kirill.shutemov@linux.intel.com

            List of files:
            /linux-6.15/arch/x86/kernel/acpi/Makefile</description>
        <pubDate>Fri, 14 Jun 2024 09:58:46 +0000</pubDate>
        <dc:creator>Kirill A. Shutemov &lt;kirill.shutemov@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>fd8af343 - x86/ACPI: CPPC: Rename cppc_msr.c to cppc.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/acpi/Makefile#fd8af343</link>
        <description>x86/ACPI: CPPC: Rename cppc_msr.c to cppc.cRename the cppc_msr.c to cppc.c in x86 ACPI, that expects to use this fileto cover more function implementation for ACPI CPPC beside MSR helpers.Naming as &quot;cppc&quot; is more straightforward as one of the functionalitiesunder ACPI subsystem.Signed-off-by: Huang Rui &lt;ray.huang@amd.com&gt;[ rjw: Subject ]Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/acpi/Makefile</description>
        <pubDate>Mon, 14 Feb 2022 10:14:47 +0000</pubDate>
        <dc:creator>Huang Rui &lt;ray.huang@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>aeb818fc - x86/acpi: Support objtool validation in wakeup_64.S</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/acpi/Makefile#aeb818fc</link>
        <description>x86/acpi: Support objtool validation in wakeup_64.SThe OBJECT_FILES_NON_STANDARD annotation is used to tell objtool toignore a file.  File-level ignores won&apos;t work when validating vmlinux.o.Instead, tell objtool to ignore do_suspend_lowlevel() directly with theSTACK_FRAME_NON_STANDARD annotation.Cc: &quot;Rafael J. Wysocki&quot; &lt;rjw@rjwysocki.net&gt;Cc: Len Brown &lt;len.brown@intel.com&gt;Cc: Pavel Machek &lt;pavel@ucw.cz&gt;Signed-off-by: Josh Poimboeuf &lt;jpoimboe@redhat.com&gt;Link: https://lore.kernel.org/r/269eda576c53bc9ecc8167c211989111013a67aa.1611263462.git.jpoimboe@redhat.com

            List of files:
            /linux-6.15/arch/x86/kernel/acpi/Makefile</description>
        <pubDate>Thu, 21 Jan 2021 21:29:33 +0000</pubDate>
        <dc:creator>Josh Poimboeuf &lt;jpoimboe@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>b2441318 - License cleanup: add SPDX GPL-2.0 license identifier to files with no license</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/acpi/Makefile#b2441318</link>
        <description>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseMany source files in the tree are missing licensing information, whichmakes it harder for compliance tools to determine the correct license.By default all files without license information are under the defaultlicense of the kernel, which is GPL version 2.Update the files which contain no license information with the &apos;GPL-2.0&apos;SPDX license identifier.  The SPDX identifier is a legally bindingshorthand, which can be used instead of the full boiler plate text.This patch is based on work done by Thomas Gleixner and Kate Stewart andPhilippe Ombredanne.How this work was done:Patches were generated and checked against linux-4.14-rc6 for a subset ofthe use cases: - file had no licensing information it it. - file was a */uapi/* one with no licensing information in it, - file was a */uapi/* one with existing licensing information,Further patches will be generated in subsequent months to fix up caseswhere non-standard license headers were used, and references to licensehad to be inferred by heuristics based on keywords.The analysis to determine which SPDX License Identifier to be applied toa file was done in a spreadsheet of side by side results from of theoutput of two independent scanners (ScanCode &amp; Windriver) producing SPDXtag:value files created by Philippe Ombredanne.  Philippe prepared thebase worksheet, and did an initial spot review of a few 1000 files.The 4.13 kernel was the starting point of the analysis with 60,537 filesassessed.  Kate Stewart did a file by file comparison of the scannerresults in the spreadsheet to determine which SPDX license identifier(s)to be applied to the file. She confirmed any determination that was notimmediately clear with lawyers working with the Linux Foundation.Criteria used to select files for SPDX license identifier tagging was: - Files considered eligible had to be source code files. - Make and config files were included as candidates if they contained &gt;5   lines of source - File already had some variant of a license header in it (even if &lt;5   lines).All documentation files were explicitly excluded.The following heuristics were used to determine which SPDX licenseidentifiers to apply. - when both scanners couldn&apos;t find any license traces, file was   considered to have no license information in it, and the top level   COPYING file license applied.   For non */uapi/* files that summary was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0                                              11139   and resulted in the first patch in this series.   If that file was a */uapi/* path one, it was &quot;GPL-2.0 WITH   Linux-syscall-note&quot; otherwise it was &quot;GPL-2.0&quot;.  Results of that was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0 WITH Linux-syscall-note                        930   and resulted in the second patch in this series. - if a file had some form of licensing information in it, and was one   of the */uapi/* ones, it was denoted with the Linux-syscall-note if   any GPL family license was found in the file or had no licensing in   it (per prior point).  Results summary:   SPDX license identifier                            # files   ---------------------------------------------------|------   GPL-2.0 WITH Linux-syscall-note                       270   GPL-2.0+ WITH Linux-syscall-note                      169   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause)    21   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)    17   LGPL-2.1+ WITH Linux-syscall-note                      15   GPL-1.0+ WITH Linux-syscall-note                       14   ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause)    5   LGPL-2.0+ WITH Linux-syscall-note                       4   LGPL-2.1 WITH Linux-syscall-note                        3   ((GPL-2.0 WITH Linux-syscall-note) OR MIT)              3   ((GPL-2.0 WITH Linux-syscall-note) AND MIT)             1   and that resulted in the third patch in this series. - when the two scanners agreed on the detected license(s), that became   the concluded license(s). - when there was disagreement between the two scanners (one detected a   license but the other didn&apos;t, or they both detected different   licenses) a manual inspection of the file occurred. - In most cases a manual inspection of the information in the file   resulted in a clear resolution of the license that should apply (and   which scanner probably needed to revisit its heuristics). - When it was not immediately clear, the license identifier was   confirmed with lawyers working with the Linux Foundation. - If there was any question as to the appropriate license identifier,   the file was flagged for further research and to be revisited later   in time.In total, over 70 hours of logged manual review was done on thespreadsheet to determine the SPDX license identifiers to apply to thesource files by Kate, Philippe, Thomas and, in some cases, confirmationby lawyers working with the Linux Foundation.Kate also obtained a third independent scan of the 4.13 code base fromFOSSology, and compared selected files where the other two scannersdisagreed against that SPDX file, to see if there was new insights.  TheWindriver scanner is based on an older version of FOSSology in part, sothey are related.Thomas did random spot checks in about 500 files from the spreadsheetsfor the uapi headers and agreed with SPDX license identifier in thefiles he inspected. For the non-uapi files Thomas did random spot checksin about 15000 files.In initial set of patches against 4.14-rc6, 3 files were found to havecopy/paste license identifier errors, and have been fixed to reflect thecorrect identifier.Additionally Philippe spent 10 hours this week doing a detailed manualinspection and review of the 12,461 patched files from the initial patchversion early this week with: - a full scancode scan run, collecting the matched texts, detected   license ids and scores - reviewing anything where there was a license detected (about 500+   files) to ensure that the applied SPDX license was correct - reviewing anything where there was no detection but the patch license   was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied   SPDX license was correctThis produced a worksheet with 20 files needing minor correction.  Thisworksheet was then exported into 3 different .csv files for thedifferent types of files to be modified.These .csv files were then reviewed by Greg.  Thomas wrote a script toparse the csv files and add the proper SPDX tag to the file, in theformat that the file expected.  This script was further refined by Gregbased on the output to detect more types of files automatically and todistinguish between header and source .c files (which need differentcomment types.)  Finally Greg ran the script using the .csv files togenerate the patches.Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Reviewed-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Reviewed-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/arch/x86/kernel/acpi/Makefile</description>
        <pubDate>Wed, 01 Nov 2017 14:07:57 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c207aee4 - objtool, x86: Add several functions and files to the objtool whitelist</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/acpi/Makefile#c207aee4</link>
        <description>objtool, x86: Add several functions and files to the objtool whitelistIn preparation for an objtool rewrite which will have broader checks,whitelist functions and files which cause problems because they dounusual things with the stack.These whitelists serve as a TODO list for which functions and filesdon&apos;t yet have undwarf unwinder coverage.  Eventually most of thewhitelists can be removed in favor of manual CFI hint annotations orobjtool improvements.Signed-off-by: Josh Poimboeuf &lt;jpoimboe@redhat.com&gt;Cc: Andy Lutomirski &lt;luto@kernel.org&gt;Cc: Jiri Slaby &lt;jslaby@suse.cz&gt;Cc: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: live-patching@vger.kernel.orgLink: http://lkml.kernel.org/r/7f934a5d707a574bda33ea282e9478e627fb1829.1498659915.git.jpoimboe@redhat.comSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/acpi/Makefile</description>
        <pubDate>Wed, 28 Jun 2017 15:11:06 +0000</pubDate>
        <dc:creator>Josh Poimboeuf &lt;jpoimboe@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>a6cbcdd5 - ACPI / CPPC: Add support for functional fixed hardware address</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/acpi/Makefile#a6cbcdd5</link>
        <description>ACPI / CPPC: Add support for functional fixed hardware addressThe CPPC registers can also be accessed via functional fixed hardwareaddresse(FFH) in X86. Add support by modifying cpc_read and cpc_write tobe able to read/write MSRs on x86 platform on per cpu basis.Also with this change, acpi_cppc_processor_probe doesn&apos;t bail out ifaddress space id is not equal to PCC or memory address space and FFHis supported on the system.Signed-off-by: Srinivas Pandruvada &lt;srinivas.pandruvada@linux.intel.com&gt;Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/acpi/Makefile</description>
        <pubDate>Thu, 01 Sep 2016 20:37:10 +0000</pubDate>
        <dc:creator>Srinivas Pandruvada &lt;srinivas.pandruvada@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9dae3d0d - apei, mce: Factor out APEI architecture specific MCE calls.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/acpi/Makefile#9dae3d0d</link>
        <description>apei, mce: Factor out APEI architecture specific MCE calls.This commit abstracts MCE calls and provides weak corresponding defaultimplementation for those architectures which do not need arch specificactions. Each platform willing to do additional architectural actionsshould provides desired function definition. It allows us to avoid wrapcode into #ifdef in generic code and prevent new platform from introducingdummy stub function too.Initially, there are two APEI arch-specific calls:- arch_apei_enable_cmcff()- arch_apei_report_mem_error()Both interact with MCE driver for X86 architecture.Signed-off-by: Tomasz Nowicki &lt;tomasz.nowicki@linaro.org&gt;Acked-by: Borislav Petkov &lt;bp@suse.de&gt;Signed-off-by: Tony Luck &lt;tony.luck@intel.com&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/acpi/Makefile</description>
        <pubDate>Tue, 22 Jul 2014 09:20:11 +0000</pubDate>
        <dc:creator>Tomasz Nowicki &lt;tomasz.nowicki@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>c9b77ccb - x86, realmode: Move ACPI wakeup to unified realmode code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/acpi/Makefile#c9b77ccb</link>
        <description>x86, realmode: Move ACPI wakeup to unified realmode codeMigrated ACPI wakeup code to the real-mode blob.Code existing in .x86_trampoline  can be completelyremoved. Static descriptor table in wakeup_asm.S iscourtesy of H. Peter Anvin.Signed-off-by: Jarkko Sakkinen &lt;jarkko.sakkinen@intel.com&gt;Link: http://lkml.kernel.org/r/1336501366-28617-7-git-send-email-jarkko.sakkinen@intel.comCc: Rafael J. Wysocki &lt;rjw@sisk.pl&gt;Cc: Len Brown &lt;len.brown@intel.com&gt;Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/acpi/Makefile</description>
        <pubDate>Tue, 08 May 2012 18:22:29 +0000</pubDate>
        <dc:creator>Jarkko Sakkinen &lt;jarkko.sakkinen@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>47817254 - ACPI: processor: unify arch_acpi_processor_cleanup_pdc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/acpi/Makefile#47817254</link>
        <description>ACPI: processor: unify arch_acpi_processor_cleanup_pdcThe x86 and ia64 implementations of the function in $subject areexactly the same.Also, since the arch-specific implementations of setting _PDC havebeen completely hollowed out, remove the empty shells.Cc: Tony Luck &lt;tony.luck@intel.com&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: &quot;H. Peter Anvin&quot; &lt;hpa@zytor.com&gt;Signed-off-by: Alex Chiang &lt;achiang@hp.com&gt;Signed-off-by: Len Brown &lt;len.brown@intel.com&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/acpi/Makefile</description>
        <pubDate>Sun, 20 Dec 2009 19:19:34 +0000</pubDate>
        <dc:creator>Alex Chiang &lt;achiang@hp.com&gt;</dc:creator>
    </item>
<item>
        <title>4c6214c7 - kbuild, suspend, x86: fix rebuild of wakeup.bin</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/acpi/Makefile#4c6214c7</link>
        <description>kbuild, suspend, x86: fix rebuild of wakeup.binIn kernel/acpi/realmode/Makefile use the &apos;always&apos;variable to say that wakeup.bin should alwaysbe made.In acpi/Makefile we then do not need to specify therequested target and we avoid the message from make:   `arch/x86/kernel/acpi/realmode/wakeup.bin&apos; is up to date.Add wakeup.lds to list af targets to avoid rebuildingwakeup.bin - from Roland McGrath.Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Cc: Rafael J. Wysocki &lt;rjw@sisk.pl&gt;Cc: Pavel Machek &lt;pavel@suse.cz&gt;Cc: H. Peter Anvin &lt;hpa@zytor.com&gt;Cc: Roland McGrath &lt;roland@redhat.com&gt;Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/acpi/Makefile</description>
        <pubDate>Thu, 01 May 2008 09:31:07 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@ravnborg.org&gt;</dc:creator>
    </item>
<item>
        <title>e44b7b75 - x86: move suspend wakeup code to C</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/acpi/Makefile#e44b7b75</link>
        <description>x86: move suspend wakeup code to CMove wakeup code to .c, so that video mode setting code can be sharedbetween boot and wakeup. Remove nasty assembly code in 64-bit case byre-using trampoline code. Stack setup was fixed to clear high 16bitsof %esp, maybe that fixes some machines..c code sharing and morse code was done H. Peter Anvin, Sam Ravnborgreviewed kbuild related stuff, and it seems okay to him. Rafael didsome cleanups.[rjw:* Made the patch stop breaking compilation on x86-32* Added arch/x86/kernel/acpi/sleep.h* Got rid of compiler warnings in arch/x86/kernel/acpi/sleep.c* Fixed 32-bit compilation on x86-64 systems* Added include/asm-x86/trampoline.h and fixed the non-SMP  compilation on 64-bit x86* Removed arch/x86/kernel/acpi/sleep_32.c which was not used* Fixed some breakage caused by the integration of smpboot.c done  under us in the meantime]Signed-off-by: Pavel Machek &lt;pavel@suse.cz&gt;Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;Reviewed-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: Rafael J. Wysocki &lt;rjw@sisk.pl&gt;Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/acpi/Makefile</description>
        <pubDate>Thu, 10 Apr 2008 21:28:10 +0000</pubDate>
        <dc:creator>Pavel Machek &lt;pavel@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>4fc2fba8 - x86: unify arch/x86/kernel/acpi/sleep*.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/acpi/Makefile#4fc2fba8</link>
        <description>x86: unify arch/x86/kernel/acpi/sleep*.cUnify arch/x86/kernel/acpi/sleep*.cPretty trivial unification; when two functions differed, it wasusually in error handling, and better of the two was picked up.Signed-off-by: Pavel Machek &lt;pavel@suse.cz&gt;Looks-okay-to: Rafael J. Wysocki &lt;rjw@sisk.pl&gt;Tested-by: Rafael J. Wysocki &lt;rjw@sisk.pl&gt;Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/acpi/Makefile</description>
        <pubDate>Wed, 30 Jan 2008 12:32:54 +0000</pubDate>
        <dc:creator>Pavel Machek &lt;pavel@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>5e4181b3 - x86: Unify arch/x86/kernel/acpi Makefiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/acpi/Makefile#5e4181b3</link>
        <description>x86: Unify arch/x86/kernel/acpi MakefilesSigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/acpi/Makefile</description>
        <pubDate>Tue, 23 Oct 2007 20:37:23 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>e8d08eb1 - x86_64: move kernel/acpi</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/acpi/Makefile#e8d08eb1</link>
        <description>x86_64: move kernel/acpiSigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/acpi/Makefile</description>
        <pubDate>Thu, 11 Oct 2007 09:17:05 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>23d6f82b - i386: move kernel/acpi</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/x86/kernel/acpi/Makefile#23d6f82b</link>
        <description>i386: move kernel/acpiSigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;

            List of files:
            /linux-6.15/arch/x86/kernel/acpi/Makefile</description>
        <pubDate>Thu, 11 Oct 2007 09:16:23 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
</channel>
</rss>
