<?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 Kbuild</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a13408c2 - char/agp: introduce asm-generic/agp.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#a13408c2</link>
        <description>char/agp: introduce asm-generic/agp.hThere are several architectures that duplicate definitions ofmap_page_into_agp(), unmap_page_from_agp() and flush_agp_cache().Define those in asm-generic/agp.h and use it instead of duplicatedper-architecture headers.Signed-off-by: Mike Rapoport (IBM) &lt;rppt@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Sun, 12 Feb 2023 08:46:11 +0000</pubDate>
        <dc:creator>Mike Rapoport &lt;rppt@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>df86ddbb - parisc: syscalls: switch to generic syscalltbl.sh</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#df86ddbb</link>
        <description>parisc: syscalls: switch to generic syscalltbl.shMany architectures duplicate similar shell scripts.This commit converts parisc to use scripts/syscalltbl.sh. This alsounifies syscall_table_64.h and syscall_table_c32.h.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Acked-by: Helge Deller &lt;deller@gmx.de&gt;Signed-off-by: Helge Deller &lt;deller@gmx.de&gt;

            List of files:
            /linux-6.15/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Mon, 01 Mar 2021 14:58:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>87dbc209 - local64.h: make &lt;asm/local64.h&gt; mandatory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#87dbc209</link>
        <description>local64.h: make &lt;asm/local64.h&gt; mandatoryMake &lt;asm-generic/local64.h&gt; mandatory in include/asm-generic/Kbuild andremove all arch/*/include/asm/local64.h arch-specific files since theyonly #include &lt;asm-generic/local64.h&gt;.This fixes build errors on arch/c6x/ and arch/nios2/ forblock/blk-iocost.c.Build-tested on 21 of 25 arch-es.  (tools problems on the others)Yes, we could even rename &lt;asm-generic/local64.h&gt; to&lt;linux/local64.h&gt; and change all #includes to use&lt;linux/local64.h&gt; instead.Link: https://lkml.kernel.org/r/20201227024446.17018-1-rdunlap@infradead.orgSigned-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Suggested-by: Christoph Hellwig &lt;hch@infradead.org&gt;Reviewed-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Cc: Jens Axboe &lt;axboe@kernel.dk&gt;Cc: Ley Foon Tan &lt;ley.foon.tan@intel.com&gt;Cc: Mark Salter &lt;msalter@redhat.com&gt;Cc: Aurelien Jacquiot &lt;jacquiot.aurelien@gmail.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&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/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Tue, 29 Dec 2020 23:14:49 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>6aa7923c - parisc: Enable seccomp architecture tracking</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#6aa7923c</link>
        <description>parisc: Enable seccomp architecture trackingTo enable seccomp constant action bitmaps, we need to have a staticmapping to the audit architecture and system call table size. Add thesefor parisc.Signed-off-by: YiFei Zhu &lt;yifeifz2@illinois.edu&gt;Acked-by: Helge Deller &lt;deller@gmx.de&gt;Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Link: https://lore.kernel.org/r/9bb86c546eda753adf5270425e7353202dbce87c.1605101222.git.yifeifz2@illinois.edu

            List of files:
            /linux-6.15/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Wed, 11 Nov 2020 13:33:48 +0000</pubDate>
        <dc:creator>YiFei Zhu &lt;yifeifz2@illinois.edu&gt;</dc:creator>
    </item>
<item>
        <title>630f289b - asm-generic: make more kernel-space headers mandatory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#630f289b</link>
        <description>asm-generic: make more kernel-space headers mandatoryChange a header to mandatory-y if both of the following are met:[1] At least one architecture (except um) specifies it as generic-y in    arch/*/include/asm/Kbuild[2] Every architecture (except um) either has its own implementation    (arch/*/include/asm/*.h) or specifies it as generic-y in    arch/*/include/asm/KbuildThis commit was generated by the following shell script.-----------------------------------&gt;8-----------------------------------arches=$(cd arch; ls -1 | sed -e &apos;/Kconfig/d&apos; -e &apos;/um/d&apos;)tmpfile=$(mktemp)grep &quot;^mandatory-y +=&quot; include/asm-generic/Kbuild &gt; $tmpfilefind arch -path &apos;arch/*/include/asm/Kbuild&apos; |	xargs sed -n &apos;s/^generic-y += \(.*\)/\1/p&apos; | sort -u |while read headerdo	mandatory=yes	for arch in $arches	do		if ! grep -q &quot;generic-y += $header&quot; arch/$arch/include/asm/Kbuild &amp;&amp;			! [ -f arch/$arch/include/asm/$header ]; then			mandatory=no			break		fi	done	if [ &quot;$mandatory&quot; = yes ]; then		echo &quot;mandatory-y += $header&quot; &gt;&gt; $tmpfile		for arch in $arches		do			sed -i &quot;/generic-y += $header/d&quot; arch/$arch/include/asm/Kbuild		done	fidonesed -i &apos;/^mandatory-y +=/d&apos; include/asm-generic/KbuildLANG=C sort $tmpfile &gt;&gt; include/asm-generic/Kbuild-----------------------------------&gt;8-----------------------------------One obvious benefit is the diff stat: 25 files changed, 52 insertions(+), 557 deletions(-)It is tedious to list generic-y for each arch that needs it.So, mandatory-y works like a fallback default (by just wrappingasm-generic one) when arch does not have a specific headerimplementation.See the following commits:def3f7cefe4e81c296090e1722a76551142c227ca1b39bae16a62ce4aae02d958224f19316d98b24It is tedious to convert headers one by one, so I processed by a shellscript.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Cc: Michal Simek &lt;michal.simek@xilinx.com&gt;Cc: Christoph Hellwig &lt;hch@lst.de&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: http://lkml.kernel.org/r/20200210175452.5030-1-masahiroy@kernel.orgSigned-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Thu, 02 Apr 2020 04:03:12 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>96ac6d43 - treewide: Add SPDX license identifier - Kbuild</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#96ac6d43</link>
        <description>treewide: Add SPDX license identifier - KbuildAdd 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.0Reported-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Thu, 30 May 2019 12:03:44 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>1253d18d - parisc: remove kprobes.h from generic-y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#1253d18d</link>
        <description>parisc: remove kprobes.h from generic-yWe&apos;re providing our own version now.Signed-off-by: Sven Schnelle &lt;svens@stackframe.org&gt;Signed-off-by: Helge Deller &lt;deller@gmx.de&gt;

            List of files:
            /linux-6.15/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Tue, 09 Apr 2019 17:30:27 +0000</pubDate>
        <dc:creator>Sven Schnelle &lt;svens@stackframe.org&gt;</dc:creator>
    </item>
<item>
        <title>c67fdc1f - arch: mostly remove &lt;asm/segment.h&gt;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#c67fdc1f</link>
        <description>arch: mostly remove &lt;asm/segment.h&gt;A few architectures use &lt;asm/segment.h&gt; internally, but nothing incommon code does. Remove all the empty or almost empty versions of it,including the asm-generic one.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Tue, 23 Apr 2019 16:38:07 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>fdcd06a8 - arch: Use asm-generic header for asm/mmiowb.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#fdcd06a8</link>
        <description>arch: Use asm-generic header for asm/mmiowb.hHook up asm-generic/mmiowb.h to Kbuild for all architectures so that wecan subsequently include asm/mmiowb.h from core code.Cc: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Signed-off-by: Will Deacon &lt;will.deacon@arm.com&gt;

            List of files:
            /linux-6.15/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Fri, 22 Feb 2019 12:49:41 +0000</pubDate>
        <dc:creator>Will Deacon &lt;will.deacon@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>3d9683cf - KVM: export &lt;linux/kvm_para.h&gt; and &lt;asm/kvm_para.h&gt; iif KVM is supported</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#3d9683cf</link>
        <description>KVM: export &lt;linux/kvm_para.h&gt; and &lt;asm/kvm_para.h&gt; iif KVM is supportedI do not see any consistency about headers_install of &lt;linux/kvm_para.h&gt;and &lt;asm/kvm_para.h&gt;.According to my analysis of Linux 5.1-rc1, there are 3 groups: [1] Both &lt;linux/kvm_para.h&gt; and &lt;asm/kvm_para.h&gt; are exported    alpha, arm, hexagon, mips, powerpc, s390, sparc, x86 [2] &lt;asm/kvm_para.h&gt; is exported, but &lt;linux/kvm_para.h&gt; is not    arc, arm64, c6x, h8300, ia64, m68k, microblaze, nios2, openrisc,    parisc, sh, unicore32, xtensa [3] Neither &lt;linux/kvm_para.h&gt; nor &lt;asm/kvm_para.h&gt; is exported    csky, nds32, riscvThis does not match to the actual KVM support. At least, [2] ishalf-baked.Nor do arch maintainers look like they care about this. For example,commit 0add53713b1c (&quot;microblaze: Add missing kvm_para.h to Kbuild&quot;)exported &lt;asm/kvm_para.h&gt; to user-space in order to fix an in-kernelbuild error.We have two ways to make this consistent: [A] export both &lt;linux/kvm_para.h&gt; and &lt;asm/kvm_para.h&gt; for all     architectures, irrespective of the KVM support [B] Match the header export of &lt;linux/kvm_para.h&gt; and &lt;asm/kvm_para.h&gt;     to the KVM supportMy first attempt was [A] because the code looks cleaner, but Paolosuggested [B].So, this commit goes with [B].For most architectures, &lt;asm/kvm_para.h&gt; was moved to the kernel-space.I changed include/uapi/linux/Kbuild so that it checks generatedasm/kvm_para.h as well as check-in ones.After this commit, there will be two groups: [1] Both &lt;linux/kvm_para.h&gt; and &lt;asm/kvm_para.h&gt; are exported    arm, arm64, mips, powerpc, s390, x86 [2] Neither &lt;linux/kvm_para.h&gt; nor &lt;asm/kvm_para.h&gt; is exported    alpha, arc, c6x, csky, h8300, hexagon, ia64, m68k, microblaze,    nds32, nios2, openrisc, parisc, riscv, sh, sparc, unicore32, xtensaSigned-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Cornelia Huck &lt;cohuck@redhat.com&gt;Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;

            List of files:
            /linux-6.15/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Mon, 18 Mar 2019 09:08:12 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>7cbbbb8b - kbuild: warn redundant generic-y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#7cbbbb8b</link>
        <description>kbuild: warn redundant generic-yThe generic-y is redundant under the following condition: - arch has its own implementation - the same header is added to generated-y - the same header is added to mandatory-yIf a redundant generic-y is found, the warning like follows is displayed:  scripts/Makefile.asm-generic:20: redundant generic-y found in arch/arm/include/asm/Kbuild: timex.hI fixed up arch Kbuild files found by this.Suggested-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux-6.15/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Sun, 17 Mar 2019 02:01:08 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>575afc4d - parisc: generate uapi header and system call table files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#575afc4d</link>
        <description>parisc: generate uapi header and system call table filesSystem call table generation script must be run to gener-ate unistd_32/64.h and syscall_table_32/64/c32.h files.This patch will have changes which will invokes the script.This patch will generate unistd_32/64.h and syscall_table-_32/64/c32.h files by the syscall table generation scriptinvoked by parisc/Makefile and the generated files againstthe removed files must be identical.The generated uapi header file will be included in uapi/-asm/unistd.h and generated system call table header filewill be included by kernel/syscall.S file.Signed-off-by: Firoz Khan &lt;firoz.khan@linaro.org&gt;Acked-by: Helge Deller &lt;deller@gmx.de&gt;Signed-off-by: Helge Deller &lt;deller@gmx.de&gt;

            List of files:
            /linux-6.15/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Mon, 19 Nov 2018 06:34:36 +0000</pubDate>
        <dc:creator>Firoz Khan &lt;firoz.khan@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>e0af0c16 - arch: Remove clkdev.h asm-generic from Kbuild</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#e0af0c16</link>
        <description>arch: Remove clkdev.h asm-generic from KbuildNow that every architecture is using the generic clkdev.h fileand we no longer include asm/clkdev.h anywhere in the tree, wecan remove it.Cc: Russell King &lt;linux@armlinux.org.uk&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: &lt;linux-arch@vger.kernel.org&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt; [m68k]Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Tue, 02 Jan 2018 23:50:06 +0000</pubDate>
        <dc:creator>Stephen Boyd &lt;sboyd@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>bd78acad - parisc: move generic-y of exported headers to uapi/asm/Kbuild</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#bd78acad</link>
        <description>parisc: move generic-y of exported headers to uapi/asm/KbuildSince commit fcc8487d477a (&quot;uapi: export all headers under uapidirectories&quot;), all (and only) headers under uapi directories areexported, but asm-generic wrappers are still exceptions.To complete de-coupling the uapi from kernel headers, move generic-yof exported headers to uapi/asm/Kbuild.With this change, &quot;make headers_install&quot; will just need to parseuapi/asm/Kbuild to build up exported headers.Also, move &quot;generic-y += kprobes.h&quot; up in order to keep the entriessorted.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux-6.15/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Sun, 09 Jul 2017 18:32:52 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>7d134b2c - kprobes: move kprobe declarations to asm-generic/kprobes.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#7d134b2c</link>
        <description>kprobes: move kprobe declarations to asm-generic/kprobes.hOften all is needed is these small helpers, instead of compiler.h or afull kprobes.h.  This is important for asm helpers, in fact even someasm/kprobes.h make use of these helpers...  instead just keep a genericasm file with helpers useful for asm code with the least amount ofclutter as possible.Likewise we need now to also address what to do about this file for bothwhen architectures have CONFIG_HAVE_KPROBES, and when they do not.  Thenfor when architectures have CONFIG_HAVE_KPROBES but have disabledCONFIG_KPROBES.Right now most asm/kprobes.h do not have guards against CONFIG_KPROBES,this means most architecture code cannot include asm/kprobes.h safely.Correct this and add guards for architectures missing them.Additionally provide architectures that not have kprobes support withthe default asm-generic solution.  This lets us force asm/kprobes.h onthe header include/linux/kprobes.h always, but most importantly we cannow safely include just asm/kprobes.h on architecture code withoutbringing the full kitchen sink of header files.Two architectures already provided a guard against CONFIG_KPROBES on itskprobes.h: sh, arch.  The rest of the architectures needed gaurds added.We avoid including any not-needed headers on asm/kprobes.h unlesskprobes have been enabled.In a subsequent atomic change we can try now to remove compiler.h frominclude/linux/kprobes.h.During this sweep I&apos;ve also identified a few architectures defining acommon macro needed for both kprobes and ftrace, that of the definitionof the breakput instruction up.  Some refer to this asBREAKPOINT_INSTRUCTION.  This must be kept outside of the #ifdefCONFIG_KPROBES guard.[mcgrof@kernel.org: fix arm64 build]  Link: http://lkml.kernel.org/r/CAB=NE6X1WMByuARS4mZ1g9+W=LuVBnMDnh_5zyN0CLADaVh=Jw@mail.gmail.com[sfr@canb.auug.org.au: fixup for kprobes declarations moving]  Link: http://lkml.kernel.org/r/20170214165933.13ebd4f4@canb.auug.org.auLink: http://lkml.kernel.org/r/20170203233139.32682-1-mcgrof@kernel.orgSigned-off-by: Luis R. Rodriguez &lt;mcgrof@kernel.org&gt;Signed-off-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Acked-by: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Cc: Ananth N Mavinakayanahalli &lt;ananth@linux.vnet.ibm.com&gt;Cc: Anil S Keshavamurthy &lt;anil.s.keshavamurthy@intel.com&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Ingo Molnar &lt;mingo@kernel.org&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: H. Peter Anvin &lt;hpa@zytor.com&gt;Cc: Andy Lutomirski &lt;luto@kernel.org&gt;Cc: Steven Rostedt &lt;rostedt@goodmis.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/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Mon, 27 Feb 2017 22:26:56 +0000</pubDate>
        <dc:creator>Luis R. Rodriguez &lt;mcgrof@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6302666d - parisc: use generic current.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#6302666d</link>
        <description>parisc: use generic current.hGiven that the arch does not add its own implementations, simply use theasm-generic/current.h (generic-y) header instead of duplicating code.Link: http://lkml.kernel.org/r/1485992878-4780-4-git-send-email-dave@stgolabs.netSigned-off-by: Davidlohr Bueso &lt;dbueso@suse.de&gt;Cc: &quot;James E.J. Bottomley&quot; &lt;jejb@parisc-linux.org&gt;Cc: Helge Deller &lt;deller@gmx.de&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/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Wed, 22 Feb 2017 23:40:47 +0000</pubDate>
        <dc:creator>Davidlohr Bueso &lt;dave@stgolabs.net&gt;</dc:creator>
    </item>
<item>
        <title>b672592f - sched/cputime: Remove generic asm headers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#b672592f</link>
        <description>sched/cputime: Remove generic asm headerscputime_t is now only used by two architectures:	* powerpc (when CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y)	* s390And since the core doesn&apos;t use it anymore, we don&apos;t need any arch supportfrom the others. So we can remove their stub implementations.A final cleanup would be to provide an efficient pure archimplementation of cputime_to_nsec() for s390 and powerpc and finallyremove include/linux/cputime.h .Signed-off-by: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;Cc: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;Cc: Fenghua Yu &lt;fenghua.yu@intel.com&gt;Cc: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Cc: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Cc: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;Cc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Rik van Riel &lt;riel@redhat.com&gt;Cc: Stanislaw Gruszka &lt;sgruszka@redhat.com&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Tony Luck &lt;tony.luck@intel.com&gt;Cc: Wanpeng Li &lt;wanpeng.li@hotmail.com&gt;Link: http://lkml.kernel.org/r/1485832191-26889-36-git-send-email-fweisbec@gmail.comSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux-6.15/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Tue, 31 Jan 2017 03:09:51 +0000</pubDate>
        <dc:creator>Frederic Weisbecker &lt;fweisbec@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>890658b7 - locking/mutex: Kill arch specific code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#890658b7</link>
        <description>locking/mutex: Kill arch specific codeIts all generic atomic_long_t stuff now.Tested-by: Jason Low &lt;jason.low2@hpe.com&gt;Signed-off-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;Cc: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Cc: Paul E. McKenney &lt;paulmck@linux.vnet.ibm.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: linux-arch@vger.kernel.orgCc: linux-kernel@vger.kernel.orgSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux-6.15/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Tue, 23 Aug 2016 11:36:04 +0000</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>f2abeef9 - mm: clean up per architecture MM hook header files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#f2abeef9</link>
        <description>mm: clean up per architecture MM hook header filesCommit 2ae416b142b6 (&quot;mm: new mm hook framework&quot;) introduced an emptyheader file (mm-arch-hooks.h) for every architecture, even those whichdoesn&apos;t need to define mm hooks.As suggested by Geert Uytterhoeven, this could be cleaned through the useof a generic header file included via each per architectureasm/include/Kbuild file.The PowerPC architecture is not impacted here since this architecture hasto defined the arch_remap MM hook.Signed-off-by: Laurent Dufour &lt;ldufour@linux.vnet.ibm.com&gt;Suggested-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: Vineet Gupta &lt;vgupta@synopsys.com&gt;Cc: Oleg Nesterov &lt;oleg@redhat.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/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Fri, 17 Jul 2015 23:23:58 +0000</pubDate>
        <dc:creator>Laurent Dufour &lt;ldufour@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>c546d5db - remove scatterlist.h generation from arch Kbuild files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/parisc/include/asm/Kbuild#c546d5db</link>
        <description>remove scatterlist.h generation from arch Kbuild filesSigned-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Reported-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Jens Axboe &lt;axboe@fb.com&gt;

            List of files:
            /linux-6.15/arch/parisc/include/asm/Kbuild</description>
        <pubDate>Tue, 19 May 2015 06:36:29 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
</channel>
</rss>
