First  |  Prev |  Next  |  Last
Pages: 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
[36/38] drm/radeon/kms: handle the case of no active displays properly in the bandwidth code
2.6.35-stable review patch. If anyone has any objections, please let us know. ------------------ From: Alex Deucher <alexdeucher(a)gmail.com> commit e06b14ee91a2ddefc9a67443a6cd8ee0fa800115 upstream. Logic was: if (mode0 && mode1) else if (mode0) else Should be: if (mode0 && mode1) else if (mode0) e... 6 Aug 2010 14:53
DNS: If the DNS server returns an error, allow that to be cached
On Fri, 06 Aug 2010 19:20:39 +0100 David Howells <dhowells(a)redhat.com> wrote: From: Wang Lei <wang840925(a)gmail.com> If the DNS server returns an error, allow that to be cached in the DNS resolver key in lieu of a value. Userspace passes the h_errno from the libresolv routines as an option in the pay... 6 Aug 2010 14:53
[37/38] drm/i915: Unset cursor if out-of-bounds upon mode change (v4)
2.6.35-stable review patch. If anyone has any objections, please let us know. ------------------ From: Chris Wilson <chris(a)chris-wilson.co.uk> commit cda4b7d3a5b1dcbc0d8e7bad52134347798e9047 upstream. The docs warn that to position the cursor such that no part of it is visible on the pipe is an undefined ... 6 Aug 2010 14:53
[33/38] drm/radeon: add new pci ids
2.6.35-stable review patch. If anyone has any objections, please let us know. ------------------ From: Alex Deucher <alexdeucher(a)gmail.com> commit 1297c05a8dfb568c689f057d51a65eebe5ddc86f upstream. New evergreen and r7xx ids. Signed-off-by: Alex Deucher <alexdeucher(a)gmail.com> Signed-off-by: Dave Airli... 6 Aug 2010 14:53
[22/38] ath9k: fix TSF after reset on AR913x
2.6.35-stable review patch. If anyone has any objections, please let us know. ------------------ From: Felix Fietkau <nbd(a)openwrt.org> commit f860d526eb2939a1c37128900b5af2b6f3ff7f20 upstream. When issuing a reset, the TSF value is lost in the hardware because of the 913x specific cold reset. As with some... 6 Aug 2010 14:53
[30/38] CRED: Fix RCU warning due to previous patch fixing __task_cred()s checks
2.6.35-stable review patch. If anyone has any objections, please let us know. ------------------ From: David Howells <dhowells(a)redhat.com> commit 694f690d27dadccc8cb9d90532e76593b61fe098 upstream. Commit 8f92054e7ca1 ("CRED: Fix __task_cred()'s lockdep check and banner comment") fixed the lockdep checks o... 6 Aug 2010 14:53
[16/38] ath9k_hw: prevent a fast channel change after a rx DMA stuck issue
2.6.35-stable review patch. If anyone has any objections, please let us know. ------------------ From: Felix Fietkau <nbd(a)openwrt.org> commit 9cc2f3e881dcda5466c55ffe8dd0a9d1433469cb upstream. If the receive path gets stuck, a full hardware reset is necessary to recover from it. If this happens during a s... 6 Aug 2010 14:53
[31/38] SCSI: enclosure: fix error path - actually return ERR_PTR() on error
2.6.35-stable review patch. If anyone has any objections, please let us know. ------------------ From: James Bottomley <James.Bottomley(a)suse.de> commit a91c1be21704113b023919826c6d531da46656ef upstream. we also need to clean up and free the cdev. Reported-by: Jani Nikula <ext-jani.1.nikula(a)nokia.com> S... 6 Aug 2010 14:53
[00/38] 2.6.35.1-stable review
This is the start of the stable review cycle for the 2.6.35.1 release. There are 38 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let us know. If anyone is a maintainer of the proper subsystem, and wants to add a Signed-off-by: line... 11 Aug 2010 16:56
[35/38] drm/radeon/kms/r7xx: add workaround for hw issue with HDP flush
2.6.35-stable review patch. If anyone has any objections, please let us know. ------------------ From: Alex Deucher <alexdeucher(a)gmail.com> commit 812d046915f48236657f02c06d7dc47140e9ceda upstream. Use of HDP_*_COHERENCY_FLUSH_CNTL can cause a hang in certain situations. Add workaround. Signed-off-by:... 6 Aug 2010 14:53
First  |  Prev |  Next  |  Last
Pages: 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147