similar to: [RFC] GSoC 2010: Memory Compression for Virtualized Environments

Displaying 20 results from an estimated 5000 matches similar to: "[RFC] GSoC 2010: Memory Compression for Virtualized Environments"

2008 Oct 15
3
[PATCH] use tlsf for xmalloc engine
This patch replaces the Xen xmalloc engine with tlsf, an allocation engine that is both more space efficient and time-bounded, especially for allocation sizes between PAGE_SIZE/2 and PAGE_SIZE. The file xmalloc.c is deprecated but not yet deleted. A simple switch of a comment line in common/Makefile will change back to the legacy xmalloc/xfree if needed for testing. Code adapted from Nitin
2009 Jan 08
7
[RFC] Transcendent Memory ("tmem"): a new approach to physical memory management
At last year''s Xen North America Summit in Boston, I gave a talk about memory overcommitment in Xen. I showed that the basic mechanisms for moving memory between domains were already present in Xen and that, with a few scripts, it was possible to roughly load-balance memory between domains. During this effort, I discovered that "ballooning" had a lot of weaknesses, even though
2009 Apr 02
0
[LLVMdev] GSOC Project Idea
Hi, My name's Eli Gottlieb, and I've got a proposal for GSOC. I've noticed that the LLVM IR-generation libraries currently only have bindings in C, C++, and OCaml. Would you like me to write bindings in Java for them? Sincerely, Eli Gottlieb UMass Amherst Computer Science, 2011
2016 Mar 19
2
Regarding GSoC 2016 project idea
Hello, I am Ainish Dave from Ahmedabad, India. I am currently pursuing my masters level degree with background in computer science. I browsed through the list of organizations on the GSoC program page and Xapian was the one which closely matched with my interest and background. I had some queries: 1) I am interested in the project 'Clustering of Search Results'. I have followed the
2016 Mar 16
2
GSoC 2016 Project: Implement Bindings for R
On Wed, Mar 16, 2016 at 12:09:01AM +0530, Amanda Jayanetti wrote: > Seems like it takes a lot of time for 'proof of enrollment' document to get > processed. Will upload the proposal as soon as it gets accepted. You should be able to upload a proposal while the proof of enrollment is still awaiting review. Cheers, Olly
2016 Mar 15
3
GSoC 2016 Project: Implement Bindings for R
Thanks a lot for the feedback James. Will work on the suggested improvements and upload a better version soon. For now, I'll upload the same proposal in GSoC website. Regards, Amanda On Tue, Mar 15, 2016 at 3:47 PM, James Aylett <james-xapian at tartarus.org> wrote: > On Tue, Mar 15, 2016 at 11:47:29AM +0530, Amanda Jayanetti wrote: > > > Here's a link to my project
2016 Mar 15
2
GSoC 2016 Project: Implement Bindings for R
On Wed, Mar 16, 2016 at 12:09:01AM +0530, Amanda Jayanetti wrote: > Seems like it takes a lot of time for 'proof of enrollment' document > to get processed. Will upload the proposal as soon as it gets > accepted. That sounds like a good idea -- I'm sure they have a huge number of students to check into the system. Let us know if you run into any problems (likewise anyone
2016 Mar 20
2
GSoC 2016 Project: Implement Bindings for R
Hi James, Based on your suggestions, I improved the 'project details' and 'project timeline' sections of my proposal. Could you kindly review it and let me know if it requires further improvements. Regards, Amanda On Thu, Mar 17, 2016 at 2:06 PM, Amanda Jayanetti <amandajayanetti at gmail.com > wrote: > Thanks for the information Olly! I uploaded the same proposal that
2018 Feb 20
3
[GSOC 2018] Information gathering
Hello, I'm Paul Semel, a French student in computer science. I am currently in my 4th year (1st year of graduate school) at EPITA and enrolled in the system and security laboratory of the school. I would be very interested in working on a LLVM project during this GSoC. Implementing a PoC for an unsequenced modification checker in CSA helped me discover LLVM. However, I would like to
2018 Mar 01
0
[cfe-dev] [GSOC 2018] Information gathering
Hey, On 02/20/2018 11:51 PM, Paul Semel wrote: > Hello, > > > I'm Paul Semel, a French student in computer science. I am currently in > my 4th year (1st year of graduate school) at EPITA and enrolled in the > system and security laboratory of the school. > > I would be very interested in working on a LLVM project during this > GSoC. Implementing a PoC for an
2016 Mar 22
2
Regarding GSoC 2016 project idea
Hi, If I take up the task of 'clustering the search results' and I am opting for the new method to cluster the results, then what will be the approximate amount of data that will be clustered? So appropriate clustering mechanism can be thought of according to that. Thanks & regards, Ainish On Sat, Mar 19, 2016 at 5:37 PM, James Aylett <james-xapian at tartarus.org> wrote:
2017 Jun 13
7
[Bug 2729] New: Can connect with MAC hmac-sha1 even though it's not configured on the server
https://bugzilla.mindrot.org/show_bug.cgi?id=2729 Bug ID: 2729 Summary: Can connect with MAC hmac-sha1 even though it's not configured on the server Product: Portable OpenSSH Version: 7.5p1 Hardware: All OS: Linux Status: NEW Severity: security Priority: P5
2002 Jan 23
6
meaning of "IO Error: skipping the delete...."
On 23 Jan 2002, Nitin Agarwal <nitin.agarwal@timesgroup.com> wrote: > Hi, > I am Nitin from India working with a leading Indian newspaper "The Times > > of India". > We recently downloaded "rsync" and found it to be very useful and good > utility. > We tried to implement it between our main server and the DRS (Disaster > Recovery System), located
2009 Mar 19
0
[LLVMdev] [llvm][gsoc] Where we at?
>>> I am wondering about the status of GSoc this year. The mailing list seems to be rather quiet on the topic. Has anyone thought of project ideas? >> We just received confirmation that LLVM was accepted for this year GSoC. >> The ideas list, as usual, is placed at >> http://llvm.org/OpenProjects.html (it also contains links to >> subproject's ideas pages).
2017 Jun 20
2
samba 4.4.14 breaks classic domain
I have several Samba 4.4.x servers (Solaris 11 x86_x64) in a samba classic domain. Samba patches are provided via the Oracle solaris package update system. The two domain controllers are running Samba 4.4.8. A few weeks ago I ran the latest package updates on a non-critical server, which brought it up to 4.4.13. All was OK as far as I could tell. This weekend I updated packages
2009 Jan 14
1
[Patch] a bugfix to the oprofile code
Keir, The checks in the function passive_domain_do_rdmsr() were not sufficient. Also the same checks were done in the function passive_domain_do_wrmsr(). So these common checks are moved in a new single function passive_domain_msr_op_checks(). Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Jun Nakajima <jun.nakajima@intel.com> Please Apply, Thanks &
2009 Mar 19
2
[LLVMdev] [llvm][gsoc] Where we at?
> > I am wondering about the status of GSoc this year. The mailing list seems to be rather quiet on the topic. Has anyone thought of project ideas? > We just received confirmation that LLVM was accepted for this year GSoC. > The ideas list, as usual, is placed at > http://llvm.org/OpenProjects.html (it also contains links to > subproject's ideas pages). > > Please
2020 Sep 10
1
AD-DC with DLZ using Bind9.16.x
I am using: Ubuntu Server 20.04.1 LTS Kernel 5.4.0-45-generic x86_x64 Samba 4.11.6-Ubuntu package Bind9.16.1-Ubuntu package I have been using Samba4 AD-DC with Bind 9 DLZ in production since beta4, upgraded several times. (Great product. Awesome Samba team!) Previously I have been installing Bind9 and Samba from source to get the "--with-dlopen" option. Since this option and the
2017 Jun 02
3
Newbie question VoD streaming with Icecast
Dear All, I am curious to know if IceCast can be used for audio/video on-demand streaming over http/https. My basic understanding is that IceCast runs in broadcast mode. As such, it may not be ideal for my particular use case, wherein, I wish to stream media files on demand to multiple browser based clients who may request the same media file at different times. Is it possible at all then to
2006 Apr 19
4
[PATCH] avoid injection of missed timer interrupts while debugging a guest
Hi Keir, Ian, Today if we stop the guest for debugging using the gdbserver and then continue with the guest execution the PIT finds that the time has gone ahead and it missed to inject so many timer ticks, and it tries to inject all of those one by one. So after the gdb continue command the guest just handles the timer interrupts for a long time before it can do anything else. This patch