[GIT,PULL] x86/fpu for 6.4

Message ID 20230427161010.1053561-1-dave.hansen@linux.intel.com
State New
Headers
Series [GIT,PULL] x86/fpu for 6.4 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_fpu_for_6.4

Message

Dave Hansen April 27, 2023, 4:10 p.m. UTC
  Hi Linus,

Please pull some x86/fpu changes for 6.4. There's no _actual_ kernel
functionality here.  This expands the documentation around AMX support
including some code examples. The example code also exposed the fact
that hardware architecture constants as part of the ABI, but there's
no easy place that they get defined for apps.  Adding them to a uabi
header will eventually make life easier for consumers of the ABI.

--

The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65:

  Linux 6.3-rc3 (2023-03-19 13:27:55 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_fpu_for_6.4

for you to fetch changes up to 5fbff260755750559aa12a30f6fa7f8a863666f1:

  Documentation/x86: Explain the state component permission for guests (2023-03-22 13:08:02 -0700)

----------------------------------------------------------------
 * Improve AMX documentation along with example code
 * Explicitly make some hardware constants part of the uabi

----------------------------------------------------------------
Chang S. Bae (4):
      Documentation/x86: Explain the purpose for dynamic features
      x86/arch_prctl: Add AMX feature numbers as ABI constants
      Documentation/x86: Add the AMX enabling example
      Documentation/x86: Explain the state component permission for guests

 Documentation/x86/xstate.rst      | 100 ++++++++++++++++++++++++++++++++++++++
 arch/x86/include/uapi/asm/prctl.h |   3 ++
 2 files changed, 103 insertions(+)
  

Comments

pr-tracker-bot@kernel.org April 28, 2023, 5:23 p.m. UTC | #1
The pull request you sent on Thu, 27 Apr 2023 09:10:10 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_fpu_for_6.4

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

Thank you!