First  |  Prev |  Next  |  Last
Pages: 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
[PATCH 1/5] scsi: megaraid_sas - Add Online Controller Reset to MegaRAID SAS driver
To add the Online Controller Reset (OCR) support, driver need to do: a). reset the controller chips -- Xscale and Gen2 which will change the function calls and add the reset function related to this two chips. b). during the reset, driver will store the pending cmds which not returned by FW to driver's ... 11 Aug 2010 16:56
matroxfb: fix incorrect use of memcpy_toio()
On Wed, 11 Aug 2010 22:27:42 +0200 Ondrej Zary <linux(a)rainbow-software.org> wrote: Fix incorrect use of memcpy_toio() in matroxfb that broke in 2.6.34 on x86. Thanks. What was incorrect about it? And what is the user-visible effect of this regression? -- To unsubscribe from this list: send the lin... 11 Aug 2010 18:02
[PATCH] ipw2100: register pm_qos request before registering pci driver
It is necessary to call pm_qos_add_request prior to calling pm_qos_update_request. It was revealed that ipw2100 has been doing this wrong since "pm_qos: Get rid of the allocation in pm_qos_add_request()" (commit 82f682514a5df89ffb3890627eebf0897b7a84ec) added a WARN that results in the following backtrace: WARN... 11 Aug 2010 16:56
ipw2100: register pm_qos request on hardware activation
On Wed, Aug 11, 2010 at 09:31:03PM +0200, Christoph Fritz wrote: Function pm_qos_add_request() has to be called before first pm_qos_update_request(). This was found out due to a change in pm_qos (commit 82f682514a5df89ffb3890627eebf0897b7a84ec "pm_qos: Get rid of the allocation in pm_qos_add_request()"). T... 11 Aug 2010 16:56
[PATCH] matroxfb: fix incorrect use of memcpy_toio()
Fix incorrect use of memcpy_toio() in matroxfb that broke in 2.6.34 on x86. Signed-off-by: Ondrej Zary <linux(a)rainbow-software.org> --- linux-2.6.35-rc2/drivers/video/matrox/matroxfb_base.h 2010-06-06 05:43:24.000000000 +0200 +++ linux-2.6.35-rc3/drivers/video/matrox/matroxfb_base.h 2010-08-03 18:13:46.000000000... 11 Aug 2010 16:56
[PATCH] ipc/shm.c: add RSS and swap size information to /proc/sysvipc/shm
The kernel currently provides no functionality to analyze the RSS and swap space usage of each individual sysvipc shared memory segment. This patch add this info for each existing shm segment by extending the output of /proc/sysvipc/shm by two columns for RSS and swap. Since shmctl(SHM_INFO) already provides a ... 11 Aug 2010 16:56
[PATCH 3/3 v3] [resend] cyber2000fb: add I2C support
Add I2C support for the DDC bus to cyber2000fb driver. This is only bus support, driver does not use EDID. Tested on two different CyberPro 2000 cards with i2cdetect and decode-edid. Signed-off-by: Ondrej Zary <linux(a)rainbow-software.org> --- This is v3 with spinlock instead of mutex (I don't know what's better ... 11 Aug 2010 15:50
[PATCH 1/2] ipw2100: register pm_qos request on hardware activation
Function pm_qos_add_request() has to be called before first pm_qos_update_request(). This was found out due to a change in pm_qos (commit 82f682514a5df89ffb3890627eebf0897b7a84ec "pm_qos: Get rid of the allocation in pm_qos_add_request()"). The warning call trace is below. This patch is similar to c128ec29208d41... 11 Aug 2010 15:50
[PATCH 2/2] ipw2100: add WEXT scan capabilities
NetworkManager claims: "driver does not support SSID scans (scan_capa 0x00)". This patch adds scan capabilities. Signed-off-by: Christoph Fritz <chf.fritz(a)googlemail.com> --- drivers/net/wireless/ipw2x00/ipw2100.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireles... 11 Aug 2010 15:50
[PATCH] mm: fix fatal kernel-doc error
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix a fatal kernel-doc error due to a #define coming between a function's kernel-doc notation and the function signature. (kernel-doc cannot handle this) Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> --- mm/page-writeback.c | 2 +- 1 file changed, 1 in... 11 Aug 2010 15:50
First  |  Prev |  Next  |  Last
Pages: 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64