summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Linux v3.13-rc7-87-g21e20e2Josh Boyer2014-01-102-2/+5
|
* Enable SGI UV systems.Prarit Bhargava2014-01-101-1/+2
| | | | | | | | | | | Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1051284 Set CONFIG_X86_UV to 'y' and CONFIG_UV_MMTIMER to 'm' for large SGI boxes. These settings will enable the booting of more than 16 processors. Signed-off-by: Prarit Bhargava <prarit@redhat.com> Cc: glaubitz@physik.fu-berlin.de Cc: jwboyer@redhat.com
* Linux v3.13-rc7-72-g7d1c153Josh Boyer2014-01-092-2/+5
|
* Disable aic94xx driver (from Paul Bolle)Paul Bolle2014-01-082-2/+2
|
* Backport support for ALPS Dolphin devices (rhbz 953211)Josh Boyer2014-01-082-0/+357
|
* Linux v3.13-rc7-67-gceb3b02Josh Boyer2014-01-083-4/+8
| | | | - Enable BCMA_DRIVER_GPIO by turning on GPIOLIB everywhere (rhbz 1021098)
* Revert "Revert "Drop -doc subpackage""Josh Boyer2014-01-082-68/+5
| | | | | | | 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-072-5/+68
| | | | | | | This reverts commit 3b1e47cc2d6c1adfd66c3beac22674911db4c068. Apparently this is still important enough to be built in some cases. Rethink later.
* Drop -doc subpackageJosh Boyer2014-01-072-68/+5
|
* Linux v3.13-rc7-55-gef350bbJosh Boyer2014-01-076-100/+71
| | | | - Reenable debugging options.
* Change DEFAULT_MMAP_MIN_ADDR to 64k on x86_64Josh Boyer2014-01-072-0/+6
|
* Add support for Wacom Intuos 5 S devices (rhbz 1046238)Josh Boyer2014-01-074-0/+438
|
* Fix use after free crash in KVM (rhbz 1047892)Josh Boyer2014-01-062-0/+95
|
* Fix oops in KVM with invalid root_hpa (rhbz 924916)Josh Boyer2014-01-062-0/+49
|
* Linux v3.13-rc7Josh Boyer2014-01-052-0/+35
| | | | - Fix xen-netback build failure on ARM
* Linux v3.13-rc7Josh Boyer2014-01-052-2/+5
|
* Linux v3.13-rc6Josh Boyer2013-12-302-2/+5
|
* Linux v3.13-rc5Josh Boyer2013-12-235-69/+72
| | | | - Disable debugging options.
* Linux v3.13-rc4-256-gb7000adJosh Boyer2013-12-212-3/+6
|
* Add patches to fix dummy gssd entry (rhbz 1037793)Josh Boyer2013-12-207-1/+625
|
* Linux v3.13-rc4-144-ga36c160Josh Boyer2013-12-193-180/+5
|
* copy kernel trees around with 'cp -al' so symlinks are preserved.Josh Boyer2013-12-191-4/+8
| | | | Fixes weird build failures with coreutils 8.22 (rhbz 1044801)
* Linux v3.13-rc4-99-g35eecf0Josh Boyer2013-12-182-2/+5
|
* Linux v3.13-rc4-38-gb0031f2Josh Boyer2013-12-182-2/+5
|
* Reenable MEMORY_HOTPLUG on x86_64Josh Boyer2013-12-182-1/+3
|
* Fix nowatchdog-on-virt.patch to actually work in KVM guestsJosh Boyer2013-12-182-1/+4
|
* Linux v3.13-rc4-21-g0eda402Josh Boyer2013-12-176-115/+71
| | | | - Reenable debugging options.
* Update patches with bugzilla/upstream-status fieldsJosh Boyer2013-12-1726-0/+78
|
* Drop drm-i915-dp-stfu.patchJosh Boyer2013-12-172-55/+0
| | | | | | | | | | (On Dec 17, 2013) 10:35 < jwb> ajax, drm-i915-dp-stfu.patch 10:36 < jwb> ajax, is that something upstreamable? 10:37 <@ajax> it's probably worth dropping at this point 10:37 <@ajax> if it's still as noisy as it was then it's probably worth investigating
* Drop acpi-sony-nonvs-blacklist.patchJosh Boyer2013-12-172-40/+0
| | | | | | This still applies through some confounding patch magic, but the entries were added to the upstream kernel with commits ddf6ce45a7b and d11c78e97e1d46a93e. Over 2 years ago. Sigh.
* Linux v3.13-rc4Josh Boyer2013-12-167-307/+72
| | | | - Disable debugging options.
* Linux v3.13-rc3-362-gb2077ebJosh Boyer2013-12-142-3/+6
|