19 Jul, 2016
1 commit
-
Signed-off-by: Geert Uytterhoeven
07 Apr, 2016
1 commit
-
Signed-off-by: Geert Uytterhoeven
01 Feb, 2016
1 commit
-
Signed-off-by: Geert Uytterhoeven
14 Dec, 2015
1 commit
-
Signed-off-by: Geert Uytterhoeven
28 Sep, 2015
1 commit
-
Signed-off-by: Geert Uytterhoeven
10 Aug, 2015
2 commits
-
Signed-off-by: Geert Uytterhoeven
-
Signed-off-by: Geert Uytterhoeven
01 Jun, 2015
1 commit
-
Signed-off-by: Geert Uytterhoeven
15 Mar, 2015
1 commit
-
Signed-off-by: Geert Uytterhoeven
31 Jan, 2015
5 commits
-
Signed-off-by: Geert Uytterhoeven
-
Enable CONFIG_DEVTMPFS_MOUNT, as it's useful for initrd-less kernels.
Signed-off-by: Geert Uytterhoeven
-
Enable CONFIG_EARLY_PRINTK on all platforms where it's available (all
but Sun-3) and not yet enabled.Signed-off-by: Geert Uytterhoeven
-
It doesn't hurt to have CONFIG_TEST_* enabled as modules.
Signed-off-by: Geert Uytterhoeven
-
Signed-off-by: Geert Uytterhoeven
18 Jul, 2014
1 commit
-
Because of the removal of the scsi_tgt kernel module, the kbuild variables
CONFIG_SCSI_TGT, CONFIG_SCSI_SRP_TGT_ATTRS and CONFIG_SCSI_FC_TGT_ATTRS
are obsolete. This patch removes these variables. This patch is the result
of the following command:find -name '*defconfig' | while read f; do grep -vwE 'CONFIG_SCSI_TGT|CONFIG_SCSI_SRP_TGT_ATTRS|CONFIG_SCSI_FC_TGT_ATTRS|CONFIG_SRP' $f >/tmp/t && mv /tmp/t $f; done
Signed-off-by: Bart Van Assche
Signed-off-by: Christoph Hellwig
Reviewed-by: Paolo Bonzini
Reviewed-by: Hannes Reinecke
28 May, 2014
1 commit
-
Signed-off-by: Geert Uytterhoeven
31 Mar, 2014
1 commit
-
Signed-off-by: Geert Uytterhoeven
31 Dec, 2013
2 commits
-
Signed-off-by: Geert Uytterhoeven
-
Cfr. commit 7934779a69f1184f29d786b89e77dd14519bd226 ("Driver-Core: disable
/sbin/hotplug by default").Signed-off-by: Geert Uytterhoeven
08 Dec, 2013
1 commit
-
This reduces the kernel image size by ca. 160 KiB.
Signed-off-by: Geert Uytterhoeven
26 Nov, 2013
1 commit
-
This reduces the kernel image size by ca. 100 KiB, while still allowing
NFS root.Signed-off-by: Geert Uytterhoeven
28 May, 2013
1 commit
-
Signed-off-by: Geert Uytterhoeven
03 Sep, 2012
1 commit
-
It was scheduled to be removed for a long time.
Cc: Pablo Neira Ayuso
Cc: Patrick McHardy
Cc: "David S. Miller"
Cc: netfilter@vger.kernel.org
Signed-off-by: Cong Wang
Signed-off-by: Pablo Neira Ayuso
15 Aug, 2010
1 commit
-
Use the defconfig files generated by "make savedefconfig" for
remaining defconfig files.Signed-off-by: Sam Ravnborg
23 Apr, 2009
1 commit
-
Signed-off-by: Geert Uytterhoeven
03 Dec, 2008
1 commit
-
Signed-off-by: Geert Uytterhoeven
11 Sep, 2008
1 commit
-
Signed-off-by: Geert Uytterhoeven
Signed-off-by: Linus Torvalds
07 Jun, 2008
1 commit
-
As some m68k machines have plenty of libc5 binaries in active use, enable
CONFIG_COMPAT_BRK by default.Signed-off-by: Geert Uytterhoeven
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
19 May, 2008
1 commit
-
Update the m68k defconfigs
Signed-off-by: Geert Uytterhoeven
Signed-off-by: Linus Torvalds
05 Apr, 2008
1 commit
-
Long overdue update of the m68k defconfigs
Signed-off-by: Geert Uytterhoeven
Signed-off-by: Linus Torvalds
13 Jun, 2005
1 commit
-
Signed-off-by: Geert Uytterhoeven
Signed-off-by: Linus Torvalds
19 Apr, 2005
2 commits
-
Signed-off-by: Geert Uytterhoeven
Signed-off-by: Linus Torvalds -
Signed-off-by: Geert Uytterhoeven
Signed-off-by: Linus Torvalds
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!