This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from bd8e963412c8 Merge tag '6.1-rc1-smb3-fixes' of git://git.samba.org/sfre [...] new bb5f0c855dcf HID: magicmouse: Do not set BTN_MOUSE on double report new 182934a1e93b HID: playstation: stop DualSense output work on remove. new b8a968efab30 HID: playstation: add initial DualSense Edge controller support new 9fecab247ed1 HID: playstation: support updated DualSense rumble mode. new 79425b297f56 HID: saitek: add madcatz variant of MMO7 mouse device ID new e66928af3667 HID: lenovo: Make array tp10ubkbd_led static const new 334fe5d3a99a Merge tag 'for-linus-2022102101' of git://git.kernel.org/p [...] new 0251d0107cfb iommu: Add gfp parameter to iommu_alloc_resv_region new bf638a6513dd iommu/vt-d: Use rcu_lock in get_resv_regions new 5566e68d829f iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check() new 620bf9f98136 iommu/vt-d: Clean up si_domain in the init_dmars() error path new e97eace635a4 Merge tag 'iommu-fixes-v6.1-rc1' of git://git.kernel.org/p [...] new f57fb375a203 efi: libstub: Remove zboot signing from build options new 4b017e59f010 efi: ssdt: Don't free memory if ACPI table was loaded succ [...] new 8a254d90a775 efi: efivars: Fix variable writes without query_variable_store() new db14655ad785 efi: libstub: Give efi_main() asmlinkage qualification new 53a7ea284de9 efi: libstub: Fix incorrect payload size in zboot header new 37926f96302d efi: runtime: Don't assume virtual mappings are missing if [...] new ec4cf5dbb188 Merge tag 'efi-fixes-for-v6.1-1' of git://git.kernel.org/p [...] new eb1d39260ee6 ACPI: PCI: Fix device reference counting in acpi_get_pci_dev() new 64d23ff38ac9 ACPI: scan: Fix DMA range assignment new bfcdf58380b1 ACPI: resource: do IRQ override on LENOVO IdeaPad new 4ef96d4dc8e1 ACPI: resource: note more about IRQ override new 43d2748394c3 ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init() new f6ec01da40e4 ACPI: extlog: Handle multiple records new 83439a0f1ce6 Documentation: ACPI: Prune DSDT override documentation from index new 3f8deab61ea8 Merge branches 'acpi-scan', 'acpi-resource', 'acpi-apei', [...] new 9d6e681d3394 Merge tag 'acpi-6.1-rc2' of git://git.kernel.org/pub/scm/l [...] new 1dcaf30725c3 cpufreq: tegra194: Fix module loading new 9f42cf54403a cpufreq: qcom: fix memory leak in error path new 01039fb8e90c cpufreq: qcom: fix writes in read-only memory region new a05887f005d3 cpufreq: qcom: remove unused parameter in function definition new 2a808b9f701b cpufreq: dt: Switch to use dev_err_probe() helper new ab4fdc735daf cpufreq: imx6q: Switch to use dev_err_probe() helper new d78be404f97f cpufreq: qcom-nvmem: Switch to use dev_err_probe() helper new 889a50aedcd2 cpufreq: sun50i: Switch to use dev_err_probe() helper new a6991d623de0 Merge tag 'cpufreq-arm-fixes-6.1-rc' of git://git.kernel.o [...] new 20df09614775 Merge tag 'pm-6.1-rc2' of git://git.kernel.org/pub/scm/lin [...] new 4bb7f6c2781e thermal: intel_powerclamp: Use first online CPU as control_cpu new 4da34b7d175d Merge tag 'thermal-6.1-rc2' of git://git.kernel.org/pub/sc [...]
The 40 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/acpi/index.rst | 1 - arch/x86/include/asm/iommu.h | 4 +- drivers/acpi/acpi_extlog.c | 33 +++++++----- drivers/acpi/apei/ghes.c | 2 +- drivers/acpi/arm64/iort.c | 3 +- drivers/acpi/pci_root.c | 1 + drivers/acpi/resource.c | 49 +++++++++++------ drivers/acpi/scan.c | 7 +-- drivers/cpufreq/cpufreq-dt.c | 6 +-- drivers/cpufreq/imx6q-cpufreq.c | 4 +- drivers/cpufreq/qcom-cpufreq-nvmem.c | 25 ++++----- drivers/cpufreq/sun50i-cpufreq-nvmem.c | 9 ++-- drivers/cpufreq/tegra194-cpufreq.c | 1 + drivers/firmware/efi/Kconfig | 22 -------- drivers/firmware/efi/arm-runtime.c | 2 +- drivers/firmware/efi/efi.c | 2 + drivers/firmware/efi/libstub/Makefile.zboot | 29 ++-------- drivers/firmware/efi/libstub/fdt.c | 8 +-- drivers/firmware/efi/libstub/x86-stub.c | 6 +-- drivers/firmware/efi/libstub/zboot.lds | 3 +- drivers/firmware/efi/riscv-runtime.c | 2 +- drivers/firmware/efi/vars.c | 10 ++-- drivers/hid/hid-ids.h | 2 + drivers/hid/hid-lenovo.c | 2 +- drivers/hid/hid-magicmouse.c | 2 +- drivers/hid/hid-playstation.c | 83 ++++++++++++++++++++++++++--- drivers/hid/hid-quirks.c | 1 + drivers/hid/hid-saitek.c | 2 + drivers/iommu/amd/iommu.c | 7 +-- drivers/iommu/apple-dart.c | 2 +- drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 2 +- drivers/iommu/arm/arm-smmu/arm-smmu.c | 2 +- drivers/iommu/intel/iommu.c | 17 ++++-- drivers/iommu/iommu.c | 7 +-- drivers/iommu/mtk_iommu.c | 3 +- drivers/iommu/virtio-iommu.c | 9 ++-- drivers/thermal/intel/intel_powerclamp.c | 6 +-- fs/efivarfs/vars.c | 16 ------ include/acpi/ghes.h | 2 +- include/linux/efi.h | 3 -- include/linux/iommu.h | 2 +- 41 files changed, 223 insertions(+), 176 deletions(-)