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, 4 Feb 2013 16:43:41 +0800
From:	liguang <lig.fnst@...fujitsu.com>
To:	linux-kernel@...r.kernel.org, linux-acpi@...r.kernel.org,
	x86@...nel.org
Cc:	liguang <lig.fnst@...fujitsu.com>
Subject: [PATCH 0/5] acpi: do some changes for numa info

just do some trivial changes to make acpi's numa info
operation more cleaner.

Li Guang(5)
	numa: avoid export acpi_numa variable
	acpi/numa: check if parsing acpi numa info disabled earlier
	acpi: move x86/mm/srat.c to x86/kernel/acpi/srat.c
	acpi: add clock_domain field to acpi_srat_cpu_affinity
	remove include asm/acpi.h in process_driver.c


 arch/x86/include/asm/acpi.h   	 |    3 ++-
 arch/x86/kernel/acpi/Makefile 	 |    1 +
 arch/x86/mm/Makefile            |    1 -
 arch/x86/mm/numa.c          	 |    2 +-
 arch/x86/mm/srat.c          	 |  207 +++++--------------------------------
 arch/x86/xen/enlighten.c    	 |    2 +-
 drivers/acpi/processor_driver.c |    1 -
 drivers/acpi/numa.c 			 	 |    2 ++
 include/acpi/actbl1.h 			 |    2 +-
 8 files changed, 13 insertions(+), 208 deletions(-)
 
--
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