1035 results
Order by date - Order by pertinence
All (1035)
High-tech (1035)
 
[PATCH RESEND] btrfs: Don't return extent in fiemap if we meet with a hole.
Hi Chris, could you please consider merging this patch? It should be trivial enough. It helps Jeff adding fiemap support to cp. Regards, Tao From 909effe7240be30dbc9403dd8cbb326587c3cc02 Mon Sep 17 00:00:00 2001 From: Tao Ma ...
Message posted on the June 21st, 2010 - 2:40 AM ET
[PATCH RESEND 0/6] Drivers: hv
This patch set enhances the balloon driver functionality to add support for memory "hot-add". Windows hosts use a combination of ballooning and hot-add to dynamically balance the available memory across competing virtual machines. With ...
Message posted on the March 14th, 2013 - 3:10 PM ET
[PATCH RESEND] jz4740-adc: check kmalloc() result
From 40f965e63c4aefb402d85cf8392681565e172d2d Mon Sep 17 00:00:00 2001 From: Axel Lin <axel.lin@gmail.com> Date: Mon, 2 Aug 2010 09:02:02 +0800 Subject: [PATCH] jz4740-adc: check kmalloc() result If kmalloc() fails exit with -ENOMEM. ...
Message posted on the August 1st, 2010 - 9:20 PM ET
[PATCH RESEND] jz4740-hwmon: check kmalloc() result
From 16482398f86ac6cc3b08b10352efd01b56d67473 Mon Sep 17 00:00:00 2001 From: Axel Lin <axel.lin@gmail.com> Date: Mon, 2 Aug 2010 09:02:26 +0800 Subject: [PATCH] jz4740-hwmon: check kmalloc() result If kmalloc() fails exit with -ENOMEM. ...
Message posted on the August 1st, 2010 - 9:20 PM ET
[PATCH RESEND] ASoC: stac9766 - set reg_cache_default to stac9766_reg
Looks like this is missing during multi-component conversion. Signed-off-by: Axel Lin <axel.lin@gmail.com> This resend fixes the subject line of the patch. sound/soc/codecs/stac9766.c | 1 + 1 files changed, 1 insertions(+), 0 ...
Message posted on the November 21st, 2010 - 7:20 PM ET
[PATCH RESEND] regulator: max8998 - fix memory allocation size for max8998->rdev
We only use max8998->rdev[0] .. max8998->rdev[pdata->num_regulators-1], max8998->rdev[pdata->num_regulators] is not used. Thus fix the memory allocation size. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Mark Brown ...
Message posted on the August 18th, 2010 - 10:30 PM ET
[PATCH/RESEND] MIPS: Fix sibyte watchdog initialization
Watchdog configuration register and timer count register were interchanged, causing wrong values to be written into both registers. This caused watchdog triggered resets even if the watchdog was reset in time. Signed-off-by: Guenter Roeck ...
Message posted on the April 19th, 2010 - 11:50 AM ET
[PATCH RESEND v7 2/3] mmc: core: Support packed write command for eMMC4.5 device
This patch supports packed write command of eMMC4.5 device. Several writes can be grouped in packed command and all data of the individual commands can be sent in a single transfer on the bus. Signed-off-by: Seungwon Jeon ...
Message posted on the June 18th, 2012 - 1:50 AM ET
[PATCH Resend] dma: imx-dma: fix imxdma_probe error path
Otherwise, the i variable will be -1 inside the latest iteration of the while loop. Signed-off-by: Axel Lin <axel.lin@gmail.com> This resend only update the commit log. Regards, Axel drivers/dma/imx-dma.c | 2 +- 1 files changed, 1 ...
Message posted on the November 1st, 2010 - 9:00 PM ET
[PATCH RESEND 0/5] kprobes cleanups
Hello, This is a resend of my previous works on kprobes. All patches in this series are small cleanups and got acked by Masami. Please consider applying it. Thanks. Namhyung Kim (5): kprobes: remove redundant address check kprobes: verify ...
Message posted on the September 14th, 2010 - 9:10 PM ET
[PATCH RESEND] regulator: tps6507x - add missing platform_set_drvdata in tps6507x_pmic_probe
We should call platform_set_drvdata() before calling platform_get_drvdata(). Signed-off-by: Axel Lin <axel.lin@gmail.com> Per Mark's comment, this resend remove platform_set_drvdata(pdev, NULL) in tps6507x_pmic_remove. ...
Message posted on the August 9th, 2010 - 4:00 AM ET
[PATCH RESEND] misc: Fix irq leak in max8997_muic_probe error path
Current code does not properly free allocated irqs if request_threaded_irq returns error, fix it. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com> This patch was sent on ...
Message posted on the March 25th, 2012 - 10:00 PM ET
[PATCH RESEND 1/4] regulator: Fix setting new voltage in s5m8767_set_voltage
Current code does not really update the register with new value, fix it. I rename the variable i to sel for better readability. Signed-off-by: Axel Lin <axel.lin@gmail.com> Hi Sangbeom, I make the following patchs on top of this one, so I ...
Message posted on the March 18th, 2012 - 11:30 PM ET
[PATCH RESEND 0000/0002] drivers: scsi: storvsc
The current Windows hosts only handle a subset of scsi commands sent from the guest and for commands that are not supported, they are filtered on the host side a generic failure is returned to the guest as SRB status. The returned error code does ...
Message posted on the March 18th, 2012 - 7:10 PM ET