Commit Graph

315 Commits

Author SHA1 Message Date
Justin M. Forbes 6e429107c2 Linux v3.9-rc5 2013-04-01 11:15:57 -05:00
Peter Robinson 60044b936a Update ARM unified config for OMAP 2013-03-28 13:26:45 +00:00
Dave Jones a9ccf7f120 Enable CONFIG_DM_CACHE (rhbz 924325) 2013-03-26 11:11:54 -04:00
Justin M. Forbes 4a5e3ac285 disable whci-hcd since it doesnt seem to have users (rhbz 919289) 2013-03-25 13:29:44 -05:00
Dave Jones eeb8b24898 Enable CONFIG_DM_DELAY (rhbz 923721) 2013-03-20 10:44:56 -04:00
Dave Jones af585ae596 Reenable debugging options. 2013-03-19 19:05:59 -04:00
Dave Jones 422866d063 Linux v3.9-rc3
merged: w1-fix-oops-when-w1_search-is-called-from.patch
- Disable debugging options.
2013-03-17 20:29:21 -04:00
Dave Airlie 930f974036 drm/qxl: reenable qxl now that some fbcon bugs are fixed 2013-03-15 10:53:55 +10:00
Dave Airlie 4914d7984f drm/qxl: disable for now, some wierd fb interaction is leaking ram 2013-03-14 17:54:32 +10:00
Dave Jones bb8f037654 Reenable debugging options. 2013-03-12 22:08:43 -04:00
Dave Airlie 5cf9b33d21 add QXL driver (f19 only) 2013-03-12 13:39:10 +10:00
Dave Jones fb08f46d2b Linux 3.9-rc2
Disable debugging options.
2013-03-11 15:14:13 -04:00
Josh Boyer 194fd44ead Linux v3.9-rc1-211-g47b3bc9
- Reenable debugging options.
- CVE-2013-1828 sctp: SCTP_GET_ASSOC_STATS stack buffer overflow (rhbz 919315 919316)
2013-03-08 08:43:55 -05:00
Josh Boyer e4ac04d8e1 Enable CONFIG_IP6_NF_TARGET_MASQUERADE 2013-03-05 09:47:07 -05:00
Josh Boyer 68c1caae27 Linux v3.9-rc1
- Add patch from Dirk Brandewie to fix intel pstate divide error (rhbz 916833)
- Disable debugging options.
2013-03-04 16:43:56 -05:00
Josh Boyer 9608524f39 Linux v3.8-10734-ga7c1120 2013-03-03 09:23:35 -05:00
Josh Boyer f5e36b421c Linux v3.8-10206-gb0af9cd 2013-03-01 08:53:59 -05:00
Josh Boyer 5e517eb692 Linux v3.8-9761-gde1a226 2013-02-28 19:31:12 -05:00
Kyle McMartin 3537f29653 make iso9660 a module
what could possibly...
2013-02-28 13:39:27 -05:00
Josh Boyer 47510136d3 Linux v3.8-9633-g2a7d2b9 2013-02-28 07:55:36 -05:00
Josh Boyer 0ace7eb5e6 Linux v3.8-9405-gd895cb1
Make sure to disable CONFIG_VMXNET3 in config-generic so prep doesn't fail
on non-x86 arches.  Sigh.  If only people actually put thought into Kconfig
deps.
2013-02-27 09:17:19 -05:00
Josh Boyer 55b874dbce Linux v3.8-9165-g1cef935 2013-02-26 15:21:16 -05:00
Kyle McMartin 41df8b4a7d move vmxnet3 to config-x86-generic 2013-02-26 15:16:34 -05:00
Josh Boyer ab465cba10 Linux v3.8-8664-gc41b381 2013-02-26 12:05:00 -05:00
Kyle McMartin a7a87b974e ipr.ko driven SAS VRAID cards found on x86_64 machines these days, and not
just on ppc64
2013-02-26 11:39:09 -05:00
Josh Boyer 45d5b3f0a4 Linux v3.8-7888-gab78265 2013-02-25 09:59:54 -05:00
Josh Boyer 4e8a0d7c4b Linux v3.8-6988-g9e2d59a 2013-02-24 14:23:23 -05:00
Josh Boyer 8be986a934 Linux v3.8-6071-g8b5628a
- Enable the rtl8192e driver (rhbz 913753)
2013-02-22 08:39:21 -05:00
Josh Boyer bf2d203e7f Linux v3.8-3195-g024e4ec 2013-02-21 15:20:03 -05:00
Josh Boyer 2192022f4b Shut up perf about missing build things we don't care about
- Drop the old aic7xxx driver, from Paul Bolle
2013-02-21 11:21:43 -05:00
Josh Boyer 0b030fad7e Linux v3.8-3040-ga0b1c42 2013-02-21 10:08:50 -05:00
Josh Boyer 3704ea2fb1 Linux v3.8-523-gece8e0b
- Reenable debugging options.
2013-02-21 08:45:44 -05:00
Josh Boyer 7da15bc1bb Fix devel-pekey-secure-boot related config options for non-x86
Sigh.
2013-02-19 19:14:14 -05:00
Dave Jones 5ac38ff07b typo 2013-02-19 10:58:49 -05:00
Josh Boyer 3c64815c19 Enable CONFIG_AUDIT_LOGINUID_IMMUTABLE
http://lists.fedoraproject.org/pipermail/kernel/2013-February/004125.html
2013-02-19 07:39:04 -05:00
Josh Boyer b1b2d34318 Linux v3.8
- Fix build with CONFIG_EFI disabled, reported by Peter Bowey (rhbz 911833)
- Disable debugging options.
2013-02-18 19:54:32 -05:00
Josh Boyer 526e2f3775 Linux v3.8-rc7-6-g211b0cd
- Reenable debugging options.
2013-02-12 14:31:07 -05:00
Josh Boyer f39ad01943 Enable CONFIG_NAMESPACES everywhere (rhbz 907576)
So apparently we've been enabling CONFIG_NAMESPACES in Fedora kernels for
a very long time even though it was never explicitly set.  The kconfig entry
for it looks like it should depend on CONFIG_EXPERT (which isn't set), but
either the fact that we've had CONFIG_NET_NS, etc enabled explicitly or the
fact that it defaults to !EXPERT seems to do something weird with menuconfig
and enables it in the final config.  Whatever, just turn it back on.  It
seems to break rtkit-daemon for some reason.
2013-02-06 11:49:05 -05:00
Josh Boyer f6882f7b83 Linux v3.8-rc6-62-gfe547d7
- Enable CONFIG_DRM_VMWGFX_FBCON (rhbz 907620)
- Enable CONFIG_DETECT_HUNG_TASK
2013-02-05 10:44:42 -05:00
Josh Boyer ebd1a1737a Linux v3.8-rc5-218-ga56e160
- Enable NAMESPACES and CHECKPOINT_RESTORE on x86_64 for F19 CRIU feature
- Enable CONFIG_DEBUG_ATOMIC_SLEEP
2013-01-30 10:56:40 -05:00
Justin M. Forbes 1d0a7626b1 Linux v3.8-rc4 2013-01-18 14:47:39 -06:00
Justin M. Forbes 45aa9a2556 Linux v3.8-rc3-293-g406089d 2013-01-15 17:02:15 -06:00
Josh Boyer aef2a4b3e0 Enable CONFIG_DVB_USB_V2 (rhbz 895460) 2013-01-15 11:01:18 -05:00
Josh Boyer d30a701642 Enable Orinoco drivers in kernel-modules-extra (rhbz 894069) 2013-01-14 15:28:59 -05:00
Justin M. Forbes 7ef2fa6dc8 reenable debug 2013-01-10 16:38:26 -06:00
Justin M. Forbes 1cdf6c9bdd Linux v3.8-rc3 2013-01-10 10:47:07 -06:00
Justin M. Forbes 1f105b6287 Linux v3.8-rc2-370-g57a0c1e 2013-01-09 13:12:05 -06:00
Josh Boyer 8b0ebc3e2e Enable CONFIG_CIFS_DEBUG as it was on before it was split out 2013-01-09 08:19:10 -05:00
Justin M. Forbes f82b10781d Linux v3.8-rc2-116-g5f243b9 2013-01-04 15:16:10 -06:00
Dave Jones 8a3c3fe290 Reenable debugging options. 2012-12-11 11:57:22 -05:00