search for: page_states

Displaying 9 results from an estimated 9 matches for "page_states".

2009 Feb 22
1
degrading ajax calls - how?
Hey - I have a few ajax calls in my app that I''m not really sure how to degrade to html. For the most part, these are functions that insert or remove elements to/from the dom. For example, I have my own edit-in-place on the data, which is called by start_edit action. This action renders an rjs template that replaces the view with an edit form. # view (partial) <tr
2007 Apr 18
0
[patch 2/9] Guest page hinting: unused / free pages on s390.
....6/arch/s390/Kconfig 2006-09-01 12:49:25.000000000 +0200 +++ linux-2.6-patched/arch/s390/Kconfig 2006-09-01 12:49:36.000000000 +0200 @@ -463,6 +463,9 @@ config KEXEC current kernel, and to start another kernel. It is like a reboot but is independent of hardware/microcode support. +config PAGE_STATES + bool "Enable support for guest page hinting." + endmenu source "net/Kconfig" diff -urpN linux-2.6/arch/s390/kernel/head64.S linux-2.6-patched/arch/s390/kernel/head64.S --- linux-2.6/arch/s390/kernel/head64.S 2006-09-01 12:49:25.000000000 +0200 +++ linux-2.6-patched/arch/s3...
2007 Apr 18
0
[patch 2/9] Guest page hinting: unused / free pages on s390.
....6/arch/s390/Kconfig 2006-09-01 12:49:25.000000000 +0200 +++ linux-2.6-patched/arch/s390/Kconfig 2006-09-01 12:49:36.000000000 +0200 @@ -463,6 +463,9 @@ config KEXEC current kernel, and to start another kernel. It is like a reboot but is independent of hardware/microcode support. +config PAGE_STATES + bool "Enable support for guest page hinting." + endmenu source "net/Kconfig" diff -urpN linux-2.6/arch/s390/kernel/head64.S linux-2.6-patched/arch/s390/kernel/head64.S --- linux-2.6/arch/s390/kernel/head64.S 2006-09-01 12:49:25.000000000 +0200 +++ linux-2.6-patched/arch/s3...
2007 Apr 18
0
[patch 9/9] Guest page hinting: full s390 support.
...00 +0200 +++ linux-2.6-patched/arch/s390/Kconfig 2006-09-01 12:50:25.000000000 +0200 @@ -463,8 +463,13 @@ config KEXEC current kernel, and to start another kernel. It is like a reboot but is independent of hardware/microcode support. +config PAGE_DISCARD_LIST + bool + default n + config PAGE_STATES bool "Enable support for guest page hinting." + select PAGE_DISCARD_LIST endmenu diff -urpN linux-2.6/arch/s390/kernel/traps.c linux-2.6-patched/arch/s390/kernel/traps.c --- linux-2.6/arch/s390/kernel/traps.c 2006-09-01 12:49:25.000000000 +0200 +++ linux-2.6-patched/arch/s390/kerne...
2007 Apr 18
0
[patch 9/9] Guest page hinting: full s390 support.
...00 +0200 +++ linux-2.6-patched/arch/s390/Kconfig 2006-09-01 12:50:25.000000000 +0200 @@ -463,8 +463,13 @@ config KEXEC current kernel, and to start another kernel. It is like a reboot but is independent of hardware/microcode support. +config PAGE_DISCARD_LIST + bool + default n + config PAGE_STATES bool "Enable support for guest page hinting." + select PAGE_DISCARD_LIST endmenu diff -urpN linux-2.6/arch/s390/kernel/traps.c linux-2.6-patched/arch/s390/kernel/traps.c --- linux-2.6/arch/s390/kernel/traps.c 2006-09-01 12:49:25.000000000 +0200 +++ linux-2.6-patched/arch/s390/kerne...
2007 Jun 28
6
[patch 0/6] resend: guest page hinting version 5.
Greetings, after Carsten pitched CMM2 on the kvm mini summit here is a repost of version 5 of the guest page hinting patches. The code is still the same but has been adapted to the latest git level. -- blue skies, Martin. "Reality continues to ruin my life." - Calvin.
2007 Jun 28
6
[patch 0/6] resend: guest page hinting version 5.
Greetings, after Carsten pitched CMM2 on the kvm mini summit here is a repost of version 5 of the guest page hinting patches. The code is still the same but has been adapted to the latest git level. -- blue skies, Martin. "Reality continues to ruin my life." - Calvin.
2007 May 11
6
[patch 0/6] [rfc] guest page hinting version 5
After way to many months here is the fifth version of the guest page hinting patches. Compared to version four a few improvements have been added: - Avoid page_host_discards() calls outside of page-states.h - The discard list is now implemented via the page_free_discarded hook and architecture specific code. - PG_state_change page flag has been replaced with architecture specficic
2007 May 11
6
[patch 0/6] [rfc] guest page hinting version 5
After way to many months here is the fifth version of the guest page hinting patches. Compared to version four a few improvements have been added: - Avoid page_host_discards() calls outside of page-states.h - The discard list is now implemented via the page_free_discarded hook and architecture specific code. - PG_state_change page flag has been replaced with architecture specficic