<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/init/Kconfig, branch v2.6.14</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.14</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.14'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2005-09-06T07:35:51Z</updated>
<entry>
<title>Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild </title>
<updated>2005-09-06T07:35:51Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@evo.osdl.org</email>
</author>
<published>2005-09-06T07:35:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ef88b7dba2b47c70037a34a599d383462bb74bd3'/>
<id>urn:sha1:ef88b7dba2b47c70037a34a599d383462bb74bd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] kbuild: automatically append a short string to the version based upon the git commit</title>
<updated>2005-08-10T19:11:23Z</updated>
<author>
<name>Ryan Anderson</name>
<email>ryan@michonline.com</email>
</author>
<published>2005-07-31T08:57:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=aaebf4332018980fef4e601d1b5a6e52dd9e9ae4'/>
<id>urn:sha1:aaebf4332018980fef4e601d1b5a6e52dd9e9ae4</id>
<content type='text'>
If CONFIG_AUTO_LOCALVERSION is set, the user is using a git-based tree, and the
current HEAD is not referred to by any tags in .git/refs/tags/, append -g and
the first 8 characters of the commit to the version string.  This makes it
easier to use git-bisect, and/or to do a daily build, without trampling on your
older, working builds, or accidentally setting up conflicting sets of modules.

Signed-off-by: Ryan Anderson &lt;ryan@michonline.com&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kconfig: move initramfs options to General Setup</title>
<updated>2005-08-10T18:44:50Z</updated>
<author>
<name>Sam Ravnborg</name>
<email>sam@mars.(none)</email>
</author>
<published>2005-08-10T18:44:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=dbec486632d2303f5c0e75af7a8473fa4c4a145a'/>
<id>urn:sha1:dbec486632d2303f5c0e75af7a8473fa4c4a145a</id>
<content type='text'>
Move initramfs options from Device Drivers | Block Drivers to General Setup
This is a more natural place for this option.

Furthermore separate out intramfs options to usr/Kconfig

Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] kernel/cpuset.c: add kerneldoc, fix typos</title>
<updated>2005-07-27T23:26:06Z</updated>
<author>
<name>Randy Dunlap</name>
<email>rdunlap@xenotime.net</email>
</author>
<published>2005-07-27T18:45:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d9fd8a6d443b509147280f058d4e59f0b796a323'/>
<id>urn:sha1:d9fd8a6d443b509147280f058d4e59f0b796a323</id>
<content type='text'>
Add kerneldoc to kernel/cpuset.c

Fix cpuset typos in init/Kconfig

Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
Acked-by: Paul Jackson &lt;pj@sgi.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] kallsyms: clarify KALLSYMS_ALL help text</title>
<updated>2005-07-26T10:16:12Z</updated>
<author>
<name>Jesper Juhl</name>
<email>jesper.juhl@gmail.com</email>
</author>
<published>2005-07-20T03:43:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f9f97bc014d7402cd2d135e20bcd25dfec93257b'/>
<id>urn:sha1:f9f97bc014d7402cd2d135e20bcd25dfec93257b</id>
<content type='text'>
Clarify the KALLSYMS_ALL help text slightly.

Signed-off-by: Jesper Juhl &lt;jesper.juhl@gmail.com&gt;
</content>
</entry>
<entry>
<title>[SPARC64]: Add syscall auditing support.</title>
<updated>2005-07-11T02:29:45Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2005-07-11T02:29:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f7ceba360cce9af3fbc4e5a5b1bd40b570b7021c'/>
<id>urn:sha1:f7ceba360cce9af3fbc4e5a5b1bd40b570b7021c</id>
<content type='text'>
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git</title>
<updated>2005-06-02T15:39:11Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@shinybook.infradead.org</email>
</author>
<published>2005-06-02T15:39:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1c3f45ab2f7f879ea482501c83899505c31f7539'/>
<id>urn:sha1:1c3f45ab2f7f879ea482501c83899505c31f7539</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] uml: add modversions support</title>
<updated>2005-05-28T23:46:12Z</updated>
<author>
<name>Paolo 'Blaisorblade' Giarrusso</name>
<email>blaisorblade@yahoo.it</email>
</author>
<published>2005-05-28T22:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=34a1a63e37ee8d60bdb842476d9337cdff5413d9'/>
<id>urn:sha1:34a1a63e37ee8d60bdb842476d9337cdff5413d9</id>
<content type='text'>
Actually, the real support was added by some earlier patches.  Now we simply
re-enable the config.  option.  I've actually tested it and it works well.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso &lt;blaisorblade@yahoo.it&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Audit requires CONFIG_NET</title>
<updated>2005-05-11T09:52:45Z</updated>
<author>
<name>Chris Wright</name>
<email>chrisw@osdl.org</email>
</author>
<published>2005-05-11T09:52:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=804a6a49d874841a98ebea3247ad2e672812ad6a'/>
<id>urn:sha1:804a6a49d874841a98ebea3247ad2e672812ad6a</id>
<content type='text'>
Audit now actually requires netlink.  So make it depend on CONFIG_NET, 
and remove the inline dependencies on CONFIG_NET.

Signed-off-by: Chris Wright &lt;chrisw@osdl.org&gt;
Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
</entry>
<entry>
<title>Add CONFIG_AUDITSC and CONFIG_SECCOMP support for ppc32</title>
<updated>2005-05-08T14:56:09Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@shinybook.infradead.org</email>
</author>
<published>2005-05-08T14:56:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ea9c102cb0a7969df5733d34f26e0b12c8a3c889'/>
<id>urn:sha1:ea9c102cb0a7969df5733d34f26e0b12c8a3c889</id>
<content type='text'>
Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
</entry>
</feed>
