<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/arch/microblaze/include/uapi/asm, branch v3.14.7</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/arch/microblaze/include/uapi/asm?h=v3.14.7</id>
<link rel='self' href='https://git.amat.us/linux/atom/arch/microblaze/include/uapi/asm?h=v3.14.7'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2014-01-21T07:28:20Z</updated>
<entry>
<title>microblaze/uapi: Use Kbuild logic to include &lt;asm-generic/types.h&gt;</title>
<updated>2014-01-21T07:28:20Z</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>geert@linux-m68k.org</email>
</author>
<published>2013-11-25T08:55:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=fd43769ee5c3c6b4d702b358ea472581b0976ed3'/>
<id>urn:sha1:fd43769ee5c3c6b4d702b358ea472581b0976ed3</id>
<content type='text'>
Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
Cc: Michal Simek &lt;monstr@monstr.eu&gt;
Cc: microblaze-uclinux@itee.uq.edu.au
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Move __NR_syscalls from uapi</title>
<updated>2013-07-10T05:32:09Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2013-07-08T07:50:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=40c2702a02b755e0183b702778331b351f3be20c'/>
<id>urn:sha1:40c2702a02b755e0183b702778331b351f3be20c</id>
<content type='text'>
The reason is that other applications like strace
think that every __NR_xx is syscall.
Also __NR_syscalls is not used by user applications/libs.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Add finit_module syscall</title>
<updated>2013-01-03T13:21:57Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2013-01-03T12:50:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0e1ec2d0b499298a502a46573c87d74a6052dfa1'/>
<id>urn:sha1:0e1ec2d0b499298a502a46573c87d74a6052dfa1</id>
<content type='text'>
Add finit_module syscall to the syscall list.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Wire-up new system call kcmp</title>
<updated>2012-12-13T17:15:32Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2012-12-13T16:26:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=05c0674107dee0bf2aed323796c443cb6de8e71a'/>
<id>urn:sha1:05c0674107dee0bf2aed323796c443cb6de8e71a</id>
<content type='text'>
Wire-up kcmp syscall.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Do not initialized regs-&gt;r1 twice in ELF_PLAT_INIT</title>
<updated>2012-12-13T13:38:58Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2012-11-15T14:42:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b881e99eeadcc5a6194e225ba3986fde545469d3'/>
<id>urn:sha1:b881e99eeadcc5a6194e225ba3986fde545469d3</id>
<content type='text'>
Fix ELF_PLAT_INIT macro which initialized r1 twice which
ends in compilation warning.

Warning log:
fs/binfmt_elf.c: In function 'load_elf_binary':
fs/binfmt_elf.c:981:2: warning: operation on 'regs-&gt;r1' may be undefined [-Wsequence-point]
  CC      fs/dcookies.o

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>UAPI: (Scripted) Disintegrate arch/microblaze/include/asm</title>
<updated>2012-12-13T13:38:55Z</updated>
<author>
<name>David Howells</name>
<email>dhowells@redhat.com</email>
</author>
<published>2012-10-09T08:47:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3cb0eab2db578345031c689d4ff9b70840271b5c'/>
<id>urn:sha1:3cb0eab2db578345031c689d4ff9b70840271b5c</id>
<content type='text'>
Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;
Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Acked-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Acked-by: Michael Kerrisk &lt;mtk.manpages@gmail.com&gt;
Acked-by: Paul E. McKenney &lt;paulmck@linux.vnet.ibm.com&gt;
Acked-by: Dave Jones &lt;davej@redhat.com&gt;
</content>
</entry>
<entry>
<title>UAPI: (Scripted) Set up UAPI Kbuild files</title>
<updated>2012-10-02T17:01:35Z</updated>
<author>
<name>David Howells</name>
<email>dhowells@redhat.com</email>
</author>
<published>2012-10-02T17:01:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4413e16d9d21673bb5048a2e542f1aaa00015c2e'/>
<id>urn:sha1:4413e16d9d21673bb5048a2e542f1aaa00015c2e</id>
<content type='text'>
Set up empty UAPI Kbuild files to be populated by the header splitter.

Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;
Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Acked-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Acked-by: Paul E. McKenney &lt;paulmck@linux.vnet.ibm.com&gt;
Acked-by: Dave Jones &lt;davej@redhat.com&gt;
</content>
</entry>
</feed>
