summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Linux v3.15-7218-g3f17ea6dea8bJosh Boyer2014-06-111-0/+1
| | | | - Reenable debugging options.
* Fix up Provides on kernel-module variant packagesJosh Boyer2014-05-031-3/+0
| | | | - Enable CONFIG_USB_UAS unconditionally per Hans
* Linux v3.15-rc1Josh Boyer2014-04-141-1/+1
| | | | | - Disable debugging options. - Turn SLUB_DEBUG off
* 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-1/+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
* Revert "Revert "Drop -doc subpackage""Josh Boyer2014-01-081-2/+0
| | | | | | | This reverts commit b9ba7a75aff520e7b402dc1b61e165a3db44ae9c. Reverts of reverts. For fun. If we do a kernel-doc package, it might be better to be in a different SRPM.
* Revert "Drop -doc subpackage"Josh Boyer2014-01-071-0/+2
| | | | | | | This reverts commit 3b1e47cc2d6c1adfd66c3beac22674911db4c068. Apparently this is still important enough to be built in some cases. Rethink later.
* Drop -doc subpackageJosh Boyer2014-01-071-2/+0
|
* Linux v3.10-6005-gd2b4a64Justin M. Forbes2013-07-081-0/+2
|
* Enable CONFIG_NFSD_FAULT_INJECTION on debug builds (suggested by Jeff Layton)Josh Boyer2012-05-111-0/+1
|
* Change config parsing to use {_target_cpu} (From Niels de Vos)Dave Jones2012-03-301-6/+1
|
* hush outputDave Jones2012-03-051-1/+1
|
* 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 UAS when we switch back to release builds.Dave Jones2012-01-171-0/+3
|
* Disable kmemleak for release buildsDave Jones2012-01-171-0/+1
|
* 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
|
* Disable debugging options.Dave Jones2012-01-041-0/+2
|
* 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
|
* Vanilla targets have been broken for ages, drop them.Kyle McMartin2011-10-261-11/+0
|
* Make 'make local' do something helpfulKyle McMartin2011-10-261-3/+7
|
* Prune junk from MakefileKyle McMartin2011-10-261-120/+0
|
* Make rpmbuild option "without_debug" work properly on rawhide.Chuck Ebbert2011-10-231-70/+3
|
* implement xkcd#149Adam Jackson2011-10-131-0/+9
|
* Drop/replace obsolete debug options, remove stray backslashesChuck Ebbert2011-09-081-10/+4
|
* Enable CONFIG_DETECT_HUNG_TASK for debug builds & rawhide.Dave Jones2011-08-261-0/+2
|
* 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...
* Remove CONFIG_CRYPTO_MANAGER_DISABLE_TESTS munging from MakefileDave Jones2011-06-271-2/+0
|
* and also linux-2.6-defaults-pci_use_crs.patch droppedKyle McMartin2011-06-171-2/+0
|
* DEBUG_OBJECTS_RCU_HEAD should be debug toggledKyle McMartin2011-05-301-4/+6
|
* disable CONFIG_DEBUG_SET_MODULE_RONX for nowKyle McMartin2011-01-101-2/+2
|
* Branch for 2.6.38Kyle McMartin2011-01-101-0/+4
| | | | | | | | | | | | | | - 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
* add a target to toggle debuginfo generationKyle McMartin2010-11-161-0/+2
| | | | (my disk is slow...)
* Linux 2.6.37-rc1Kyle McMartin2010-11-021-0/+4
|
* Linux 2.6.36-git8Kyle McMartin2010-10-261-0/+2
|
* start following git head againKyle McMartin2010-10-221-2/+2
|
* 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
|
* add a 'nodebug' target to turn off -debug entirelyKyle McMartin2010-09-031-0/+2
|
* Add prep target to Makefile; use PREPARCHChuck Ebbert2010-08-021-0/+3
| | | | (cherry picked from commit 5ad0e9875257b361ab545bdf80e148aaea6c600e)
* First crack at adaptation to dist-git.Roland McGrath2010-07-291-0/+294