summaryrefslogtreecommitdiffstats
path: root/config-generic
Commit message (Collapse)AuthorAgeFilesLines
* Enable CONFIG_IP_VS_IPV6 supportNeil Horman2011-09-141-1/+1
|
* Drop obsolete config optionsChuck Ebbert2011-09-081-130/+1
|
* fix up some config warningsDave Jones2011-08-271-5/+1
|
* Enable CONFIG_DETECT_HUNG_TASK for debug builds & rawhide.Dave Jones2011-08-261-1/+0
|
* 3.1-rc2-git7 snapshot. Fix provides/obsoletes for cpupowerutils-develJosh Boyer2011-08-201-0/+2
|
* 3.1-rc2-git5 snapshotJosh Boyer2011-08-191-1/+1
| | | | Make XHCI builtin, add a patch to fix a race in the crypto framework
* 3.1-rc1-git6 snapshot. Make ide_pmac a moduleJosh Boyer2011-08-111-0/+1
|
* these should have been in x86-generic, not all-genericDave Jones2011-08-091-4/+0
|
* Split out the 32bit only options from x86-32Dave Jones2011-08-091-2/+6
| | | | | | Remove unnecessary duplicates, consolidate. This should reduce having to set the same option twice on 32/64.
* Deselect CONFIG_DECNET. Unmaintained, and rubbish.Dave Jones2011-08-051-3/+1
|
* Disable CONFIG_BCMA since no driver currently uses it (rhbz 727796)John W. Linville2011-08-031-3/+1
|
* Change USB_SERIAL_OPTION back to modular. (rhbz 727680)Dave Jones2011-08-021-1/+1
|
* 3.0-git14 snapshotJosh Boyer2011-08-011-0/+5
| | | | Add scary cow back to remind people we're branched now
* 3.0-git12 snapshotJosh Boyer2011-07-301-0/+11
|
* 3.0-git11 snapshotJosh Boyer2011-07-291-0/+1
| | | | Add patch from linux-next to fix udlfb binding (rhbz 726163)
* 3.0-git9 snapshotJosh Boyer2011-07-271-0/+14
|
* 3.0-git3 snapshotKyle McMartin2011-07-251-0/+17
| | | | | | Testing that this part of the spec still works... Hopefully the next release is indeed 3.1.0...
* Use ext4 for ext2 and ext3 filesystemsChuck Ebbert2011-07-211-12/+4
|
* Switch BLK_DEV_RAM to be modular (rhbz 720833)Dave Jones2011-07-211-1/+1
|
* Bring back utrace until uprobes gets merged upstream.Dave Jones2011-07-151-0/+2
|
* Change BINFMT_MISC to be modular. (rhbz 695415)Dave Jones2011-07-111-1/+1
|
* Centralise CPU_FREQ options into config-generic.Dave Jones2011-07-071-0/+12
| | | | Switch to using ondemand by default. (rhbz 713572)
* linux 3.0-rc6Kyle McMartin2011-07-041-0/+1
| | | | CONFIG_SCSI_ISCI=m
* Cleanup - make crypto manager options match realityChuck Ebbert2011-06-291-2/+1
|
* Disable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS, as this also disables FIPS ↵Dave Jones2011-06-271-0/+2
| | | | (rhbz 716942)
* Update to 3.0-rc4Kyle McMartin2011-06-211-0/+1
| | | | | CONFIG_USB_NET_KALMIA =m Fix context in linux-3.0-fix-uts-release.patch
* update to 3.0-rc3-git5Kyle McMartin2011-06-171-0/+2
|
* update to 3.0-rc2Kyle McMartin2011-06-081-1/+1
| | | | | also build in ipv6 for the reasons documented by notting here http://lists.fedoraproject.org/pipermail/kernel/2011-June/003105.html
* DEBUG_OBJECTS_RCU_HEAD should be debug toggledKyle McMartin2011-05-301-5/+1
|
* make debugKyle McMartin2011-05-301-4/+4
|
* first pass of new config options in 3.0-rc1Kyle McMartin2011-05-301-86/+62
|
* config fixes DO NOT PUSHKyle McMartin2011-05-301-0/+86
|
* switch NF_CONNTRACK to modularKyle McMartin2011-05-141-1/+1
|
* add CONFIG_TMPFS_XATTR to genericKyle McMartin2011-05-141-0/+1
|
* flip the release builds toggleKyle McMartin2011-05-121-4/+4
|
* adios utrace.Dave Jones2011-05-091-2/+0
|
* Enable CONFIG_FB_UDL (#634636)Chuck Ebbert2011-05-091-1/+1
|
* Make USB serial console work.Dave Jones2011-04-191-1/+3
| | | | How did we go this long with this not working ?
* update to snap 2.6.39-rc1-git3Kyle McMartin2011-04-021-0/+1
|
* update to snapshot 2.6.38-git19Kyle McMartin2011-03-281-0/+32
|
* Update to 2.6.38-git12Kyle McMartin2011-03-231-0/+2
| | | | Enable I2C_DIOLAN_U2C USB i2c adapter [all], I2C_PXA [i686].
* update to 2.6.38-git11Kyle McMartin2011-03-221-1/+14
|
* disable pstore temporarilyKyle McMartin2011-03-181-1/+1
|
* update to 2.6.38-git6Kyle McMartin2011-03-181-12/+68
|
* Set rawhide back on the bleeding edgeKyle McMartin2011-03-161-5/+6
| | | | | | | | | Test out scripts/rebase.sh on 2.6.38-git1. Enable fhandle syscalls (ugh. conditional syscalls... update CONFIG_EXPORTFS to =y, since it's now a bool.) CONFIG_XEN_DEBUG [i386,x86_64] =n, but possibly should be -debug conditional. Needs a xen user to benchmark and see how bad the overhead is.
* Linux 2.6.38-rc6-git6Chuck Ebbert2011-02-251-3/+1
| | | | Build in virtio_pci driver so virtio_console will be built-in (#677713)
* Make virtio_console built-in on x86_64 (#677713)Chuck Ebbert2011-02-161-1/+1
|
* disable CONFIG_SERIAL_8250_DETECT_IRQ (from mschmidt@redhat.com)Kyle McMartin2011-01-311-1/+1
| | | | Should reduce boot times by ~200ms.
* Add missing config options, and make prep really fail when it shouldChuck Ebbert2011-01-291-0/+2
|
* update to 2.6.38-rc2Kyle McMartin2011-01-221-0/+1
|