David S. Miller
109d1c88e9
sparc64: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-05-16 13:36:27 -07:00
David S. Miller
09337f501e
sparc64: Kill CONFIG_SPARC32_COMPAT
...
It's completely superfluous, CONFIG_COMPAT is sufficient.
What this used to be is an umbrella for enabling code shared
by all 32-bit compat binary support types. But with the
removal of SunOS and Solaris support, the only one left is
Linux 32-bit ELF.
Update defconfig.
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-04-26 21:41:19 -07:00
David S. Miller
919ee677b6
[SPARC64]: Add NUMA support.
...
Currently there is only code to parse NUMA attributes on
sun4v/niagara systems, but later on we will add such parsing
for older systems.
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-04-23 23:32:17 -07:00
David S. Miller
ec98c6b9b4
[SPARC]: Remove SunOS and Solaris binary support.
...
As per Documentation/feature-removal-schedule.txt
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-04-21 15:10:15 -07:00
David S. Miller
e5ac71f255
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-03-26 04:34:04 -07:00
David S. Miller
f6095a5176
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-02-17 22:44:32 -08:00
David S. Miller
0f78e7542e
[SPARC64]: Remove DEBUG_BOOTMEM.
...
We'll replace it in the future with better logging facilities that can
be enabled at run time.
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-02-13 01:00:26 -08:00
David S. Miller
b3ff81dd8a
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-02-06 04:12:24 -08:00
David S. Miller
9cb1200a28
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-12-05 05:38:01 -08:00
David S. Miller
b4d367fb20
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-11-01 03:18:02 -07:00
David S. Miller
3d0a721f04
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-21 19:58:24 -07:00
David S. Miller
f14356de1c
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-13 21:54:12 -07:00
David S. Miller
58ea1aa07e
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-09-16 09:52:36 -07:00
David S. Miller
1b64e7abe7
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-07-24 13:24:35 -07:00
David S. Miller
cbc5a06937
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-07-19 21:30:56 -07:00
David S. Miller
c1e49e3a1b
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-07-17 12:18:16 -07:00
David S. Miller
be35cf01a9
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-05-14 04:19:01 -07:00
David S. Miller
d77311f942
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-05-11 21:39:24 -07:00
David S. Miller
e9429eacd7
[SPARC64]: Kill LARGE_ALLOCS and update defconfig.
...
Let's use SLUB, since it works now, in order to get it
tested a bit.
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-05-11 21:39:19 -07:00
David S. Miller
7db00552d9
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-05-06 22:47:14 -07:00
David S. Miller
db2f9f6d91
[SPARC64]: Use Kconfig.preempt
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-03-17 15:23:22 -07:00
David S. Miller
5f1ef5108a
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-02-28 09:51:15 -08:00
David S. Miller
c5b002c1bf
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-02-26 11:35:50 -08:00
David S. Miller
1b51d3a08b
[SPARC64]: We do not need ZONE_DMA.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-02-12 15:15:46 -08:00
David S. Miller
784020fb95
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-02-10 23:50:38 -08:00
David S. Miller
55d0bef587
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-12-31 14:06:06 -08:00
Soeren Sonnenburg
10f549fa15
[PATCH] make fn_keys work again on power/macbooks
...
The apple fn keys don't work anymore with 2.6.20-rc1.
The reason is that USB_HID_POWERBOOK appears in several files although
USB_HIDINPUT_POWERBOOK is the thing to be used.
The patch fixes this.
Cc: Greg KH <greg@kroah.com>
Cc: Dmitry Torokhov <dtor@mail.ru>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Jiri Kosina <jkosina@suse.cz>
Cc: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-30 10:55:55 -08:00
David S. Miller
2f149228bb
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-12-10 02:40:49 -08:00
David S. Miller
042cf50cfd
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-12-10 02:39:18 -08:00
David S. Miller
73ed9a86cd
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-10-17 19:29:41 -07:00
David S. Miller
79bf06248b
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-10-09 17:24:53 -07:00
David S. Miller
94e45a2b87
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-10-02 14:31:19 -07:00
David S. Miller
e531dcc568
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-09-26 23:10:01 -07:00
David S. Miller
6973dddee2
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-09-23 18:34:07 -07:00
David S. Miller
efab4cbe99
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-07-21 14:19:45 -07:00
David S. Miller
17556fe861
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-07-13 01:50:06 -07:00
David S. Miller
1812fd4072
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-06-23 23:17:48 -07:00
David S. Miller
4c5eb38af2
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-06-20 01:27:08 -07:00
David S. Miller
06a1be167e
[SPARC]: Handle UNWIND_INFO properly.
...
For sparc32 we need R_SPARC_UA32 relocation support, for
sparc64 we need the handle R_SPARC_DISP32 relocations.
Based upon reports and initial patch by Martin Habets.
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-05-12 12:45:50 -07:00
David S. Miller
1f8aa2f66b
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-05-08 15:13:14 -07:00
David S. Miller
1608a96e79
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-04-09 22:56:39 -07:00
David S. Miller
3cc1cc444f
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-03-31 23:03:37 -08:00
David S. Miller
e7104b6704
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-03-26 14:58:40 -08:00
David S. Miller
ac0eb3eb7e
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-03-20 01:23:43 -08:00
David S. Miller
0fc9b55606
[SPARC64]: Update defconfig.
...
Do not enable CONFIG_LOCALVERSION_AUTO by default.
When doing kernel development it just leaves a ton
of crap around.
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-02-07 18:12:34 -08:00
David S. Miller
7f7ff6bf02
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-02-05 00:15:12 -08:00
Linus Torvalds
3da38566df
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
2006-01-18 15:08:02 -08:00
David S. Miller
c07a8475dd
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-01-18 13:41:36 -08:00
Jesse Brandeburg
35ec56bb78
[PATCH] e1000: Added disable packet split capability
...
Adds the ability to disability packet split at compile time and use the legacy receive path on PCI express hardware. Made this a CONFIG option and modified the Kconfig, to reflect the new option.
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: John Ronciak <john.ronciak@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2006-01-18 16:17:57 -05:00
David S. Miller
3ebc284d52
[SPARC64]: Update defconfig.
...
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-01-09 14:36:49 -08:00