[GIT,PULL] x86/platform for v6.7

Message ID 20231027171846.GPZTvw9k7KBkOXXONF@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/platform for v6.7 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_platform_for_6.7_rc1

Message

Borislav Petkov Oct. 27, 2023, 5:18 p.m. UTC
  Hi Linus,

please pull a bunch of x86/platform updates for 6.7.

Thx.

---

The following changes since commit f0b0d403eabbe135d8dbb40ad5e41018947d336c:

  Merge tag 'kbuild-fixes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild (2023-09-16 15:27:00 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_platform_for_6.7_rc1

for you to fetch changes up to 2a565258b3f4bbdc7a3c09cd02082cb286a7bffc:

  x86/amd_nb: Use Family 19h Models 60h-7Fh Function 4 IDs (2023-10-03 11:25:01 +0200)

----------------------------------------------------------------
- Make sure PCI function 4 IDs of AMD family 0x19, models 0x60-0x7f are
  actually used in the amd_nb.c enumeration

- Add support for extracting NUMA information from devicetree for
  Hyper-V usages

- Add PCI device IDs for the new AMD MI300 AI accelerators

- Annotate an array in struct uv_rtc_timer_head with the new
  __counted_by attribute

- Rework UV's NMI action parameter handling

----------------------------------------------------------------
Hans de Goede (1):
      x86/platform/uv: Rework NMI "action" modparam handling

Kees Cook (1):
      x86/platform/uv: Annotate struct uv_rtc_timer_head with __counted_by

Muralidhara M K (1):
      x86/amd_nb: Add AMD Family MI300 PCI IDs

Saurabh Sengar (2):
      x86/of: Move the x86_flattree_get_config() call out of x86_dtb_init()
      x86/numa: Add Devicetree support

Yazen Ghannam (1):
      x86/amd_nb: Use Family 19h Models 60h-7Fh Function 4 IDs

 arch/x86/Kconfig               |   1 +
 arch/x86/include/asm/prom.h    |   5 ++
 arch/x86/kernel/amd_nb.c       |   8 ++++
 arch/x86/kernel/devicetree.c   |   6 +--
 arch/x86/kernel/setup.c        |   2 +
 arch/x86/mm/numa.c             |   3 ++
 arch/x86/platform/uv/uv_nmi.c  | 104 ++++++++++++++++++++++-------------------
 arch/x86/platform/uv/uv_time.c |   2 +-
 include/linux/pci_ids.h        |   1 +
 9 files changed, 79 insertions(+), 53 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Oct. 30, 2023, 11:50 p.m. UTC | #1
The pull request you sent on Fri, 27 Oct 2023 19:18:46 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_platform_for_6.7_rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f155f3b3ed1af23884ffaffe8a669722b87ac9d6

Thank you!