Re: [Linux-nvdimm] [PATCH v2 01/20] e820, efi: add ACPI 6.0 persistent memory types

2015-05-18 Thread Andy Lutomirski
On May 16, 2015 12:48 AM, "Dan Williams" wrote: > > On Fri, May 15, 2015 at 8:43 AM, Jeff Moyer wrote: > > Dan Williams writes: > > > >> @@ -919,10 +920,31 @@ static inline const char *e820_type_to_string(int > >> e820_type) > >> case E820_NVS: return "ACPI Non-volatile Storage"; > >>

Re: [Linux-nvdimm] [PATCH v2 01/20] e820, efi: add ACPI 6.0 persistent memory types

2015-05-18 Thread Andy Lutomirski
On May 16, 2015 12:48 AM, Dan Williams dan.j.willi...@intel.com wrote: On Fri, May 15, 2015 at 8:43 AM, Jeff Moyer jmo...@redhat.com wrote: Dan Williams dan.j.willi...@intel.com writes: @@ -919,10 +920,31 @@ static inline const char *e820_type_to_string(int e820_type) case

Re: [Linux-nvdimm] [PATCH v2 01/20] e820, efi: add ACPI 6.0 persistent memory types

2015-05-15 Thread Dan Williams
On Fri, May 15, 2015 at 8:43 AM, Jeff Moyer wrote: > Dan Williams writes: > >> @@ -919,10 +920,31 @@ static inline const char *e820_type_to_string(int >> e820_type) >> case E820_NVS: return "ACPI Non-volatile Storage"; >> case E820_UNUSABLE: return "Unusable memory"; >>

Re: [Linux-nvdimm] [PATCH v2 01/20] e820, efi: add ACPI 6.0 persistent memory types

2015-05-15 Thread Jeff Moyer
Dan Williams writes: > @@ -919,10 +920,31 @@ static inline const char *e820_type_to_string(int > e820_type) > case E820_NVS: return "ACPI Non-volatile Storage"; > case E820_UNUSABLE: return "Unusable memory"; > case E820_PRAM: return "Persistent RAM"; > + case

Re: [Linux-nvdimm] [PATCH v2 01/20] e820, efi: add ACPI 6.0 persistent memory types

2015-05-15 Thread Dan Williams
On Fri, May 15, 2015 at 8:43 AM, Jeff Moyer jmo...@redhat.com wrote: Dan Williams dan.j.willi...@intel.com writes: @@ -919,10 +920,31 @@ static inline const char *e820_type_to_string(int e820_type) case E820_NVS: return ACPI Non-volatile Storage; case E820_UNUSABLE: return

Re: [Linux-nvdimm] [PATCH v2 01/20] e820, efi: add ACPI 6.0 persistent memory types

2015-05-15 Thread Jeff Moyer
Dan Williams dan.j.willi...@intel.com writes: @@ -919,10 +920,31 @@ static inline const char *e820_type_to_string(int e820_type) case E820_NVS: return ACPI Non-volatile Storage; case E820_UNUSABLE: return Unusable memory; case E820_PRAM: return Persistent RAM; +

Re: [PATCH v2 01/20] e820, efi: add ACPI 6.0 persistent memory types

2015-04-28 Thread Andy Lutomirski
On Tue, Apr 28, 2015 at 1:57 PM, Dan Williams wrote: > On Tue, Apr 28, 2015 at 1:49 PM, Andy Lutomirski wrote: >> On Tue, Apr 28, 2015 at 11:24 AM, Dan Williams >> wrote: >>> diff --git a/arch/x86/kernel/e820.c b/arch/x86/kernel/e820.c >>> index 11cc7d54ec3f..d38b53a7e9b2 100644 >>> ---

Re: [PATCH v2 01/20] e820, efi: add ACPI 6.0 persistent memory types

2015-04-28 Thread Dan Williams
On Tue, Apr 28, 2015 at 1:49 PM, Andy Lutomirski wrote: > On Tue, Apr 28, 2015 at 11:24 AM, Dan Williams > wrote: >> diff --git a/arch/x86/kernel/e820.c b/arch/x86/kernel/e820.c >> index 11cc7d54ec3f..d38b53a7e9b2 100644 >> --- a/arch/x86/kernel/e820.c >> +++ b/arch/x86/kernel/e820.c >> @@

Re: [PATCH v2 01/20] e820, efi: add ACPI 6.0 persistent memory types

2015-04-28 Thread Andy Lutomirski
On Tue, Apr 28, 2015 at 11:24 AM, Dan Williams wrote: > ACPI 6.0 formalizes e820-type-7 and efi-type-14 as persistent memory. > Mark it "reserved" and allow it to be claimed by a persistent memory > device driver. > > This definition is in addition to the Linux kernel's existing type-12 >

[PATCH v2 01/20] e820, efi: add ACPI 6.0 persistent memory types

2015-04-28 Thread Dan Williams
ACPI 6.0 formalizes e820-type-7 and efi-type-14 as persistent memory. Mark it "reserved" and allow it to be claimed by a persistent memory device driver. This definition is in addition to the Linux kernel's existing type-12 definition that was recently added in support of shipping platforms with

Re: [PATCH v2 01/20] e820, efi: add ACPI 6.0 persistent memory types

2015-04-28 Thread Andy Lutomirski
On Tue, Apr 28, 2015 at 11:24 AM, Dan Williams dan.j.willi...@intel.com wrote: ACPI 6.0 formalizes e820-type-7 and efi-type-14 as persistent memory. Mark it reserved and allow it to be claimed by a persistent memory device driver. This definition is in addition to the Linux kernel's existing

Re: [PATCH v2 01/20] e820, efi: add ACPI 6.0 persistent memory types

2015-04-28 Thread Andy Lutomirski
On Tue, Apr 28, 2015 at 1:57 PM, Dan Williams dan.j.willi...@intel.com wrote: On Tue, Apr 28, 2015 at 1:49 PM, Andy Lutomirski l...@amacapital.net wrote: On Tue, Apr 28, 2015 at 11:24 AM, Dan Williams dan.j.willi...@intel.com wrote: diff --git a/arch/x86/kernel/e820.c b/arch/x86/kernel/e820.c

Re: [PATCH v2 01/20] e820, efi: add ACPI 6.0 persistent memory types

2015-04-28 Thread Dan Williams
On Tue, Apr 28, 2015 at 1:49 PM, Andy Lutomirski l...@amacapital.net wrote: On Tue, Apr 28, 2015 at 11:24 AM, Dan Williams dan.j.willi...@intel.com wrote: diff --git a/arch/x86/kernel/e820.c b/arch/x86/kernel/e820.c index 11cc7d54ec3f..d38b53a7e9b2 100644 --- a/arch/x86/kernel/e820.c +++

[PATCH v2 01/20] e820, efi: add ACPI 6.0 persistent memory types

2015-04-28 Thread Dan Williams
ACPI 6.0 formalizes e820-type-7 and efi-type-14 as persistent memory. Mark it reserved and allow it to be claimed by a persistent memory device driver. This definition is in addition to the Linux kernel's existing type-12 definition that was recently added in support of shipping platforms with