No description
Find a file
Arnaldo Carvalho de Melo d16d30f48c tools headers cpufeatures: Sync with the kernel sources
To pick the changes from:

  fa31a4d669 ("x86/cpufeatures: Put the AMX macros in the word 18 block")
  7b8f40b3de ("x86/cpu: Add definitions for the Intel Hardware Feedback Interface")

This only causes these perf files to be rebuilt:

  CC       /tmp/build/perf/bench/mem-memcpy-x86-64-asm.o
  CC       /tmp/build/perf/bench/mem-memset-x86-64-asm.o

And addresses this perf build warning:

  Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' differs from latest version at 'arch/x86/include/asm/cpufeatures.h'
  diff -u tools/arch/x86/include/asm/cpufeatures.h arch/x86/include/asm/cpufeatures.h

Cc: Borislav Petkov <bp@suse.de>
Cc: Jim Mattson <jmattson@google.com>
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
Link: https://lore.kernel.org/lkml/YjzZPxdyLjf76gM+@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2022-03-24 17:49:35 -03:00
arch New features: 2022-03-22 10:29:51 -07:00
block for-5.18/block-2022-03-18 2022-03-21 16:48:55 -07:00
certs
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2022-03-21 16:02:36 -07:00
Documentation Fix some bugs in converting ext4 to use the new mount API, as well as 2022-03-22 10:36:55 -07:00
drivers Revert "random: block in /dev/urandom" 2022-03-22 09:17:20 -07:00
fs for-5.18-tag 2022-03-22 10:51:40 -07:00
include for-5.18-tag 2022-03-22 10:51:40 -07:00
init hardening updates for v5.18-rc1 2022-03-21 19:32:04 -07:00
ipc
kernel New features: 2022-03-22 10:29:51 -07:00
lib overflow updates for v5.18-rc1 2022-03-21 19:46:41 -07:00
LICENSES
mm hardening updates for v5.18-rc1 2022-03-21 19:32:04 -07:00
net New features: 2022-03-22 10:29:51 -07:00
samples
scripts overflow updates for v5.18-rc1 2022-03-21 19:46:41 -07:00
security selinux/stable-5.18 PR 20220321 2022-03-21 20:47:54 -07:00
sound spi: Updates for v5.18 2022-03-21 18:33:57 -07:00
tools tools headers cpufeatures: Sync with the kernel sources 2022-03-24 17:49:35 -03:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS integrity-v5.18 2022-03-21 20:44:37 -07:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.