This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d80f2996b850 Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/s [...] new 37aee82c213d x86/efi: Drop support for fake EFI memory maps new 0dad9ee3c139 efistub/smbios: Simplify SMBIOS enumeration API new cd6193877c60 x86/efistub: Enable SMBIOS protocol handling for x86 new 71e49eccdca6 x86/efistub: Call Apple set_os protocol on dual GPU Intel Macs new fb318ca0a522 x86/efistub: Avoid returning EFI_SUCCESS on error new ebf5a79acf9a x86/efistub: Drop redundant clearing of BSS new 12a01f66f091 arm64/efistub: Clean up KASLR logic new 887c4cf5594a efi: Rename efi_early_memdesc_ptr() to efi_memdesc_ptr() new 4a2ebb082297 efi: Replace efi_memory_attributes_table_t 0-sized array w [...] new e55037c879a0 Merge tag 'efi-next-for-v6.11' of git://git.kernel.org/pub [...] new e51d31c454fb xen/manage: Constify struct shutdown_handler new ad162488bbd3 x86/xen/time: Reduce Xen timer tick new 349d271416c6 x86/xen: Convert comma to semicolon new 7cd23c1817b8 xen: add missing MODULE_DESCRIPTION() macros new 1c682593096a xen: privcmd: Switch from mutex to spinlock for irqfds new 611ff1b1ae98 xen: privcmd: Fix possible access to a freed kirqfd instance new fab451d1582c xen/arm: Convert comma to semicolon new 942d917cb92a xen: make multicall debug boot time selectable new 337c628ab74d x86/xen: make some functions static new bcea31e2d1c7 x86/xen: eliminate some private header files new 9fe6a8c5b247 x86/xen: remove deprecated xen_nopvspin boot parameter new f83e38fc9f10 Merge tag 'for-linus-6.11-rc1-tag' of git://git.kernel.org [...]
The 22 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/kernel-parameters.txt | 32 +--- arch/arm/xen/p2m.c | 2 +- arch/x86/Kconfig | 20 --- arch/x86/boot/compressed/kaslr.c | 43 ++--- arch/x86/include/asm/efi.h | 22 +-- arch/x86/kernel/setup.c | 1 - arch/x86/platform/efi/Makefile | 1 - arch/x86/platform/efi/efi.c | 2 - arch/x86/platform/efi/fake_mem.c | 197 ----------------------- arch/x86/platform/efi/memmap.c | 1 + arch/x86/xen/apic.c | 2 - arch/x86/xen/debugfs.c | 2 +- arch/x86/xen/debugfs.h | 7 - arch/x86/xen/enlighten.c | 2 - arch/x86/xen/enlighten_hvm.c | 2 - arch/x86/xen/enlighten_pv.c | 4 - arch/x86/xen/mmu.c | 3 +- arch/x86/xen/mmu.h | 28 ---- arch/x86/xen/mmu_hvm.c | 2 +- arch/x86/xen/mmu_pv.c | 15 +- arch/x86/xen/multicalls.c | 128 ++++++++++++--- arch/x86/xen/multicalls.h | 69 -------- arch/x86/xen/p2m.c | 6 +- arch/x86/xen/pmu.c | 1 - arch/x86/xen/pmu.h | 22 --- arch/x86/xen/setup.c | 1 - arch/x86/xen/smp.c | 1 - arch/x86/xen/smp.h | 51 ------ arch/x86/xen/smp_hvm.c | 2 - arch/x86/xen/smp_pv.c | 3 - arch/x86/xen/spinlock.c | 20 +-- arch/x86/xen/suspend.c | 2 - arch/x86/xen/time.c | 2 +- arch/x86/xen/xen-ops.h | 148 ++++++++++++++++- drivers/firmware/efi/libstub/Makefile | 2 +- drivers/firmware/efi/libstub/arm64-stub.c | 13 +- drivers/firmware/efi/libstub/arm64.c | 3 +- drivers/firmware/efi/libstub/efistub.h | 9 +- drivers/firmware/efi/libstub/kaslr.c | 20 +-- drivers/firmware/efi/libstub/relocate.c | 2 +- drivers/firmware/efi/libstub/smbios.c | 43 +++-- drivers/firmware/efi/libstub/unaccepted_memory.c | 2 +- drivers/firmware/efi/libstub/x86-stub.c | 83 ++++++++-- drivers/firmware/efi/memattr.c | 2 +- drivers/xen/evtchn.c | 1 + drivers/xen/manage.c | 2 +- drivers/xen/privcmd-buf.c | 1 + drivers/xen/privcmd.c | 36 +++-- drivers/xen/xen-pciback/pci_stub.c | 1 + include/linux/efi.h | 15 +- include/xen/events.h | 2 + kernel/locking/qspinlock.c | 2 +- 52 files changed, 451 insertions(+), 632 deletions(-) delete mode 100644 arch/x86/platform/efi/fake_mem.c delete mode 100644 arch/x86/xen/debugfs.h delete mode 100644 arch/x86/xen/mmu.h delete mode 100644 arch/x86/xen/multicalls.h delete mode 100644 arch/x86/xen/pmu.h delete mode 100644 arch/x86/xen/smp.h