summaryrefslogtreecommitdiffstats
path: root/config-x86-generic
Commit message (Collapse)AuthorAgeFilesLines
* Reenable debugging options.Dave Jones2012-03-191-1/+1
|
* Disable debugging options.Dave Jones2012-03-181-1/+1
|
* Linux v3.3-rc7-103-g0c4d067Dave Jones2012-03-161-0/+3
|
* Reenable debugging options.Dave Jones2012-03-121-1/+1
|
* Add kernel module signing on x86Josh Boyer2012-03-071-0/+5
| | | | | Leave enforcing disabled for now, so unsigned modules can still load. This can be switched by adding "enforcemodulesig=1" to the kernel command line.
* Disable debugging options.Dave Jones2012-03-071-1/+1
|
* Reenable debugging options.Josh Boyer2012-02-271-1/+1
|
* Disable debugging options.Josh Boyer2012-02-251-1/+1
|
* Reenable debugging options.Josh Boyer2012-02-201-1/+1
|
* Linux 3.3-rc4Josh Boyer2012-02-191-1/+1
| | | | Disable debugging options.
* Reenable debugging options.Josh Boyer2012-02-101-1/+1
|
* Disable debugging options.Josh Boyer2012-02-091-1/+1
|
* Reenable debugging options.Josh Boyer2012-02-011-1/+1
|
* Disable debugging options.Josh Boyer2012-01-311-1/+1
|
* Linux 3.3-rc1-git4 (upstream 74ea15d909b31158f9b63190a95b52bc05586d4b)Josh Boyer2012-01-271-2/+3
| | | | Enable the non-staging GMA500 driver (rhbz 785053)
* Enable CONFIG_EFI_STUB per Matthew GarrettJosh Boyer2012-01-261-1/+1
|
* Reenable debugging options.Josh Boyer2012-01-231-1/+1
|
* Disable debug options.Josh Boyer2012-01-201-1/+1
|
* Rebase to Linux 3.3-rc1Josh Boyer2012-01-201-0/+13
| | | | The utrace patch is left unapplied as it doesn't apply cleanly any longer
* Change maximum CPU support for x86-64.Dave Jones2012-01-171-1/+1
| | | | | | Rawhide builds now use MAXSMP on x86. For release builds, set x86-64 to support 64 CPUs. If larger systems become widespread, we can increase in an update.
* Disable ISADave Jones2012-01-161-0/+5
|
* move hyperv to the right config fileDave Jones2012-01-131-0/+3
|
* Enable CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECKDave Jones2012-01-131-1/+1
| | | | (On by default in rawhide/-debug)
* clarifyDave Jones2012-01-131-2/+1
|
* Disable Intel IOMMU by default.Dave Jones2011-12-141-1/+1
|
* Linux 3.1-git6 (upstream 1a67a573b8d)Josh Boyer2011-11-041-1/+0
| | | | | Make CONFIG_EDAC_SBRIDGE only build on x86_64 since it has 64-bit divide errors on 32-bit kernels.
* Linux 3.1-git5 (upstream 43672a0784707)Josh Boyer2011-11-031-0/+1
|
* Linux 3.1-git1 (138c4ae9cfda upstream)Josh Boyer2011-10-261-3/+3
| | | | | | First take on the upcomming Linux 3.2 kernel. The moving of the ethernet drivers into vendor subdirectories caused a lot of churn in config-generic, but hopefully it's a bit cleaner now.
* Disable CONFIG_ACPI_PROCFS_POWER which is supposed to be going away soon.Dave Jones2011-10-141-1/+2
| | | | "This option, together with the proc directories, will be deleted in 2.6.39."
* Make CONFIG_XEN_PLATFORM_PCI=y (rhbz 740664)Dave Jones2011-09-221-1/+1
|
* Drop obsolete config optionsChuck Ebbert2011-09-081-15/+0
|
* these should have been in x86-generic, not all-genericDave Jones2011-08-091-0/+4
|
* Split out the 32bit only options from x86-32Dave Jones2011-08-091-215/+42
| | | | | | Remove unnecessary duplicates, consolidate. This should reduce having to set the same option twice on 32/64.
* Enable CONFIG_SAMSUNG_LAPTOP (rhbz 729363)Dave Jones2011-08-091-5/+6
|
* Linux-3.1-rc1Josh Boyer2011-08-081-0/+1
| | | | Adjust Makefile munging for 3.x numbering scheme
* 3.0-git19 snapshotJosh Boyer2011-08-041-1/+2
| | | | | Add epoll patch until it gets upstreamed Add trial patch to fix the scheduling while atomic issues around pidmap_init
* 3.0-git9 snapshotJosh Boyer2011-07-271-3/+5
|
* 3.0-git3 snapshotKyle McMartin2011-07-251-0/+7
| | | | | | Testing that this part of the spec still works... Hopefully the next release is indeed 3.1.0...
* update to snapshot 3.0-rc6-git6Kyle McMartin2011-07-101-1/+2
| | | | revert CONFIG_X86_RESERVE_LOW=640, it breaks boot.
* Centralise CPU_FREQ options into config-generic.Dave Jones2011-07-071-20/+4
| | | | Switch to using ondemand by default. (rhbz 713572)
* Set CONFIG_X86_RESERVE_LOW=640 as requested by mjgChuck Ebbert2011-07-061-2/+1
|
* build in aesni on i586Kyle McMartin2011-06-151-2/+2
|
* first pass of new config options in 3.0-rc1Kyle McMartin2011-05-301-0/+5
|
* Update to 2.6.38-git21Kyle McMartin2011-03-291-0/+4
|
* update to snapshot 2.6.38-git19Kyle McMartin2011-03-281-0/+3
|
* Update to 2.6.38-git12Kyle McMartin2011-03-231-0/+1
| | | | Enable I2C_DIOLAN_U2C USB i2c adapter [all], I2C_PXA [i686].
* update to 2.6.38-git11Kyle McMartin2011-03-221-0/+3
|
* update to 2.6.38-git6Kyle McMartin2011-03-181-0/+8
|
* Set rawhide back on the bleeding edgeKyle McMartin2011-03-161-0/+1
| | | | | | | | | 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.
* snapshot 2.6.38-rc2-git5Kyle McMartin2011-01-261-1/+1
|