Re: [PATCH] powerpc/powernv: hwmon driver for power values, fan rpm and temperature

2014-05-18 Thread Neelesh Gupta
On 05/14/2014 10:39 PM, Guenter Roeck wrote: On Wed, May 14, 2014 at 11:31:53AM +0530, Neelesh Gupta wrote: This patch adds basic kernel enablement for reading power values, fan speed rpm and temperature values on powernv platforms which will be exported to user space through sysfs interface. T

Re: questions on CONFIG_PPC_ADV_DEBUG_REGS, DBCR0_BRT, and DBCR0_ACTIVE_EVENTS

2014-05-18 Thread shiva7
Thanks Scott. Apologize for not quoting the old email reference. I assumed the old archive content always will be in the trail. Any idea whether the DBCR0 BRT bit actually works(??), if I add DBCR0 under sys_debug context call? because this code seems like direct porting and wondering why on fir

Re: [PATCH V4 0/2] mm: FAULT_AROUND_ORDER patchset performance data for powerpc

2014-05-18 Thread Rusty Russell
Hugh Dickins writes: > On Thu, 15 May 2014, Madhavan Srinivasan wrote: >> >> Hi Ingo, >> >> Do you have any comments for the latest version of the patchset. If >> not, kindly can you pick it up as is. >> >> >> With regards >> Maddy >> >> > Kirill A. Shutemov with 8c6e50b029 commit introd

Re: G5 Quad working with Linux PPC and RadeonHD

2014-05-18 Thread Michel Dänzer
On 17.05.2014 17:28, Luigi Burdo wrote: > > on X1000 r600 boards dont gave decoration problems > there is probably needed some other trick about > for the other architecture. > > https://bugs.freedesktop.org/show_bug.cgi?id=74939 That bug is specific to Evergreen / Northern Islands family cards,

Re: [RFC PATCH 1/3] slub: search partial list on numa_mem_id(), instead of numa_node_id()

2014-05-18 Thread Joonsoo Kim
On Fri, May 16, 2014 at 04:37:35PM -0700, Nishanth Aravamudan wrote: > On 06.02.2014 [17:07:04 +0900], Joonsoo Kim wrote: > > Currently, if allocation constraint to node is NUMA_NO_NODE, we search > > a partial slab on numa_node_id() node. This doesn't work properly on the > > system having memoryl

Re: [PATCH V4 0/2] mm: FAULT_AROUND_ORDER patchset performance data for powerpc

2014-05-18 Thread Madhavan Srinivasan
On Monday 19 May 2014 05:42 AM, Rusty Russell wrote: > Hugh Dickins writes: >> On Thu, 15 May 2014, Madhavan Srinivasan wrote: >>> >>> Hi Ingo, >>> >>> Do you have any comments for the latest version of the patchset. If >>> not, kindly can you pick it up as is. >>> >>> >>> With regards >>> Mad