This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0fac198def2b Merge tag 'fs.idmapped.overlay.acl.v5.20' of git://git.ker [...] new 891e465a1bd8 x86/mce: Check whether writes to MCA_STATUS are getting ignored new 296d3b3e05ec Merge tag 'ras_core_for_v6.0_rc1' of git://git.kernel.org/ [...] new 4745ca43104b x86/vmware: Use BIT() macro for shifting new dbc1f5a9f42a Merge tag 'x86_vmware_for_v6.0_rc1' of git://git.kernel.or [...] new 9de76f41ea21 x86/mm: Refer to the intended config STRICT_DEVMEM in a comment new 94e37e848919 Merge tag 'x86_cleanups_for_v6.0_rc1' of git://git.kernel. [...] new aa44284960d5 x86/mm/tlb: Avoid reading mm_tlb_gen when possible new f8c1d4ca5517 Documentation/protection-keys: Clean up documentation for [...] new 54ee1844047c x86/pkeys: Clarify PKRU_AD_KEY macro new 8f1d56f64f8d x86/mm/tlb: Ignore f->new_tlb_gen when zero new 92598ae22f58 Merge tag 'x86_mm_for_v6.0_rc1' of git://git.kernel.org/pu [...] new f17b168734c0 x86/fpu: Add a helper to prepare AMX state for low-power CPU idle new 9f0112938277 intel_idle: Add a new flag to initialize the AMX state new 650ea1f626ab Merge tag 'x86_fpu_for_v6.0_rc1' of git://git.kernel.org/p [...] new 8bcedb4ce047 x86: Handle idle=nomwait cmdline properly for x86_idle new aebef63cf7ff x86: Remove vendor checks from prefer_mwait_c1_over_halt new 6f33a9daff9f x86: Fix comment for X86_FEATURE_ZEN new 3f2adf00f52b x86/cpu: Use MSR_IA32_MISC_ENABLE constants new 42efa5e3a888 Merge tag 'x86_cpu_for_v6.0_rc1' of git://git.kernel.org/p [...] new 229e73d46994 x86/pmem: Fix platform-device leak in error path new f8faf3496633 x86/amd_nb: Add AMD PCI IDs for SMN communication new d906fa730827 hwmon: (k10temp): Add support for new family 17h and 19h models new 98b1783de202 Merge tag 'x86_misc_for_v6.0_rc1' of git://git.kernel.org/ [...] new 09d09531a51a x86,nospec: Simplify {JMP,CALL}_NOSPEC new a1a5482a2c6e x86/extable: Fix ex_handler_msr() print condition new ecf9b7bfea60 Merge tag 'x86_core_for_v6.0_rc1' of git://git.kernel.org/ [...] new 1b8667812b3a x86/Kconfig: Fix CONFIG_CC_HAS_SANE_STACKPROTECTOR when cr [...] new 8b979924b9f9 x86/build: Remove unused OBJECT_FILES_NON_STANDARD_test_nx.o new 61922d3fa686 x86/purgatory: Hard-code obj-y in Makefile new 2d17bd24b016 x86/purgatory: Omit use of bin2c new 8b7054528cd5 Merge tag 'x86_build_for_v6.0_rc1' of git://git.kernel.org [...] new b69a2afd5afc x86/kexec: Carry forward IMA measurement log on kexec new 5a88c48f4146 Merge tag 'v5.19-rc6' into tip:x86/kdump new 68b8e9713c8e x86/setup: Use rng seeds from setup_data new 60ee49fac817 Merge tag 'x86_kdump_for_v6.0_rc1' of git://git.kernel.org [...]
The 35 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/pm/cpuidle.rst | 15 +++--- Documentation/core-api/protection-keys.rst | 44 ++++++++------- arch/x86/.gitignore | 2 - arch/x86/Kconfig | 6 +-- arch/x86/include/asm/cpufeatures.h | 2 +- arch/x86/include/asm/fpu/api.h | 2 + arch/x86/include/asm/mwait.h | 1 + arch/x86/include/asm/nospec-branch.h | 24 ++++++--- arch/x86/include/asm/special_insns.h | 9 ++++ arch/x86/include/asm/tlbflush.h | 1 + arch/x86/include/uapi/asm/bootparam.h | 15 ++++-- arch/x86/kernel/Makefile | 2 - arch/x86/kernel/amd_nb.c | 13 +++++ arch/x86/kernel/cpu/intel.c | 4 +- arch/x86/kernel/cpu/mce/inject.c | 47 ++++++++++++++++ arch/x86/kernel/cpu/mce/internal.h | 2 +- arch/x86/kernel/cpu/vmware.c | 4 +- arch/x86/kernel/e820.c | 6 +-- arch/x86/kernel/fpu/core.c | 14 +++++ arch/x86/kernel/kexec-bzimage64.c | 74 ++++++++++++++++++++++++-- arch/x86/kernel/pmem.c | 7 ++- arch/x86/kernel/process.c | 44 ++++++++++----- arch/x86/kernel/setup.c | 73 +++++++++++++++++++++++++ arch/x86/mm/extable.c | 16 +++--- arch/x86/mm/init.c | 2 +- arch/x86/mm/pkeys.c | 15 +++--- arch/x86/mm/tlb.c | 31 +++++++++-- arch/x86/purgatory/Makefile | 10 +--- arch/{s390 => x86}/purgatory/kexec-purgatory.S | 6 +-- drivers/hwmon/k10temp.c | 12 +++++ drivers/idle/intel_idle.c | 25 ++++++++- drivers/of/kexec.c | 13 ++--- include/linux/ima.h | 5 ++ include/linux/of.h | 2 - include/linux/once_lite.h | 20 +++++-- include/linux/pci_ids.h | 3 ++ scripts/remove-stale-files | 2 + security/integrity/ima/ima_kexec.c | 2 +- 38 files changed, 459 insertions(+), 116 deletions(-) copy arch/{s390 => x86}/purgatory/kexec-purgatory.S (60%)