First  |  Prev |  Next  |  Last
Pages: 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
[PATCH 05/10] x86, apic: use smp_register_lapic_address in init_apic_mapping
so if set_fixmap_nocache is not called, don't print out anything Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/kernel/apic/apic.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c index 95a31b1..3d3d3da 100644 ... 6 Aug 2010 22:34
[PATCH 08/10] x86: !find_smp_config path use smp_register_lapic_address
so fixmap will be setup there. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/kernel/apic/apic.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c index 3d3d3da..2c9aa63 100644 --- a/arch/x86/kernel/apic/apic... 6 Aug 2010 22:34
[PATCH 01/10] x86: Fix lapic mapping with construct ISA and visws mptable path
do need to set lapic mapping for them in arch/x86/kernel/visws_quirks.c: we only have visws_find_smp_config() to set mp_lapic_addr to APIC_DEFAULT_PHYS_BASE visws_get_smp_config() is nop call. default_get_smp_config/check_physptr/smp_read_mpc is not called in the path. So smp_register_lapic_address() is not call... 6 Aug 2010 22:34
[PATCH 02/10] x86, acpi: merge two register_lapic_address()
They are the same, move it to apic.c Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/include/asm/apic.h | 1 + arch/x86/kernel/acpi/boot.c | 16 ++-------------- arch/x86/kernel/apic/apic.c | 12 ++++++++++++ arch/x86/kernel/mpparse.c | 12 ------------ 4 files changed, 15 insertions(+)... 6 Aug 2010 22:34
[PATCH 04/10] x86: call smp_register_lapic_address for contruct_default mptable path
because it already finds smp config. make it like other find_smp_config path Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/kernel/mpparse.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index 3e25213..bd63a42 ... 6 Aug 2010 22:34
[PATCH 00/10] x86: clean up using smp_register_lapic_address()
Merge acpi_register_lapic_address, smp_register_lapic_address, sfi_register_lapic_address Thanks Yinghai Lu [PATCH 01/10] x86: Fix lapic mapping with construct ISA and visws mptable path [PATCH 02/10] x86, acpi: merge two register_lapic_address() [PATCH 03/10] x86: remove early_init_lapic_mapping [PATCH 04/... 6 Aug 2010 22:34
[PATCH 07/10] x86,visws: set_fixmap in find_smp_config
Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/kernel/visws_quirks.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/kernel/visws_quirks.c b/arch/x86/kernel/visws_quirks.c index e680ea5..f8259cd 100644 --- a/arch/x86/kernel/visws_quirks.c +++ b/arch/x86/kernel/vis... 6 Aug 2010 22:34
[PATCH 09/10] x86, apic: set fixmap only one time
check if mp_lapic_addr is assigned or not. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/kernel/apic/apic.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c index 2c9aa63..198131b 100644 --- a/arch/x86/kernel/ap... 6 Aug 2010 22:34
[GIT PULL 0/4] perf/core fixes and improvements
Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/core Regards, - Arnaldo Arnaldo Carvalho de Melo (2): perf ui: Introduce list_head based generic ui_browser refresh routine perf ui: Start breaking down newt.c into multiple files Masami Hiramats... 6 Aug 2010 22:34
[PATCH 2/4] perf probe: Fix memory leaks in add_perf_probe_events
From: Masami Hiramatsu <masami.hiramatsu.pt(a)hitachi.com> Fix several memory leaks of pkgs and tevs in add_perf_probe_events(). Reported-by: Arnaldo Carvalho de Melo <acme(a)redhat.com> Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Cc: Paul Mackerras <paulus(a)samba.org> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: linux-ker... 6 Aug 2010 22:34
First  |  Prev |  Next  |  Last
Pages: 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129