search for: hurm

Displaying 10 results from an estimated 10 matches for "hurm".

Did you mean: harm
2019 Jun 13
1
[PATCH 04/22] mm: don't clear ->mapping in hmm_devmem_free
...(Which btw is > rather confusing, as DAX uses ->pgmap and ->mapping from two different > sides of the union, but DAX doesn't use hmm_devmem_free). > > Signed-off-by: Christoph Hellwig <hch at lst.de> > --- > mm/hmm.c | 2 -- > 1 file changed, 2 deletions(-) Hurm, is hmm following this comment from mm_types.h? * If you allocate the page using alloc_pages(), you can use some of the * space in struct page for your own purposes. The five words in the main * union are available, except for bit 0 of the first word which must be * kept clear. Many users us...
2004 Sep 10
1
[Flac-users] Open URL from Winamp
Hurm.. How difficult would it be to implement? I have experience developing Winamp plug-ins, and it seems that the spec for streaming flac files is written pretty well. I'd be happy to work on adding this functionality. -Jason Josh Coalson wrote: > > --- "Jason L. Cook" <jason...
2012 Jun 30
3
How to adjust the start of a series to zero? (i.e. subtract the first value from the sequence)
Hello, I'd have a time series, where I am plotting the means and sd of a distance for a variety of positions along a bird's bill. I'd like to set each line (represented by "point") to start at zero, so that I can look at the absolute change along the series. At the moment I only know how to do that in Excel, by subtracting the value of time 1, point 1 from all other times
2010 Apr 23
1
help with plotting lines linking two sets of points?
Hello everyone, I'm trying to plot the initial and final size of some tadpoles and look at their growth rates (slope of line). They are divided into 6 densities, and so far I have plotted the initial and final sizes (these are means for a pool), and color coded for the 6 densities, but I want a line to connect the initial and final value for each pool (also color coded by density). Any ideas?
2010 Jun 28
2
sampling one random frame from each unique trial?
hello everyone. please bear with me if this is very easy... I have a data set with many trials, and frames within each trial. I would like to pull out one random frame from each trial. here is an example. i have 4 unique trials (file), and various frames within each (time_pred). I would like to randomly sample 4 rows, but 1 from each trial (file). this sample data is called "h"
2004 Sep 10
2
[Flac-users] Open URL from Winamp
I have an Apache server running on a Linux box here at home, and an mp3 file and a flac file in the same server directory. I can add the mp3 to my Winamp playlist with the 'Open URL' dialog just fine, but it refuses to open the flac file. Flac files loaded locally play fine. Any ideas? Does the reference plug-in not support this? Any help would be appreciated. Thanks! Cheers, -Jason
1998 Jun 30
0
No subject
Yes!!!! You just solved a problem I've been having since 1.9.17p1!!!! I didn't realize that CIFS was limited to passthrough authentication for only its domain, so that listing multiple password servers from different domains would not work...the following did. Yeeeehhaaa! Hurm...excuse me. I added to the following in my config to make this work: netbios aliases = unix1 unix2 (not really my names) -Ernie -------------------------------------------------- Ondrej, I've been working on this too. I've just installed the new version 1.9.18p7 on a Solaris 2.6 box....
2020 Apr 08
2
[RFC PATCH 00/26] Runtime paravirt patching
On Tue, Apr 07, 2020 at 10:02:57PM -0700, Ankur Arora wrote: > A KVM host (or another hypervisor) might advertise paravirtualized > features and optimization hints (ex KVM_HINTS_REALTIME) which might > become stale over the lifetime of the guest. For instance, the > host might go from being undersubscribed to being oversubscribed > (or the other way round) and it would make sense
2020 Apr 08
2
[RFC PATCH 00/26] Runtime paravirt patching
On Tue, Apr 07, 2020 at 10:02:57PM -0700, Ankur Arora wrote: > A KVM host (or another hypervisor) might advertise paravirtualized > features and optimization hints (ex KVM_HINTS_REALTIME) which might > become stale over the lifetime of the guest. For instance, the > host might go from being undersubscribed to being oversubscribed > (or the other way round) and it would make sense
2019 Jun 13
57
dev_pagemap related cleanups
Hi Dan, Jérôme and Jason, below is a series that cleans up the dev_pagemap interface so that it is more easily usable, which removes the need to wrap it in hmm and thus allowing to kill a lot of code Diffstat: 22 files changed, 245 insertions(+), 802 deletions(-) Git tree: git://git.infradead.org/users/hch/misc.git hmm-devmem-cleanup Gitweb: