All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] x86/cpu_hotplug: one bug fix and four cleanup
@ 2018-03-20 11:04 ` Dou Liyang
  0 siblings, 0 replies; 48+ messages in thread
From: Dou Liyang @ 2018-03-20 11:04 UTC (permalink / raw)
  To: linux-kernel, x86, linux-acpi, linux-doc
  Cc: tglx, mingo, corbet, rjw, lenb, hpa, peterz, Dou Liyang

Recently, we hoped to make the possible CPU count more accurate for
Kernel. I stuck on the issue how do I run acpi_early_init() _before_ 
setup_percpu() is invoked. So send these insignificant patches first.

This patchset does this things:

  - two document-related work(the 1th and 2th patch),
  - two cleapup work (the 3th and 5th patch)
  - a bug fix for CPU hotplug(4th patch)

Dou Liyang (5):
  x86/smpboot: Add the missing description of possible_cpus
  x86/cpu_hotplug: Update the link of cpu_hotplug.rst
  x86/smpboot: Make the check code more clear in prefill_possible_map()
  acpi/processor: Fix the return value of acpi_processor_ids_walk()
  acpi/processor: Make the acpi_duplicate_processor_id() static

 Documentation/00-INDEX                          |  2 -
 Documentation/admin-guide/kernel-parameters.txt |  5 ++
 Documentation/cputopology.txt                   | 10 ++--
 Documentation/x86/x86_64/cpu-hotplug-spec       |  2 +-
 arch/x86/kernel/smpboot.c                       | 31 +++++++-----
 drivers/acpi/acpi_processor.c                   | 66 ++++++++++++-------------
 include/linux/acpi.h                            |  3 --
 7 files changed, 62 insertions(+), 57 deletions(-)

-- 
2.14.3

^ permalink raw reply	[flat|nested] 48+ messages in thread

end of thread, other threads:[~2018-05-23  8:09 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-20 11:04 [PATCH 0/5] x86/cpu_hotplug: one bug fix and four cleanup Dou Liyang
2018-03-20 11:04 ` Dou Liyang
2018-03-20 11:04 ` Dou Liyang
2018-03-20 11:04 ` [PATCH 1/5] x86/smpboot: Add the missing description of possible_cpus Dou Liyang
2018-03-20 11:04   ` Dou Liyang
2018-03-20 11:04   ` Dou Liyang
2018-03-20 12:37   ` Peter Zijlstra
2018-03-20 12:37     ` Peter Zijlstra
2018-03-21  5:33     ` Dou Liyang
2018-03-21  5:33       ` Dou Liyang
2018-03-21  5:33       ` Dou Liyang
2018-03-21  9:08       ` Peter Zijlstra
2018-03-21  9:08         ` Peter Zijlstra
2018-03-21  9:34         ` Dou Liyang
2018-03-21  9:34           ` Dou Liyang
2018-03-21  9:34           ` Dou Liyang
2018-03-21  9:41           ` Dou Liyang
2018-03-21  9:41             ` Dou Liyang
2018-03-21  9:41             ` Dou Liyang
2018-03-21  9:41         ` Thomas Gleixner
2018-03-21  9:41           ` Thomas Gleixner
2018-03-20 11:04 ` [PATCH 2/5] x86/cpu_hotplug: Update the link of cpu_hotplug.rst Dou Liyang
2018-03-20 11:04   ` Dou Liyang
2018-03-20 11:04   ` Dou Liyang
2018-03-20 11:04 ` [PATCH 3/5] x86/smpboot: Make the check code more clear in prefill_possible_map() Dou Liyang
2018-03-20 11:04   ` Dou Liyang
2018-03-20 11:04   ` Dou Liyang
2018-03-20 12:39   ` Peter Zijlstra
2018-03-20 12:39     ` Peter Zijlstra
2018-03-21  5:38     ` Dou Liyang
2018-03-21  5:38       ` Dou Liyang
2018-03-21  5:38       ` Dou Liyang
2018-03-20 11:04 ` [PATCH 4/5] acpi/processor: Fix the return value of acpi_processor_ids_walk() Dou Liyang
2018-03-20 11:04   ` Dou Liyang
2018-03-20 11:04   ` Dou Liyang
2018-05-19 15:06   ` Thomas Gleixner
2018-05-19 15:06     ` Thomas Gleixner
2018-05-22  1:47     ` Dou Liyang
2018-05-22  1:47       ` Dou Liyang
2018-05-22  1:47       ` Dou Liyang
2018-05-23  1:34       ` Dou Liyang
2018-05-23  1:34         ` Dou Liyang
2018-05-23  1:34         ` Dou Liyang
2018-05-23  8:08         ` Rafael J. Wysocki
2018-05-23  8:08           ` Rafael J. Wysocki
2018-03-20 11:04 ` [PATCH 5/5] acpi/processor: Make the acpi_duplicate_processor_id() static Dou Liyang
2018-03-20 11:04   ` Dou Liyang
2018-03-20 11:04   ` Dou Liyang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.