Displaying 20 results from an estimated 87 matches for "namit".
Did you mean:
amit
2012 Jul 26
5
Getting warning message
...q, value = c(3L, 1L, 2L,
4L, NA))
invalid factor level, NAs
generate
Final result:
Summary G Y R T
Accts 582 644 0 1226
AcctCov 230 165 0 395
Cov% 40% 26% 0% 32%
UnCov% 60% 74% 0% 68%
EqVol11$MM$8.50 $10.60 $0 $19.10
Thanks in Advance.
Thanks,
Namit
--
View this message in context: http://r.789695.n4.nabble.com/Getting-warning-message-tp4637928.html
Sent from the R help mailing list archive at Nabble.com.
2012 Jul 25
3
creating Pivot
...XX X 10 2 3
YYY 2 4 1
ZZZ 2 3 5
Can you please help me on this.
Thanks,
Namit
--
View this message in context: http://r.789695.n4.nabble.com/creating-Pivot-tp4637711.html
Sent from the R help mailing list archive at Nabble.com.
2019 May 17
2
[PATCH v4 0/4] vmw_balloon: Compaction and shrinker support
> On May 3, 2019, at 6:25 PM, Nadav Amit <namit at vmware.com> wrote:
>
>> On Apr 25, 2019, at 4:54 AM, Nadav Amit <namit at vmware.com> wrote:
>>
>> VMware balloon enhancements: adding support for memory compaction,
>> memory shrinker (to prevent OOM) and splitting of refused pages to
>> prevent recur...
2019 May 17
2
[PATCH v4 0/4] vmw_balloon: Compaction and shrinker support
> On May 3, 2019, at 6:25 PM, Nadav Amit <namit at vmware.com> wrote:
>
>> On Apr 25, 2019, at 4:54 AM, Nadav Amit <namit at vmware.com> wrote:
>>
>> VMware balloon enhancements: adding support for memory compaction,
>> memory shrinker (to prevent OOM) and splitting of refused pages to
>> prevent recur...
2012 Jul 24
2
Create a Pivot
Hi Friends,
i'm new to R....I have data frame having columns X Y Z....I want to do
pivot on this data frame....can any one help me on this...
Thanks,
Namit
--
View this message in context: http://r.789695.n4.nabble.com/Create-a-Pivot-tp4637629.html
Sent from the R help mailing list archive at Nabble.com.
2012 Jul 28
3
Appending the Column names
...12 12 13
Bcc 11 14 15
Ccc 13 15 16
Summary G Y R
Acc 10 11 12
Bcc 13 12 11
Ccc 11 16 20
Can anyone help me on this.
Thanks in Advance.
Thanks,
Namit.
--
View this message in context: http://r.789695.n4.nabble.com/Appending-the-Column-names-tp4638207.html
Sent from the R help mailing list archive at Nabble.com.
2012 Aug 01
3
Can any one help me on this Issue
...582 644 0 1226
AcctCov 230 165 0 395
Cov% 40% 26% 0% 32%
UnCov% 60% 74% 0% 68%
EqVol11$MM $8.50 $10.60 $0 $19.10
Thanks in Advance.
Thanks,
Namit
--
View this message in context: http://r.789695.n4.nabble.com/Can-any-one-help-me-on-this-Issue-tp4638664.html
Sent from the R help mailing list archive at Nabble.com.
2019 May 17
1
[PATCH v4 0/4] vmw_balloon: Compaction and shrinker support
> On May 17, 2019, at 10:24 AM, Greg Kroah-Hartman <gregkh at linuxfoundation.org> wrote:
>
> On Fri, May 17, 2019 at 05:10:23PM +0000, Nadav Amit wrote:
>>> On May 3, 2019, at 6:25 PM, Nadav Amit <namit at vmware.com> wrote:
>>>
>>>> On Apr 25, 2019, at 4:54 AM, Nadav Amit <namit at vmware.com> wrote:
>>>>
>>>> VMware balloon enhancements: adding support for memory compaction,
>>>> memory shrinker (to prevent OOM) and splitting of...
2019 Jun 26
1
[PATCH 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
> On Jun 25, 2019, at 8:36 PM, Andy Lutomirski <luto at kernel.org> wrote:
>
> On Wed, Jun 12, 2019 at 11:49 PM Nadav Amit <namit at vmware.com> wrote:
>> To improve TLB shootdown performance, flush the remote and local TLBs
>> concurrently. Introduce flush_tlb_multi() that does so. The current
>> flush_tlb_others() interface is kept, since paravirtual interfaces need
>> to be adapted first before i...
2012 Aug 08
1
Coloring specific cells
...BB 1 1 1 1
CC 0 0 0 0 CC 1 1 1 1
G Y R T G Y R T
AA 2 2 2 2 AA 3 3 3 3
BB 2 2 2 2 BB 3 3 3 3
CC 2 2 2 2 CC 3 3 3 3
Thanks,
Namit
--
View this message in context: http://r.789695.n4.nabble.com/Coloring-specific-cells-tp4639578.html
Sent from the R help mailing list archive at Nabble.com.
2019 Apr 19
0
[PATCH v2 1/4] mm/balloon_compaction: list interfaces
> On Apr 8, 2019, at 10:35 AM, Nadav Amit <namit at vmware.com> wrote:
>
>> On Mar 27, 2019, at 6:07 PM, Nadav Amit <namit at vmware.com> wrote:
>>
>> Introduce interfaces for ballooning enqueueing and dequeueing of a list
>> of pages. These interfaces reduce the overhead of storing and restoring
>> IRQ...
2019 May 17
0
[PATCH v4 0/4] vmw_balloon: Compaction and shrinker support
On Fri, May 17, 2019 at 05:10:23PM +0000, Nadav Amit wrote:
> > On May 3, 2019, at 6:25 PM, Nadav Amit <namit at vmware.com> wrote:
> >
> >> On Apr 25, 2019, at 4:54 AM, Nadav Amit <namit at vmware.com> wrote:
> >>
> >> VMware balloon enhancements: adding support for memory compaction,
> >> memory shrinker (to prevent OOM) and splitting of refused pages...
2019 Apr 25
6
[PATCH v4 0/4] vmw_balloon: Compaction and shrinker support
VMware balloon enhancements: adding support for memory compaction,
memory shrinker (to prevent OOM) and splitting of refused pages to
prevent recurring inflations.
Patches 1-2: Support for compaction
Patch 3: Support for memory shrinker - disabled by default
Patch 4: Split refused pages to improve performance
v3->v4:
* "get around to" comment [Michael]
* Put list_add under page lock
2019 Apr 25
6
[PATCH v4 0/4] vmw_balloon: Compaction and shrinker support
VMware balloon enhancements: adding support for memory compaction,
memory shrinker (to prevent OOM) and splitting of refused pages to
prevent recurring inflations.
Patches 1-2: Support for compaction
Patch 3: Support for memory shrinker - disabled by default
Patch 4: Split refused pages to improve performance
v3->v4:
* "get around to" comment [Michael]
* Put list_add under page lock
2020 Feb 05
2
Balloon pressuring page cache
> On Feb 3, 2020, at 2:50 PM, Nadav Amit <namit at vmware.com> wrote:
>
>> On Feb 3, 2020, at 8:34 AM, David Hildenbrand <david at redhat.com> wrote:
>>
>> On 03.02.20 17:18, Alexander Duyck wrote:
>>> On Mon, 2020-02-03 at 08:11 -0500, Michael S. Tsirkin wrote:
>>>> On Thu, Jan 30, 2020 at 11...
2020 Feb 05
2
Balloon pressuring page cache
> On Feb 3, 2020, at 2:50 PM, Nadav Amit <namit at vmware.com> wrote:
>
>> On Feb 3, 2020, at 8:34 AM, David Hildenbrand <david at redhat.com> wrote:
>>
>> On 03.02.20 17:18, Alexander Duyck wrote:
>>> On Mon, 2020-02-03 at 08:11 -0500, Michael S. Tsirkin wrote:
>>>> On Thu, Jan 30, 2020 at 11...
2019 Jul 03
2
[PATCH v2 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
...Boris Ostrovsky <boris.ostrovsky at oracle.com>
> Cc: linux-hyperv at vger.kernel.org
> Cc: linux-kernel at vger.kernel.org
> Cc: virtualization at lists.linux-foundation.org
> Cc: kvm at vger.kernel.org
> Cc: xen-devel at lists.xenproject.org
> Signed-off-by: Nadav Amit <namit at vmware.com>
> ---
> arch/x86/hyperv/mmu.c | 13 +++---
> arch/x86/include/asm/paravirt.h | 6 +--
> arch/x86/include/asm/paravirt_types.h | 4 +-
> arch/x86/include/asm/tlbflush.h | 9 ++--
> arch/x86/include/asm/trace/hyperv.h | 2 +-...
2019 Jul 03
2
[PATCH v2 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
...Boris Ostrovsky <boris.ostrovsky at oracle.com>
> Cc: linux-hyperv at vger.kernel.org
> Cc: linux-kernel at vger.kernel.org
> Cc: virtualization at lists.linux-foundation.org
> Cc: kvm at vger.kernel.org
> Cc: xen-devel at lists.xenproject.org
> Signed-off-by: Nadav Amit <namit at vmware.com>
> ---
> arch/x86/hyperv/mmu.c | 13 +++---
> arch/x86/include/asm/paravirt.h | 6 +--
> arch/x86/include/asm/paravirt_types.h | 4 +-
> arch/x86/include/asm/tlbflush.h | 9 ++--
> arch/x86/include/asm/trace/hyperv.h | 2 +-...
2019 Jun 26
2
[PATCH 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
...s.ostrovsky at oracle.com>
>> Cc: linux-hyperv at vger.kernel.org
>> Cc: linux-kernel at vger.kernel.org
>> Cc: virtualization at lists.linux-foundation.org
>> Cc: kvm at vger.kernel.org
>> Cc: xen-devel at lists.xenproject.org
>> Signed-off-by: Nadav Amit <namit at vmware.com>
>> ---
>> arch/x86/hyperv/mmu.c | 2 +
>> arch/x86/include/asm/paravirt.h | 8 +++
>> arch/x86/include/asm/paravirt_types.h | 6 +++
>> arch/x86/include/asm/tlbflush.h | 6 +++
>> arch/x86/kernel/kvm.c...
2019 Jun 26
2
[PATCH 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
...s.ostrovsky at oracle.com>
>> Cc: linux-hyperv at vger.kernel.org
>> Cc: linux-kernel at vger.kernel.org
>> Cc: virtualization at lists.linux-foundation.org
>> Cc: kvm at vger.kernel.org
>> Cc: xen-devel at lists.xenproject.org
>> Signed-off-by: Nadav Amit <namit at vmware.com>
>> ---
>> arch/x86/hyperv/mmu.c | 2 +
>> arch/x86/include/asm/paravirt.h | 8 +++
>> arch/x86/include/asm/paravirt_types.h | 6 +++
>> arch/x86/include/asm/tlbflush.h | 6 +++
>> arch/x86/kernel/kvm.c...