summaryrefslogtreecommitdiffstats
path: root/kernel.spec
Commit message (Collapse)AuthorAgeFilesLines
* drop dead unapplied patch that's been around foreverDave Jones2011-09-231-2/+0
|
* Make CONFIG_XEN_PLATFORM_PCI=y (rhbz 740664)Dave Jones2011-09-221-0/+3
|
* * Thu Sep 22 2011 Dennis Gilmore <dennis@ausil.us>Dennis Gilmore2011-09-221-2/+5
| | | | - build a vmlinux image on sparc64
* Linux 3.1-rc7Josh Boyer2011-09-211-15/+4
|
* Limit 32-bit x86 kernels to 32 processors.Dave Jones2011-09-201-0/+3
|
* Merge some improvements to the 32bit mmap randomisation from Kees Cook.Dave Jones2011-09-191-0/+3
|
* Add patch to fix deadlock in ppc64 icswx code (rhbz 737984)Josh Boyer2011-09-141-0/+7
|
* Add patches to fix various ibmveth driver issues (rhbz 733766)Josh Boyer2011-09-141-1/+10
|
* Enable CONFIG_IP_VS_IPV6 supportNeil Horman2011-09-141-0/+3
|
* Add patch to fix POWER virtual serial driver (rhbz 738096)Josh Boyer2011-09-141-0/+5
|
* Add patches Bastien pointed out for MacBookAir 4,1 supportJosh Boyer2011-09-141-1/+12
|
* 3.1-rc6Josh Boyer2011-09-121-2/+3
| | | | | This is another hand-rolled patch from a fully updated git tree as of today. The top level upstream commit is b6fd41e29dea9c6753b1843a77e50433e6123bcb
* Avoid false quiescent states in rcutree with CONFIG_RCU_FAST_NO_HZ. (rhbz ↵Josh Boyer2011-09-121-1/+8
| | | | 577968)
* Change to 64K page size for ppc64 kernels (rhbz 736751)Josh Boyer2011-09-091-1/+4
|
* Linux 3.1-rc5Josh Boyer2011-09-071-2/+3
| | | | | | | | | | | At the moment, kernel.org has been down for several days. Linus pushed his repository to a github repo and did the -rc5 release there. I've generated the patch-3.1-rc5.bz2 from a git tree containing those changes and the -rc5 tag via: git diff v3.0..v3.1-rc5 > patch-3.1-rc5 Hopefully kernel.org will come back before -rc6.
* Fix for rhbz 735437Josh Boyer2011-09-071-1/+6
|
* utrace: s390: fix the compile problem with traps.c (rhbz 735118)Dave Jones2011-09-021-0/+3
|
* Revert "x86: Serialize EFI time accesses on rtc_lock" (rhbz 732755)Dave Jones2011-08-301-0/+5
|
* Add patch to fix rhbz 606017Josh Boyer2011-08-301-1/+6
|
* Linux 3.1-rc4Josh Boyer2011-08-291-4/+5
|
* Bring back the 32bit mmap randomization patch for now.Dave Jones2011-08-271-1/+4
| | | | NX emulation is still too dependant upon it.
* NX emulation fixesDave Jones2011-08-271-0/+4
| | | | | Fix get_gate_vma usage in i386 NX emulation Fix up dependancy on the dropped randomization patch.
* 3.1-rc3-git6 snapshotJosh Boyer2011-08-271-1/+4
|
* Enable CONFIG_DETECT_HUNG_TASK for debug builds & rawhide.Dave Jones2011-08-261-0/+3
|
* Drop linux-2.6-debug-vm-would-have-oomkilled.patchDave Jones2011-08-261-2/+5
| | | | | The oom-killer heuristics have improved enough that this should never be necessary (and it probably doesn't dtrt any more)
* clean up a littleDave Jones2011-08-261-7/+1
|
* Drop linux-2.6-32bit-mmap-exec-randomization.patchDave Jones2011-08-261-5/+5
| | | | Outlived it's usefulness (and made of ugly)
* remove pointless linux-2.6.29-sparc-IOC_TYPECHECK.patchDave Jones2011-08-261-11/+0
| | | | This is the same definition as the one in asm-generic
* remove dead patchesDave Jones2011-08-261-12/+0
|
* Drop acpi-ec-add-delay-before-write.patch (rhbz 733690)Dave Jones2011-08-261-2/+3
|
* 3.1-rc3-git5Josh Boyer2011-08-261-20/+21
| | | | cleanup some of the cpupowerutils build stuff
* 3.1-rc3-git3 snapshotJosh Boyer2011-08-251-4/+5
|
* Revert 'iwlwifi: advertise max aggregate size'. (rhbz 708747)Josh Boyer2011-08-241-1/+6
|
* 3.1-rc3.Josh Boyer2011-08-221-4/+8
| | | | Add patch to fix duplicate backlight registration on i915
* 3.1-rc2-git9 snapshotJosh Boyer2011-08-221-3/+4
|
* 3.1-rc2-git8 snapshotJosh Boyer2011-08-201-2/+5
|
* 3.1-rc2-git7 snapshot. Fix provides/obsoletes for cpupowerutils-develJosh Boyer2011-08-201-3/+7
|
* Fix 64-bit divide error in btrfsJosh Boyer2011-08-191-1/+6
|
* 3.1-rc2-git5 snapshotJosh Boyer2011-08-191-2/+9
| | | | Make XHCI builtin, add a patch to fix a race in the crypto framework
* Adjust obsoletes/provides to replace the cpupowerutils packageJosh Boyer2011-08-181-2/+13
|
* Fix build against rawhide glibc and add BR for gettextJosh Boyer2011-08-181-2/+9
|
* 3.1-rc2-git4 snapshotJosh Boyer2011-08-171-1/+2
|
* Make sure %post/%postun for kernel-tools is wrapped with %{with_tools}Josh Boyer2011-08-171-0/+2
| | | | otherwise noarch fails (also make prep)
* Create the kernel-tools package. WHEEJosh Boyer2011-08-171-15/+103
|
* Prepare for packaging more of tools/ by renaming 'perf' subpackage to ↵Dave Jones2011-08-161-22/+28
| | | | kernel-tools
* tweak the arm configs a littleDennis Gilmore2011-08-161-0/+3
| | | | | | build a up image on armv5tel its a basic qemu image. setup to make configs for building kernels on hardware floating point arm arches
* only build the omap and tegra variants on armv7 buildsDennis Gilmore2011-08-161-2/+2
|
* only build kernel headers on the base arm archesDennis Gilmore2011-08-161-0/+5
|
* setup config for tegra based arm boards, add device treeDennis Gilmore2011-08-161-3/+60
| | | | patches for arm build tegra and omap kernel on arm
* Add a few patches that were in f16 but not in rawhideJosh Boyer2011-08-161-0/+12
|