Re: [PATCH 01/12] Documentation: move architectures together

2019-07-14 Thread Alex Shi
Hi Jon, Thanks for quick response! 在 2019/7/13 上午1:34, Jonathan Corbet 写道: > On Fri, 12 Jul 2019 10:20:07 +0800 > Alex Shi wrote: > >> There are many different archs in Documentation/ dir, it's better to >> move them together in 'Documentation/arch' which follows from k

[PATCH 03/12] Documentation/ia64: repointer docs to Documentation/arch/ia64

2019-07-11 Thread Alex Shi
Since we move 'ia64' docs to Documentation/arch/ia64 dir, redirect the doc pointer to them. Signed-off-by: Alex Shi Cc: Ard Biesheuvel Cc: Tony Luck Cc: Fenghua Yu Cc: linux-ker...@vger.kernel.org Cc: linux-i...@vger.kernel.org --- MAINTAINERS | 2 +- arch/ia64/kernel/efi.c | 2

[PATCH 05/12] Documentation/s390: repointer docs to Documentation/arch/

2019-07-11 Thread Alex Shi
Since we move Documentation/s390 docs to Documentation/arch/s390 dir, redirect the doc pointer to them. Signed-off-by: Alex Shi Cc: Jonathan Corbet Cc: Heiko Carstens Cc: Vasily Gorbik Cc: Christian Borntraeger Cc: linux-...@vger.kernel.org Cc: linux-ker...@vger.kernel.org Cc: linux-s

[PATCH 08/12] Dcumentation/powerpc: repointer docs to Documentation/arch/

2019-07-11 Thread Alex Shi
Since we move Documentation/powerpc docs to Documentation/arch/powerpc dir, redirect the doc pointer to them. Signed-off-by: Alex Shi Cc: Sam Bobroff Cc: Jonathan Corbet Cc: "Manoj N. Kumar" Cc: "Matthew R. Ochs" Cc: Uma Krishnan Cc: linuxppc-dev@lists.

[PATCH 04/12] Documentation/m68k: repointer docs to Documentation/arch/

2019-07-11 Thread Alex Shi
Since we move Documentation/m68k docs to Documentation/arch/m68k dir, redirect the doc pointer to them. Signed-off-by: Alex Shi Cc: Jonathan Corbet Cc: Will Deacon Cc: linux-...@vger.kernel.org Cc: linux-ker...@vger.kernel.org --- Documentation/admin-guide/kernel-parameters.rst | 2 +- 1 file

[PATCH 11/12] Documentation/x86: repointer docs to Documentation/arch/

2019-07-11 Thread Alex Shi
Since we move Documentation/x86 docs to Documentation/arch/x86 dir, redirect the doc pointer to them. Signed-off-by: Alex Shi Cc: Jonathan Corbet Cc: Tony Luck Cc: "H. Peter Anvin" Cc: x...@kernel.org Cc: Peter Zijlstra Cc: Changbin Du Cc: linux-...@vger.kernel.org Cc:

[PATCH 10/12] Documentation/sparc: repointer docs to Documentation/arch/

2019-07-11 Thread Alex Shi
Since we move Documentation/sparc docs to Documentation/arch/sparc dir, redirect the doc pointer to them. Signed-off-by: Alex Shi Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: sparcli...@vger.kernel.org Cc: linux-ker...@vger.kernel.org --- drivers/sbus/char/oradax.c | 2 +- 1 file

[PATCH 06/12] Documentation/mips: repointer docs to Documentation/arch/

2019-07-11 Thread Alex Shi
Since we move Documentation/mips docs to Documentation/arch/mips dir, redirect the doc pointer to them. Signed-off-by: Alex Shi Cc: Mauro Carvalho Chehab Cc: "David S. Miller" Cc: linux-ker...@vger.kernel.org --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 01/12] Documentation: move architectures together

2019-07-11 Thread Alex Shi
There are many different archs in Documentation/ dir, it's better to move them together in 'Documentation/arch' which follows from kernel source. Signed-off-by: Alex Shi Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: linux-ker...@vger.kernel.org Cc: linux-st...@st-md

[PATCH 12/12] Documentation/xtensa: repointer docs to Documentation/arch/

2019-07-11 Thread Alex Shi
Since we move Documentation/xtensa docs to Documentation/arch/xtensa dir, redirect the doc pointer to them. Signed-off-by: Alex Shi Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Chris Zankel Cc: Max Filippov Cc: linux-xte...@linux-xtensa.org Cc: linux-ker...@vger.kernel.org --- arch

[PATCH 02/12] Documentation/arm: repointer docs to Documentation/arch/arm

2019-07-11 Thread Alex Shi
Since we move 'arm/arm64' docs to Documentation/arch/{arm,arm64} dir, redirect the doc pointer to them. Signed-off-by: Alex Shi Cc: Jonathan Corbet Cc: Kukjin Kim Cc: Krzysztof Kozlowski Cc: linux-...@vger.kernel.org Cc: linux-ker...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc

[PATCH 09/12] Dcumentation/sh: repointer docs to Documentation/arch/

2019-07-11 Thread Alex Shi
Since we move Documentation/sh docs to Documentation/arch/sh dir, redirect the doc pointer to them. Signed-off-by: Alex Shi Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: linux-ker...@vger.kernel.org Cc: linux...@vger.kernel.org --- Documentation/conf.py | 2 +- MAINTAINERS

[PATCH 07/12] Documentation/parisc: repointer docs to Documentation/arch/

2019-07-11 Thread Alex Shi
Since we move Documentation/parisc docs to Documentation/arch/parisc dir, redirect the doc pointer to them. Signed-off-by: Alex Shi Cc: Mauro Carvalho Chehab Cc: linux-ker...@vger.kernel.org --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b

[RFC PATCH] sched/numa: do load balance between remote nodes

2012-06-06 Thread Alex Shi
, SNB EP/EP4S, and so remove the perfromance regressions. (all of them just has 2 kinds distance, 10 21) Signed-off-by: Alex Shi alex@intel.com --- kernel/sched/core.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/sched/core.c b/kernel/sched/core.c index

Re: [RFC PATCH] sched/numa: do load balance between remote nodes

2012-06-06 Thread Alex Shi
On 06/06/2012 05:01 PM, Peter Zijlstra wrote: On Wed, 2012-06-06 at 14:52 +0800, Alex Shi wrote: - if (sched_domains_numa_distance[level] REMOTE_DISTANCE) + if (sched_domains_numa_distance[level] RECLAIM_DISTANCE) I actually considered this.. I just felt a little uneasy re