<?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>0c3beacf - asm-generic: introduce text-patching.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/include/asm/Kbuild#0c3beacf</link>
        <description>asm-generic: introduce text-patching.hSeveral architectures support text patching, but they name the headerfiles that declare patching functions differently.Make all such headers consistently named text-patching.h and add an emptyheader in asm-generic for architectures that do not support text patching.Link: https://lkml.kernel.org/r/20241023162711.2579610-4-rppt@kernel.orgSigned-off-by: Mike Rapoport (Microsoft) &lt;rppt@kernel.org&gt;Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt; # m68kAcked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Luis Chamberlain &lt;mcgrof@kernel.org&gt;Tested-by: kdevops &lt;kdevops@lists.linux.dev&gt;Cc: Andreas Larsson &lt;andreas@gaisler.com&gt;Cc: Andy Lutomirski &lt;luto@kernel.org&gt;Cc: Ard Biesheuvel &lt;ardb@kernel.org&gt;Cc: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Cc: Brian Cain &lt;bcain@quicinc.com&gt;Cc: Catalin Marinas &lt;catalin.marinas@arm.com&gt;Cc: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Cc: Dave Hansen &lt;dave.hansen@linux.intel.com&gt;Cc: Dinh Nguyen &lt;dinguyen@kernel.org&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Cc: Helge Deller &lt;deller@gmx.de&gt;Cc: Huacai Chen &lt;chenhuacai@kernel.org&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Johannes Berg &lt;johannes@sipsolutions.net&gt;Cc: John Paul Adrian Glaubitz &lt;glaubitz@physik.fu-berlin.de&gt;Cc: Kent Overstreet &lt;kent.overstreet@linux.dev&gt;Cc: Liam R. Howlett &lt;Liam.Howlett@Oracle.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Masami Hiramatsu (Google) &lt;mhiramat@kernel.org&gt;Cc: Matt Turner &lt;mattst88@gmail.com&gt;Cc: Max Filippov &lt;jcmvbkbc@gmail.com&gt;Cc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Cc: Michal Simek &lt;monstr@monstr.eu&gt;Cc: Oleg Nesterov &lt;oleg@redhat.com&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Richard Weinberger &lt;richard@nod.at&gt;Cc: Russell King &lt;linux@armlinux.org.uk&gt;Cc: Song Liu &lt;song@kernel.org&gt;Cc: Stafford Horne &lt;shorne@gmail.com&gt;Cc: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;Cc: Suren Baghdasaryan &lt;surenb@google.com&gt;Cc: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Uladzislau Rezki (Sony) &lt;urezki@gmail.com&gt;Cc: Vineet Gupta &lt;vgupta@kernel.org&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/arch/microblaze/include/asm/Kbuild</description>
        <pubDate>Wed, 23 Oct 2024 16:27:06 +0000</pubDate>
        <dc:creator>Mike Rapoport (Microsoft) &lt;rppt@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b68622a8 - locking/atomic: microblaze: use asm-generic exclusively</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/include/asm/Kbuild#b68622a8</link>
        <description>locking/atomic: microblaze: use asm-generic exclusivelyMicroblaze provides its own implementation of atomic_dec_if_positive(),but nothing else. For a while now, the conditional inc/dec ops have beenoptional, and the core code will provide generic implementations usingthe code templates in scripts/atomic/fallbacks/.For simplicity, and for consistency with the other conditional atomicops, let&apos;s drop the microblaze implementation ofatomic_dec_if_positive(), and use the generic implementation.With that, we can also drop the local asm/atomic.h and asm/cmpxchg.hheaders, as asm-generic/atomic.h is mandatory-y, and we can pull inasm-generic/cmpxchg.h via generic-y. This matches what nios2 and nds32do today.There should be no functional change as a result of this patch.Signed-off-by: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Boqun Feng &lt;boqun.feng@gmail.com&gt;Cc: Michal Simek &lt;monstr@monstr.eu&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Signed-off-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Link: https://lore.kernel.org/r/20210525140232.53872-5-mark.rutland@arm.com

            List of files:
            /linux-6.15/arch/microblaze/include/asm/Kbuild</description>
        <pubDate>Tue, 25 May 2021 14:02:03 +0000</pubDate>
        <dc:creator>Mark Rutland &lt;mark.rutland@arm.com&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/microblaze/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/microblaze/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>4a17e851 - microblaze: fix kbuild redundant file warning</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/include/asm/Kbuild#4a17e851</link>
        <description>microblaze: fix kbuild redundant file warningFix build warning since this file is already listed ininclude/asm-generic/Kbuild.../scripts/Makefile.asm-generic:25: redundant generic-y found in arch/microblaze/include/asm/Kbuild: hw_irq.hFixes: 630f289b7114 (&quot;asm-generic: make more kernel-space headers mandatory&quot;)Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Michal Simek &lt;monstr@monstr.eu&gt;Cc: Michal Simek &lt;michal.simek@xilinx.com&gt;Cc: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Reviewed-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Link: https://lore.kernel.org/r/4d992aee-8a69-1769-e622-8d6d6e316346@infradead.orgSigned-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/arch/microblaze/include/asm/Kbuild</description>
        <pubDate>Mon, 31 Aug 2020 16:38:58 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&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/microblaze/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/microblaze/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>db79e029 - microblaze: Define microblaze barrier</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/include/asm/Kbuild#db79e029</link>
        <description>microblaze: Define microblaze barrierDefine microblaze barrier.Signed-off-by: Stefan Asserhall &lt;stefan.asserhall@xilinx.com&gt;Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/microblaze/include/asm/Kbuild</description>
        <pubDate>Tue, 21 Jan 2020 11:32:33 +0000</pubDate>
        <dc:creator>Stefan Asserhall &lt;stefan.asserhall@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>7e8f54cd - microblaze: Remove empty headers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/include/asm/Kbuild#7e8f54cd</link>
        <description>microblaze: Remove empty headersThere is no reason to keep empty headers if asm-generic one can be usedinstead. That&apos;s why remove empty file and use asm-generic equivalent.cputable.h is completely unused that&apos;s why remove it.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Stefan Asserhall &lt;stefan.asserhall@xilinx.com&gt;Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/microblaze/include/asm/Kbuild</description>
        <pubDate>Mon, 03 Feb 2020 09:30:31 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>59d85c0a - microblaze: Remove architecture tlb.h and use generic one</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/include/asm/Kbuild#59d85c0a</link>
        <description>microblaze: Remove architecture tlb.h and use generic oneThere is no reason to have this empty file if it is just link toasm-generic/tlb.h.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Stefan Asserhall &lt;stefan.asserhall@xilinx.com&gt;Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/microblaze/include/asm/Kbuild</description>
        <pubDate>Mon, 20 Jan 2020 10:40:20 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&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/microblaze/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/microblaze/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>fdcd06a8 - arch: Use asm-generic header for asm/mmiowb.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/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/microblaze/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/microblaze/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/microblaze/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>36c0f7f0 - arch: unexport asm/shmparam.h for all architectures</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/include/asm/Kbuild#36c0f7f0</link>
        <description>arch: unexport asm/shmparam.h for all architecturesMost architectures do not export shmparam.h to user-space.  $ find arch -name shmparam.h  | sort  arch/alpha/include/asm/shmparam.h  arch/arc/include/asm/shmparam.h  arch/arm64/include/asm/shmparam.h  arch/arm/include/asm/shmparam.h  arch/csky/include/asm/shmparam.h  arch/ia64/include/asm/shmparam.h  arch/mips/include/asm/shmparam.h  arch/nds32/include/asm/shmparam.h  arch/nios2/include/asm/shmparam.h  arch/parisc/include/asm/shmparam.h  arch/powerpc/include/asm/shmparam.h  arch/s390/include/asm/shmparam.h  arch/sh/include/asm/shmparam.h  arch/sparc/include/asm/shmparam.h  arch/x86/include/asm/shmparam.h  arch/xtensa/include/asm/shmparam.hStrangely, some users of the asm-generic wrapper export shmparam.h  $ git grep &apos;generic-y += shmparam.h&apos;  arch/c6x/include/uapi/asm/Kbuild:generic-y += shmparam.h  arch/h8300/include/uapi/asm/Kbuild:generic-y += shmparam.h  arch/hexagon/include/uapi/asm/Kbuild:generic-y += shmparam.h  arch/m68k/include/uapi/asm/Kbuild:generic-y += shmparam.h  arch/microblaze/include/uapi/asm/Kbuild:generic-y += shmparam.h  arch/openrisc/include/uapi/asm/Kbuild:generic-y += shmparam.h  arch/riscv/include/asm/Kbuild:generic-y += shmparam.h  arch/unicore32/include/uapi/asm/Kbuild:generic-y += shmparam.hThe newly added riscv correctly creates the asm-generic wrapperin the kernel space, but the others (c6x, h8300, hexagon, m68k,microblaze, openrisc, unicore32) create the one in the uapi directory.Digging into the git history, now I guess fcc8487d477a (&quot;uapi:export all headers under uapi directories&quot;) was the misconversion.Prior to that commit, no architecture exported to shmparam.hAs its commit description said, that commit exported shmparam.hfor c6x, h8300, hexagon, m68k, openrisc, unicore32.83f0124ad81e (&quot;microblaze: remove asm-generic wrapper headers&quot;)accidentally exported shmparam.h for microblaze.This commit unexports shmparam.h for those architectures.There is no more reason to export include/uapi/asm-generic/shmparam.h,so it has been moved to include/asm-generic/shmparam.hLink: http://lkml.kernel.org/r/1546904307-11124-1-git-send-email-yamada.masahiro@socionext.comSigned-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Stafford Horne &lt;shorne@gmail.com&gt;Cc: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Cc: Michal Simek &lt;monstr@monstr.eu&gt;Cc: Yoshinori Sato &lt;ysato@users.sourceforge.jp&gt;Cc: Richard Kuo &lt;rkuo@codeaurora.org&gt;Cc: Guan Xuetao &lt;gxt@pku.edu.cn&gt;Cc: Nicolas Dichtel &lt;nicolas.dichtel@6wind.com&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Aurelien Jacquiot &lt;jacquiot.aurelien@gmail.com&gt;Cc: Greentime Hu &lt;green.hu@gmail.com&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Cc: Palmer Dabbelt &lt;palmer@sifive.com&gt;Cc: Stefan Kristiansson &lt;stefan.kristiansson@saunalahti.fi&gt;Cc: Mark Salter &lt;msalter@redhat.com&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Jonas Bonn &lt;jonas@southpole.se&gt;Cc: Vincent Chen &lt;deanbo422@gmail.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/microblaze/include/asm/Kbuild</description>
        <pubDate>Fri, 01 Feb 2019 22:20:12 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>1e17ab53 - microblaze: generate uapi header and system call table files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/include/asm/Kbuild#1e17ab53</link>
        <description>microblaze: generate uapi header and system call table filesSystem call table generation script must be run to gener-ate unistd_32.h and syscall_table.h files. This patch willhave changes which will invokes the script.This patch will generate unistd_32.h and syscall_table.hfiles by the syscall table generation script invoked bymicroblaze/Makefile and the generated files against theremoved 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_table.S file.Signed-off-by: Firoz Khan &lt;firoz.khan@linaro.org&gt;Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/arch/microblaze/include/asm/Kbuild</description>
        <pubDate>Tue, 13 Nov 2018 06:04:34 +0000</pubDate>
        <dc:creator>Firoz Khan &lt;firoz.khan@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>5411ad27 - microblaze: use generic dma_noncoherent_ops</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/include/asm/Kbuild#5411ad27</link>
        <description>microblaze: use generic dma_noncoherent_opsSwitch to the generic noncoherent direct mapping implementation.This removes the direction-based optimizations insync_{single,sg}_for_{cpu,device} which were marked untestested anddo not match the usually very well tested {un,}map_{single,sg}implementations.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/arch/microblaze/include/asm/Kbuild</description>
        <pubDate>Thu, 19 Jul 2018 12:54:39 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>2b5a9a37 - time: Add an asm-generic/compat.h file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/include/asm/Kbuild#2b5a9a37</link>
        <description>time: Add an asm-generic/compat.h fileWe have a couple of files that try to include asm/compat.h onarchitectures where this is available. Those should generally use thehigher-level linux/compat.h file, but that in turn fails to includeasm/compat.h when CONFIG_COMPAT is disabled, unless we can providethat header on all architectures.This adds the asm/compat.h for all remaining architectures tosimplify the dependencies.Architectures that are getting removed in linux-4.17 are not changedhere, to avoid needless conflicts with the removal patches. Thosearchitectures are broken by this patch, but we have already shownthat they have no users.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/microblaze/include/asm/Kbuild</description>
        <pubDate>Mon, 26 Mar 2018 14:59:15 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&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/microblaze/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/microblaze/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>9ffd9385 - microblaze: move generic-y of exported headers to uapi/asm/Kbuild</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/include/asm/Kbuild#9ffd9385</link>
        <description>microblaze: 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.For microblaze, &quot;generic-y += siginfo.h&quot; is doubled in asm/Kbuild anduapi/asm/Kbuild.  So, the one in the former can be simply removed.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux-6.15/arch/microblaze/include/asm/Kbuild</description>
        <pubDate>Sun, 09 Jul 2017 18:32:48 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>83f0124a - microblaze: remove asm-generic wrapper headers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/include/asm/Kbuild#83f0124a</link>
        <description>microblaze: remove asm-generic wrapper headersSome of microblaze&apos;s asm and uapi header are merely including theirasm-generic counterpart. Thus, the arch specific headers can be removedand the asm-generic header can be used directly via generic-y.The headers removed from uapi don&apos;t need to be added to generic-y in theuapi Kbuild in order to get exported, as they are already listed inmandatory-y.Also order the generic-y list alphabetically.Signed-off-by: Tobias Klauser &lt;tklauser@distanz.ch&gt;Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/arch/microblaze/include/asm/Kbuild</description>
        <pubDate>Fri, 19 May 2017 11:45:16 +0000</pubDate>
        <dc:creator>Tobias Klauser &lt;tklauser@distanz.ch&gt;</dc:creator>
    </item>
<item>
        <title>730132e7 - microblaze: switch to generic extable.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/include/asm/Kbuild#730132e7</link>
        <description>microblaze: switch to generic extable.hSigned-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;

            List of files:
            /linux-6.15/arch/microblaze/include/asm/Kbuild</description>
        <pubDate>Sun, 25 Dec 2016 19:34:44 +0000</pubDate>
        <dc:creator>Al Viro &lt;viro@zeniv.linux.org.uk&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/microblaze/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/microblaze/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>
</channel>
</rss>
