<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/include/uapi/linux/elf-em.h, branch linux-4.11.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.11.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.11.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2016-07-20T19:37:39Z</updated>
<entry>
<title>bpf, elf: add official ELF machine define for eBPF</title>
<updated>2016-07-20T19:37:39Z</updated>
<author>
<name>Daniel Borkmann</name>
<email>daniel@iogearbox.net</email>
</author>
<published>2016-07-20T18:17:47Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=b02b94b331be5097d248d49242bd1fc0649a8092'/>
<id>urn:sha1:b02b94b331be5097d248d49242bd1fc0649a8092</id>
<content type='text'>
Add the official BPF ELF e_machine value that was assigned recently [1,2]
and will be propagated to glibc, et al. LLVM is switching to it in 3.9
release.

  [1] https://github.com/llvm-mirror/llvm/commit/36b9c09330bfb5e771914cfe307588f30d5510d2
  [2] http://lists.iovisor.org/pipermail/iovisor-dev/2016-June/000266.html

Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;
Acked-by: Alexei Starovoitov &lt;ast@kernel.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>include/uapi/linux/elf-em.h: remove v850</title>
<updated>2016-03-17T22:09:34Z</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-03-17T21:21:17Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=faeb50b98a337abf7a11375e06a83cda23c8ca67'/>
<id>urn:sha1:faeb50b98a337abf7a11375e06a83cda23c8ca67</id>
<content type='text'>
The v850 port was removed by commits f606ddf42fd4 and 07a887d399b8 in
2008.  These #defines are not used in the current kernel.

Signed-off-by: Rob Landley &lt;rob@landley.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>elf-em.h: move EM_MICROBLAZE to the common header</title>
<updated>2015-09-10T04:54:15Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2015-08-18T07:28:01Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=b14132797d8041a42e03f4ffa1e722da1425adfb'/>
<id>urn:sha1:b14132797d8041a42e03f4ffa1e722da1425adfb</id>
<content type='text'>
The linux/audit.h header uses EM_MICROBLAZE in order to define
AUDIT_ARCH_MICROBLAZE, but it's only available in the microblaze
asm headers.  Move it to the common elf-em.h header so that the
define can be used on non-microblaze systems.  Otherwise we get
build errors that EM_MICROBLAZE isn't defined when we try to use
the AUDIT_ARCH_MICROBLAZE symbol.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>tile: enable full SECCOMP support</title>
<updated>2015-07-30T16:32:16Z</updated>
<author>
<name>Chris Metcalf</name>
<email>cmetcalf@ezchip.com</email>
</author>
<published>2015-07-22T18:30:14Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a0ddef81f4aeeeec3326f6b6a255d8ea13b41908'/>
<id>urn:sha1:a0ddef81f4aeeeec3326f6b6a255d8ea13b41908</id>
<content type='text'>
Signed-off-by: Chris Metcalf &lt;cmetcalf@ezchip.com&gt;
</content>
</entry>
<entry>
<title>Add ELF machine</title>
<updated>2015-06-23T04:35:47Z</updated>
<author>
<name>Yoshinori Sato</name>
<email>ysato@users.sourceforge.jp</email>
</author>
<published>2015-01-27T17:54:39Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=2600896d659b638f5d4981dac4cd9aa03c8213da'/>
<id>urn:sha1:2600896d659b638f5d4981dac4cd9aa03c8213da</id>
<content type='text'>
Signed-off-by: Yoshinori Sato &lt;ysato@users.sourceforge.jp&gt;
</content>
</entry>
<entry>
<title>Add ELF machine define for Nios2</title>
<updated>2014-12-08T04:55:57Z</updated>
<author>
<name>Ley Foon Tan</name>
<email>lftan@altera.com</email>
</author>
<published>2014-11-06T07:19:54Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4fdace8d4f8bee9ba163646e8530394f9c36e67e'/>
<id>urn:sha1:4fdace8d4f8bee9ba163646e8530394f9c36e67e</id>
<content type='text'>
Signed-off-by: Ley Foon Tan &lt;lftan@altera.com&gt;
Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
</entry>
<entry>
<title>next: openrisc: Fix build</title>
<updated>2014-09-26T18:53:23Z</updated>
<author>
<name>Guenter Roeck</name>
<email>linux@roeck-us.net</email>
</author>
<published>2014-09-26T16:05:39Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=29075feaf1f55e6b1aa4054b44bc141e8d5eab0b'/>
<id>urn:sha1:29075feaf1f55e6b1aa4054b44bc141e8d5eab0b</id>
<content type='text'>
openrisc:defconfig fails to build in next-20140926 with the following error.

In file included from arch/openrisc/kernel/signal.c:31:0:
./arch/openrisc/include/asm/syscall.h: In function 'syscall_get_arch':
./arch/openrisc/include/asm/syscall.h:77:9: error: 'EM_OPENRISC' undeclared

Fix by moving EM_OPENRISC to include/uapi/linux/elf-em.h.

Fixes: ce5d112827e5 ("ARCH: AUDIT: implement syscall_get_arch for all arches")
Cc: Eric Paris &lt;eparis@redhat.com&gt;
Cc: Stefan Kristiansson &lt;stefan.kristiansson@saunalahti.fi&gt;
Cc: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
Cc: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
Signed-off-by: Eric Paris &lt;eparis@redhat.com&gt;
</content>
</entry>
<entry>
<title>Drop remaining references to H8/300 architecture</title>
<updated>2013-09-17T01:20:24Z</updated>
<author>
<name>Guenter Roeck</name>
<email>linux@roeck-us.net</email>
</author>
<published>2013-08-30T13:12:40Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6f6f467eaaa0ac4fb77714d0172d65c781dabb8c'/>
<id>urn:sha1:6f6f467eaaa0ac4fb77714d0172d65c781dabb8c</id>
<content type='text'>
With the architecture gone, any references to it are no longer needed.

Cc: Yoshinori Sato &lt;ysato@users.sourceforge.jp&gt;
Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
</entry>
<entry>
<title>Move the EM_ARM and EM_AARCH64 definitions to uapi/linux/elf-em.h</title>
<updated>2013-09-02T15:35:50Z</updated>
<author>
<name>Dan Aloni</name>
<email>alonid@stratoscale.com</email>
</author>
<published>2013-08-28T13:24:53Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=909e3ee4119f87b85c6e1b8534b2287ed1ea3ca2'/>
<id>urn:sha1:909e3ee4119f87b85c6e1b8534b2287ed1ea3ca2</id>
<content type='text'>
Signed-off-by: Dan Aloni &lt;alonid@stratoscale.com&gt;
Signed-off-by: Catalin Marinas &lt;catalin.marinas@arm.com&gt;
</content>
</entry>
<entry>
<title>UAPI: (Scripted) Disintegrate include/linux</title>
<updated>2012-10-13T09:46:48Z</updated>
<author>
<name>David Howells</name>
<email>dhowells@redhat.com</email>
</author>
<published>2012-10-13T09:46:48Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=607ca46e97a1b6594b29647d98a32d545c24bdff'/>
<id>urn:sha1:607ca46e97a1b6594b29647d98a32d545c24bdff</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>
</feed>
>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/distro/kernel/log/?id=884a33131f2a7c398daadcffae92384ed7f84b15'>root</a>/<a href='/distro/kernel/log/drivers?id=884a33131f2a7c398daadcffae92384ed7f84b15'>drivers</a>/<a href='/distro/kernel/log/drivers/clk?id=884a33131f2a7c398daadcffae92384ed7f84b15'>clk</a>/<a href='/distro/kernel/log/drivers/clk/stm32?id=884a33131f2a7c398daadcffae92384ed7f84b15'>stm32</a>/<a href='/distro/kernel/log/drivers/clk/stm32/reset-stm32.h?id=884a33131f2a7c398daadcffae92384ed7f84b15'>reset-stm32.h</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/distro/kernel/log/drivers/clk/stm32/reset-stm32.h?id=884a33131f2a7c398daadcffae92384ed7f84b15&amp;showmsg=1'>Expand</a>)</th><th class='left'>Author</th></tr>
<tr><td><span title='2024-04-11 23:20:27 -0700'>2024-04-11</span></td><td><a href='/distro/kernel/commit/drivers/clk/stm32/reset-stm32.h?id=fd7a1c90ba4c6e618596eb44a69977801f9cccdd'>clk: stm32: introduce clocks for STM32MP257 platform</a></td><td>Gabriel Fernandez</td></tr>
<tr><td><span title='2023-12-17 15:33:26 -0800'>2023-12-17</span></td><td><a href='/distro/kernel/commit/drivers/clk/stm32/reset-stm32.h?id=30500c2ad9c440d1a81e7a5dac3bcef62e21d910'>clk: stm32mp1: use stm32mp13 reset driver</a></td><td>Gabriel Fernandez</td></tr>
<tr><td><span title='2022-05-20 21:07:48 -0700'>2022-05-20</span></td><td><a href='/distro/kernel/commit/drivers/clk/stm32/reset-stm32.h?id=637cee5ffc71698eecf014a794e8d24a213b3c07'>clk: stm32: Introduce STM32MP13 RCC drivers (Reset Clock Controller)</a></td><td>Gabriel Fernandez</td></tr>
