First  |  Prev |  Next  |  Last
Pages: 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
[PATCH 1/3] driver core: Add ability for arch code to setup pdev_archdata
On some architectures we need to setup pdev_archdata before we add the device. Waiting til a bus_notifier is too late since we might need the pdev_archdata in the bus notifier. One example is setting up of dma_mask pointers such that it can be used in a bus_notifier. We add ARCH_HAS_PDEV_ARCHDATA_SETUP and a du... 5 Aug 2010 12:26
[PATCH 1/2] lockdep: Remove __debug_show_held_locks
There is no longer any functional difference between __debug_show_held_locks() and debug_show_held_locks(), so remove the former. Signed-off-by: John Kacur <jkacur(a)redhat.com> --- include/linux/debug_locks.h | 5 ----- kernel/hung_task.c | 2 +- kernel/lockdep.c | 8 +------- 3 f... 5 Aug 2010 12:26
[PATCH 0/3] driver core: Add ability for arch code to setup pdev_archdata
On PPC we need to set the dma_mask pointer for platform_devices to point to the pdev_archdata. We can't wait for a bus_notifier as we need the dma_mask setup before the platform_device_add happens so that the bus_notifiers can check the dma_mask to determine if we need things like the SWIOTLB dma_ops. The patch ... 5 Aug 2010 12:26
[PATCH 2/2] [TRIVIAL] fix grammar by adding a missing "to" in the comments
This fixes a minor grammar problem in the comments in hung_task.c Signed-off-by: John Kacur <jkacur(a)redhat.com> --- kernel/hung_task.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/hung_task.c b/kernel/hung_task.c index bca9423..53ead17 100644 --- a/kernel/hung_task.c +++ ... 5 Aug 2010 12:26
perf: Add third parameter to symbol_filter_t.
Em Tue, Jul 27, 2010 at 04:41:19PM +0530, Srikar Dronamraju escreveu: GElf_Sym for a symbol is needed to filter out based on binding, type, value. This will be needed to list only global binding functions when listing functions from perf probe. Humm, I think it is better to store the symbol binding in stru... 5 Aug 2010 12:27
[PATCH 3/3] powerpc: Dont require a dma_ops struct to set dma mask
The only reason to require a dma_ops struct is to see if it has implemented set_dma_mask. If not we can fall back to setting the mask directly. This resolves an issue with how to sequence the setting of a DMA mask for platform devices. Before we had an issue in that we have no way of setting the DMA mask befor... 5 Aug 2010 12:26
vmscan: kill dead code in shrink_inactive_list()
On Thu, Aug 05, 2010 at 03:14:47PM +0900, KOSAKI Motohiro wrote: When synchrounous lumy reclaim occur, page_list have gurantee to don't have active page because now page activation in shrink_page_list() always disable lumpy reclaim. Then, This patch remove virtual dead code. Signed-off-by: KOSAKI... 5 Aug 2010 12:26
[PATCH] perf,x86: P4 PMU -- update nmi irq statistics and unmask lvt entry properly
In case if last active performance counter is not overflowed at moment of NMI being triggered by another counter, the irq statistics may miss an update stage. As a more serious consequence -- apic quirk may not be triggered so apic lvt entry stay masked. Tested-by: Lin Ming <ming.m.lin(a)intel.com> Signed-off-by: ... 5 Aug 2010 11:20
[PATCH 2/2] Staging: comedi: fix over 80 characters coding style issue in adl_pci9111.c
This is a patch to the adl_pci9111.c file that fixes up most over 80 characters warnings found by the checkpatch.pl tool. The lines that are still over 80 characters are either strings or, by changing them their readability would be unacceptably reduced. Signed-off-by: Maurice Dawson <mauricedawson2699(a)gmail.com> -... 5 Aug 2010 11:20
vmscan: synchronous lumpy reclaim don't call congestion_wait()
On Thu, Aug 05, 2010 at 03:13:03PM +0900, KOSAKI Motohiro wrote: congestion_wait() mean "waiting quueue congestion is cleared". That said, if the system have plenty dirty pages and flusher thread push new request to IO queue conteniously, IO queue are not cleared congestion status for long time. thus, conge... 5 Aug 2010 11:20
First  |  Prev |  Next  |  Last
Pages: 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189