summaryrefslogtreecommitdiffstats
path: root/config-debug
Commit message (Collapse)AuthorAgeFilesLines
* Change method of configuration generationLaura Abbott2016-12-061-132/+0
| | | | | | | | | | The existing method of managing configuration files gets unweildy. Changing individual lines in text files gets difficult without manual organization. Switch to a method of configuration generation that's inspired from the method used inside Red Hat. Each configuration option gets its own file which are then combined to form the configuration files. This makes confirming what's actually enabled much easier.
* Linux v4.8-1558-g21f54ddLaura Abbott2016-10-041-0/+1
|
* Linux v4.6-8907-g7639dadLaura Abbott2016-05-231-0/+1
| | | | | - trace, f2fs, btrfs, rtc, mailbox, akpm, staging, driver core, char, usb, tty, clk, net, devicetree, rdma, mfd, iio, powerpc, arm merges
* Disable CONFIG_DEBUG_VM_PGFLAGS on non debug kernels (rhbz 1335173)Justin M. Forbes2016-05-161-0/+2
|
* Clean up removed config optionsJosh Boyer2016-03-171-2/+0
| | | | | The DEBUG_RODATA and STATIC_CPU_HAS options were removed by the upstream maintainers. Drop them.
* v4.4-1175-g03891f9Justin M. Forbes2016-01-121-0/+2
|
* Linux v4.3-6681-g8e483edLaura Abbott2015-11-051-1/+1
|
* Disable CONFIG_DMADEVICES_VDEBUGLaura Abbott2015-10-281-1/+1
| | | | | Several IRQ handlers dump out too much information with this on which isn't actually useful. Just turn it off.
* Enable SCHEDSTATS and LATENCYTOP again (rhbz 1013225)Josh Boyer2015-08-261-2/+0
|
* Linux v3.19-rc4Josh Boyer2015-01-121-0/+1
| | | | - Disable debugging options.
* Linux v3.19-rc2Josh Boyer2015-01-051-0/+3
| | | | | - Temporarily disable aarch64patches - Happy New Year
* Remove all references to unknown Kconfig symbolsPaul Bolle2014-10-021-4/+0
| | | | Reported-by: Paul Bolle <pebolle@tiscali.nl>
* Linux v3.17-rc2-42-gf1bd473f95e0Josh Boyer2014-08-281-1/+0
| | | | - Don't enable CONFIG_DEBUG_WW_MUTEX_SLOWPATH (rhbz 1114160)
* Linux v3.17-rc1Josh Boyer2014-08-181-0/+2
| | | | | - Disable debugging options. - Fix CONFIG_SPI_DEBUG settings
* Linux v3.15-7218-g3f17ea6dea8bJosh Boyer2014-06-111-0/+1
| | | | - Reenable debugging options.
* Linux v3.14-751-g683b6c6f82a6Josh Boyer2014-04-011-0/+1
|
* Linux v3.14-313-g918d80a13643Josh Boyer2014-04-011-0/+1
| | | | | - Reenable debugging options. - Turn on SLUB_DEBUG
* Default to SLUB_DEBUG_ON not setJosh Boyer2014-01-161-2/+0
| | | | | | | | We can flip it on at runtime if we need to, and this should help a performance hit people have been seeing for a while now. We'll enable it manually for merge window kernels. https://lists.fedoraproject.org/pipermail/kernel/2014-January/004810.html
* Linux v3.12-7033-g42a2d92Josh Boyer2013-11-131-0/+1
| | | | Enable support for the new nf_tables stuff
* Disable LATENCYTOP/SCHEDSTATS in non-debug builds.Dave Jones2013-07-121-0/+2
|
* Linux v3.10-6005-gd2b4a64Justin M. Forbes2013-07-081-0/+3
|
* Enable RTLWIFI_DEBUG in debug kernels (rhbz 889425)Josh Boyer2013-05-101-0/+2
|
* Linux v3.9-12316-g70eba42Josh Boyer2013-05-101-0/+2
|
* Linux v3.9-5165-g5f56886Josh Boyer2013-05-011-0/+1
|
* Linux v3.8-10734-ga7c1120Josh Boyer2013-03-031-0/+1
|
* Fix i82975x_edac (BZ#848149)Mauro Carvalho Chehab2012-10-161-0/+2
| | | | | | | | | | This driver was soooo broken that I needed to rewrote the entire logic for memory identification and for memory error report. While here, enable EDAC_DEBUG, on debug kernels. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* Update config optionsJosh Boyer2012-07-301-0/+1
|
* Enable CONFIG_NFSD_FAULT_INJECTION on debug builds (suggested by Jeff Layton)Josh Boyer2012-05-111-0/+2
|
* move DEBUG_VM to genericDave Jones2012-03-161-1/+0
|
* Disable kmemleak for release buildsDave Jones2012-01-171-0/+6
|
* Enable CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECKDave Jones2012-01-131-0/+1
| | | | (On by default in rawhide/-debug)
* CONFIG_DEBUG_SET_MODULE_RONX should always be set.Dave Jones2012-01-041-2/+0
|
* CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is still broken.Dave Jones2011-12-071-1/+0
| | | | This is just too much of a pain in the ass. Turn it off for good.
* Linux 3.1-git3. Happy Halloween.Josh Boyer2011-10-311-0/+1
|
* Drop/replace obsolete debug options, remove stray backslashesChuck Ebbert2011-09-081-1/+1
|
* Enable CONFIG_DETECT_HUNG_TASK for debug builds & rawhide.Dave Jones2011-08-261-0/+5
|
* 3.0-git3 snapshotKyle McMartin2011-07-251-0/+2
| | | | | | Testing that this part of the spec still works... Hopefully the next release is indeed 3.1.0...
* Disable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS, as this also disables FIPS ↵Dave Jones2011-06-271-2/+0
| | | | (rhbz 716942)
* DEBUG_OBJECTS_RCU_HEAD should be debug toggledKyle McMartin2011-05-301-0/+1
|
* fix thinko in config-debug CONFIG_DEBUG_SET_MODULE_RONXKyle McMartin2011-01-211-1/+1
|
* update linux-2.6-silence-noise.patch and suck in gitrev 9Kyle McMartin2011-01-121-1/+1
| | | | | re-enable RONX modules, since it's been fixed to get along with dynamic ftrace.
* disable CONFIG_DEBUG_SET_MODULE_RONX for nowKyle McMartin2011-01-101-1/+1
|
* Branch for 2.6.38Kyle McMartin2011-01-101-0/+2
| | | | | | | | | | | | | | - Rebase trivial patches. - Switch debug configs back on. - config changes: DEBUG_SET_MODULE_RONX=y B43_PHY_N=y RT2800USB_RT33XX=y | RT2800PCI_RT33XX=y | experimental WL12XX=m RTL8192CE=m CAN_SLCAN=m SCHED_AUTOGROUP=n
* Linux 2.6.37-rc1Kyle McMartin2010-11-021-0/+3
|
* Linux 2.6.36-git8Kyle McMartin2010-10-261-0/+1
|
* start following git head againKyle McMartin2010-10-221-1/+1
|
* turn on pci crs on -debugKyle McMartin2010-10-151-1/+1
|
* linux-2.6-defaults-pci_use_crsKyle McMartin2010-09-081-0/+2
|
* linus is back from brazil so we have 2.6.36-rc3-git1Kyle McMartin2010-09-081-0/+2
|
* initial srpm importJesse Keating2010-07-291-0/+91