Commit Graph

1065 Commits

Author SHA1 Message Date
Ben Hutchings 0f77287952 Extend the libata transition to all architectures (except s390) again
svn path=/dists/sid/linux-2.6/; revision=15425
2010-03-20 05:50:25 +00:00
Bastian Blank f0c48f95cc debian/config: Reorder.
svn path=/dists/sid/linux-2.6/; revision=15398
2010-03-16 12:56:25 +00:00
Ben Hutchings 4e1a5a5116 drm: Apply all changes from 2.6.33
Add nouveau driver.
i915: Restore video overlay support (Closes: #560033).
radeon: Enable KMS support.

svn path=/dists/sid/linux-2.6/; revision=15304
2010-03-02 00:09:46 +00:00
Moritz Muehlenhoff ac99de9fce Enable CONFIG_KEYS_DEBUG_PROC_KEYS
svn path=/dists/sid/linux-2.6/; revision=15280
2010-02-25 23:07:48 +00:00
Maximilian Attems 361375effc hwmon: Add driver for VIA CPU core temperature.
enabled modular in topconfig.
missed the 2.6.32 merge window not by far and also seen in
fedora 2.6.32 12 branch.

supports VIA C7 and Nano.

svn path=/dists/trunk/linux-2.6/; revision=15175
2010-02-16 11:53:24 +00:00
Maximilian Attems 94302494a9 topconfig enable VT_HW_CONSOLE_BINDING
seen enabled on fedora, and only disabled due to legacy reasons
(was a dev option back then).
fixes stupid grub to first load efifb and to allow to unbind that one.

Tested-by: Kan-Ru Chen <kanru@kanru.info>

svn path=/dists/trunk/linux-2.6/; revision=15174
2010-02-16 10:26:43 +00:00
Bastian Blank a878e850af Restrict access to sensitive SysRq keys by default
* debian/changelog: Update.
* debian/config/config: Set MAGIC_SYSRQ_DEFAULT_MASK.
* debian/patches/debian/sysrq-mask.patch, debian/patches/series/9:
  Add new patch.

svn path=/dists/trunk/linux-2.6/; revision=15150
2010-02-14 15:11:35 +00:00
Ben Hutchings 812fb681cc Do not build obsolete lgs8gl5 driver
svn path=/dists/trunk/linux-2.6/; revision=15147
2010-02-12 03:08:42 +00:00
Ben Hutchings 3e1c5d2328 Build lgs8gxx driver along with cxusb (Closes: #568414)
svn path=/dists/trunk/linux-2.6/; revision=15121
2010-02-04 19:34:02 +00:00
Bastian Blank b03ba34bc9 debian/config: Reorder.
svn path=/dists/trunk/linux-2.6/; revision=15118
2010-02-04 09:51:13 +00:00
Ben Hutchings 162bbcf175 Disable STACK_TRACER since it selects FUNCTION_TRACER
svn path=/dists/trunk/linux-2.6/; revision=15103
2010-02-03 00:33:24 +00:00
dann frazier 5b9a77a77e Disable FUNCTION_TRACER due to performance/build issues.
svn path=/dists/trunk/linux-2.6/; revision=15095
2010-02-01 23:42:40 +00:00
Maximilian Attems 7e4f87bcf6 topconfig fix typo
svn path=/dists/trunk/linux-2.6/; revision=15066
2010-01-31 00:02:46 +00:00
dann frazier edab891462 Enable FUNCTION_TRACER and STACK_TRACER (Closes: #563847)
svn path=/dists/trunk/linux-2.6/; revision=15059
2010-01-28 23:21:54 +00:00
Ben Hutchings bbfffd32ce aufs2: Update to snapshot from 2010-01-25 (Closes: #567391)
Remove conflicting whitespace change in vserver patch.

svn path=/dists/trunk/linux-2.6/; revision=15057
2010-01-28 22:34:03 +00:00
Maximilian Attems cfe445f5bb topconfig set modular HWPOISON_INJECT
checkout Documentation / vm / hwpoison.txt for fun :)

svn path=/dists/trunk/linux-2.6/; revision=15022
2010-01-26 23:06:49 +00:00
Maximilian Attems 7543fafd65 topconfig explicitly disable PCIEASPM
svn path=/dists/trunk/linux-2.6/; revision=15020
2010-01-26 22:51:04 +00:00
Frederik Schüler 3a1e665820 activate CONFIG_SCSI_3W_SAS as a module
svn path=/dists/trunk/linux-2.6/; revision=15017
2010-01-26 21:57:55 +00:00
Maximilian Attems 6b33069da4 enable more mobile IPv6 needs
Acked-by: Bastian Blank <waldi@debian.org>

svn path=/dists/trunk/linux-2.6/; revision=15016
2010-01-26 18:14:19 +00:00
Bastian Blank 60e4953382 * debian/changelog
* debian/config/config:
  Set DVB_DYNAMIC_MINORS, USB_DYNAMIC_MINORS, SND_DYNAMIC_MINORS.
* debian/config/powerpc/config: Remove duplicated option.

svn path=/dists/trunk/linux-2.6/; revision=15013
2010-01-26 17:11:28 +00:00
Bastian Blank cda87cd1b2 debian/config: Order.
svn path=/dists/trunk/linux-2.6/; revision=15012
2010-01-26 17:08:57 +00:00
Maximilian Attems ec2edc6b47 topconfig enable PCIEASPM
see http://lwn.net/Articles/266585/
wasn't ready for lenny 2.6.26, but this had to be revisited since.
(closes: #545417)

svn path=/dists/trunk/linux-2.6/; revision=15011
2010-01-26 16:58:55 +00:00
Maximilian Attems 11bc4c4ac4 topconfig enable ITCO_VENDOR_SUPPORT
no reason to be disabled, enabled in fedora too.

svn path=/dists/trunk/linux-2.6/; revision=15010
2010-01-26 16:52:53 +00:00
Maximilian Attems 5c7607248b Enable easier debugging of Power Managment code.
* topconfig set PM_DEBUG, PM_TRACE
* unset PM_VERBOSE (dev option)
* x86 set PM_TRACE_RTC and PM_TEST_SUSPEND

svn path=/dists/trunk/linux-2.6/; revision=15009
2010-01-26 16:48:48 +00:00
Maximilian Attems 16c2a4237a topconfig enable INFINIBAND_IPOIB_CM
seems old heritage, maybe it was bad and experimental back then..

svn path=/dists/trunk/linux-2.6/; revision=15008
2010-01-26 16:39:19 +00:00
Maximilian Attems c36a695af2 topconfig explicitly set FTRACE
only shows menu and was enabled until now, so no change.

svn path=/dists/trunk/linux-2.6/; revision=15007
2010-01-26 16:26:25 +00:00
Maximilian Attems ba7038a713 topconfig explicitly unset DEBUG_FORCE_WEAK_PER_CPU
defaults to no anyway.

svn path=/dists/trunk/linux-2.6/; revision=15006
2010-01-26 16:10:49 +00:00
Maximilian Attems 66811360c3 topconfig explicitly unset DEBUG_PERF_USE_VMALLOC
see init/Kconfig, we have no need for it.

svn path=/dists/trunk/linux-2.6/; revision=15005
2010-01-26 16:10:43 +00:00
Maximilian Attems a3197ccc8c topconfig set 9P_FSCACHE
we enable fscache everywhere, so do it here too.

svn path=/dists/trunk/linux-2.6/; revision=15004
2010-01-26 16:10:32 +00:00
Maximilian Attems 38678952e0 topconfig set MEMORY_FAILURE
currently only available for x86.  sparc will probably also get it.
fedora enables it. adds page flag, see
d466f2fcb32cd97fd586bfa33f5dba3ac78aadb0 and subsequent commits.

svn path=/dists/trunk/linux-2.6/; revision=15003
2010-01-26 16:10:13 +00:00
Bastian Blank 810a059811 debian/config: Centralize SCSI_DEBUG.
svn path=/dists/trunk/linux-2.6/; revision=14996
2010-01-25 14:50:18 +00:00
Bastian Blank b7c4d19d15 * debian/changelog: Update.
* debian/config/config:
  Set NCPFS_PACKET_SIGNING, NCPFS_IOCTL_LOCKING, NCPFS_STRONG.
* debian/config/m68k, debian/config/mips/config.4kc-malta: Remove overrides.

svn path=/dists/trunk/linux-2.6/; revision=14974
2010-01-21 16:42:53 +00:00
Bastian Blank 4b45b188ad debian/config: Unify partition selection.
svn path=/dists/trunk/linux-2.6/; revision=14967
2010-01-21 15:20:33 +00:00
Bastian Blank e65b4b8576 debian/config/armel/config, debian/config/config,
debian/config/kernelarch-x86/config-arch-64: Reorder.

svn path=/dists/trunk/linux-2.6/; revision=14966
2010-01-21 14:49:34 +00:00
Maximilian Attems 179c2f316b topconfig explicitly disable EZX_PCAP
none cried for it yet since 2.6.31,
so just turn if for now.

svn path=/dists/trunk/linux-2.6/; revision=14930
2010-01-08 16:13:36 +00:00
Maximilian Attems 48aa1f40e1 disable SOUND_OSS_CORE_PRECLAIM
16:29 <broonie> Given that we're killing OSS and if anyone is using OSS they
                may well be using the 4front one

was on by default Kconfig choice and not yet turned of in fedora
as they still build blackisted oss drivers.

Acked-by: Mark Brown <broonie@debian.org>

svn path=/dists/trunk/linux-2.6/; revision=14929
2010-01-08 15:57:42 +00:00
Maximilian Attems ae1f106167 topconfig enable DEVTMPFS
modern descendant of devfs.
seems to use similar ns violations.

seen enabled on fedora too and explicitly asked by udev maintainer.

svn path=/dists/trunk/linux-2.6/; revision=14928
2010-01-08 15:57:20 +00:00
Maximilian Attems 46904dbb92 fix branch profiling Kconfig variable use
as before turn it explicitly off

svn path=/dists/trunk/linux-2.6/; revision=14927
2010-01-08 15:24:52 +00:00
Maximilian Attems fbac8f1aad topconfig explicitly unset branch profiling
svn path=/dists/trunk/linux-2.6/; revision=14926
2010-01-08 15:22:23 +00:00
Maximilian Attems 1f29ca2237 topconfig enable SND_HDA_PATCH_LOADER
seen enabled in fedora and looks useful.

svn path=/dists/trunk/linux-2.6/; revision=14925
2010-01-08 15:22:19 +00:00
Maximilian Attems c6258ea1ce topconfig enable modular RTC_DRV_AB3100
svn path=/dists/trunk/linux-2.6/; revision=14923
2010-01-08 14:28:56 +00:00
Maximilian Attems ddbde3a6ca topconfig enable modular RTC_DRV_PCF2123
svn path=/dists/trunk/linux-2.6/; revision=14922
2010-01-08 14:28:51 +00:00
Maximilian Attems 138984fb2b topconfig enable modular RTC_DRV_WM831X
svn path=/dists/trunk/linux-2.6/; revision=14921
2010-01-08 14:28:41 +00:00
Maximilian Attems 540c66525e nuke old gone Kconfig Variables step 4
EVENT_TRACER got renamed and hidden.

GIGASET_UNDOCREQ gone and defined per default
see b88bd95655c7bc059606529e01467594978d7b72

LBD is only seen in some 32 bit kernelarchs a
bit too risky to kill it right now.

DMAR_GFX_WA is gone
see c7ab48d2acaf959e4d59c3f55d12fdb7ca9afd7c

FB_MATROX_MULTIHEAD gone and default
see 0728bacbba3b0267fa8ca8be69aa43d81b57ab51

THINKPAD_ACPI_BAY gone
see 1f6fc2de9525e34ee93bd392fa046369a8cfbf1e

svn path=/dists/trunk/linux-2.6/; revision=14919
2010-01-08 14:06:37 +00:00
Maximilian Attems f19dfb14e2 nuke old gone Kconfig Variables step 3
SENSORS_MAX6875 gone
see 4b364f230a5ef984818837ec7c2be0884eac191c

pca9539 gone
see 732d481127abaa0add41ee918191ea08e9ede17e

dead stlc45xx staging driver
see 9ab1b56aa02aa4d578232a8addc785c91e7b2bac

dead sxg staging driver
see e9d599220b97e7d52311f6011c75ba0cfcb356fe

dead staging at76_usb driver ->  at76c50x-usb
see 1c6592f3b78640902494650efb88d8c2520c5c92

dead staging cpc-usb driver -> ems_usb
see c1e815c03b7313d6474164bfe91916da1329ad2b

svn path=/dists/trunk/linux-2.6/; revision=14918
2010-01-08 14:06:16 +00:00
Maximilian Attems 157d9f73d9 nuke old gone Kconfig Variables step 2
MARKERS removed
see  fc5377668c3d808e1d53c4aee152c836f55c3490

dead me4000 driver -> comedi
see 06bf27ddaae4deb796ec90a11c5ecefd7364e3ed

dead staging meilhaus driver -> comedi
see a8fcffbde4cedf319f7009cec21baddf9422685e

dead pcf8575 driver
see 8f67eeb0b44cde19216955975ffef8513a87c0c0

moved pata_rdc RDC_17F3101X driver
see 249c033c29ed4eccd24b52959747f2663deaa02f

unified staging crap RT3070

svn path=/dists/trunk/linux-2.6/; revision=14917
2010-01-08 14:05:59 +00:00
Maximilian Attems 22c6e9ba35 nuke old gone Kconfig Variables step 1
dead CONFIG_AGNX staging driver
see 7d230df37a7c08f01e57e1623e0706b3949751a2

dead epl staging driver
see 0841a555af4e15c1048f69b800a475f2fbf315a9

dead heci staging driver
see 0b33559a1adb3b9953503c9b55a61c37db34ffc0

gone HID_DEBUG for debugfs report
see a635f9dd83f3382577f4544a96df12356e951a40

gone IWLWIFI_RFKILL for cfg80211 rfkill
see a60e77e5a41330334fd0ca428f18919d1ea6ed62

gone LEDS_LP5521 orphan Kconfig entry
see 34abdf252699ebc549fad54c1db481612f22a826

svn path=/dists/trunk/linux-2.6/; revision=14916
2010-01-08 14:05:47 +00:00
Maximilian Attems 0ef77d5efe topconfig explicitly disable INTEL_TXT
no use for that right now, seen disabled in fedora too.
might be reconsidered later with available userspace..

svn path=/dists/trunk/linux-2.6/; revision=14915
2010-01-08 12:55:12 +00:00
Maximilian Attems bd80d4c05a topconfig explicitly set ATA_VERBOSE_ERROR
recommeded by Kconfig and seen in fedora.
armel might want to override for smaller image.

svn path=/dists/trunk/linux-2.6/; revision=14914
2010-01-08 12:55:08 +00:00
Maximilian Attems 5ebb445152 topconfig set PM_RUNTIME
svn path=/dists/trunk/linux-2.6/; revision=14913
2010-01-08 12:55:02 +00:00