Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel-5.7.0-0.rc1.20200414git8632e9b5645b.1 | Jeremy Cline | 2020-04-14 | 1 | -50/+0 |
| | | | | | | This is an automated commit generated from the kernel-5.7.0-0.rc1.20200414git8632e9b5645b.1 tag in https://gitlab.com/cki-project/kernel-ark.git | ||||
* | Change method of configuration generation | Laura Abbott | 2016-12-06 | 1 | -80/+9 |
| | | | | | | | | | | 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. | ||||
* | Removes unused-kernel-patches in Makefile | Miguel Flores Silverio | 2016-07-19 | 1 | -3/+0 |
| | | | | | | | | The application of kernel patches has changed so this entry no longer works. Remove it. [labbott: More descriptive commit text] Signed-off-by: Miguel Flores Silverio <floresmigu3l@gmail.com> | ||||
* | Disable CONFIG_DEBUG_VM_PGFLAGS on non debug kernels (rhbz 1335173) | Justin M. Forbes | 2016-05-16 | 1 | -0/+1 |
| | |||||
* | Clean up removed config options | Josh Boyer | 2016-03-17 | 1 | -1/+0 |
| | | | | | The DEBUG_RODATA and STATIC_CPU_HAS options were removed by the upstream maintainers. Drop them. | ||||
* | Fix make local | Justin M. Forbes | 2016-02-15 | 1 | -1/+1 |
| | |||||
* | v4.4-1175-g03891f9 | Justin M. Forbes | 2016-01-12 | 1 | -0/+1 |
| | |||||
* | Linux v4.3-11481-gc5a3788 | Laura Abbott | 2015-11-11 | 1 | -1/+0 |
| | | | | - Actually drop CONFIG_DMADEVICES_VDEBUG | ||||
* | Linux v3.19-rc2 | Josh Boyer | 2015-01-05 | 1 | -0/+1 |
| | | | | | - Temporarily disable aarch64patches - Happy New Year | ||||
* | Remove all references to unknown Kconfig symbols | Paul Bolle | 2014-10-02 | 1 | -2/+0 |
| | | | | Reported-by: Paul Bolle <pebolle@tiscali.nl> | ||||
* | Linux v3.17-rc2-42-gf1bd473f95e0 | Josh Boyer | 2014-08-28 | 1 | -1/+0 |
| | | | | - Don't enable CONFIG_DEBUG_WW_MUTEX_SLOWPATH (rhbz 1114160) | ||||
* | Linux v3.15-7218-g3f17ea6dea8b | Josh Boyer | 2014-06-11 | 1 | -0/+1 |
| | | | | - Reenable debugging options. | ||||
* | Fix up Provides on kernel-module variant packages | Josh Boyer | 2014-05-03 | 1 | -3/+0 |
| | | | | - Enable CONFIG_USB_UAS unconditionally per Hans | ||||
* | Linux v3.15-rc1 | Josh Boyer | 2014-04-14 | 1 | -1/+1 |
| | | | | | - Disable debugging options. - Turn SLUB_DEBUG off | ||||
* | Linux v3.14-751-g683b6c6f82a6 | Josh Boyer | 2014-04-01 | 1 | -0/+1 |
| | |||||
* | Linux v3.14-313-g918d80a13643 | Josh Boyer | 2014-04-01 | 1 | -0/+1 |
| | | | | | - Reenable debugging options. - Turn on SLUB_DEBUG | ||||
* | Default to SLUB_DEBUG_ON not set | Josh Boyer | 2014-01-16 | 1 | -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 Boyer | 2014-01-08 | 1 | -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 Boyer | 2014-01-07 | 1 | -0/+2 |
| | | | | | | | This reverts commit 3b1e47cc2d6c1adfd66c3beac22674911db4c068. Apparently this is still important enough to be built in some cases. Rethink later. | ||||
* | Drop -doc subpackage | Josh Boyer | 2014-01-07 | 1 | -2/+0 |
| | |||||
* | Linux v3.10-6005-gd2b4a64 | Justin M. Forbes | 2013-07-08 | 1 | -0/+2 |
| | |||||
* | Enable CONFIG_NFSD_FAULT_INJECTION on debug builds (suggested by Jeff Layton) | Josh Boyer | 2012-05-11 | 1 | -0/+1 |
| | |||||
* | Change config parsing to use {_target_cpu} (From Niels de Vos) | Dave Jones | 2012-03-30 | 1 | -6/+1 |
| | |||||
* | hush output | Dave Jones | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Change maximum CPU support for x86-64. | Dave Jones | 2012-01-17 | 1 | -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 Jones | 2012-01-17 | 1 | -0/+3 |
| | |||||
* | Disable kmemleak for release builds | Dave Jones | 2012-01-17 | 1 | -0/+1 |
| | |||||
* | Enable CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK | Dave Jones | 2012-01-13 | 1 | -0/+1 |
| | | | | (On by default in rawhide/-debug) | ||||
* | CONFIG_DEBUG_SET_MODULE_RONX should always be set. | Dave Jones | 2012-01-04 | 1 | -2/+0 |
| | |||||
* | Disable debugging options. | Dave Jones | 2012-01-04 | 1 | -0/+2 |
| | |||||
* | CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is still broken. | Dave Jones | 2011-12-07 | 1 | -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 Boyer | 2011-10-31 | 1 | -0/+1 |
| | |||||
* | Vanilla targets have been broken for ages, drop them. | Kyle McMartin | 2011-10-26 | 1 | -11/+0 |
| | |||||
* | Make 'make local' do something helpful | Kyle McMartin | 2011-10-26 | 1 | -3/+7 |
| | |||||
* | Prune junk from Makefile | Kyle McMartin | 2011-10-26 | 1 | -120/+0 |
| | |||||
* | Make rpmbuild option "without_debug" work properly on rawhide. | Chuck Ebbert | 2011-10-23 | 1 | -70/+3 |
| | |||||
* | implement xkcd#149 | Adam Jackson | 2011-10-13 | 1 | -0/+9 |
| | |||||
* | Drop/replace obsolete debug options, remove stray backslashes | Chuck Ebbert | 2011-09-08 | 1 | -10/+4 |
| | |||||
* | Enable CONFIG_DETECT_HUNG_TASK for debug builds & rawhide. | Dave Jones | 2011-08-26 | 1 | -0/+2 |
| | |||||
* | 3.0-git3 snapshot | Kyle McMartin | 2011-07-25 | 1 | -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 Makefile | Dave Jones | 2011-06-27 | 1 | -2/+0 |
| | |||||
* | and also linux-2.6-defaults-pci_use_crs.patch dropped | Kyle McMartin | 2011-06-17 | 1 | -2/+0 |
| | |||||
* | DEBUG_OBJECTS_RCU_HEAD should be debug toggled | Kyle McMartin | 2011-05-30 | 1 | -4/+6 |
| | |||||
* | disable CONFIG_DEBUG_SET_MODULE_RONX for now | Kyle McMartin | 2011-01-10 | 1 | -2/+2 |
| | |||||
* | Branch for 2.6.38 | Kyle McMartin | 2011-01-10 | 1 | -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 generation | Kyle McMartin | 2010-11-16 | 1 | -0/+2 |
| | | | | (my disk is slow...) | ||||
* | Linux 2.6.37-rc1 | Kyle McMartin | 2010-11-02 | 1 | -0/+4 |
| | |||||
* | Linux 2.6.36-git8 | Kyle McMartin | 2010-10-26 | 1 | -0/+2 |
| | |||||
* | start following git head again | Kyle McMartin | 2010-10-22 | 1 | -2/+2 |
| | |||||
* | linux-2.6-defaults-pci_use_crs | Kyle McMartin | 2010-09-08 | 1 | -0/+2 |
| |