summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Linux v3.13-10637-ge7651b8Josh Boyer2014-01-317-7/+122
| | | | | - Enable ZRAM/ZSMALLOC (rhbz 1058072) - Turn EXYNOS_HDMI back on now that it should build
* Linux v3.13-10231-g53d8ab2Josh Boyer2014-01-312-2/+5
|
* Add patches to fix imx-hdmi build, and fix kernfs lockdep oops (rhbz 1055105)Josh Boyer2014-01-304-1/+246
| | | | Also stop building exynos_hdmi because it doesn't build
* Linux v3.13-10094-g9b0cd30Josh Boyer2014-01-307-7/+16
|
* Linux v3.13-9240-g1329311Josh Boyer2014-01-303-2035/+5
|
* Linux v3.13-9218-g0e47c96Josh Boyer2014-01-294-2/+7
|
* Linux v3.13-8905-g627f4b3Josh Boyer2014-01-288-623/+5
|
* Linux v3.13-8789-g54c0a4bJosh Boyer2014-01-286-53/+22
| | | | - Enable CONFIG_CC_STACKPROTECTOR_STRONG on x86
* Build AllWinner (sunxi) on LPAE too (Cortex-A7 supports LPAE/KVM)Peter Robinson2014-01-284-24/+28
|
* Linux v3.13-8631-gba635f8Josh Boyer2014-01-274-20/+180
|
* Linux v3.13-8598-g77d143dJosh Boyer2014-01-274-3/+9
|
* Fix ath9k build error on ARM and disable BNAJosh Boyer2014-01-273-0/+99
| | | | udelays above 2000 are bad. Disable the BNA driver for the same reason
* drop duplicated CW1200 options from arm configPeter Robinson2014-01-261-3/+0
|
* Linux v3.13-8330-g4ba9920Josh Boyer2014-01-255-151/+24
|
* Linux v3.13-6058-g2d08cd0Josh Boyer2014-01-2510-909/+51
| | | | - Quiet incorrect usb phy error (rhbz 1057529)
* Own the /lib/modules dir.Ville Skyttä2014-01-251-0/+4
|
* - Initial ARM config updates for 3.14Peter Robinson2014-01-255-12/+46
| | | | | | - Disable highbank cpuidle driver - Enable mtd-nand drivers on ARM - Update CPU thermal scaling options for ARM
* Disable the BFA driver on ARMJosh Boyer2014-01-241-0/+1
| | | | | | | | | | It doesn't make much sense, and it fails to build because of a udelay(10000) in it resulting in: ERROR: "__bad_udelay" [drivers/scsi/bfa/bfa.ko] undefined! make[1]: *** [__modpost] Error 1 make: *** [modules] Error 2 + exit 1
* Linux v3.13-5617-g3aacd62Josh Boyer2014-01-2411-21/+29
|
* Linux v3.13-4156-g90804edJosh Boyer2014-01-232-3/+6
|
* Revert fsnotify changes as they cause slab corruption for multiple peopleJosh Boyer2014-01-232-0/+2034
|
* Linux v3.13-3995-g0dc3fd0Josh Boyer2014-01-238-213/+70
|
* Linux v3.13-3667-ge1ba845Josh Boyer2014-01-223-2/+134
|
* Linux v3.13-3477-gdf32e43Josh Boyer2014-01-222-2/+5
|
* attempt to fix config-local, by only applying the overrides to the target ↵Kyle McMartin2014-01-221-1/+1
| | | | configs
* Linux v3.13-3260-g03d11a0Josh Boyer2014-01-226-2/+15
|
* Linux v3.13-2502-gec513b1Josh Boyer2014-01-216-26/+51
|
* Linux v3.13-737-g7fe67a1Josh Boyer2014-01-218-156/+191
| | | | - Reenable debugging options. Enable SLUB_DEBUG
* use $^ and specify config-{no,}debug in the dependenciesKyle McMartin2014-01-211-4/+4
| | | | no functional change
* enable CONFIG_KVM on arm64Kyle McMartin2014-01-202-1/+4
|
* Revert "config, x86 enable boot cpu hotplug"Josh Boyer2014-01-201-2/+0
| | | | This reverts commit ca43fd4b8dd1ce49ab0a9f239c6a056df104db72.
* Linux v3.13Josh Boyer2014-01-206-72/+76
| | | | | - Disable debugging options. - Use versioned perf man pages tarball
* Linux v3.13-rc8-76-g7d0d46dJosh Boyer2014-01-182-2/+5
|
* Enable ARM_GLOBAL_TIMER on ARM used by a number of Cortex-A9 and later platformsPeter Robinson2014-01-182-0/+5
|
* Linux v3.13-rc8-46-g85ce70fJosh Boyer2014-01-162-2/+5
|
* Default to SLUB_DEBUG_ON not setJosh Boyer2014-01-165-6/+1
| | | | | | | | 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
* Drop stable_rc macrosJosh Boyer2014-01-151-18/+0
| | | | | | We never use the stable_rc mechanism. It just adds clutter to the spec and in the rare case where we grab patches from a stable RC we've just applied them via ApplyPatch. Get rid of it.
* Linux v3.13-rc8-27-g2e67c56Josh Boyer2014-01-152-2/+5
|
* Reduce buildid definition clutterJosh Boyer2014-01-141-28/+0
| | | | | | | | The buildid mechanism is still used by a nubmer of people, but it's unnecessarily complicated in the spec. We don't need to do all the manipulations that are current done just to allow people to easily mark their builds as different. Just leave the commented out definition and include it in pkg_release.
* Fix k-m-e Provides to be explicit to only the package flavor (rhbz 1046246)Josh Boyer2014-01-141-3/+6
|
* drop superfluous call of headers_checkPaul Bolle2014-01-141-9/+0
| | | | | | | | | | | | | headers_check is run twice when building the kernel rpms. CONFIG_HEADERS_CHECK is already set to "y" in config-generic. But there are also a few lines in kernel.spec where headers_check is invoked again. Also grep -q exist hdrwarnings.txt will never match as errors aren't redirected to hdrwarnings.txt
* config, x86 enable boot cpu hotplugPrarit Bhargava2014-01-141-0/+2
| | | | | | | | | | | Set CONFIG_BOOTPARAM_HOTPLUG_CPU0 to 'y'. Currently, to disable CPU0, the "boot" cpu, one must specify cpu0_hotplug as a kernel parameter. Setting this config variable to 1 enables it by default. I've tested this on systems where it was expected to work and it seems to function properly. Signed-off-by: Prarit Bhargava <prarit@redhat.com>
* Drop upstream_branch related spec stuffsJosh Boyer2014-01-141-21/+1
| | | | | | We haven't set using_upstream_branch to 1 since we started using git. Almost 7 years is a long time to carry something around we aren't using. Drop the upstream_branch stuff.
* aarch64: switch to 4K pages and enable CONFIG_COMPATKyle McMartin2014-01-142-1/+5
| | | | Signed-off-by: Kyle McMartin <kyle@fedoraproject.org>
* Linux v3.13-rc8-5-ga6da83fJosh Boyer2014-01-135-65/+70
| | | | - Reenable debugging options.
* Enable thermal userspace support for ARMPeter Robinson2014-01-132-0/+3
|
* Enable generic cpufreq-cpu0 driver on ARMPeter Robinson2014-01-134-2/+4
|
* Minor ARM config updates and cleanupsPeter Robinson2014-01-125-17/+36
|
* Linux v3.13-rc8Josh Boyer2014-01-125-68/+71
| | | | - Disable debugging options.
* Linux v3.13-rc7-126-g228fdc0Josh Boyer2014-01-112-2/+5
|