All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] x86/platform for v5.11
@ 2020-12-14 12:23 Borislav Petkov
  2020-12-14 22:02 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Borislav Petkov @ 2020-12-14 12:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: x86-ml, lkml

Hi Linus,

please pull the x86/platform drivers pile for v5.11.

Thx.

---

The following changes since commit 418baf2c28f3473039f2f7377760bd8f6897ae18:

  Linux 5.10-rc5 (2020-11-22 15:36:08 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_platform_for_v5.11

for you to fetch changes up to c9624cb7db1c418cbdc8fd2cde6835f83cd0f8a2:

  x86/platform/uv: Update sysfs documentation (2020-12-07 21:19:20 +0100)

----------------------------------------------------------------
- Add a new uv_sysfs driver and expose read-only information from UV BIOS
(Justin Ernst and Mike Travis)

- The usual set of small fixes.

----------------------------------------------------------------
Dan Carpenter (1):
      x86/platform/uv: Fix an error code in uv_hubs_init()

Justin Ernst (5):
      x86/platform/uv: Remove existing /sys/firmware/sgi_uv/ interface
      x86/platform/uv: Add and export uv_bios_* functions
      x86/platform/uv: Add new uv_sysfs platform driver
      x86/platform/uv: Update ABI documentation of /sys/firmware/sgi_uv/
      x86/platform/uv: Update MAINTAINERS for uv_sysfs driver

Mike Travis (5):
      x86/platform/uv: Add kernel interfaces for obtaining system info
      x86/platform/uv: Add sysfs leaves to replace those in procfs
      x86/platform/uv: Add sysfs hubless leaves
      x86/platform/uv: Add deprecated messages to /proc info leaves
      x86/platform/uv: Update sysfs documentation

Zou Wei (1):
      x86/platform/uv: Make uv_pcibus_kset and uv_hubs_kset static

 Documentation/ABI/testing/sysfs-firmware-sgi_uv | 160 +++-
 MAINTAINERS                                     |   6 +
 arch/x86/include/asm/uv/bios.h                  |  51 ++
 arch/x86/include/asm/uv/uv_geo.h                | 103 +++
 arch/x86/kernel/apic/x2apic_uv_x.c              |  23 +-
 arch/x86/platform/uv/Makefile                   |   2 +-
 arch/x86/platform/uv/bios_uv.c                  |  55 ++
 arch/x86/platform/uv/uv_sysfs.c                 |  63 --
 drivers/platform/x86/Kconfig                    |  11 +
 drivers/platform/x86/Makefile                   |   3 +
 drivers/platform/x86/uv_sysfs.c                 | 929 ++++++++++++++++++++++++
 11 files changed, 1327 insertions(+), 79 deletions(-)
 create mode 100644 arch/x86/include/asm/uv/uv_geo.h
 delete mode 100644 arch/x86/platform/uv/uv_sysfs.c
 create mode 100644 drivers/platform/x86/uv_sysfs.c

-- 
Regards/Gruss,
    Boris.

SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg

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

* Re: [GIT PULL] x86/platform for v5.11
  2020-12-14 12:23 [GIT PULL] x86/platform for v5.11 Borislav Petkov
@ 2020-12-14 22:02 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-12-14 22:02 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: Linus Torvalds, x86-ml, lkml

The pull request you sent on Mon, 14 Dec 2020 13:23:40 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_platform_for_v5.11

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2020-12-14 22:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 12:23 [GIT PULL] x86/platform for v5.11 Borislav Petkov
2020-12-14 22:02 ` pr-tracker-bot

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.