All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] AMD F15h, model 0x30 stuff for 3.12
@ 2013-08-10 18:46 Borislav Petkov
  2013-08-12 20:03 ` Borislav Petkov
  0 siblings, 1 reply; 3+ messages in thread
From: Borislav Petkov @ 2013-08-10 18:46 UTC (permalink / raw)
  To: x86-ml; +Cc: Aravind Gopalakrishnan, lkml

Hi guys,

please pull into the 3.12 queue; branch is against tip/master.

Thanks.


The following changes since commit 445363e8edc400c02c05b7bd275337f90f926910:

  Merge branch 'perf/urgent' (2013-08-05 11:32:36 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tags/amd_f15_m30

for you to fetch changes up to e7e1b946fdcf0c6f9e27ea3cfa322bdf4c1ac118:

  amd64_edac: Get rid of boot_cpu_data accesses (2013-08-10 20:38:07 +0200)

----------------------------------------------------------------
AMD F15h, model 0x30 and later enablement stuff, more specifically EDAC
support.

----------------------------------------------------------------
Aravind Gopalakrishnan (3):
      pci_ids: Add PCI device ID functions 3 and 4 for newer F15h models.
      x86, amd_nb: Clarify F15h, model 30h GART and L3 support
      amd64_edac: Add ECC decoding support for newer F15h models

Borislav Petkov (1):
      amd64_edac: Get rid of boot_cpu_data accesses

 arch/x86/kernel/amd_nb.c  |  13 +-
 drivers/edac/amd64_edac.c | 324 ++++++++++++++++++++++++++++++++++++----------
 drivers/edac/amd64_edac.h |  60 ++++++++-
 include/linux/pci_ids.h   |   2 +
 4 files changed, 322 insertions(+), 77 deletions(-)

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] AMD F15h, model 0x30 stuff for 3.12
  2013-08-10 18:46 [GIT PULL] AMD F15h, model 0x30 stuff for 3.12 Borislav Petkov
@ 2013-08-12 20:03 ` Borislav Petkov
  2013-08-14 10:18   ` Ingo Molnar
  0 siblings, 1 reply; 3+ messages in thread
From: Borislav Petkov @ 2013-08-12 20:03 UTC (permalink / raw)
  To: x86-ml; +Cc: Aravind Gopalakrishnan, lkml

Hi guys,

here's the properly based-off version; please pull.

Thanks.

The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:

  Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tags/amd_f15_m30

for you to fetch changes up to a4b4bedce880046feeb5b206392960f395ed02ad:

  amd64_edac: Get rid of boot_cpu_data accesses (2013-08-12 16:01:56 +0200)

----------------------------------------------------------------
AMD F15h, model 0x30 and later enablement stuff, more specifically EDAC
support.

----------------------------------------------------------------
Aravind Gopalakrishnan (3):
      pci_ids: Add PCI device ID functions 3 and 4 for newer F15h models.
      x86, amd_nb: Clarify F15h, model 30h GART and L3 support
      amd64_edac: Add ECC decoding support for newer F15h models

Borislav Petkov (1):
      amd64_edac: Get rid of boot_cpu_data accesses

 arch/x86/kernel/amd_nb.c  |  13 ++++-
 drivers/edac/amd64_edac.c | 324 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------
 drivers/edac/amd64_edac.h |  60 ++++++++++++++++++--
 include/linux/pci_ids.h   |   2 +
 4 files changed, 322 insertions(+), 77 deletions(-)

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] AMD F15h, model 0x30 stuff for 3.12
  2013-08-12 20:03 ` Borislav Petkov
@ 2013-08-14 10:18   ` Ingo Molnar
  0 siblings, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2013-08-14 10:18 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: x86-ml, Aravind Gopalakrishnan, lkml


* Borislav Petkov <bp@alien8.de> wrote:

> Hi guys,
> 
> here's the properly based-off version; please pull.
> 
> Thanks.
> 
> The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:
> 
>   Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tags/amd_f15_m30
> 
> for you to fetch changes up to a4b4bedce880046feeb5b206392960f395ed02ad:
> 
>   amd64_edac: Get rid of boot_cpu_data accesses (2013-08-12 16:01:56 +0200)
> 
> ----------------------------------------------------------------
> AMD F15h, model 0x30 and later enablement stuff, more specifically EDAC
> support.
> 
> ----------------------------------------------------------------
> Aravind Gopalakrishnan (3):
>       pci_ids: Add PCI device ID functions 3 and 4 for newer F15h models.
>       x86, amd_nb: Clarify F15h, model 30h GART and L3 support
>       amd64_edac: Add ECC decoding support for newer F15h models
> 
> Borislav Petkov (1):
>       amd64_edac: Get rid of boot_cpu_data accesses
> 
>  arch/x86/kernel/amd_nb.c  |  13 ++++-
>  drivers/edac/amd64_edac.c | 324 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------
>  drivers/edac/amd64_edac.h |  60 ++++++++++++++++++--
>  include/linux/pci_ids.h   |   2 +
>  4 files changed, 322 insertions(+), 77 deletions(-)

Pulled into tip:x86/ras, thanks!

	Ingo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-14 10:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-10 18:46 [GIT PULL] AMD F15h, model 0x30 stuff for 3.12 Borislav Petkov
2013-08-12 20:03 ` Borislav Petkov
2013-08-14 10:18   ` Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.