Displaying 20 results from an estimated 44 matches for "lenb".
Did you mean:
len
2007 Dec 26
1
probability from different values
Hi all,
i'm new R user and i need some help:
i have two vectors (A and B) and i need create another vector (C) from the subtraction of A's values with the B's values. How can i estimate the probability of C's values if i have differents values combinations of A and B that can result in the same value? like 90 -20 = 70 and 91 - 21 = 70.
example:
B = {18 18 18 19
2019 Sep 23
2
[PATCH RFC v3 1/9] ACPI: NUMA: export pxm_to_node
On 19.09.19 16:22, David Hildenbrand wrote:
> Will be needed by virtio-mem to identify the node from a pxm.
>
> Cc: "Rafael J. Wysocki" <rjw at rjwysocki.net>
> Cc: Len Brown <lenb at kernel.org>
> Cc: linux-acpi at vger.kernel.org
> Signed-off-by: David Hildenbrand <david at redhat.com>
> ---
> drivers/acpi/numa.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/acpi/numa.c b/drivers/acpi/numa.c
> index eadbf90e65d1..d5847fa...
2019 Sep 23
2
[PATCH RFC v3 1/9] ACPI: NUMA: export pxm_to_node
On 19.09.19 16:22, David Hildenbrand wrote:
> Will be needed by virtio-mem to identify the node from a pxm.
>
> Cc: "Rafael J. Wysocki" <rjw at rjwysocki.net>
> Cc: Len Brown <lenb at kernel.org>
> Cc: linux-acpi at vger.kernel.org
> Signed-off-by: David Hildenbrand <david at redhat.com>
> ---
> drivers/acpi/numa.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/acpi/numa.c b/drivers/acpi/numa.c
> index eadbf90e65d1..d5847fa...
2020 Jul 17
3
[PATCH] RFC: ACPI / OSI: remove workarounds for hybrid graphics laptops
...and we can
look into it and come up with a proper fix (and keep this patch out until
we resolve all of those).
Signed-off-by: Karol Herbst <kherbst at redhat.com>
CC: Alex Hung <alex.hung at canonical.com>
CC: "Rafael J. Wysocki" <rjw at rjwysocki.net>
CC: Len Brown <lenb at kernel.org>
CC: Lyude Paul <lyude at redhat.com>
CC: linux-kernel at vger.kernel.org
CC: dri-devel at lists.freedesktop.org
CC: nouveau at lists.freedesktop.org
---
drivers/acpi/osi.c | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/drivers/acpi/osi.c b/driv...
2020 Jul 19
2
[PATCH] RFC: ACPI / OSI: remove workarounds for hybrid graphics laptops
...keep this patch out until
> > we resolve all of those).
> >
> > Signed-off-by: Karol Herbst <kherbst at redhat.com>
> > CC: Alex Hung <alex.hung at canonical.com>
> > CC: "Rafael J. Wysocki" <rjw at rjwysocki.net>
> > CC: Len Brown <lenb at kernel.org>
> > CC: Lyude Paul <lyude at redhat.com>
> > CC: linux-kernel at vger.kernel.org
> > CC: dri-devel at lists.freedesktop.org
> > CC: nouveau at lists.freedesktop.org
> > ---
> > drivers/acpi/osi.c | 24 ------------------------
> > 1...
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251
Bug ID: 95251
Summary: vdpau decoder capabilities: not supported
Product: Mesa
Version: 11.2
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2019 Sep 19
0
[PATCH RFC v3 1/9] ACPI: NUMA: export pxm_to_node
Will be needed by virtio-mem to identify the node from a pxm.
Cc: "Rafael J. Wysocki" <rjw at rjwysocki.net>
Cc: Len Brown <lenb at kernel.org>
Cc: linux-acpi at vger.kernel.org
Signed-off-by: David Hildenbrand <david at redhat.com>
---
drivers/acpi/numa.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/acpi/numa.c b/drivers/acpi/numa.c
index eadbf90e65d1..d5847fa7ac69 100644
--- a/drivers/acpi/numa.c
+...
2019 Sep 23
0
[PATCH RFC v3 1/9] ACPI: NUMA: export pxm_to_node
On Mon 23-09-19 12:13:11, David Hildenbrand wrote:
> On 19.09.19 16:22, David Hildenbrand wrote:
> > Will be needed by virtio-mem to identify the node from a pxm.
> >
> > Cc: "Rafael J. Wysocki" <rjw at rjwysocki.net>
> > Cc: Len Brown <lenb at kernel.org>
> > Cc: linux-acpi at vger.kernel.org
> > Signed-off-by: David Hildenbrand <david at redhat.com>
> > ---
> > drivers/acpi/numa.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/acpi/numa.c b/drivers/acpi/numa...
2019 Dec 13
0
[PATCH RFC v4 01/13] ACPI: NUMA: export pxm_to_node
On 12.12.19 22:43, Rafael J. Wysocki wrote:
> On Thursday, December 12, 2019 6:11:25 PM CET David Hildenbrand wrote:
>> Will be needed by virtio-mem to identify the node from a pxm.
>>
>> Cc: "Rafael J. Wysocki" <rjw at rjwysocki.net>
>> Cc: Len Brown <lenb at kernel.org>
>> Cc: linux-acpi at vger.kernel.org
>> Signed-off-by: David Hildenbrand <david at redhat.com>
>> ---
>> drivers/acpi/numa/srat.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/acpi/numa/srat.c b/drivers/acpi/nu...
2020 Mar 02
0
[PATCH v1 01/11] ACPI: NUMA: export pxm_to_node
Will be needed by virtio-mem to identify the node from a pxm.
Acked-by: "Rafael J. Wysocki" <rafael at kernel.org>
Cc: Len Brown <lenb at kernel.org>
Cc: linux-acpi at vger.kernel.org
Signed-off-by: David Hildenbrand <david at redhat.com>
---
drivers/acpi/numa/srat.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/acpi/numa/srat.c b/drivers/acpi/numa/srat.c
index 47b4969d9b93..5be5a977da1b 100644
--- a/driver...
2020 Mar 02
1
[PATCH v1 01/11] ACPI: NUMA: export pxm_to_node
...-mem to identify the node from a pxm.
No objection to export the symbol. But it is almost always better to add
the export in the patch that actually uses it. The intention is much
more clear that way.
> Acked-by: "Rafael J. Wysocki" <rafael at kernel.org>
> Cc: Len Brown <lenb at kernel.org>
> Cc: linux-acpi at vger.kernel.org
> Signed-off-by: David Hildenbrand <david at redhat.com>
Acked-by: Michal Hocko <mhocko at suse.com> # for the export
> ---
> drivers/acpi/numa/srat.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/...
2010 Mar 18
3
[GIT PULL] vhost-net fixes for issues in 2.6.34-rc1
David,
The following tree includes patches fixing issues with vhost-net in
2.6.34-rc1. Please pull them for 2.6.34.
Thanks!
The following changes since commit a3d3203e4bb40f253b1541e310dc0f9305be7c84:
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 (2010-03-14 20:29:21 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost
Jeff Dike (1):
vhost: fix error path in vhost_net_set_backend
Michael S. Tsirkin (2):
vhost: fix interrupt mitigation with raw socke...
2010 Mar 18
3
[GIT PULL] vhost-net fixes for issues in 2.6.34-rc1
David,
The following tree includes patches fixing issues with vhost-net in
2.6.34-rc1. Please pull them for 2.6.34.
Thanks!
The following changes since commit a3d3203e4bb40f253b1541e310dc0f9305be7c84:
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 (2010-03-14 20:29:21 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost
Jeff Dike (1):
vhost: fix error path in vhost_net_set_backend
Michael S. Tsirkin (2):
vhost: fix interrupt mitigation with raw socke...
2017 Jul 26
0
[Intel-gfx] [PATCH 0/3] Kconfig dependencies: acpi-video, backlight and thermal
...> drivers/platform/x86/Kconfig | 9 ++++-----
> drivers/staging/olpc_dcon/Kconfig | 1 +
> 7 files changed, 15 insertions(+), 25 deletions(-)
>
> To: dri-devel at lists.freedesktop.org
> Cc: "Rafael J. Wysocki" <rjw at rjwysocki.net>
> Cc: Len Brown <lenb at kernel.org>
> Cc: Lucas Stach <l.stach at pengutronix.de>
> Cc: Russell King <linux+etnaviv at armlinux.org.uk>
> Cc: Christian Gmeiner <christian.gmeiner at gmail.com>
> Cc: David Airlie <airlied at linux.ie>
> Cc: Patrik Jakobsson <patrik.r.jakobsso...
2017 Jul 31
0
[Intel-gfx] [PATCH 0/3] Kconfig dependencies: acpi-video, backlight and thermal
...86/Kconfig | 9 ++++-----
>> drivers/staging/olpc_dcon/Kconfig | 1 +
>> 7 files changed, 15 insertions(+), 25 deletions(-)
>>
>> To: dri-devel at lists.freedesktop.org
>> Cc: "Rafael J. Wysocki" <rjw at rjwysocki.net>
>> Cc: Len Brown <lenb at kernel.org>
>> Cc: Lucas Stach <l.stach at pengutronix.de>
>> Cc: Russell King <linux+etnaviv at armlinux.org.uk>
>> Cc: Christian Gmeiner <christian.gmeiner at gmail.com>
>> Cc: David Airlie <airlied at linux.ie>
>> Cc: Patrik Jakobsson &...
2004 Aug 10
1
Error message in function mars() in package mda
Hi,
I am using function mars() in package mda to find knots in a whole bunch
of predictor variables. I hope to be able to replicate all or some of
the basis functions that the MARS software from Salford Systems creates.
When I ran mars() on a small dataset, I was able to get the knots.
However, when I tried running mars() on a larger dataset (145 predictor
variables), for a different
2020 Jul 17
0
[PATCH] RFC: ACPI / OSI: remove workarounds for hybrid graphics laptops
...me up with a proper fix (and keep this patch out until
> we resolve all of those).
>
> Signed-off-by: Karol Herbst <kherbst at redhat.com>
> CC: Alex Hung <alex.hung at canonical.com>
> CC: "Rafael J. Wysocki" <rjw at rjwysocki.net>
> CC: Len Brown <lenb at kernel.org>
> CC: Lyude Paul <lyude at redhat.com>
> CC: linux-kernel at vger.kernel.org
> CC: dri-devel at lists.freedesktop.org
> CC: nouveau at lists.freedesktop.org
> ---
> drivers/acpi/osi.c | 24 ------------------------
> 1 file changed, 24 deletions(-)
>...
2017 Jul 26
8
[PATCH 0/3] Kconfig dependencies: acpi-video, backlight and thermal
.../nouveau/Kconfig | 10 ++--------
drivers/platform/x86/Kconfig | 9 ++++-----
drivers/staging/olpc_dcon/Kconfig | 1 +
7 files changed, 15 insertions(+), 25 deletions(-)
To: dri-devel at lists.freedesktop.org
Cc: "Rafael J. Wysocki" <rjw at rjwysocki.net>
Cc: Len Brown <lenb at kernel.org>
Cc: Lucas Stach <l.stach at pengutronix.de>
Cc: Russell King <linux+etnaviv at armlinux.org.uk>
Cc: Christian Gmeiner <christian.gmeiner at gmail.com>
Cc: David Airlie <airlied at linux.ie>
Cc: Patrik Jakobsson <patrik.r.jakobsson at gmail.com>
Cc: Da...
2020 Jul 20
0
[PATCH] RFC: ACPI / OSI: remove workarounds for hybrid graphics laptops
...t until
>>> we resolve all of those).
>>>
>>> Signed-off-by: Karol Herbst <kherbst at redhat.com>
>>> CC: Alex Hung <alex.hung at canonical.com>
>>> CC: "Rafael J. Wysocki" <rjw at rjwysocki.net>
>>> CC: Len Brown <lenb at kernel.org>
>>> CC: Lyude Paul <lyude at redhat.com>
>>> CC: linux-kernel at vger.kernel.org
>>> CC: dri-devel at lists.freedesktop.org
>>> CC: nouveau at lists.freedesktop.org
>>> ---
>>> drivers/acpi/osi.c | 24 -------------------...
2020 Sep 08
0
[PATCH v2 3/7] mm/memory_hotplug: prepare passing flags to add_memory() and friends
...gt;
Cc: Wei Yang <richardw.yang at linux.intel.com>
Cc: Michael Ellerman <mpe at ellerman.id.au>
Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org>
Cc: Paul Mackerras <paulus at samba.org>
Cc: "Rafael J. Wysocki" <rjw at rjwysocki.net>
Cc: Len Brown <lenb at kernel.org>
Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
Cc: Vishal Verma <vishal.l.verma at intel.com>
Cc: Dave Jiang <dave.jiang at intel.com>
Cc: "K. Y. Srinivasan" <kys at microsoft.com>
Cc: Haiyang Zhang <haiyangz at microsoft.com>
Cc: St...