summaryrefslogtreecommitdiffstats
path: root/kernel.spec
Commit message (Collapse)AuthorAgeFilesLines
...
* Set CONFIG_X86_RESERVE_LOW=640 as requested by mjgChuck Ebbert2011-07-061-0/+3
|
* Revert "Don't suppress output from make. (rhbz #716563)"Dave Jones2011-07-061-5/+2
| | | | This reverts commit 83ea416dda79a4fa686e17eed98f304e38b357f4.
* Don't suppress output from make. (rhbz #716563)Dave Jones2011-07-061-2/+5
|
* linux 3.0-rc6Kyle McMartin2011-07-041-3/+7
| | | | CONFIG_SCSI_ISCI=m
* update to snapshot 3.0-rc5-git5Kyle McMartin2011-07-021-1/+4
|
* linux 3.0-rc5Kyle McMartin2011-06-271-3/+6
|
* Disable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS, as this also disables FIPS ↵Dave Jones2011-06-271-0/+3
| | | | (rhbz 716942)
* iwlagn-fix-dma-direction.patchKyle McMartin2011-06-231-0/+3
|
* update to 3.0-rc4-git3Kyle McMartin2011-06-231-5/+9
| | | | | | | drop linux-3.0-fix-uts-release.patch and just perl the Makefile instead linux-2.6-silence-noise.patch: fix context
* re-enable debuginfo generation, which had been accidentallyKyle McMartin2011-06-221-2/+6
| | | | disabled in 3d121413
* Update to 3.0-rc4Kyle McMartin2011-06-211-3/+6
| | | | | CONFIG_USB_NET_KALMIA =m Fix context in linux-3.0-fix-uts-release.patch
* update to 3.0-rc3-git6Kyle McMartin2011-06-171-1/+4
|
* drop linux-2.6-debug-always-inline-kzalloc.patch.Dave Jones2011-06-171-2/+2
| | | | Can't recall why this was added. Can easily re-add if deemed necessary.
* drop sizeof structs patchDave Jones2011-06-171-2/+1
| | | | not really very useful any more.
* drop qcserial 'compile fix' that was just duplicating an include.Dave Jones2011-06-171-2/+3
|
* drop more upstream patch (linux-2.6-v4l-dvb-add-lgdt3304-support.patch)Kyle McMartin2011-06-171-4/+0
|
* drm-i915-gen4-has-non-power-of-two-strides.patch: drop buggy bugfixKyle McMartin2011-06-171-4/+1
|
* drop firewire patchesKyle McMartin2011-06-171-8/+1
|
* re-sync more patchesKyle McMartin2011-06-171-26/+2
|
* and also linux-2.6-defaults-pci_use_crs.patch droppedKyle McMartin2011-06-171-2/+1
|
* linux-2.6-defaults-pci_no_msi.patch: dropKyle McMartin2011-06-171-3/+4
|
* update to 3.0-rc3-git5Kyle McMartin2011-06-171-3/+8
|
* disable slub mm patches for nowKyle McMartin2011-06-161-3/+8
|
* add mdadm conflictKyle McMartin2011-06-151-1/+4
|
* build in aesni on i586Kyle McMartin2011-06-151-0/+3
|
* fix libdm conflictKyle McMartin2011-06-141-2/+6
|
* Update to 3.0-rc3Kyle McMartin2011-06-141-14/+12
| | | | | | | | | | | | | | | Add another conflicts to deal with 2 digit versions (libdm.) Now that $SUBLEVEL in Makefile is optional, drop it and simplify linux-3.0-fix-uts-release.patch linux-2.6-i386-nx-emulation.patch: fix simple reject drm-intel-eeebox-eb1007-quirk.patch, revert-ftrace-remove-unnecessary-disabling-of-irqs.patch, ath5k-disable-fast-channel-switching-by-default.patch: drop upstream patches.
* ath5k-disable-fast-channel-switching-by-default.patchKyle McMartin2011-06-091-0/+8
| | | | (rhbz#709122) (korgbz#34992) [a99168ee in wireless-next]
* rhbz#710921: revert-ftrace-remove-unnecessary-disabling-of-irqs.patchKyle McMartin2011-06-091-1/+9
|
* update to 3.0-rc2Kyle McMartin2011-06-081-3/+8
| | | | | also build in ipv6 for the reasons documented by notting here http://lists.fedoraproject.org/pipermail/kernel/2011-June/003105.html
* conflict with old module-init-toolsKyle McMartin2011-06-061-2/+6
|
* fix utsname for 3.0-rc1Kyle McMartin2011-06-021-1/+7
|
* fix nxemuKyle McMartin2011-05-301-1/+1
|
* make debugKyle McMartin2011-05-301-2/+2
|
* tag changelogKyle McMartin2011-05-301-181/+3
|
* rebase and nuke patchesKyle McMartin2011-05-301-17/+1
|
* dittoKyle McMartin2011-05-301-1/+2
|
* trim changelogKyle McMartin2011-05-301-177/+2
|
* continue working on 3.0Kyle McMartin2011-05-301-23/+26
|
* backport some low-impact enablement for the pegatron tabletsKyle McMartin2011-05-241-0/+11
|
* Drop broken fix for stalls on AMD processors.Chuck Ebbert2011-05-201-4/+3
|
* Fix up the versioning. Derp.Dave Jones2011-05-201-1/+4
|
* 2.6.39Dave Jones2011-05-191-3/+6
|
* update to v2 of mel gorman's slub patchsetKyle McMartin2011-05-141-4/+9
|
* switch NF_CONNTRACK to modularKyle McMartin2011-05-141-0/+1
|
* bump base releaseKyle McMartin2011-05-141-1/+1
|
* tmpfs: implement generic xattr supportKyle McMartin2011-05-141-4/+10
| | | | | | | Merge Eric Paris' patch to add xattr support to tmpfs, so that it can be used to host mockroots for mass rebuilds. Drop IMA disabling patch, which is no longer necessary since it's run time (but unused) cost is now minimized.
* update to 2.6.39-rc7-git6Kyle McMartin2011-05-141-2/+5
|
* Fix yet another bug in AMD erratum checking (#704059)Chuck Ebbert2011-05-121-0/+7
|
* flip the release builds toggleKyle McMartin2011-05-121-3/+6
|