summaryrefslogtreecommitdiffstats
path: root/kernel.spec
Commit message (Collapse)AuthorAgeFilesLines
* Drop drm-intel-make-lvds-work.patch (rhbz #731296)Josh Boyer2011-11-291-3/+1
| | | | | Discussed this with mjg59 and ajax. This fix was supposed to go upstream, but never actually made it. Since it's breaking xrandr, we're dropping it.
* Create a kernel-modules-extra subpackageJosh Boyer2011-11-291-2/+81
| | | | | | | | | This creates a modules-extra subpackage which places a number of less frequently used modules into the extra directory under /lib/modules/`uname -r`/. This reduces the size of the default kernel package while still allowing those modules to be built and installed if needed. We also limit the security exposure by keeping these modules out of the default install.
* Linux 3.2-rc3-git1 (upstream 8748dfae379)Josh Boyer2011-11-291-1/+4
|
* remove old junk.Dave Jones2011-11-281-2/+0
| | | | Pointed out by Kyle.
* Linux 3.2-rc3. Gobble.Josh Boyer2011-11-241-6/+9
| | | | Try switching to using xz patches for rc and gitrev.
* Linux 3.2-rc2-git8 (upstream b4bbb02934e4511)Josh Boyer2011-11-231-1/+4
|
* Fix the baserelease sanity checkJosh Boyer2011-11-221-1/+1
| | | | | We need to explicitly check for 0, so that we can do things like setting baserelease to 1.1 for scratch builds, etc.
* Linux 3.2-rc2-git7 (upstream bbbc4791cd48ac1)Josh Boyer2011-11-221-3/+4
|
* Linux 3.2-rc2-git6 (upstream f8f5ed7c996ad9)Josh Boyer2011-11-211-1/+5
|
* Linux 3.2-rc2-git5 (upstream 6fe4c6d466e9)Josh Boyer2011-11-211-7/+4
| | | | | Disable PM_DEVFREQ as it seems to be embedded (ARM?) specific even though the Kconfig dependencies don't mark it as such any longer.
* Linux 3.2-rc2-git4 (upstream a767835f6dc8)Josh Boyer2011-11-201-1/+4
|
* Linux 3.2-rc2-git3 (upstream 15bd1cfb3055)Josh Boyer2011-11-181-1/+6
| | | | | Disable various fb and drm drivers that don't have xorg equivalents per ajax Other minor config cleanup
* Linux 3.2-rc2-git2 (upstream aa1b052a34d)Josh Boyer2011-11-171-1/+4
|
* Drop Obsoletes/Provides from kernel-tools onto perf.Kyle McMartin2011-11-171-2/+3
|
* Add compat-wireless as an option for kernel buildJohn W. Linville2011-11-161-0/+42
|
* Avoid CFLAGS changing across building perfKyle McMartin2011-11-161-5/+9
|
* Work around #663080 and restore building 'perf' on s390x.Kyle McMartin2011-11-161-1/+5
|
* Linux 3.2-rc2-git1 (upstream 6aaf05f47)Josh Boyer2011-11-161-3/+6
|
* Quite a warning in apm_cpu_idle (rhbz 753776)Josh Boyer2011-11-141-0/+3
| | | | | WARN_ONCE is now the top thing on my "BIGGEST WASTE OF TIME" list. It changes daily though.
* Add patch to fix ip6_tunnel naming (rhbz 751165)Josh Boyer2011-11-141-0/+7
|
* Patch from Joshua Roys to add rtl8192* to modules.networking (rhbz 753645)Josh Boyer2011-11-141-2/+5
|
* Linux 3.2-rc1-git4Josh Boyer2011-11-141-1/+11
| | | | Also fix CVE-2011-4131: nfs4_getfacl decoding kernel oops (rhbz 753236)
* Linux 3.2-rc2-git3Josh Boyer2011-11-121-6/+5
|
* Use the same naming scheme as rawhide for -stable RC kernelsChuck Ebbert2011-11-111-1/+7
| | | | (e.g. 3.1.1-0.rc1.1 instead of 3.1.1-1.rc1)
* Add patch to rework ASPM handling from Matthew GarrettJosh Boyer2011-11-111-1/+8
|
* Remove overlap between bcma/b43 and brcmsmac and reenable bcm4331John W. Linville2011-11-111-0/+8
|
* Linux 3.2-rc1-git2Josh Boyer2011-11-101-1/+4
|
* Linux 3.2-rc1-git1 (upstream 19e0bafc36a)Josh Boyer2011-11-091-2/+6
| | | | Enable the brcm80211 modules now that they have left staging
* Add python-perf-debuginfo package (rhbz 752140)Josh Boyer2011-11-081-1/+19
|
* sysfs: Add msi irq device enumeration (bz 744012)Neil Horman2011-11-081-0/+8
|
* Linux 3.2-rc1Josh Boyer2011-11-081-15/+6
| | | | | From kernel.org this time, not git generated locally: http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.2-rc1.bz2
* Add two patches to fix mac80211 issues (rhbz 731365)Josh Boyer2011-11-071-1/+10
|
* Add from git://openlinux.windriver.com/people/paulg/modsplit-post-mergeJosh Boyer2011-11-071-1/+6
| | | | These fix various build failures from the module.h split out stuff for 3.2
* Linux 3.1-git7 (upstream 31555213f)Josh Boyer2011-11-071-10/+5
|
* Add sanity check for basereleaseChuck Ebbert2011-11-071-3/+11
|
* Add support for .xz compressed patchesChuck Ebbert2011-11-071-2/+3
|
* Linux 3.1-git6 (upstream 1a67a573b8d)Josh Boyer2011-11-041-4/+4
| | | | | Make CONFIG_EDAC_SBRIDGE only build on x86_64 since it has 64-bit divide errors on 32-bit kernels.
* Linux 3.1-git5 (upstream 43672a0784707)Josh Boyer2011-11-031-2/+5
|
* Linux 3.1-git4 (upstream dc47d3810cdc)Josh Boyer2011-11-011-31/+4
|
* allow building the perf rpm for ARM (rhbz 741325)Dave Jones2011-11-011-1/+4
|
* Add another Sony laptop to the nonvs blacklist. (rhbz 641789)Dave Jones2011-11-011-0/+3
|
* Restore perf sub-package for great justiceKyle McMartin2011-11-011-24/+75
|
* Add CVE number in changelog (rhbz 750402)Josh Boyer2011-10-311-1/+1
|
* Add patch to fix integer overflow of points in oom_badness (rhbz 750402)Josh Boyer2011-10-311-1/+9
|
* Fix paste-o (accidentally had a stray %endif)Kyle McMartin2011-10-311-1/+0
|
* Build a python-perf sub-package.Kyle McMartin2011-10-311-0/+22
|
* Linux 3.1-git3. Happy Halloween.Josh Boyer2011-10-311-9/+4
|
* Linux 3.1-git2 snapshot (upstream f362f98e7c)Josh Boyer2011-10-281-7/+6
|
* Drop alphaJosh Boyer2011-10-271-12/+6
| | | | | At one point in time, you were awesome. Then Compaq bought you and switched to ia64 instead. You can see how that turned out in the previous commit.
* Drop ia64.Josh Boyer2011-10-271-10/+4
| | | | Goodbye, ia64. Prarit will miss you.