]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Mar 2017 21:01:40 +0000 (14:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Mar 2017 21:01:40 +0000 (14:01 -0700)
commit82b8ba5e54b54bb2ce89797ef465f385184dc15a
tree8bf7434f193d590d64dc7d775e1779e75b6f6a60
parent362846c25f0a3044fd16574caa4b1da04da29b88
parent5106bec1ab072e3f7d9bbe6b8c85cda9537adf1c
Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 acpi fixes from Thomas Gleixner:
 "This update deals with the fallout of the recent work to make
  cpuid/node mappings persistent.

  It turned out that the boot time ACPI based mapping tripped over ACPI
  inconsistencies and caused regressions. It's partially reverted and
  the fragile part replaced by an implementation which makes the mapping
  persistent when a CPU goes online for the first time"

* 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  acpi/processor: Check for duplicate processor ids at hotplug time
  acpi/processor: Implement DEVICE operator for processor enumeration
  x86/acpi: Restore the order of CPU IDs
  Revert"x86/acpi: Enable MADT APIs to return disabled apicids"
  Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting"