summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Linux 2.6.38-rc3-git1 snapshotKyle McMartin2011-02-022-1/+5
|
* Fix autoload of atl1c driver for latest hardware (#607499)Chuck Ebbert2011-02-022-1/+27
|
* add version to changelogChuck Ebbert2011-02-011-1/+1
|
* Proper HFS+ mount failure fix from hchChuck Ebbert2011-02-015-86/+212
|
* Linux 2.6.38-rc3Chuck Ebbert2011-02-013-904/+5
|
* Try to fix some obvious bugs in hfsplus mount failure handling (#673857)Chuck Ebbert2011-02-015-0/+144
|
* Linux 2.6.38-rc2-git9Chuck Ebbert2011-01-312-2/+5
|
* disable CONFIG_SERIAL_8250_DETECT_IRQ (from mschmidt@redhat.com)Kyle McMartin2011-01-312-1/+4
| | | | Should reduce boot times by ~200ms.
* Add Trond's NFS bugfixes branch from git.linux-nfs.orgChuck Ebbert2011-01-312-0/+901
|
* Linux 2.6.38-rc2-git8Chuck Ebbert2011-01-312-3/+6
|
* Fix build failure on s390.Chuck Ebbert2011-01-312-1/+26
|
* Add missing config options, and make prep really fail when it shouldChuck Ebbert2011-01-292-1/+3
|
* Linux 2.6.38-rc2-git7Chuck Ebbert2011-01-282-2/+5
|
* snapshot 2.6.38-rc2-git5Kyle McMartin2011-01-263-5/+8
|
* [x86] disable TRANSPARENT_HUGEPAGEsKyle McMartin2011-01-252-2/+5
|
* update to snapshot 2.6.38-rc2-git3Kyle McMartin2011-01-253-3/+8
| | | | fix context in perf-gcc460-build-fixes.patch
* all_arch_configs can be undefinedDan Horák2011-01-251-0/+2
| | | | | | | "all_arch_configs" is not defined on architectures where only the kernel-headers package is built, like on s390 and sparc/sparcv9. workarounds Jarod's 5b65297cef481cbbccc803152b6c05d101169ead
* disable usb autosuspend goo for nowKyle McMartin2011-01-241-3/+6
|
* fix buglet(?) in runtime_pm_fixups.patchKyle McMartin2011-01-242-7/+18
|
* annotateKyle McMartin2011-01-241-1/+2
|
* rebase runtime pm fixups and drop debug-tty-print-dev-name.patchKyle McMartin2011-01-243-45/+42
|
* perf-gcc460-build-fixes.patchKyle McMartin2011-01-242-0/+233
|
* snapshot 2.6.38-rc2-git1Kyle McMartin2011-01-243-30/+8
|
* utrace updateKyle McMartin2011-01-225-95/+151
| | | | | | Conflicts: kernel.spec
* - linux-2.6-ehci-check-port-status.patch - fix USB resume on some AMD systemsKyle McMartin2011-01-222-0/+59
| | | | | | Conflicts: kernel.spec
* Merge remote branch 'origin/master' into kernel-gitKyle McMartin2011-01-220-0/+0
|\ | | | | | | | | | | | | | | Squash rawhide branch into the kernel-git branch so it can be pulled back into the master branch. Merge is made by % git merge -s ours --no-commit origin/master and then merged back directly into origin/master.
| * utrace updateRoland McGrath2011-01-195-95/+151
| |
| * - linux-2.6-ehci-check-port-status.patch - fix USB resume on some AMD systemsMatthew Garrett2011-01-112-0/+59
| |
| * Add missing --with/--without pae build flag supportJarod Wilson2011-01-101-3/+16
| | | | | | | | Signed-off-by: Jarod Wilson <jarod@redhat.com>
| * Add support for local rebuild config option overridesJarod Wilson2011-01-102-1/+17
| | | | | | | | Signed-off-by: Jarod Wilson <jarod@redhat.com>
* | update to 2.6.38-rc2Kyle McMartin2011-01-224-6/+10
| |
* | fix thinko in config-debug CONFIG_DEBUG_SET_MODULE_RONXKyle McMartin2011-01-211-1/+1
| |
* | enable release buildsKyle McMartin2011-01-214-59/+59
| |
* | enable CONFIG_SCHED_AUTOGROUPKyle McMartin2011-01-211-1/+1
| |
* | snapshot 2.6.38-rc1-git1Kyle McMartin2011-01-202-1/+5
| |
* | commit 2.6.38-rc1Kyle McMartin2011-01-192-3/+6
| |
* | snapshot 2.6.37-git18Kyle McMartin2011-01-182-2/+5
| |
* | snapshot 2.6.37-git16Kyle McMartin2011-01-174-2/+11
| |
* | Linux 2.6.37-git13Kyle McMartin2011-01-154-31/+11
| |
* | SDHCI_OF is broken on i386Kyle McMartin2011-01-151-1/+1
| | | | | | | | (not that it likely matters for anything but olpc.)
* | fix build of xen-gntdev.koKyle McMartin2011-01-152-0/+33
| |
* | snapshot 2.6.37-git12Kyle McMartin2011-01-1512-852/+73
| |
* | Drop obsolete patch from sourcesChuck Ebbert2011-01-131-1/+0
| |
* | tag clog for 2.6.38-0.rc0.git9.1Kyle McMartin2011-01-121-1/+6
| |
* | update kconfig for 2.6.37-git9Kyle McMartin2011-01-127-0/+23
| |
* | update drm-intel-big-hammer.patchKyle McMartin2011-01-125-2523/+6
| | | | | | | | | | i915_gem execbuffer code was split into its own file. also drop patches which have been merged upstream.
* | update linux-2.6-silence-noise.patch and suck in gitrev 9Kyle McMartin2011-01-125-15/+22
| | | | | | | | | | re-enable RONX modules, since it's been fixed to get along with dynamic ftrace.
* | Add missing --with/--without pae build flag supportJarod Wilson2011-01-101-3/+16
| | | | | | | | Signed-off-by: Jarod Wilson <jarod@redhat.com>
* | Add support for local rebuild config option overridesJarod Wilson2011-01-102-1/+17
| | | | | | | | Signed-off-by: Jarod Wilson <jarod@redhat.com>
* | disable CONFIG_DEBUG_SET_MODULE_RONX for nowKyle McMartin2011-01-104-5/+9
| |