lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 26 Jan 2009 01:14:59 -0500
From:	Brian Gerst <brgerst@...il.com>
To:	Tejun Heo <tj@...nel.org>
Cc:	Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org
Subject: [PATCH 0/12] Next batch of x86 percpu changes

Based on tip/core/percpu.  The first few patches move code out of
setup_percpu.c that should be elsewhere.  The rest are cleanups, and
making Voyager use the same per-cpu setup code as all other x86
platforms.

 arch/x86/Kconfig                    |    2 +-
 arch/x86/include/asm/cpumask.h      |    4 +
 arch/x86/include/asm/processor.h    |    9 -
 arch/x86/include/asm/topology.h     |    6 +
 arch/x86/kernel/Makefile            |    6 +-
 arch/x86/kernel/apic.c              |   18 ++
 arch/x86/kernel/cpu/common.c        |   24 ++-
 arch/x86/kernel/setup_percpu.c      |  371 +++++------------------------------
 arch/x86/kernel/smpboot.c           |    4 -
 arch/x86/kernel/smpcommon.c         |   32 ---
 arch/x86/mach-voyager/voyager_smp.c |    5 -
 arch/x86/mm/numa_64.c               |  217 ++++++++++++++++++++
 arch/x86/xen/smp.c                  |    1 -

--
Brian Gerst
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ