This patch extends Jiri's changes to make generic
events mapping visible via sysfs. The patch extends
the mechanism to non-generic events by allowing
the mappings to be hardcoded in strings.
This mechanism will be used by the PEBS-LL patch
later on.
Signed-off-by: Stephane Eranian
---
arch/x86/
This patch adds the --mem-mode option to perf report.
This mode requires a perf.data file created with memory
access samples.
Signed-off-by: Stephane Eranian
---
tools/perf/builtin-report.c | 131 +--
1 file changed, 127 insertions(+), 4 deletions(-)
di
Make the PEBS Load Latency threshold register layout
and encoding visible to user level tools.
Signed-off-by: Stephane Eranian
---
arch/x86/kernel/cpu/perf_event_intel.c |3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/x86/kernel/cpu/perf_event_intel.c
b/arch/x86/kernel/cpu/perf_e
Was missing from current code yet PERF_SAMPLE_ADDR has
been present for a long time. Needed for PEBS-LL mode.
Signed-off-by: Stephane Eranian
---
tools/perf/util/session.c |4
1 file changed, 4 insertions(+)
diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c
index 962c0
From: Andi Kleen
For some events it's useful to weight sample with a hardware
provided number. This expresses how expensive the action the
sample represent was. This allows the profiler to scale
the samples to be more informative to the programmer.
There is already the period which is used simi
On Wed, Nov 21, 2012 at 02:04:17PM +0200, Tomi Valkeinen wrote:
> On 2012-11-21 13:40, Thierry Reding wrote:
> > On Wed, Nov 21, 2012 at 01:06:03PM +0200, Tomi Valkeinen wrote:
>
> (sorry for bouncing back and forth with my private and my @ti addresses.
> I can't find an option in thunderbird to o
Free memory if timer pool count > OZ_MAX_TIMER_POOL_SIZE
Signed-off-by: Sachin Kamat
Signed-off-by: Rupesh Gujare
---
drivers/staging/ozwpan/ozproto.c |6 ++
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/ozwpan/ozproto.c b/drivers/staging/ozwpan/ozproto.
Hi
2012/11/19 Oleg Nesterov :
>
> Because on a second thought I suspect this change is wrong.
>
> Just for example, please look at kauditd_thread(). It does
>
> set_current_state(TASK_INTERRUPTIBLE);
>
> add_wait_queue(&kauditd_wait, &wait);
>
> if (!CONDITION) // <
On Wed, Nov 21, 2012 at 12:46:15PM +, Rupesh Gujare wrote:
> Call kfree only if required else return from function.
>
> Signed-off-by: Sachin Kamat
> Signed-off-by: Rupesh Gujare
I'm not sure this is right.
Signed-off-by is intended to have a legal meaning that you are
signing off that you
On Wed, Nov 21 2012, Minchan Kim wrote:
> So your concern is that too many free pages in MIGRATE_CMA when OOM happens
> is odd? It's natural with considering CMA design which kernel never fallback
> non-movable page allocation to CMA area. I guess it's not a your concern.
>
> Let's think below extr
In AM33xx PWM sub modules like ECAP, EHRPWM & EQEP are integrated to
PWM subsystem. All these submodules shares the resources (clock) & has
a clock gating register in PWM Subsystem. This patch series creates a
parent PWM Subsystem driver to handle access synchronization of shared
resources & clock
In some platforms (like am33xx), PWM sub modules (ECAP, EHRPWM, EQEP)
are integrated to PWM subsystem. These PWM submodules has resources
shared and only one register bit-field is provided to control
module/clock enable/disable, makes it difficult to handle common
resources from independent PWMSS s
EHRPWM module requires explicit clock gating from control module.
Hence add clock node in clock tree for EHRPWM modules.
Signed-off-by: Philip, Avinash
---
:100644 100644 1a45d6b... 08b21d2... M arch/arm/mach-omap2/clock33xx_data.c
:100644 100644 a89e825... c0e34e6... M arch/arm/mach-omap2/cont
As part of PWM subsystem integration, PWM subsystem are sharing
resources like clock across submodules (ECAP, EQEP & EHRPWM).
To handle resource sharing & IP integration
1. Rework on parent child relation between PWMSS and
ECAP, EQEP & EHRPWM child devices to support runtime PM.
2. Add support f
This patch
1. Add support for device-tree binding for ECAP APWM driver.
2. Set size of pwm-cells set to 3 to support PWM channel number, PWM
period & polarity configuration from device tree.
3. Add enable/disable clock gating in PWM subsystem common config space.
4. When here set .owner member i
Enable pinctrl for pwm-tiecap
Signed-off-by: Philip, Avinash
---
:100644 100644 e0bcc85... 646f8b4... M drivers/pwm/pwm-tiecap.c
drivers/pwm/pwm-tiecap.c |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/drivers/pwm/pwm-tiecap.c b/drivers/pwm/pwm-tiecap.c
index e0bcc
This patch
1. Add support for device-tree binding for EHRWPM driver.
2. Set size of pwm-cells set to 3 to support PWM channel number, PWM
period & polarity configuration from device tree.
3. Add enable/disable clock gating in PWM subsystem common config space.
4. When here set .owner member in p
Enable pinctrl for pwm-tiehrpwm
Signed-off-by: Philip, Avinash
---
:100644 100644 34f9378... 23fd3c3... M drivers/pwm/pwm-tiehrpwm.c
drivers/pwm/pwm-tiehrpwm.c |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/drivers/pwm/pwm-tiehrpwm.c b/drivers/pwm/pwm-tiehrpwm.c
i
Some platforms (like AM33XX) requires clock gating from control module
explicitly for TBCLK. Enabling of this clock required for the
functioning of the time base sub module in EHRPWM module. So adding
optional TBCLK handling if DT node populated with tbclkgating. This
helps the driver can coexist f
Add PWMSS device tree nodes in relation with ECAP & EHRPWM DT nodes to
AM33XX SoC family. Also populates device tree nodes for ECAP & EHRPWM by
adding necessary properties like pwm-cells, base reg & set disabled as
status.
Signed-off-by: Philip, Avinash
---
Changes since v2:
- ranges prop
PWM output from ecap2 uses as backlight source. Also adds low threshold
value to have a uniform divisions in brightness-levels scales with
inverse polarity.
Signed-off-by: Philip, Avinash
---
:100644 100644 f5a6162... 6f3de83... M arch/arm/boot/dts/am335x-evmsk.dts
arch/arm/boot/dts/am335x-evms
Hi Viresh,
On Wednesday 21 November 2012 08:58:19 viresh kumar wrote:
> On Wed, Nov 21, 2012 at 7:57 AM, Laurent Pinchart wrote:
> > Signed-off-by: Laurent Pinchart
> >
> > ---
> >
> > drivers/pinctrl/Kconfig |1 +
> > drivers/pinctrl/Makefile |1 +
> > drivers/pinctrl/
PWM output from ecap0 uses as backlight source. Also adds low threshold
value to have a uniform divisions in brightness-levels scales.
Signed-off-by: Philip, Avinash
---
Changes since v3:
- Add epwmss parent status="okay" field.
:100644 100644 9f65f17... 4178ba4c.. M arch/arm/boot/dts/a
From: Namjae Jeon
This patch-set eliminates the client side ESTALE errors when a FAT partition
exported over NFS has its dentries evicted from the cache.
One of the reasons for this error is lack of permanent inode numbers on FAT
which makes it difficult to construct persistent file handles.
Thi
From: Namjae Jeon
Provide two possible values 'stale_rw' and 'nostale_ro' for
the -o nfs mount option.The first one allows all file operations but
does not reduce ESTALE errors on memory constrained systems. The second
one eliminates ESTALE errors but mounts the filesystem as
read-only. Not speci
From: Namjae Jeon
Move fat_i_pos_read to fat.h so that it can be called from nfs.c in the
subsequent patches to encode the file handle.
Signed-off-by: Namjae Jeon
Signed-off-by: Ravishankar N
Signed-off-by: Amit Sahrawat
---
fs/fat/fat.h | 14 ++
fs/fat/inode.c | 14 ---
From: Namjae Jeon
Introduce helper function to get the block number and offset for a given
i_pos value. Use it in __fat_write_inode() now and later on in nfs.c
Signed-off-by: Namjae Jeon
Signed-off-by: Ravishankar N
Signed-off-by: Amit Sahrawat
---
fs/fat/fat.h |7 +++
fs/fat/inode
From: Namjae Jeon
Currently fat_ent_read() receives a pointer to inode as an argument
which is used only to get a reference to the superblock.Instead,
directly pass the superblock pointer to it.
This change is being done so that we can call fat_ent_read() from nfs.c
even though we don't have a r
From: Namjae Jeon
Define two nfs export_operation structures,one for 'stale_rw' mounts and
the other for 'nostale_ro'.The latter uses i_pos as a basis for encoding
and decoding file handles.
Also, assign i_pos to kstat->ino.The logic for rebuilding the inode is
added in the subsequent patches.
Hi Laxman,
On Wed, Nov 14, 2012 at 09:09:28PM +0530, Laxman Dewangan wrote:
> TPS80031/ TPS80032 Fully Integrated Power Management with Power
> Path and Battery Charger. The device provides five configurable
> step-down converters, 11 general purpose LDOs, USB OTG Module,
> ADC, RTC, 2 PWM, System
From: Namjae Jeon
If the cache lookups fail,use the i_pos value to find the
directory entry of the inode and rebuild the inode.Since this
involves accessing the FAT media, do this only if the "nostale_ro" nfs
mount option is specified.
Signed-off-by: Namjae Jeon
Signed-off-by: Ravishankar N
Si
From: Namjae Jeon
This patch enables rebuilding of directory inodes which are not present
in the cache.This is done by traversing the disk clusters to find the
directory entry of the parent directory and using its i_pos to build the
inode.
Do this only if the "nostale_ro" nfs mount option is spec
From: Namjae Jeon
update nfs option in filesystem/vfat.txt
Signed-off-by: Namjae Jeon
Signed-off-by: Ravishankar N
Signed-off-by: Amit Sahrawat
---
Documentation/filesystems/vfat.txt | 23 ++-
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/Documentation/
On Wed, Nov 21, 2012 at 02:07:04PM +0100, Michal Nazarewicz wrote:
> On Wed, Nov 21 2012, Minchan Kim wrote:
> > So your concern is that too many free pages in MIGRATE_CMA when OOM happens
> > is odd? It's natural with considering CMA design which kernel never fallback
> > non-movable page allocati
This bug was introduced in de171bd6ff "Staging: rtl8187se: r8180_wx: fixed a
lot of checkpatch.pl issues".
Signed-off-by: Mehdi MAACHE
---
drivers/staging/rtl8187se/r8180_wx.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8187se/r8180_wx.c
b/drive
On 2012-11-21 15:00, Thierry Reding wrote:
> On Wed, Nov 21, 2012 at 02:04:17PM +0200, Tomi Valkeinen wrote:
>> On 2012-11-21 13:40, Thierry Reding wrote:
>>> On Wed, Nov 21, 2012 at 01:06:03PM +0200, Tomi Valkeinen wrote:
>>
>> (sorry for bouncing back and forth with my private and my @ti addresse
Hi Laxman,
On Tue, Nov 20, 2012 at 08:44:44AM +0530, Laxman Dewangan wrote:
> This patch series cleanups the driver code by removing unused
> member, rearranging code and moving irq implementation to regmap-irq
> framework.
>
> Just resending in case of it is missed.
>
> Laxman Dewangan (5):
>
Hi Wei,
On Tue, Nov 20, 2012 at 11:24:29AM +0800, wei_w...@realsil.com.cn wrote:
> From: Wei WANG
>
> Wei WANG (2):
> mmc/host/rtsx: Configure SD_CFG2 register in sd_rw_multi
> mmc/host/rtsx: Explicitely include slab.h in rtsx_pci_sdmmc.c
>
> drivers/mmc/host/rtsx_pci_sdmmc.c |2 ++
>
On 11/21/2012 02:58 AM, Bongkyu Kim wrote:
> This patch supports more interrupt specifiers for i2c client.
Why?
> Signed-off-by: Bongkyu Kim
> ---
> drivers/of/of_i2c.c | 5 -
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/of/of_i2c.c b/drivers/of/of_i2c.c
> inde
Quoting MyungJoo Ham (myungjoo@samsung.com):
> opp_get_notifier() uses find_device_opp(), which requires to
> held rcu_read_lock. In order to keep the notifier-header
> valid, we have added rcu_read_lock().
>
> Reported-by: Kees Cook
> Signed-off-by: MyungJoo Ham
> ---
> drivers/devfreq/dev
On Wed, Nov 21, 2012 at 02:20:42PM +0100, MAACHE Mehdi wrote:
> This bug was introduced in de171bd6ff "Staging: rtl8187se: r8180_wx: fixed a
> lot of checkpatch.pl issues".
>
The change log should describe the patch so we don't have to read
the code to know what it does. Idealy it would describ
On 11/21/2012 02:57 AM, Bongkyu Kim wrote:
> Because of_i2c_register_devices() do not check status property,
> all i2c clients are registered.
>
> This patch add checking status property for i2c client.
> After this patch, if status property is absent or "okay" or "ok",
> i2c client will be regist
> But we try to understand your fault scenario: How can the LOAD leak
> into the critical section? As far as we understand the spin_unlock()
> function also contains a memory barrier to prevent such a reordering
> from happening.
It does - it would be very interesting for someone to look at the as
On 21/11/12 13:05, Dan Carpenter wrote:
On Wed, Nov 21, 2012 at 12:46:15PM +, Rupesh Gujare wrote:
Call kfree only if required else return from function.
Signed-off-by: Sachin Kamat
Signed-off-by: Rupesh Gujare
I'm not sure this is right.
Signed-off-by is intended to have a legal meanin
On Wed, 2012-11-21 at 16:43 +0800, Daniel J Blueman wrote:
> Previously a new line is implicitly added in the no GSI case:
>
> [7.185182] pci 0001:00:12.0: can't derive routing for PCI INT A
> [7.191352] pci 0001:00:12.0: PCI INT A: no GSI
> [7.195956] - using ISA IRQ 10
>
> The code
-Original Message-
From: ext Glauber Costa [mailto:glom...@parallels.com]
Sent: 21 November, 2012 13:55
So I'll say it again: if this is always global, there is no reason any
cgroup needs to be involved. If this turns out to be per-process, as
Anton suggested in a recent e-mail, I do
from dmesg on a vanilla 3.6.7
# uname -a
Linux mail2.charite.de 3.6.7 #1 SMP Sun Nov 18 19:49:09 CET 2012 i686 GNU/Linux
Nov 19 10:54:16 mail2 kernel: [52464.940539] [ cut here
]
Nov 19 10:54:16 mail2 kernel: [52464.940566] WARNING: at
arch/x86/kernel/apic/ipi.c:109 defa
If gpio based voltage selection for buck 1/2/5 are not used, then the execution
of gpio dvs setup code during probe can be skipped completly.
Cc: MyungJoo Ham
Cc: Mark Brown
Signed-off-by: Thomas Abraham
---
drivers/regulator/max8997.c | 31 ++-
1 files changed, 1
On Wed, Nov 21, 2012 at 06:56:07PM +0800, Chuansheng Liu wrote:
>
> In get_sample_period(), unsigned long is not enough:
> watchdog_thresh * 2 * (NSEC_PER_SEC / 5)
>
> case1: watchdog_thresh is 10 by default,
> the sample value will be: 0xEE6B 2800
>
> case2: set watchdog_thresh is 20,
> the sam
On 11/21, Ivo Sieben wrote:
> Hi
>
> 2012/11/19 Oleg Nesterov :
> >
> > Because on a second thought I suspect this change is wrong.
> >
> > Just for example, please look at kauditd_thread(). It does
> >
> > set_current_state(TASK_INTERRUPTIBLE);
> >
> > add_wait_queue(&kauditd_wait,
> I don't see any problems in my testcase.
This looks fine to me as by the time we call tty_ldisc_release we have
already set TTY_CLOSING on both sides.
Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More major
On Wed, Nov 21, 2012 at 09:35:28AM +0800, Ming Lei wrote:
> Solomon, I can't duplicate the build failure with your .config on
> 3.7-rc5-next.
Okay, so it's since been fixed.
> > * The #ifdef wraps code that pertains solely to built-in firmware, (ie
> >CONFIG_FIRMWARE_IN_KERNEL) and has a
Hi Mark,
On Tue, Nov 20, 2012 at 04:53:47PM +0900, Mark Brown wrote:
> They contain documented status readback fields.
>
> Signed-off-by: Mark Brown
> ---
> drivers/mfd/wm5102-tables.c |4
> 1 file changed, 4 insertions(+)
Applied, thanks.
Cheers,
Samuel.
--
Intel Open Source Techno
Jan Kara writes:
>> Just to be clear, are you saying you would like me to remove the
>> mutex_lock/unlock pair from ext4_sync_file? (I had already factored out
>> the common code between this new code path and the fsync path in my tree.)
> Yes, after some thinking I came to that conclusion. We
Hi Sachin,
On Tue, Nov 20, 2012 at 11:19:15AM +0530, Sachin Kamat wrote:
> linux/err.h was included twice.
>
> Signed-off-by: Sachin Kamat
> ---
> drivers/mfd/twl6040.c |1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
Applied, thanks.
Cheers,
Samuel.
--
Intel Open Source Technolo
Hi,
I've found your discussion about a gma500 Atom E6xx graphics device with PCI
ID 0x4108. I'm currently working on such a box, too.
There are two variants of my hardware, one with LVDS output for smaller
panels, and one with a Chrontel 7308 SDVO->LVDS converter for larger ones. My
HW developer
Le 21/11/2012 14:42, Dan Carpenter a écrit :
>
> Here is a better changelog. Please resend with this or something
> similar.
>
> ---
> Subject: [PATCH v2] Staging: rtl8187se: remove check for IW_ENCODE_DISABLED
>
> The original code had a no-op stub where it checked if
> IW_ENCODE_DISABLED and
Hi Viresh,
On Fri, Nov 09, 2012 at 09:01:54PM +0530, Viresh Kumar wrote:
> This patch frees stmpe driver from tension of freeing resources :)
> devm_* derivatives of multiple routines are used while allocating resources,
> which would be freed automatically by kernel.
>
> Signed-off-by: Viresh Ku
Hi Amnon,
Please read my previous email ;)
http://marc.info/?l=linux-kernel&m=135342649119153
On 11/21, u3...@miso.sublimeip.com wrote:
>
> Hi Oleg,
>
> > Or. Perhaps we can define TRAP_VSYSCALL and change emulate_vsyscall() to
> > do
> >
> >
> > if (current->ptrace && test_thread_flag(TIF_SY
Hi Viresh,
On Fri, Nov 09, 2012 at 09:01:55PM +0530, Viresh Kumar wrote:
> From: Vipul Kumar Samar
>
> This patch adds support to probe stmpe devices via DT. Bindings are mentioned
> in
> binding document.
>
> Signed-off-by: Vipul Kumar Samar
> Signed-off-by: Viresh Kumar
> ---
> Documentat
The original code had a no-op stub where it checked if
IW_ENCODE_DISABLED and did nothing. Then in a cleanup patch we
accidentally turned the check on. That was: de171bd6ff "Staging:
rtl8187se: r8180_wx: fixed a lot of checkpatch.pl issues".
The check should just be removed.
Signed-off-by: Mehd
When build a kernel with "make W=1" we will get a warning about missing
initializer. It comes from kfifo usage style. The DEFINE_KFIFO macro doesn't
initialize the buf[] field of the fifo structure. So, using C99 style helps in
such case.
Signed-off-by: Andy Shevchenko
Cc: Stefani Seibold
Cc: Gr
-Original Message-
From: ext Kirill A. Shutemov [mailto:kir...@shutemov.name]
Sent: 21 November, 2012 11:31
...
BTW, there's interface for OOM notification in memcg. See oom_control.
I guess other pressure levels can also fit to the interface.
---
Hi,
I have tracking this conversation v
Hi Aaro,
On Sun, Nov 18, 2012 at 06:36:20PM +0200, Aaro Koskinen wrote:
> Retu is a multi-function device found on Nokia Internet Tablets
> implementing at least watchdog, RTC, headset detection and power button
> functionality.
>
> This patch implements minimum functionality providing register a
On Wed, Nov 21, 2012 at 11:23 PM, Thomas Abraham
wrote:
> If gpio based voltage selection for buck 1/2/5 are not used, then the
> execution
> of gpio dvs setup code during probe can be skipped completly.
Even if GPIO-DVS feature is turned off, you need to setup BUCKxDVS1 anyway.
Otherwise, you m
When build a kernel with "make W=1" we will get a warning about missing
initializer. It comes from kfifo usage style. The DEFINE_KFIFO macro doesn't
initialize the buf[] field of the fifo structure. So, using C99 style helps in
such case.
Signed-off-by: Andy Shevchenko
Cc: Stefani Seibold
Cc: Gr
On Tue, Nov 20, 2012 at 12:25:37PM -0800, Dave Hansen wrote:
> Hi Mel,
>
> I'm chasing an apparent memory leak introduced post-3.6.
An accounting leak could also contribute to the kswapd bugs we've been
seeing recently.
Andrew, this is quite important and might be worth wedging in before 3.7
co
On Wed, Nov 21, 2012 at 08:15:25PM +0900, MyungJoo Ham wrote:
> The following changes since commit f4a75d2eb7b1e2206094b901be09adb31ba63681:
>
> Linux 3.7-rc6 (2012-11-16 17:42:40 -0800)
>
> are available in the git repository at:
> git://git.kernel.org/pub/scm/linux/kernel/git/mzx/extcon.git
On 11/21/2012 03:31 AM, Andrew Morton wrote:
@@ -106,6 +106,7 @@ static void get_page_bootmem(unsigned long info,
struct page *page,
void __ref put_page_bootmem(struct page *page)
{
unsigned long type;
+ static DEFINE_MUTEX(ppb_lock);
type = (un
The "platform_bus" (note: not platform_bus_type) only exists as an empty
directory to put platform devices into. However, it really doesn't make
sense to segregate all the platform devices into a sub directory when
typically they are memory mapped devices that doen't go through any
particular bus.
> Anyway, the small LVDS one works fine so far, at least when I hardcode the
> panel resolution (there's no VBT etc. in BIOS yet). However, the SDVO one
> stays black. No wonder, as there's no SDVO code in the Oaktrail part of the
> driver.
Indeed - the Oaktrail processors don't have SDVO support.
On Wed, Nov 21, 2012 at 10:49:07AM +0530, Sachin Kamat wrote:
> kfree on a NULL pointer is a no-op.
>
> Signed-off-by: Sachin Kamat
> ---
> drivers/tty/vt/consolemap.c |6 ++
> 1 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/tty/vt/consolemap.c b/drivers/tty/vt
On Wed, Nov 21, 2012 at 11:20 AM, Sebastian Hesselbarth
wrote:
> On 11/21/2012 10:59 AM, Linus Walleij wrote:
>>
>> On Mon, Nov 19, 2012 at 10:39 AM, Sebastian Hesselbarth
>> wrote:
>>>
>>> This patch relies on a patch set for mvebu pinctrl taken through
>>> Linus' pinctrl branch. As there is no
> > If you have a single master official copy and a link then you break all
> > that and you'd have to have everyones consensus and planning to change a
> > word of it.
>
> Ah so keep the original in place to let references to the original in
> whatever way those may exist to keep pointing but pro
On Wed, Nov 21, 2012 at 02:44:31PM +, Grant Likely wrote:
> The "platform_bus" (note: not platform_bus_type) only exists as an empty
> directory to put platform devices into. However, it really doesn't make
> sense to segregate all the platform devices into a sub directory when
> typically they
On 21 November 2012 20:16, Greg KH wrote:
> On Wed, Nov 21, 2012 at 10:49:07AM +0530, Sachin Kamat wrote:
>> kfree on a NULL pointer is a no-op.
>>
>> Signed-off-by: Sachin Kamat
>> ---
>> drivers/tty/vt/consolemap.c |6 ++
>> 1 files changed, 2 insertions(+), 4 deletions(-)
>>
>> diff -
On Wed, Nov 21, 2012 at 3:27 AM, Laurent Pinchart
wrote:
> The idea behind these patches is to move SoC-specific pin control code from
> arch/ to drivers/pinctrl/ and use the Linux device model to instantiate the
> pin control device. This is required to add device tree support for the pin
> cont
On 11/21/2012 03:19 AM, Andrew Morton wrote:
> On Tue, 20 Nov 2012 23:18:34 +0800
> Jiang Liu wrote:
>
+static unsigned long calc_memmap_size(unsigned long spanned_pages,
+unsigned long present_pages)
+{
+ unsigned long pages = spanned_pages;
>
Hi Peter,
On Tue, Nov 13, 2012 at 09:28:41AM +0100, Peter Ujfalusi wrote:
> Hello,
>
> This series converts the twl-core to use regmap for IO towards the chip.
> With the conversion to regmap IO we no longer need to allocate bigger buffer
> for
> writes.
> I have appended patches to this series
On Tue, 16 Oct 2012 21:22:20 +0200, Linus Walleij
wrote:
> The code in the em driver seems to want to try to do the job of
> the linear IRQ domain (allocate descriptors and grab a virtual
> range). So why not just use the linear IRQ domain?
>
> Also fixed the FIXME to remove the domain after use
Linus,
On Wed, 21 Nov 2012 15:45:42 +0100, Linus Walleij wrote:
> > I am referring to patches for a pinctrl/mvebu subfolder. IIRC Thomas
> > posted that patch a while ago. Jason is currently sorting things out
> > for mvebu pull requests. I guess both can comment on your question,
> > as I don't
On Fri, 19 Oct 2012 12:53:45 +0200, Linus Walleij
wrote:
> The special checks for whether we have a base IRQ offset or not
> is surplus if we use the simple IRQ domain. The IRQ offset
> zero will be interpreted as a linear domain case.
>
> Plus this makes sure we allocate descriptors where need
On Wed, 2012-11-21 at 11:42 +0200, Eilon Greenstein wrote:
> On Tue, 2012-11-20 at 15:41 -0800, Joe Perches wrote:
> > On Tue, 2012-11-20 at 23:19 +, Andy Whitcroft wrote:
> > > On Tue, Nov 20, 2012 at 01:58:48PM -0800, Joe Perches wrote:
> > >
> > > > +# check for multiple blank lines, warn o
On Fri, 2012-11-09 at 12:36 -0300, Ezequiel Garcia wrote:
> struct mtd_blktrans_ops is a type, and mtd_blktrans_ops is a variable.
> To improve code clarity it's better to not use the same names,
> so we just change the latter.
>
> Cc: David Woodhouse
> Signed-off-by: Ezequiel Garcia
Pushed to
On Tue, Nov 20, 2012 at 10:12:28AM -0800, David Rientjes wrote:
> On Mon, 19 Nov 2012, Anton Vorontsov wrote:
>
> > We try to make userland freeing resources when the system becomes low on
> > memory. Once we're short on memory, sometimes it's better to discard
> > (free) data, rather than let the
On Sat, 2012-11-10 at 13:08 -0300, Ezequiel Garcia wrote:
> By replacing a kthread with a workqueue, the code is now a bit clearer.
> There's also a slight reduction of code size (numbers apply for x86):
> Before:
>text data bss dec hex filename
>324836
Mmmm so maybe I am misinterpreting things, but it looks like we
have just buried the power sequences here, haven't we?
Alex.
On Wed, Nov 21, 2012 at 10:32 PM, Tomi Valkeinen wrote:
> On 2012-11-21 15:00, Thierry Reding wrote:
>> On Wed, Nov 21, 2012 at 02:04:17PM +0200, Tomi Valkeinen wrote:
>>>
On Fri, 19 Oct 2012 12:54:02 +0200, Linus Walleij
wrote:
> The MVEBU driver probably just wants a few IRQs. Using the simple
> domain has the upside of allocating IRQ descriptors if need be,
> especially in a SPARSE_IRQ environment.
>
> Cc: Rob Herring
> Cc: Grant Likely
> Cc: Thomas Petazzoni
Christoph Hellwig writes:
> On Mon, Nov 19, 2012 at 11:41:38PM -0800, Darrick J. Wong wrote:
>> Hi,
>>
>> Fsyncing is tricky business, so factor out the bits of the xfs_file_fsync
>> function that can be used from the I/O post-processing path.
>
> Why would we need to skip the filemap_write_and_
Protection of __nfs4_state_shutdown() with nfs4_lock_state() looks redundant.
This function is called by the last NFSd thread on it's exit and state lock
protects actually two functions (del_recall_lru is protected by recall_lock):
1) nfsd4_client_tracking_exit
2) __nfs4_state_shutdown_net
"nfsd4
On Sun, 2012-11-11 at 20:32 +0100, Luka Perkov wrote:
> Signed-off-by: Luka Perkov
> ---
Pushed to l2-mtd.git, thanks!
--
Best Regards,
Artem Bityutskiy
signature.asc
Description: This is a digitally signed message part
On Fri, 19 Oct 2012 12:54:12 +0200, Linus Walleij
wrote:
> The Tegra driver tries to do the work of irq_domain_add_linear()
> by reserving a bunch of descriptors somewhere and keeping track
> of the base offset, then calling irq_domain_add_legacy(). Let's
> stop doing that and simply use the line
Currently a zone's present_pages is calcuated as below, which is
inaccurate and may cause trouble to memory hotplug.
spanned_pages - absent_pages - memmap_pages - dma_reserve.
During fixing bugs caused by inaccurate zone->present_pages, we found
zone->present_pages has been abused. The fie
On Tue, Nov 20, 2012 at 10:38:45AM -0500, Josh Boyer wrote:
> On Fri, Nov 16, 2012 at 3:06 PM, Mel Gorman wrote:
> > On Fri, Nov 16, 2012 at 02:14:47PM -0500, Josh Boyer wrote:
> >> On Mon, Nov 12, 2012 at 6:37 AM, Mel Gorman wrote:
> >> > With "mm: vmscan: scale number of pages reclaimed by recl
If SPARSEMEM is enabled, it won't build page structures for
non-existing pages (holes) within a zone, so provide a more accurate
estimation of pages occupied by memmap if there are bigger holes within
the zone.
And pages for highmem zones' memmap will be allocated from lowmem, so
charge nr_kernel_
On Thu, Nov 22, 2012 at 12:02:47AM +0900, Alexandre Courbot wrote:
> Mmmm so maybe I am misinterpreting things, but it looks like we
> have just buried the power sequences here, haven't we?
I don't think so. In fact I was just starting to think that maybe for
Tegra we could have a generic panel dr
您好!
这实在是我的荣幸,你写这封信,我相信这将是一个惊喜给你,因为我们从来没有遇到过,我感到非常抱歉,如果我以任何方式干扰您的隐私。我郑明陈伟伟从Harlsden,位于伦敦西北部,在英国的。我的工作与桑坦德银行有限公司伦敦。与应有的尊重和重视,我写你从我的办公室,这将是对我们双方巨大的好处。在我的部门,即私人银行经理(大伦敦地区办事处)。我的个人会计师下旬Mr.Ron布拉姆利奇一个商人,一个美国公民不幸失去了他的生命,他的妻子和他们的四个孩子被打死时,他们的小飞机撞上佛罗里达州中部的沼泽区,2012年6月7日。罗恩布拉姆利奇先生,一个杰出的商人,谁拥有路边风险投资有限责任公司和一个房地产
On Wed, Nov 21, 2012 at 08:21:40PM +0530, Sachin Kamat wrote:
> On 21 November 2012 20:16, Greg KH wrote:
> > On Wed, Nov 21, 2012 at 10:49:07AM +0530, Sachin Kamat wrote:
> >> kfree on a NULL pointer is a no-op.
> >>
> >> Signed-off-by: Sachin Kamat
> >> ---
> >> drivers/tty/vt/consolemap.c |
On Tue, 20 Nov 2012, Andrew Morton wrote:
> Date: Tue, 20 Nov 2012 12:14:14 -0800
> From: Andrew Morton
> To: Lukas Czerner
> Cc: linux-kernel@vger.kernel.org, linux-r...@vger.kernel.org, ax...@kernel.dk,
> jmo...@redhat.com, Neil Brown ,
> David Howells , Ingo Molnar ,
> Peter Zijls
On Thu, 15 Nov 2012 15:36:34 -0700, Stephen Warren
wrote:
> On 11/15/2012 02:51 PM, Marek Belisko wrote:
>
> A commit description might be nice. Aside from that,
Indeed. I've applied the patch and written a commit description, but please
take pity on a poor maintainer and write propper commit
201 - 300 of 473 matches
Mail list logo