[PATCH 02/10] tracepoints: Add check trace callback type
From: Mathieu Desnoyers <mathieu.desnoyers(a)efficios.com> This check is meant to be used by tracepoint users which do a direct cast of callbacks to (void *) for direct registration, thus bypassing the register_trace_##name and unregister_trace_##name checks. This permits to ensure that the callback type matches ... 11 May 2010 15:39
PATCHv1 0/1 Enable ulpi phy on freescale mx51 babbage hw
This patch was accidently left out of the original set of patches for enabling USB Host support on Freescale's MX51 Babbage HW. This patch brings the USB ULPI PHY on Host1 out of reset, which is required for enabling Host1 of the hardware. Thanks, Dinh Nguyen -- To unsubscribe from this list: send the line... 11 May 2010 15:39
[PATCH 0/2] ioatdma: ring buffer management updates
Two patches targeted at the next merge window affecting the ioatdma driver (used when NET_DMA and/or ASYNC_TX_DMA+MD_RAID456 are enabled). According to perf the split locking update improves cpu utilization by a few percentage points. --- Dan Williams (2): ioat2,3: convert to producer/consumer locking ... 11 May 2010 15:39
[PATCH 1/2] ioat: convert to circ_buf
Use the common power-of-2 circular buffer macros. Signed-off-by: Dan Williams <dan.j.williams(a)intel.com> --- drivers/dma/ioat/dma_v2.c | 2 +- drivers/dma/ioat/dma_v2.h | 18 +++++++----------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/drivers/dma/ioat/dma_v2.c b/drivers/dma/ioat/... 11 May 2010 15:39
[PATCH 2.6.34-rc7] mx5: bring usb ulpi phy out of reset on freescale mx51 babbage hw
From: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> This patch de-asserts the reset line that is connected to the USB ULPI PHY on USB Host1. This patch should be included with the original USB host enablement set of patches of mx51 babbage hw, but was accidentily left out. This patch applies to 2.6.34-rc7 and on t... 11 May 2010 15:39
fs/ocfs2/dlm: Drop memory allocation cast
On Tue, May 11, 2010 at 08:28:14PM +0200, Julia Lawall wrote: From: Julia Lawall <julia(a)diku.dk> Drop cast on the result of kmalloc and similar functions. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ type T; @@ - (T *) ... 18 May 2010 15:53
swiotlb: Make swiotlb bookkeeping functions visible in the header file.
On 05/11/2010 11:28 AM, Albert Herranz wrote: Konrad Rzeszutek Wilk wrote: +extern void *swiotlb_tbl_map_single(struct device *hwdev, phys_addr_t phys, + u64 tbl_dma_addr, size_t size, + enum dma_data_direction dir); + The phys and tbl_dma_addr arguments in the functio... 19 May 2010 01:46
[PATCH 5/5] arch/x86/kernel: Drop memory allocation cast
From: Julia Lawall <julia(a)diku.dk> Drop cast on the result of kmalloc and similar functions. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ type T; @@ - (T *) (\(kmalloc\|kzalloc\|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\| kmem_cache_alloc_n... 11 May 2010 14:32
[PATCH 2/5] drivers/s390/net: Drop memory allocation cast
From: Julia Lawall <julia(a)diku.dk> Drop cast on the result of kmalloc and similar functions. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ type T; @@ - (T *) (\(kmalloc\|kzalloc\|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\| kmem_cache_alloc_n... 11 May 2010 14:32
virtio: power management
Anyone looked at power management with virtio? virtio-pci has callbacks to save/restore pci config on suspend/resume, but it seems that more action, such as restoring queue state, would be needed for e.g. suspend to disk to work. Rusty, any hints on the code in virtio-pci that deals with suspend? Is it incomple... 11 May 2010 14:32